aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bitcode
Commit message (Expand)AuthorAgeFilesLines
* constified several pointer arguments for methods in the Deserializer.Ted Kremenek2007-10-311-3/+3
* Implemented deserialization of references. References are handledTed Kremenek2007-10-311-1/+13
* Added Serializer::EmitRef to deal with emitting arbitrary references.Ted Kremenek2007-10-311-1/+1
* Fixed warning concerning implicit conversion from a NULL pointerTed Kremenek2007-10-291-1/+1
* Fixed assertion in Deserializer::~Deserializer that checks forTed Kremenek2007-10-281-2/+6
* Updated backpatching logic during object deserialization to performTed Kremenek2007-10-281-24/+38
* Added serialization support for APInt.Ted Kremenek2007-10-262-0/+64
* Updated backpatching during object deserialization to support "smart"Ted Kremenek2007-10-251-1/+3
* Disambiguated variable name to comply with VC++'s archaic variable scoping ru...Hartmut Kaiser2007-10-251-5/+5
* Added special treatment of serializing NULL pointers.Ted Kremenek2007-10-252-1/+9
* Implemented prototype serialization of pointers, including supportTed Kremenek2007-10-252-3/+63
* Split Serialization.h into separate headers: Serialize.h andTed Kremenek2007-10-242-24/+49
* Added preliminary implementation of generic object serialization to bitcode.Ted Kremenek2007-10-232-0/+135
* Next PPC long double bits. First cut at constants.Dale Johannesen2007-10-112-5/+3
* 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-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