aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Bitcode
Commit message (Expand)AuthorAgeFilesLines
...
* InsertValue and ExtractValue constant expressions are alwaysDan Gohman2008-07-211-3/+1
* Add a little wrapper header that is put around bc files when emittingChris Lattner2008-07-091-4/+10
* For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"Anton Korobeynikov2008-05-291-1/+1
* Make structs and arrays first-class types, and add assemblyDan Gohman2008-05-231-2/+6
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-054-22/+38
* Initialize a local variable.Ted Kremenek2008-05-011-1/+1
* Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989Nick Lewycky2008-04-251-3/+1
* Added support for Create() calls that take an argument besides theSam Bishop2008-04-071-3/+128
* Add member template version of SerializeTrait<T>::Create that also acceptsTed Kremenek2008-04-031-0/+5
* change the archive stuff to use MemoryBuffer instead of mappedfile.Chris Lattner2008-04-011-2/+2
* remove extraneous #includeChris Lattner2008-04-011-1/+1
* Make a note of the fact that EmitOwnedPtr() has nothing to do with theSam Bishop2008-03-251-0/+2
* Add an unwind_to field to basic blocks, making them Users instead of Values.Nick Lewycky2008-03-021-1/+3
* Read and write getresult.Devang Patel2008-02-221-1/+2
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-2910-20/+20
* Added some sectioning comments to Serialize.h.Ted Kremenek2007-12-181-14/+71
* Modified Deserializer::ReadCStr to allow C-strings to be read into aTed Kremenek2007-12-171-1/+1
* Implement part of review feedback for address spaces.Christopher Lamb2007-12-121-0/+1
* Implement address space attribute for LLVM pointer types. Address spaces are Christopher Lamb2007-12-111-3/+7
* Adding a collector name attribute to Function in the IR. These Gordon Henriksen2007-12-101-1/+3
* Added "Emitter" functor to allow easy emitting of elements of a containerTed Kremenek2007-12-051-0/+11
* Fixed subtle bug in Deserializer::JumpTo when jumping when the block-nestingTed Kremenek2007-11-301-2/+2
* Fixed potential bug where CurWord is not zeroed out in JumpToBit.Ted Kremenek2007-11-301-0/+1
* Add explicit keywords.Dan Gohman2007-11-191-1/+1
* Reverted patch 44199:Ted Kremenek2007-11-172-111/+45
* Changed implementation of Serialize::EmitDiffPtrID andTed Kremenek2007-11-172-4/+5
* Implemented optimization for BatchEmitOwnedPtrs that we only emit one completeTed Kremenek2007-11-172-46/+111
* Fixed serious bug in BatchReadOwnedPtrs where in a chain of calls toTed Kremenek2007-11-151-5/+4
* Added two new overloaded versions of BatchEmitOwnedPtrs andTed Kremenek2007-11-142-0/+40
* Renamed serialization method "Materialize" to "Create". This is an API change.Ted Kremenek2007-11-132-14/+15
* Fixed bug with inconsistent serialization/deserialization in matchingTed Kremenek2007-11-132-0/+48
* Added versions of ReadPtr that takes an explicit SerializedPtrID. This allowsTed Kremenek2007-11-121-3/+21
* Fixed a bug introduced by my last patch. Now we properly clear out the Batch...Ted Kremenek2007-11-101-0/+2
* Fixed hack in BatchReadOwnedPtrs to no longer use the array of pointers passe...Ted Kremenek2007-11-101-2/+4
* Added "random access" to the Deserializer to allow a client to jump to anyTed Kremenek2007-11-101-2/+37
* Made Deserializer a friend class of BitstreamReader.Ted Kremenek2007-11-101-5/+14
* Updated Deserializer class to provide more information about the currentTed Kremenek2007-11-091-4/+14
* Added typedef "SerializedPtrID" to represent the pointer handle written to diskTed Kremenek2007-11-083-19/+46
* Revised BatchEmitOwnedPtrs to work better with constant pointers.Ted Kremenek2007-11-081-1/+1
* Revised implementation of BatchReadOwnedPtrs() that deserializes anTed Kremenek2007-11-081-10/+13
* Fixed bug where we did not properly serialize owned objects due to a missingTed Kremenek2007-11-071-1/+1
* Added version of BatchEmitOwnedPtrs and BatchReadOwnedPtrs that emits/readsTed Kremenek2007-11-072-0/+21
* Added methods to batch emit and deserialize owned pointers. This allowsTed Kremenek2007-11-072-4/+67
* Implemented serialization of signed integers.Ted Kremenek2007-11-073-1/+10
* Added special version of ReadPtr() that returns a deserialized pointerTed Kremenek2007-11-071-1/+4
* Serializer no longer automatically emits a root-level block in the bitstream.Ted Kremenek2007-11-061-2/+1
* Augmented ReadPtr and ReadOwnedPtr to control whether or not a pointer is all...Ted Kremenek2007-11-061-9/+12
* Renamed "Flush()" to "FlushRecord()".Ted Kremenek2007-11-061-1/+1
* Added support for processing abbreviations in the Deserializer.Ted Kremenek2007-11-061-1/+1
* Added support in serializer and deserializer to create arbitrary blocks.Ted Kremenek2007-11-052-1/+6