llvm-6502/lib/Bitcode/Writer
Gabor Greif 4ec2258ffb reapply r101434
with a fix for self-hosting

rotate CallInst operands, i.e. move callee to the back
of the operand array

the motivation for this patch are laid out in my mail to llvm-commits:
more efficient access to operands and callee, faster callgraph-construction,
smaller compiler binary


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101465 91177308-0d34-0410-b5e6-96231b3b80d8
2010-04-16 15:33:14 +00:00
..
BitcodeWriter.cpp reapply r101434 2010-04-16 15:33:14 +00:00
BitcodeWriterPass.cpp
BitWriter.cpp Add a LLVMWriteBitcodeToFD that exposes the raw_fd_ostream options. 2010-03-06 00:30:06 +00:00
CMakeLists.txt
Makefile make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00
ValueEnumerator.cpp Add special case bitcode support for DebugLoc. This avoids 2010-04-03 02:17:50 +00:00
ValueEnumerator.h Remove MetadataBase class because it is not adding significant value. 2010-01-22 22:52:10 +00:00