This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
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