summaryrefslogtreecommitdiff
path: root/include/llvm/Bitcode
Commit message (Expand)AuthorAge
* Re-enables the new vector select in the bitcode reader, by modifying theDan Gohman2008-09-16
* Extend the vcmp/fcmp LLVM IR instructions to take vectors as argumentsDan Gohman2008-09-09
* Rename some GC classes so that their roll will hopefully be clearer.Gordon Henriksen2008-08-17
* Fold the useful features of alist and alist_node into ilist, andDan Gohman2008-07-28
* Enable first-class aggregates support.Dan Gohman2008-07-23
* InsertValue and ExtractValue constant expressions are alwaysDan Gohman2008-07-21
* Add a little wrapper header that is put around bc files when emittingChris Lattner2008-07-09
* For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"Anton Korobeynikov2008-05-29
* Make structs and arrays first-class types, and add assemblyDan Gohman2008-05-23
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-05
* Initialize a local variable.Ted Kremenek2008-05-01
* Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989Nick Lewycky2008-04-25
* Added support for Create() calls that take an argument besides theSam Bishop2008-04-07
* Add member template version of SerializeTrait<T>::Create that also acceptsTed Kremenek2008-04-03
* change the archive stuff to use MemoryBuffer instead of mappedfile.Chris Lattner2008-04-01
* remove extraneous #includeChris Lattner2008-04-01
* Make a note of the fact that EmitOwnedPtr() has nothing to do with theSam Bishop2008-03-25
* Add an unwind_to field to basic blocks, making them Users instead of Values.Nick Lewycky2008-03-02
* Read and write getresult.Devang Patel2008-02-22
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Added some sectioning comments to Serialize.h.Ted Kremenek2007-12-18
* Modified Deserializer::ReadCStr to allow C-strings to be read into aTed Kremenek2007-12-17
* Implement part of review feedback for address spaces.Christopher Lamb2007-12-12
* Implement address space attribute for LLVM pointer types. Address spaces are Christopher Lamb2007-12-11
* Adding a collector name attribute to Function in the IR. These Gordon Henriksen2007-12-10
* Added "Emitter" functor to allow easy emitting of elements of a containerTed Kremenek2007-12-05
* Fixed subtle bug in Deserializer::JumpTo when jumping when the block-nestingTed Kremenek2007-11-30
* Fixed potential bug where CurWord is not zeroed out in JumpToBit.Ted Kremenek2007-11-30
* Add explicit keywords.Dan Gohman2007-11-19
* Reverted patch 44199:Ted Kremenek2007-11-17
* Changed implementation of Serialize::EmitDiffPtrID andTed Kremenek2007-11-17
* Implemented optimization for BatchEmitOwnedPtrs that we only emit one completeTed Kremenek2007-11-17
* Fixed serious bug in BatchReadOwnedPtrs where in a chain of calls toTed Kremenek2007-11-15
* Added two new overloaded versions of BatchEmitOwnedPtrs andTed Kremenek2007-11-14
* Renamed serialization method "Materialize" to "Create". This is an API change.Ted Kremenek2007-11-13
* Fixed bug with inconsistent serialization/deserialization in matchingTed Kremenek2007-11-13
* Added versions of ReadPtr that takes an explicit SerializedPtrID. This allowsTed Kremenek2007-11-12
* Fixed a bug introduced by my last patch. Now we properly clear out the Batch...Ted Kremenek2007-11-10
* Fixed hack in BatchReadOwnedPtrs to no longer use the array of pointers passe...Ted Kremenek2007-11-10
* Added "random access" to the Deserializer to allow a client to jump to anyTed Kremenek2007-11-10
* Made Deserializer a friend class of BitstreamReader.Ted Kremenek2007-11-10
* Updated Deserializer class to provide more information about the currentTed Kremenek2007-11-09
* Added typedef "SerializedPtrID" to represent the pointer handle written to diskTed Kremenek2007-11-08
* Revised BatchEmitOwnedPtrs to work better with constant pointers.Ted Kremenek2007-11-08
* Revised implementation of BatchReadOwnedPtrs() that deserializes anTed Kremenek2007-11-08
* Fixed bug where we did not properly serialize owned objects due to a missingTed Kremenek2007-11-07
* Added version of BatchEmitOwnedPtrs and BatchReadOwnedPtrs that emits/readsTed Kremenek2007-11-07
* Added methods to batch emit and deserialize owned pointers. This allowsTed Kremenek2007-11-07
* Implemented serialization of signed integers.Ted Kremenek2007-11-07
* Added special version of ReadPtr() that returns a deserialized pointerTed Kremenek2007-11-07