aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode/Reader/Reader.cpp
AgeCommit message (Expand)Author
2007-05-06remove bytecode readerChris Lattner
2007-04-29Implement protected visibility. This partly implements PR1363. LinkerAnton Korobeynikov
2007-04-28Implement review feedback. Aliasees can be either GlobalValue's orAnton Korobeynikov
2007-04-25Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov
2007-04-24fix a memory leakChris Lattner
2007-04-22PR400 phase 1 implementation feedback.Christopher Lamb
2007-04-22PR400 work phase 1. Add attributed load/store instructions for volatile/align...Christopher Lamb
2007-04-22For PR1146:Reid Spencer
2007-04-21Revert Christopher Lamb's load/store alignment changes.Reid Spencer
2007-04-21add support for alignment attributes on load/store instructionsChristopher Lamb
2007-04-12Implement the "thread_local" keyword.Lauro Ramos Venancio
2007-04-09Fix a bug where calling materializeModule could corrupt the module, readingChris Lattner
2007-04-09For PR1146:Reid Spencer
2007-04-08No functional change, this is just easier to read and debug.Reid Spencer
2007-03-29the bytecode reader supports dematerializeFunctionChris Lattner
2007-03-01Use a simpler constructor for ConstantInt.Reid Spencer
2007-02-28Implement reading of arbitrary precision integers.Reid Spencer
2007-02-15For PR1195:Reid Spencer
2007-02-15For PR1195:Reid Spencer
2007-02-14From Dan Gohman:Chris Lattner
2007-02-13now that we can pass ranges into CallInst ctors, eliminate vector heap trafficChris Lattner
2007-02-13stop passing vector into ctorsChris Lattner
2007-02-12avoid creating a temporary string when reading the symbol table for aChris Lattner
2007-02-07push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner
2007-02-07Move compressor out of the core Reader.cpp file.Chris Lattner
2007-02-07remove the handleVBR32/handleVBR64 callbacks. They are very fine-grained.Chris Lattner
2007-02-07parse constantexpr arguments into a smallvector: 1.5% speedup reading 176.gccChris Lattner
2007-02-07Eliminate std::vectors from the bcanalyzer interface.Chris Lattner
2007-02-05For PR411:Reid Spencer
2007-02-02Changes to support making the shift instructions be true BinaryOperators.Reid Spencer
2007-01-31eliminate a temporary vector while parsing gep's from bc files.Chris Lattner
2007-01-31eliminate a temporary vectorChris Lattner
2007-01-30Bye, Bye Compaction Tables. The benefit compaction tables provides doesn'tReid Spencer
2007-01-26For PR761:Reid Spencer
2007-01-19Back out last changes for dataLayout. Much more work is needed.Reid Spencer
2007-01-18For PR761:Reid Spencer
2007-01-13Get rid of some useless distinction between bool and integer.Reid Spencer
2007-01-12* PIC codegen for X86/Linux has been implementedAnton Korobeynikov
2007-01-12For PR1064:Reid Spencer
2007-01-12Implement review feedback for the ConstantBool->ConstantInt merge. ChrisReid Spencer
2007-01-11Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer
2007-01-11For PR1043:Zhou Sheng
2007-01-06For PR411:Reid Spencer
2006-12-31For PR950:Reid Spencer
2006-12-15Fix long standing issue with propagating error message back to caller. ThisReid Spencer
2006-12-11Create the cast constant expression that was read instead of attemptingReid Spencer
2006-12-08Packed StructuresAndrew Lenharth
2006-12-04For PR950: Implement read/write of ICmp and FCmp constant expressionsReid Spencer
2006-12-03Support ICmp/FCmp constant expression reading and writing.Reid Spencer
2006-12-03Implement reading and writing of the ICmp and FCmp instructions.Reid Spencer