aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode/Writer/WriterInternals.h
AgeCommit message (Expand)Author
2007-05-06remove the old bc writerChris Lattner
2007-04-09For PR1146:Reid Spencer
2007-02-12Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::str...Chris Lattner
2007-02-10Change the table datastructure to be a vector<smallvector>, instead ofChris Lattner
2007-02-09remove unneeded #includesChris Lattner
2007-02-09remove dead code, the outputConstants function is now only called at module s...Chris Lattner
2007-02-05For PR411:Reid Spencer
2007-01-06For PR411:Reid Spencer
2006-01-25add bc reader/writer support for inline asmChris Lattner
2005-11-12Read and write section info from/to .bc filesChris Lattner
2005-04-21* Remove trailing whitespaceMisha Brukman
2004-09-01Changes For Bug 352Reid Spencer
2004-08-17Bytecode File Format Changes:Reid Spencer
2004-07-25bug 263:Reid Spencer
2004-07-04Add new methods outputTypes and outputCompactionTypes for handling TypesReid Spencer
2004-01-20SlotCalculator.h movedChris Lattner
2004-01-18Add support for writing bytecode files with compactiontables for bytecode files.Chris Lattner
2004-01-15If these blocks are empty, there is no reason to even emit the bytecode blocks.Chris Lattner
2004-01-14The new bytecode format supports emitting strings a special case. This isChris Lattner
2004-01-10Refactor writer stuff out of include/llvm/Bytecode/Primitives.h. This isChris Lattner
2003-12-01Emit & read more compressed bytecode by not emitting a bytecodeblock forChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-21Added LLVM copyright header.John Criswell
2003-10-13Regularize header file commentsChris Lattner
2003-03-19Changes to the V2 bytecode format:Chris Lattner
2002-07-14Use a helper function outputConstantsInPlane in outputConstants.Vikram S. Adve
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-04-29Eliminate duplicate or unneccesary #include'sChris Lattner
2002-04-08s/method/functionChris Lattner
2002-04-07* Move include/llvm/Analysis/SlotCalculator.h to include/llvm/SlotCalculator.hChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-03Rename ConstPoolVal -> ConstantChris Lattner
2001-09-07* Emit bytecode using a deque instead of a vector to be fasterChris Lattner
2001-07-23Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner
2001-06-06Initial revisionChris Lattner