aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bitcode
Commit message (Expand)AuthorAgeFilesLines
* Demoting CHelpers.h to include/llvm/Support.Gordon Henriksen2007-09-291-1/+1
* Make temporaries explicit to avoid prematureDale Johannesen2007-09-261-2/+5
* C bindings for libLLVMCore.a and libLLVMBitWriter.a.Gordon Henriksen2007-09-181-0/+51
* Revise previous patch per review comments.Dale Johannesen2007-09-122-6/+2
* Add APInt interfaces to APFloat (allows directlyDale Johannesen2007-09-112-11/+19
* Revert previous change to IR.Dale Johannesen2007-09-072-5/+4
* Next round of APFloat changes.Dale Johannesen2007-09-062-8/+12
* 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-092-3/+13
* This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth2007-08-042-0/+44
* Long double, part 1 of N. Support in IR.Dale Johannesen2007-08-032-0/+12
* 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-189-0/+3627