aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bitcode/Writer
Commit message (Expand)AuthorAgeFilesLines
* Implemented prototype serialization of pointers, including supportTed Kremenek2007-10-251-1/+11
* Split Serialization.h into separate headers: Serialize.h andTed Kremenek2007-10-241-7/+23
* Added preliminary implementation of generic object serialization to bitcode.Ted Kremenek2007-10-231-0/+52
* Next PPC long double bits. First cut at constants.Dale Johannesen2007-10-111-3/+1
* Bindings for the verifier.Gordon Henriksen2007-10-061-2/+2
* Removing the silly CHelpers header by rolling wrap and unwrap into the CGordon Henriksen2007-10-051-1/+0
* 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-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-185-0/+1730