aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Bitcode
Commit message (Expand)AuthorAgeFilesLines
* Fix minor doxygen nits.Reid Spencer2007-08-051-3/+5
* Long double, part 1 of N. Support in IR.Dale Johannesen2007-08-031-1/+8
* finishing touches of bytecode -> bitcode changes. also unbreak WindowsGabor Greif2007-07-061-5/+4
* eliminate residual cruft related to recognizing bytecodeGabor Greif2007-07-061-8/+2
* Here is the bulk of the sanitizing.Gabor Greif2007-07-051-11/+11
* update comments, no functionality changeChris Lattner2007-05-081-4/+4
* Move this here from Bytecode/Archive.hChris Lattner2007-05-061-0/+562
* allow zero-length arraysChris Lattner2007-05-061-1/+1
* we aren't at the end of stream until we've consumed all the bytes AND allChris Lattner2007-05-061-1/+3
* Make code more 64-bit aware.Jeff Cohen2007-05-061-3/+3
* Unbreak VC++.Jeff Cohen2007-05-063-8/+10
* add a new CreateBitcodeWriterPass method, which creates a bitcode writer asChris Lattner2007-05-061-0/+5
* add inline asm codeChris Lattner2007-05-061-1/+2
* Fix a subtle bug that prevented round-tripping 470.lbmChris Lattner2007-05-061-1/+1
* add a denser encoding for null terminated strings, add a 6-bit abbrev asChris Lattner2007-05-061-8/+9
* implement the 'string constant' optimization. This shrinks kc.bit fromChris Lattner2007-05-061-8/+9
* fix a bug I introduced when I merged some code togetherChris Lattner2007-05-051-1/+1
* minor bugfixChris Lattner2007-05-051-0/+1
* add a 6-bit encoding type for strings.Chris Lattner2007-05-053-3/+38
* Implement support for globally associating abbrevs with block IDs, whichChris Lattner2007-05-053-12/+213
* use a template to eliminate manual code duplicationChris Lattner2007-05-041-47/+2
* add support for array abbreviations.Chris Lattner2007-05-043-59/+101
* eliminate lengths from record bodiesChris Lattner2007-05-041-16/+16
* minor cleanups. Add provisions for a new standard BLOCKINFO_BLOCKChris Lattner2007-05-044-17/+41
* refcount BitCodeAbbrev objectsChris Lattner2007-05-043-7/+13
* remove unused codeChris Lattner2007-05-041-12/+11
* add new codesChris Lattner2007-05-041-5/+11
* add a new codeChris Lattner2007-05-031-1/+2
* update to reflect realityChris Lattner2007-05-021-1/+1
* several bitfixes to JumpToBitChris Lattner2007-05-011-4/+7
* add JumpToBit, an explicit init method, and a default ctor.Chris Lattner2007-05-011-2/+28
* add missing opcode.Chris Lattner2007-05-011-9/+10
* add some helpersChris Lattner2007-04-292-2/+5
* compute this value correctlyChris Lattner2007-04-291-2/+4
* add a methodChris Lattner2007-04-291-0/+6
* make this file self-containedChris Lattner2007-04-291-0/+1
* Switch the bitcode reader interface to take a MemoryBuffer instead of knowingChris Lattner2007-04-291-5/+10
* start defining codes for instructionsChris Lattner2007-04-261-6/+34
* add a new codeChris Lattner2007-04-261-1/+4
* add alias support to bitcodeChris Lattner2007-04-261-1/+4
* comentateChris Lattner2007-04-241-0/+8
* add records for constant exprsChris Lattner2007-04-241-9/+46
* add codes for constants tableChris Lattner2007-04-231-3/+17
* Fix a bug in bitstream writer handling abbrevs, add value symtabChris Lattner2007-04-232-6/+12
* implement reading of abbrevsChris Lattner2007-04-231-6/+89
* minor cleanupsChris Lattner2007-04-231-3/+5
* finish implementation of basic abbrev writing.Chris Lattner2007-04-231-4/+69
* first part of implementation of abbrevs. The writer isn't fully there yet an...Chris Lattner2007-04-233-13/+109
* promote this to being a public header.Chris Lattner2007-04-231-0/+87
* Terminate with newline.Reid Spencer2007-04-221-2/+0