aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bitcode/Writer/BitcodeWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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