Move SLEB/ULEB size calculation routines from AsmPrinter to TargetAsmInfo. This makes...
[oota-llvm.git] / include / llvm / Bitcode /
2008-07-28 Dan GohmanFold the useful features of alist and alist_node into...
2008-07-23 Dan GohmanEnable first-class aggregates support.
2008-07-21 Dan GohmanInsertValue and ExtractValue constant expressions are...
2008-07-09 Chris LattnerAdd a little wrapper header that is put around bc files...
2008-05-29 Anton KorobeynikovFor PR1338: rename include/llvm/ADT/ilist and friends...
2008-05-23 Dan GohmanMake structs and arrays first-class types, and add...
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
2008-05-01 Ted KremenekInitialize a local variable.
2008-04-25 Nick LewyckyRemove 'unwinds to' support from mainline. This patch...
2008-04-07 Sam BishopAdded support for Create() calls that take an argument...
2008-04-03 Ted KremenekAdd member template version of SerializeTrait<T>::Creat...
2008-04-01 Chris Lattnerchange the archive stuff to use MemoryBuffer instead...
2008-04-01 Chris Lattnerremove extraneous #include
2008-03-25 Sam BishopMake a note of the fact that EmitOwnedPtr() has nothing...
2008-03-02 Nick LewyckyAdd an unwind_to field to basic blocks, making them...
2008-02-22 Devang PatelRead and write getresult.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-18 Ted KremenekAdded some sectioning comments to Serialize.h.
2007-12-17 Ted KremenekModified Deserializer::ReadCStr to allow C-strings...
2007-12-12 Christopher LambImplement part of review feedback for address spaces.
2007-12-11 Christopher LambImplement address space attribute for LLVM pointer...
2007-12-10 Gordon HenriksenAdding a collector name attribute to Function in the...
2007-12-05 Ted KremenekAdded "Emitter" functor to allow easy emitting of eleme...
2007-11-30 Ted KremenekFixed subtle bug in Deserializer::JumpTo when jumping...
2007-11-30 Ted KremenekFixed potential bug where CurWord is not zeroed out...
2007-11-19 Dan GohmanAdd explicit keywords.
2007-11-17 Ted KremenekReverted patch 44199:
2007-11-17 Ted KremenekChanged implementation of Serialize::EmitDiffPtrID and
2007-11-17 Ted KremenekImplemented optimization for BatchEmitOwnedPtrs that...
2007-11-15 Ted KremenekFixed serious bug in BatchReadOwnedPtrs where in a...
2007-11-14 Ted KremenekAdded two new overloaded versions of BatchEmitOwnedPtrs and
2007-11-13 Ted KremenekRenamed serialization method "Materialize" to "Create...
2007-11-13 Ted KremenekFixed bug with inconsistent serialization/deserializati...
2007-11-12 Ted KremenekAdded versions of ReadPtr that takes an explicit Serial...
2007-11-10 Ted KremenekFixed a bug introduced by my last patch. Now we proper...
2007-11-10 Ted KremenekFixed hack in BatchReadOwnedPtrs to no longer use the...
2007-11-10 Ted KremenekAdded "random access" to the Deserializer to allow...
2007-11-10 Ted KremenekMade Deserializer a friend class of BitstreamReader.
2007-11-09 Ted KremenekUpdated Deserializer class to provide more information...
2007-11-08 Ted KremenekAdded typedef "SerializedPtrID" to represent the pointe...
2007-11-08 Ted KremenekRevised BatchEmitOwnedPtrs to work better with constant...
2007-11-08 Ted KremenekRevised implementation of BatchReadOwnedPtrs() that...
2007-11-07 Ted KremenekFixed bug where we did not properly serialize owned...
2007-11-07 Ted KremenekAdded version of BatchEmitOwnedPtrs and BatchReadOwnedP...
2007-11-07 Ted KremenekAdded methods to batch emit and deserialize owned point...
2007-11-07 Ted KremenekImplemented serialization of signed integers.
2007-11-07 Ted KremenekAdded special version of ReadPtr() that returns a deser...
2007-11-06 Ted KremenekSerializer no longer automatically emits a root-level...
2007-11-06 Ted KremenekAugmented ReadPtr and ReadOwnedPtr to control whether...
2007-11-06 Ted KremenekRenamed "Flush()" to "FlushRecord()".
2007-11-06 Ted KremenekAdded support for processing abbreviations in the Deser...
2007-11-05 Ted KremenekAdded support in serializer and deserializer to create...
2007-11-05 Ted KremenekAdded default creation of root-level block by bitstream...
2007-11-05 Ted KremenekFixed bug where tombstone key and empty key for DenseMa...
2007-11-02 Ted KremenekAdded overloaded version of Deserializer::ReadOwnedPtr...
2007-11-01 Ted KremenekRemoved ReadVal from SerializeTrait<T>, and also remove...
2007-11-01 Ted KremenekRewrote backpatcher. Backpatcher now stores the "has...
2007-10-31 Ted Kremenekconstified several pointer arguments for methods in...
2007-10-31 Ted KremenekImplemented deserialization of references. References...
2007-10-31 Ted KremenekAdded Serializer::EmitRef to deal with emitting arbitra...
2007-10-28 Ted KremenekUpdated backpatching logic during object deserializatio...
2007-10-26 Ted KremenekFixed bug where default SerializeTrait<>::Materialize...
2007-10-26 Ted KremenekAdded default implementation of SerializeTrait<> that...
2007-10-25 Ted KremenekUpdated backpatching during object deserialization...
2007-10-25 Ted KremenekAdded special treatment of serializing NULL pointers.
2007-10-25 Ted KremenekCreated header file to include minimal forward referenc...
2007-10-25 Ted KremenekImplemented prototype serialization of pointers, includ...
2007-10-24 Ted KremenekSplit Serialization.h into separate headers: Serialize...
2007-10-24 Hartmut KaiserSilenced a VC++ warning.
2007-10-23 Ted KremenekAdded "ReadEnum" and "WriteEnum" to serialization classes.
2007-10-23 Ted KremenekAdded preliminary implementation of generic object...
2007-10-08 Dan GohmanAdd explicit keywords.
2007-08-05 Reid SpencerFix minor doxygen nits.
2007-08-03 Dale JohannesenLong double, part 1 of N. Support in IR.
2007-07-06 Gabor Greiffinishing touches of bytecode -> bitcode changes. also...
2007-07-06 Gabor Greifeliminate residual cruft related to recognizing bytecode
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-05-08 Chris Lattnerupdate comments, no functionality change
2007-05-06 Chris LattnerMove this here from Bytecode/Archive.h
2007-05-06 Chris Lattnerallow zero-length arrays
2007-05-06 Chris Lattnerwe aren't at the end of stream until we've consumed...
2007-05-06 Jeff CohenMake code more 64-bit aware.
2007-05-06 Jeff CohenUnbreak VC++.
2007-05-06 Chris Lattneradd a new CreateBitcodeWriterPass method, which creates...
2007-05-06 Chris Lattneradd inline asm code
2007-05-06 Chris LattnerFix a subtle bug that prevented round-tripping 470.lbm
2007-05-06 Chris Lattneradd a denser encoding for null terminated strings,...
2007-05-06 Chris Lattnerimplement the 'string constant' optimization. This...
2007-05-05 Chris Lattnerfix a bug I introduced when I merged some code together
2007-05-05 Chris Lattnerminor bugfix
2007-05-05 Chris Lattneradd a 6-bit encoding type for strings.
2007-05-05 Chris LattnerImplement support for globally associating abbrevs...
2007-05-04 Chris Lattneruse a template to eliminate manual code duplication
2007-05-04 Chris Lattneradd support for array abbreviations.
2007-05-04 Chris Lattnereliminate lengths from record bodies
2007-05-04 Chris Lattnerminor cleanups. Add provisions for a new standard...
2007-05-04 Chris Lattnerrefcount BitCodeAbbrev objects
2007-05-04 Chris Lattnerremove unused code
2007-05-04 Chris Lattneradd new codes
2007-05-03 Chris Lattneradd a new code
next