aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode
AgeCommit message (Expand)Author
2007-05-06lib/Bytecode is deadChris Lattner
2007-05-06move this to lib/ArchiveChris Lattner
2007-05-06remove bytecode readerChris Lattner
2007-05-06remove the old bc writerChris Lattner
2007-05-06don't build bcreader/bcwriterChris Lattner
2007-05-06Switch this over to bitcode instead of bytecode.Chris Lattner
2007-05-06add bitcode supportChris Lattner
2007-05-03Drop 'const'Devang Patel
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel
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-16Make long line fit in 80 cols.Reid Spencer
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-09Fix a bug that caused alignment information to occasionally get stripped offChris Lattner
2007-04-08No functional change, this is just easier to read and debug.Reid Spencer
2007-04-07Avoid a useless temporary constrution.Reid Spencer
2007-04-07Fix another PathWithStatus issue.Reid Spencer
2007-04-04For PR1302:Reid Spencer
2007-03-29For PR789:Reid Spencer
2007-03-29the bytecode reader supports dematerializeFunctionChris Lattner
2007-03-29For PR789:Reid Spencer
2007-03-01Use a simpler constructor for ConstantInt.Reid Spencer
2007-02-28Implement reading of arbitrary precision integers.Reid Spencer
2007-02-28Implement writing 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-13Use a SmallVector to reduce heap traffic. This speeds up bcreader 10%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-12Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::str...Chris Lattner
2007-02-11Undo the last patch. It slowed down bcwriter by 1.8% but only sped upReid Spencer
2007-02-10Compaction tables don't exist any more.Reid Spencer
2007-02-10For PR1194:Reid Spencer
2007-02-10Fix a comment.Reid Spencer
2007-02-10Change the table datastructure to be a vector<smallvector>, instead ofChris Lattner
2007-02-10Make BytecodeWriter::outputValueSymbolTable *significantly* less abusiveChris Lattner
2007-02-10make the datastructure used in BytecodeWriter::outputValueSymbolTableChris Lattner
2007-02-10Switch typemap over to DenseMap. No significant speedup.Chris Lattner