aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bitcode/Reader/BitcodeReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reimplement the parameter attributes support, phase #1. hilights:Chris Lattner2008-03-121-17/+6
* when the bitcode reader is referencing a paramattr, make sure to bump its ref...Chris Lattner2008-03-121-1/+12
* Be backward compatibleAnton Korobeynikov2008-03-121-1/+4
* Honour aliases visibility when reading from/writing to bitcodeAnton Korobeynikov2008-03-111-1/+2
* Add an unwind_to field to basic blocks, making them Users instead of Values.Nick Lewycky2008-03-021-0/+9
* Use SmallVector while constructing ReturnInst.Devang Patel2008-02-261-2/+4
* Update bitcode reader and writer to handle multiple return values. Devang Patel2008-02-261-11/+18
* Backing out r47521 for now. This has broken a number of tests.Evan Cheng2008-02-231-24/+11
* Properly read and write bitcodes for multiple return values.Devang Patel2008-02-231-11/+24
* Split ParameterAttributes.h, putting the complicatedDale Johannesen2008-02-221-1/+1
* Read and write getresult.Devang Patel2008-02-221-0/+10
* Use empty() instead of comparing size() with zero.Dan Gohman2008-01-291-1/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Bring back int_x86_sse2_movl_dq intrinsic for backward compatibility. Make sureEvan Cheng2007-12-171-1/+2
* Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb2007-12-171-1/+1
* 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
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+1666