aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bytecode/Writer/WriterInternals.h
Commit message (Expand)AuthorAgeFilesLines
* add bc reader/writer support for inline asmChris Lattner2006-01-251-1/+3
* Read and write section info from/to .bc filesChris Lattner2005-11-121-4/+0
* * Remove trailing whitespaceMisha Brukman2005-04-211-20/+20
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* Bytecode File Format Changes:Reid Spencer2004-08-171-5/+1
* bug 263:Reid Spencer2004-07-251-27/+70
* Add new methods outputTypes and outputCompactionTypes for handling TypesReid Spencer2004-07-041-2/+4
* SlotCalculator.h movedChris Lattner2004-01-201-1/+1
* Add support for writing bytecode files with compactiontables for bytecode files.Chris Lattner2004-01-181-1/+6
* If these blocks are empty, there is no reason to even emit the bytecode blocks.Chris Lattner2004-01-151-6/+20
* The new bytecode format supports emitting strings a special case. This isChris Lattner2004-01-141-8/+3
* Refactor writer stuff out of include/llvm/Bytecode/Primitives.h. This isChris Lattner2004-01-101-1/+1
* Emit & read more compressed bytecode by not emitting a bytecodeblock forChris Lattner2003-12-011-1/+0
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+3
* Added LLVM copyright header.John Criswell2003-10-211-0/+7
* Regularize header file commentsChris Lattner2003-10-131-1/+1
* Changes to the V2 bytecode format:Chris Lattner2003-03-191-2/+2
* Use a helper function outputConstantsInPlane in outputConstants.Vikram S. Adve2002-07-141-0/+2
* MEGAPATCH checkin.Chris Lattner2002-06-251-2/+2
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-291-1/+0
* s/method/functionChris Lattner2002-04-081-1/+1
* * Move include/llvm/Analysis/SlotCalculator.h to include/llvm/SlotCalculator.hChris Lattner2002-04-071-1/+1
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-4/+4
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-1/+1
* * Emit bytecode using a deque instead of a vector to be fasterChris Lattner2001-09-071-12/+13
* Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner2001-07-231-1/+1
* Initial revisionChris Lattner2001-06-061-0/+74