aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Bitcode
Commit message (Expand)AuthorAgeFilesLines
* Add support for writing LLVM IR to a specified BitstreamWriter.Chris Lattner2008-12-192-0/+8
* Add raw_ostream versions of WriteBitcodeToFile and BitcodeWriterPass.Daniel Dunbar2008-10-221-0/+9
* Fix a calculation error in comments.Zhongxing Xu2008-10-161-1/+1
* Large mechanical patch.Devang Patel2008-09-251-1/+1
* Update the comment to reflect the new name.Dan Gohman2008-09-231-1/+1
* Re-enables the new vector select in the bitcode reader, by modifying theDan Gohman2008-09-161-2/+4
* Extend the vcmp/fcmp LLVM IR instructions to take vectors as argumentsDan Gohman2008-09-091-1/+3
* Rename some GC classes so that their roll will hopefully be clearer.Gordon Henriksen2008-08-171-1/+1
* Fold the useful features of alist and alist_node into ilist, andDan Gohman2008-07-281-14/+2
* Enable first-class aggregates support.Dan Gohman2008-07-231-0/+1
* 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