Factor code out of APInt to form a isUIntN helper function.
[oota-llvm.git] / include / llvm / Bitcode /
2010-10-06 Bill WendlingRemove tabs.
2010-10-06 Bill WendlingProvide a fast "get me the target triple from the modul...
2010-09-10 Dale JohannesenAdd X86 MMX type to bitcode and Type.
2010-09-09 Dan GohmanDiscard metadata produced by LLVM 2.7. The value enumer...
2010-09-02 Dan GohmanRemove obsolete comments about throwing exceptions.
2010-08-28 Chris Lattnerremove unions from LLVM IR. They are severely buggy...
2010-08-18 Chris Lattnerdon't emit zero bit fields with Emit, fixing undefined...
2010-05-27 Dan GohmanDon't special-case stdout in llvm::WriteBitcodeToFile...
2010-04-19 Benjamin KramerDon't write into MemoryBuffers.
2010-04-03 Chris LattnerAdd special case bitcode support for DebugLoc. This...
2010-02-12 Chris LattnerAdd support for a union type in LLVM IR. Patch by...
2010-02-10 Dan GohmanFix "the the" and similar typos.
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2010-01-10 Victor HernandezCompute isFunctionLocal in MDNode ctor or via argument...
2010-01-01 Ted KremenekRemove old header.
2009-12-31 Ted KremenekRemove derelict serialization code.
2009-12-15 Chris LattnerRemove isPod() from DenseMapInfo, splitting it out...
2009-11-06 Daniel DunbarPass StringRef by value.
2009-10-28 Chris Lattnerbitcode writer support for blockaddress.
2009-10-28 Chris Lattnerrename indbr -> indirectbr to appease the residents...
2009-10-27 Chris LattnerRandom updates to passes for indbr, I need blockaddress...
2009-10-27 Chris Lattneradd enough support for indirect branch for the feature...
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-09-18 Devang PatelWrite and read metadata attachments.
2009-09-02 Dan GohmanAdd const qualifiers for isBitcodeWrapper, and add...
2009-08-27 Gabor GreifClean up the minor mess I caused with removing iterator...
2009-08-24 Daniel DunbarAdd StringRef based APIs to BitstreamWriter.
2009-08-24 Chris Lattnerremove the last *stream> #include from a public header.
2009-08-23 Chris Lattnereliminate the std::ostream forms of the bitcode writing...
2009-08-20 Dan GohmanRename hasNoUnsignedOverflow and hasNoSignedOverflow...
2009-08-11 Benjamin KramerMake LLVMContext and LLVMContextImpl classes instead...
2009-08-04 Owen AndersonFactor some of the constants+context related code out...
2009-07-29 Devang PatelRead and write NamedMDNode.
2009-07-27 Dan GohmanAdd a new keyword 'inbounds' for use with getelementptr...
2009-07-23 Devang PatelDerive MDNode from MetadataBase instead of Constant...
2009-07-22 Devang PatelIntroduce MetadataBase, a base class for MDString and...
2009-07-20 Dan GohmanAssembly and Bitcode support for unsigned/signed overfl...
2009-07-08 Nick LewyckyRemove the vicmp and vfcmp instructions. Because we...
2009-07-07 Chris Lattnerfix some type confusion in ReadVBR64: "Piece" should...
2009-07-01 Owen AndersonMake the use of const with respect to LLVMContext sane...
2009-07-01 Owen AndersonHold the LLVMContext by reference rather than by pointer.
2009-07-01 Owen AndersonAdd a pointer to the owning LLVMContext to Module....
2009-06-29 Sebastian RedlFix three MSVC 2008 warnings that completely clutter...
2009-05-30 Nick LewyckyGive embedded metadata its own type instead of relying...
2009-04-27 Chris Lattnergive bitstreamreader an API to ignore names for blocks...
2009-04-26 Chris LattnerAdd two new record types to the blockinfo block:
2009-04-26 Chris Lattnermake BitstreamCursor's copyable and assignable.
2009-04-26 Chris LattnerMake a major API change to BitstreamReader: split all...
2009-04-15 Douglas GregorAllow jumping to the end of a bitstream while reading
2009-04-08 Douglas GregorFix BitstreamReader's GetCurrentBitNo to return the...
2009-04-08 Douglas GregorUse 8 instead of CHAR_BIT
2009-04-08 Douglas GregorAdd BitstreamWriter::GetCurrentBitNo, to report where...
2009-04-07 Chris Lattnerfix comment to reflect the implementation I ended up...
2009-04-07 Chris LattnerAdd an API for the bitstream reader to read blobs and...
2009-04-06 Chris Lattnerallow clients to look up abbrev id's
2009-04-06 Chris LattnerAdd a new EmitRecordWithBlob API that allows a blob...
2009-04-06 Chris Lattneradd a new Blob encoding abbreviation for bitcode files...
2009-04-06 Chris Lattnersplit ReadAbbreviatedLiteral out of ReadAbbreviatedField.
2009-04-06 Chris Lattnerreduce indentation with early-out
2009-04-06 Chris Lattnersimplify code a bit.
2009-04-06 Chris Lattnersimplify to reduce indentation.
2009-04-06 Chris LattnerTeach llvm-bcanalyzer to skip over the header we use...
2009-04-04 Nick LewyckyAdd support for embedded metadata to LLVM. This introdu...
2009-04-01 Dan GohmanUse CHAR_BIT instead of hard-coding 8 in several places...
2009-02-20 Misha BrukmanRemoved trailing whitespace.
2009-02-12 Nate BegemanAdd suppport for ConstantExprs of shufflevectors whose...
2008-12-19 Chris LattnerAdd support for writing LLVM IR to a specified Bitstrea...
2008-10-22 Daniel DunbarAdd raw_ostream versions of WriteBitcodeToFile and...
2008-10-16 Zhongxing XuFix a calculation error in comments.
2008-09-25 Devang Patel Large mechanical patch.
2008-09-23 Dan GohmanUpdate the comment to reflect the new name.
2008-09-16 Dan GohmanRe-enables the new vector select in the bitcode reader...
2008-09-09 Dan GohmanExtend the vcmp/fcmp LLVM IR instructions to take vecto...
2008-08-17 Gordon HenriksenRename some GC classes so that their roll will hopefull...
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.
next