aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Bitcode
Commit message (Expand)AuthorAgeFilesLines
* give bitstreamreader an API to ignore names for blocks/records,Chris Lattner2009-04-271-1/+16
* Add two new record types to the blockinfo block:Chris Lattner2009-04-262-6/+36
* make BitstreamCursor's copyable and assignable.Chris Lattner2009-04-261-2/+38
* Make a major API change to BitstreamReader: split all the readingChris Lattner2009-04-262-110/+141
* Allow jumping to the end of a bitstream while readingDouglas Gregor2009-04-151-1/+1
* Fix BitstreamReader's GetCurrentBitNo to return the correct bit number, and s...Douglas Gregor2009-04-081-2/+1
* Use 8 instead of CHAR_BITDouglas Gregor2009-04-081-1/+1
* Add BitstreamWriter::GetCurrentBitNo, to report where we are in the output bi...Douglas Gregor2009-04-081-0/+3
* fix comment to reflect the implementation I ended up settling on.Chris Lattner2009-04-071-1/+1
* Add an API for the bitstream reader to read blobs and returnChris Lattner2009-04-071-4/+17
* allow clients to look up abbrev id'sChris Lattner2009-04-061-3/+9
* Add a new EmitRecordWithBlob API that allows a blob to be emitted Chris Lattner2009-04-061-30/+103
* add a new Blob encoding abbreviation for bitcode files that emitsChris Lattner2009-04-063-10/+49
* split ReadAbbreviatedLiteral out of ReadAbbreviatedField.Chris Lattner2009-04-061-6/+12
* reduce indentation with early-outChris Lattner2009-04-061-14/+14
* simplify code a bit.Chris Lattner2009-04-061-9/+19
* simplify to reduce indentation.Chris Lattner2009-04-061-33/+34
* Teach llvm-bcanalyzer to skip over the header we use on LLVM IR files.Chris Lattner2009-04-061-1/+52
* Add support for embedded metadata to LLVM. This introduces two new types ofNick Lewycky2009-04-041-1/+3
* Use CHAR_BIT instead of hard-coding 8 in several places where itDan Gohman2009-04-011-1/+2
* Removed trailing whitespace.Misha Brukman2009-02-2010-314/+314
* Add suppport for ConstantExprs of shufflevectors whose result type is not equ...Nate Begeman2009-02-121-1/+2
* 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