This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
4c57267eceb7da7afb54491c37ea618d819d2e2f
clang-p2996
/
llvm
/
lib
/
Bytecode
/
Writer
History
Chris Lattner
4c57267ece
If these blocks are empty, there is no reason to even emit the bytecode blocks.
...
This saves about 15K in 176.gcc, coupled with another patch that I'm working on. llvm-svn: 10889
2004-01-15 21:06:57 +00:00
..
ConstantWriter.cpp
ConstantPointerRef's are no longer emitted. This saves 20028 bytes in the
2004-01-15 18:46:56 +00:00
InstructionWriter.cpp
Ok, I can't handle it. This is a temporary checkin of a ton of statistics that
2004-01-14 16:54:21 +00:00
Makefile
Added LLVM copyright notice to Makefiles.
2003-10-20 22:26:57 +00:00
Writer.cpp
If these blocks are empty, there is no reason to even emit the bytecode blocks.
2004-01-15 21:06:57 +00:00
WriterInternals.h
If these blocks are empty, there is no reason to even emit the bytecode blocks.
2004-01-15 21:06:57 +00:00
WriterPrimitives.h
Remove the optimization that depends on ENDIAN_LITTLE: it's not worth it.
2004-01-15 06:11:30 +00:00