summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement address space attribute for LLVM pointer types. Address spaces are Christopher Lamb2007-12-111-4/+24
* Adding a collector name attribute to Function in the IR. These Gordon Henriksen2007-12-101-1/+14
* Unbreak backwards compatibility with bytecode format. RegressionChris Lattner2007-11-271-4/+5
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-271-15/+16
* In order for parameter attribute uniquing to makeDuncan Sands2007-11-201-6/+4
* Add explicit keywords.Dan Gohman2007-11-191-1/+1
* Make labels work in asm blocks; allow labels asDale Johannesen2007-11-051-1/+4
* Next PPC long double bits. First cut at constants.Dale Johannesen2007-10-111-2/+2
* Revise previous patch per review comments.Dale Johannesen2007-09-121-1/+0
* Add APInt interfaces to APFloat (allows directlyDale Johannesen2007-09-111-5/+6
* Revert previous change to IR.Dale Johannesen2007-09-071-1/+1
* Next round of APFloat changes.Dale Johannesen2007-09-061-6/+9
* Update GEP constructors to use an iterator interface to fixDavid Greene2007-09-041-1/+1
* Update InvokeInst to work like CallInstDavid Greene2007-08-271-1/+1
* Patch 10 for long double. Doing constants right needs expanding ConstantFPDale Johannesen2007-08-091-0/+4
* This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth2007-08-041-0/+39
* Long double, part 1 of N. Support in IR.Dale Johannesen2007-08-031-0/+9
* New CallInst interface to address GLIBCXX_DEBUG errors caused byDavid Greene2007-08-011-1/+1
* Here is the bulk of the sanitizing.Gabor Greif2007-07-051-3/+3
* Fix PR1434 and test/Linker/link-archive.ll, this is a regression from 1.9.Chris Lattner2007-05-181-53/+82
* implement the ModuleProvider::dematerializeFunction hookChris Lattner2007-05-151-8/+19
* Make a preemptive bitcode format change to support PR1146. This lets us doChris Lattner2007-05-081-16/+25
* fix off-by-one that caused the llvm2cpp test to failChris Lattner2007-05-061-2/+4
* Allow structs with zero fields.Chris Lattner2007-05-061-1/+1
* add a missing checkChris Lattner2007-05-061-0/+1
* implement reading/writing of inlineasm objectsChris Lattner2007-05-061-0/+21
* add a denser encoding for null terminated strings, add a 6-bit abbrev asChris Lattner2007-05-061-0/+14
* implement the 'string constant' optimization. This shrinks kc.bit fromChris Lattner2007-05-061-0/+14
* further reduce the redundancy of types in the instruction encoding. ThisChris Lattner2007-05-061-64/+65
* stop encoding type/value pairs when the type is implied by the value.Chris Lattner2007-05-061-75/+69
* add support for BLOCKINFO records at the module level. This fixes the readerChris Lattner2007-05-051-0/+4
* Implement support for globally associating abbrevs with block IDs, whichChris Lattner2007-05-051-10/+18
* eliminate internal length fields from record. Records already know theirChris Lattner2007-05-041-37/+36
* storeinst ctor takes isvolatile before alignment. With this, 176.gcc roundtripsChris Lattner2007-05-041-1/+1
* fix a misplaced errorChris Lattner2007-05-041-1/+1
* encode and read param attrs along with function type. WE can now roundtrip O...Chris Lattner2007-05-041-7/+6
* add support for reading the param attrs blockChris Lattner2007-05-041-0/+69
* remove dead codeChris Lattner2007-05-041-6/+0
* Allow this to compile with gcc 4.0.XReid Spencer2007-05-041-2/+4
* Encoding calling conv info in call/invoke instrs, tree add now round trips co...Chris Lattner2007-05-031-16/+21
* the type field for a store is the type of the pointer, not the value.Chris Lattner2007-05-031-3/+4
* fix encoding of BB names in the symtabChris Lattner2007-05-031-0/+10
* bug fixesChris Lattner2007-05-031-3/+3
* implement the rest of the instructionsChris Lattner2007-05-031-10/+68
* add a few more instructions, getting closeChris Lattner2007-05-031-10/+53
* add reader logic for terminator instrs.Chris Lattner2007-05-021-8/+89
* add reader support for a bunch of new instructionsChris Lattner2007-05-021-14/+90
* read a few instructions, fix some bugs. This is enough to be able to roundChris Lattner2007-05-021-15/+38
* handle function-level forward references, read binops.Chris Lattner2007-05-011-20/+126
* implement materializeModule, force deallocation of vector memory when weChris Lattner2007-05-011-6/+99
OpenPOWER on IntegriCloud