aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bitcode/Writer/BitcodeWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update bitcode reader and writer to handle multiple return values. Devang Patel2008-02-261-7/+16
* Backing out r47521 for now. This has broken a number of tests.Evan Cheng2008-02-231-15/+7
* Properly read and write bitcodes for multiple return values.Devang Patel2008-02-231-7/+15
* Split ParameterAttributes.h, putting the complicatedDale Johannesen2008-02-221-1/+1
* Read and write getresult.Devang Patel2008-02-221-0/+5
* Support alignment within ParamAttrs in the I/O handling.Dale Johannesen2008-02-201-1/+1
* Expand ParameterAttributes to 32 bits (in preparationDale Johannesen2008-02-191-1/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Implement part of review feedback for address spaces.Christopher Lamb2007-12-121-6/+5
* Fix compilation.Duncan Sands2007-12-111-1/+2
* Implement address space attribute for LLVM pointer types. Address spaces are Christopher Lamb2007-12-111-6/+10
* Adding a collector name attribute to Function in the IR. These Gordon Henriksen2007-12-101-10/+23
* Unbreak backwards compatibility with bytecode format. RegressionChris Lattner2007-11-271-1/+3
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-271-26/+11
* Next PPC long double bits. First cut at constants.Dale Johannesen2007-10-111-3/+1
* Make temporaries explicit to avoid prematureDale Johannesen2007-09-261-2/+5
* Revise previous patch per review comments.Dale Johannesen2007-09-121-5/+2
* Add APInt interfaces to APFloat (allows directlyDale Johannesen2007-09-111-6/+13
* Revert previous change to IR.Dale Johannesen2007-09-071-4/+3
* Next round of APFloat changes.Dale Johannesen2007-09-061-2/+3
* Patch 10 for long double. Doing constants right needs expanding ConstantFPDale Johannesen2007-08-091-3/+9
* Long double, part 1 of N. Support in IR.Dale Johannesen2007-08-031-0/+3
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+1226