Renamed CCState members that appear to misspell 'Processed' as 'Proceed'. NFC.
[oota-llvm.git] / include / llvm / Bitcode /
2012-01-10 Chandler CarruthAdd 'llvm_unreachable' to passify GCC's understanding...
2012-01-10 David BlaikieRemove unnecessary default cases in switches that cover...
2011-12-17 Dan GohmanThe powers that be have decided that LLVM IR should...
2011-12-14 Chad RosierPer discussion on the list, remove BitcodeVerify pass...
2011-12-12 Chad RosierBegin sketching out a bitcode verifier pass. Idea...
2011-12-08 Chad RosierFix 80-column.
2011-12-08 Chad RosierFix comments.
2011-12-07 Chad RosierFix comments.
2011-12-07 Chad RosierBegin adding experimental support for preserving use...
2011-11-27 Chris Lattnerremove support for reading llvm 2.9 .bc files. LLVM...
2011-11-03 Chad RosierRemove some cruft from the BitcodeWriter, while still...
2011-08-12 Bill WendlingInitial commit of the 'landingpad' instruction.
2011-08-09 Eli FriedmanRepresentation of 'atomic load' and 'atomic store'...
2011-07-31 Bill WendlingAdd the 'resume' instruction for the new EH rewrite.
2011-07-30 Bill WendlingRevert r136253, r136263, r136269, r136313, r136325...
2011-07-28 Eli FriedmanLangRef and basic memory-representation/reading/writing...
2011-07-27 Bill WendlingMerge the contents from exception-handling-rewrite...
2011-07-25 Eli FriedmanInitial implementation of 'fence' instruction, the...
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-07-09 Chris Lattnerfix a really bad bug that would cause nested cursors...
2011-06-25 Nick LewyckyEnhance the sanity check for block sizes; check that...
2011-06-17 Chris LattnerDrop the "2" suffix on some enums.
2011-06-17 Chris Lattnerremove support for a bunch of obsolete instruction...
2011-06-17 Chris LattnerRemove some "2" suffixes from the metadata enums now...
2011-06-17 Chris Lattnerremove bitcode reader support for LLVM 2.7 metadata...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-10 Bill WendlingRevert r129235 pending a vetting of the EH rewrite.
2011-04-10 Bill WendlingBeginning of the Great Exception Handling Rewrite.
2011-03-01 Dan GohmanRevert PathV2 changes, as sys::fs::unique_file is not...
2011-02-06 Chris Lattnerenhance vmcore to know that udiv's can be exact, and...
2011-01-16 Michael J. SpencerUnRevert "Revert "Archive: Replace all internal uses...
2011-01-16 Michael J. SpencerRevert "Archive: Replace all internal uses of PathV1...
2011-01-15 Michael J. SpencerArchive: Fix spelling.
2011-01-15 Michael J. SpencerArchive: Replace all internal uses of PathV1 with PathV...
2010-11-29 Michael J. SpencerMerge System into Support.
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.
next