Fix case for include of Compiler.h.
[oota-llvm.git] / include / llvm / Bitcode /
2012-10-11 Jan Wen VoungChange encoding of instruction operands in bitcode...
2012-09-27 Sylvestre LedruRevert 'Fix a typo 'iff' => 'if''. iff is an abreviatio...
2012-09-27 Sylvestre LedruFix a typo 'iff' => 'if'
2012-09-18 Craig TopperMark unimplemented copy constructors and copy assignmen...
2012-09-17 Craig TopperMark unimplemented copy constructors and copy assignmen...
2012-09-05 Chad Rosier[ms-inline asm] Enumerate the InlineAsm dialects and...
2012-09-05 Chad Rosier[ms-inline asm] Add support for the nsdialect keyword...
2012-08-23 Dmitri GribenkoFix a bunch of -Wdocumentation warnings.
2012-08-21 Duncan SandsPacify PVS-Studio by changing the type rather than...
2012-08-21 Duncan SandsPVS-Studio noticed that EmitVBR64 would perform undefin...
2012-08-10 Rafael EspindolaRemove references to compression in llvm-ar. It has...
2012-06-20 Chandler CarruthRemove 'static' from inline functions defined in header...
2012-05-23 Nuno Lopesrevert r156383: removal of TYPE_CODE_FUNCTION_OLD
2012-05-08 Nuno Lopesremove TYPE_CODE_FUNCTION_OLD type code. it is no longe...
2012-03-21 Jan SjödinFix windows compilation warning. Patch by Micah.
2012-03-03 Benjamin KramerEnable the small vector POD optimization for BitCodeAbb...
2012-02-29 Daniel DunbarBitstreamWriter: Use SmallVector::append instead of...
2012-02-29 Daniel DunbarBitstreamWriter: Change primary output buffer to be...
2012-02-29 Daniel DunbarBitstreamWriter: Isolate access to the underlying buffer.
2012-02-29 Daniel DunbarBitcodeWriter: Expose less implementation details ...
2012-02-29 Daniel DunbarBitcode: Don't expose WriteBitcodeToStream to clients.
2012-02-07 NAKAMURA TakumiBitcode/BitstreamReader.h: Tweak for big endian hosts.
2012-02-06 Nick LewyckySystem headers after llvm headers.
2012-02-06 Derek SchuffEnable streaming of bitcode
2012-02-06 Bill Wendling[unwind removal] Remove a the obsolete 'unwind' enum...
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2012-01-30 Chris LattnerAdd bitcode reader and writer support for ConstantDataA...
2012-01-23 Rafael EspindolaThe iteration order over a std::set<Module*> depends...
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...
next