aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Bitcode
AgeCommit message (Expand)Author
2009-04-06add a new Blob encoding abbreviation for bitcode files that emitsChris Lattner
2009-04-06split ReadAbbreviatedLiteral out of ReadAbbreviatedField.Chris Lattner
2009-04-06reduce indentation with early-outChris Lattner
2009-04-06simplify code a bit.Chris Lattner
2009-04-06simplify to reduce indentation.Chris Lattner
2009-04-06Teach llvm-bcanalyzer to skip over the header we use on LLVM IR files.Chris Lattner
2009-04-04Add support for embedded metadata to LLVM. This introduces two new types ofNick Lewycky
2009-04-01Use CHAR_BIT instead of hard-coding 8 in several places where itDan Gohman
2009-02-20Removed trailing whitespace.Misha Brukman
2009-02-12Add suppport for ConstantExprs of shufflevectors whose result type is not equ...Nate Begeman
2008-12-19Add support for writing LLVM IR to a specified BitstreamWriter.Chris Lattner
2008-10-22Add raw_ostream versions of WriteBitcodeToFile and BitcodeWriterPass.Daniel Dunbar
2008-10-16Fix a calculation error in comments.Zhongxing Xu
2008-09-25 Large mechanical patch.Devang Patel
2008-09-23Update the comment to reflect the new name.Dan Gohman
2008-09-16Re-enables the new vector select in the bitcode reader, by modifying theDan Gohman
2008-09-09Extend the vcmp/fcmp LLVM IR instructions to take vectors as argumentsDan Gohman
2008-08-17Rename some GC classes so that their roll will hopefully be clearer.Gordon Henriksen
2008-07-28Fold the useful features of alist and alist_node into ilist, andDan Gohman
2008-07-23Enable first-class aggregates support.Dan Gohman
2008-07-21InsertValue and ExtractValue constant expressions are alwaysDan Gohman
2008-07-09Add a little wrapper header that is put around bc files when emittingChris Lattner
2008-05-29For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"Anton Korobeynikov
2008-05-23Make structs and arrays first-class types, and add assemblyDan Gohman
2008-05-05Fix more -Wshorten-64-to-32 warnings.Evan Cheng
2008-05-01Initialize a local variable.Ted Kremenek
2008-04-25Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989Nick Lewycky
2008-04-07Added support for Create() calls that take an argument besides theSam Bishop
2008-04-03Add member template version of SerializeTrait<T>::Create that also acceptsTed Kremenek
2008-04-01change the archive stuff to use MemoryBuffer instead of mappedfile.Chris Lattner
2008-04-01remove extraneous #includeChris Lattner
2008-03-25Make a note of the fact that EmitOwnedPtr() has nothing to do with theSam Bishop
2008-03-02Add an unwind_to field to basic blocks, making them Users instead of Values.Nick Lewycky
2008-02-22Read and write getresult.Devang Patel
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-18Added some sectioning comments to Serialize.h.Ted Kremenek
2007-12-17Modified Deserializer::ReadCStr to allow C-strings to be read into aTed Kremenek
2007-12-12Implement part of review feedback for address spaces.Christopher Lamb
2007-12-11Implement address space attribute for LLVM pointer types. Address spaces are Christopher Lamb
2007-12-10Adding a collector name attribute to Function in the IR. These Gordon Henriksen
2007-12-05Added "Emitter" functor to allow easy emitting of elements of a containerTed Kremenek
2007-11-30Fixed subtle bug in Deserializer::JumpTo when jumping when the block-nestingTed Kremenek
2007-11-30Fixed potential bug where CurWord is not zeroed out in JumpToBit.Ted Kremenek
2007-11-19Add explicit keywords.Dan Gohman
2007-11-17Reverted patch 44199:Ted Kremenek
2007-11-17Changed implementation of Serialize::EmitDiffPtrID andTed Kremenek
2007-11-17Implemented optimization for BatchEmitOwnedPtrs that we only emit one completeTed Kremenek
2007-11-15Fixed serious bug in BatchReadOwnedPtrs where in a chain of calls toTed Kremenek
2007-11-14Added two new overloaded versions of BatchEmitOwnedPtrs andTed Kremenek
2007-11-13Renamed serialization method "Materialize" to "Create". This is an API change.Ted Kremenek