LICM pass now understands invariant load metadata. Nothing generates this yet so...
[oota-llvm.git] / lib / Bitcode /
2011-11-03 Daniel Dunbarbuild: Add initial cut at LLVMBuild.txt files.
2011-11-03 Chad RosierRemove some cruft from the BitcodeWriter, while still...
2011-10-05 Bill WendlingAlso update the EH with bitcode. I missed this earlier...
2011-09-19 Eli FriedmanFix a typo in the bitcode reader in the handling of...
2011-09-01 Bill WendlingDon't forget to add the landingpad and resume instructi...
2011-08-12 Bill WendlingInitial commit of the 'landingpad' instruction.
2011-08-12 Chris Lattnerswitch to use the new api for structtypes.
2011-08-12 Chad RosierWhitespace and formatting. No functional change intended.
2011-08-09 Eli FriedmanRepresentation of 'atomic load' and 'atomic store'...
2011-08-09 Chad RosierFix 80-column violations.
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-29 Chandler CarruthRewrite the CMake build to use explicit dependencies...
2011-07-28 Eli FriedmanLangRef and basic memory-representation/reading/writing...
2011-07-28 Bill WendlingThe personality function should be a Function* and...
2011-07-28 Bill WendlingMake sure that the landingpad instruction takes a Const...
2011-07-27 Bill WendlingMerge the contents from exception-handling-rewrite...
2011-07-25 Eli FriedmanInitial implementation of 'fence' instruction, the...
2011-07-25 Jay FoadConvert GetElementPtrInst to use ArrayRef.
2011-07-21 Jay FoadMake better use of ConstantExpr::getGetElementPtr's...
2011-07-21 Jay FoadConvert ConstantExpr::getGetElementPtr and
2011-07-18 Jeffrey YasskinAdd APInt(numBits, ArrayRef<uint64_t> bigVal) construct...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-15 Jay FoadConvert CallInst and InvokeInst APIs to use ArrayRef.
2011-07-13 Jay FoadConvert InsertValueInst and ExtractValueInst APIs to...
2011-07-12 Jay FoadSecond attempt at de-constifying LLVM Types in Function...
2011-07-12 Bill WendlingRevert r134893 and r134888 (and related patches in...
2011-07-11 Jay FoadDe-constify Types in FunctionType::get().
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-07-07 Chris Lattnertype can be null
2011-07-07 Chris Lattneruse a more efficient check for 'is metadata'
2011-06-22 Jay FoadReplace the existing forms of ConstantArray::get()...
2011-06-20 Jay FoadMake better use of the PHINode API.
2011-06-20 Chris LattnerRevamp the "ConstantStruct::get" methods. Previously...
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 Lattnermissed a file.
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-06-14 Evan ChengUpdate BitcodeWriter to match recent Triple changes...
2011-06-03 Chad RosierRevert name change from r132533. Lower case naming...
2011-06-03 Chad RosierWhitespace and other cleanup. Functionallity unchanged.
2011-05-26 Rafael EspindolaFix LTO builds with xcode 4.
2011-05-06 Nick LewyckyIt's valid to take the blockaddress of a different...
2011-04-21 Jay FoadPR9214: Convert Metadata API to use ArrayRef.
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-13 Jay FoadPR9214: Convert ConstantExpr::getWithOperands() to...
2011-04-11 Jay FoadFix or remove code which seemed to think that the opera...
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-04-06 Rafael EspindolaDo a topological sort of the types before writing them...
2011-03-30 Jay FoadRemove PHINode::reserveOperandSpace(). Instead, add...
2011-02-18 Oscar FuentesMove library stuff out of the toplevel CMakeLists.txt...
2011-02-15 Chris Lattnerconvert ConstantVector::get to use ArrayRef.
2011-02-14 Chris Lattnerrevert my ConstantVector patch, it seems to have made...
2011-02-14 Chris LattnerSwitch ConstantVector::get to use ArrayRef instead...
2011-02-07 Chris Lattnerimplement .ll and .bc support for nsw/nuw on shl and...
2011-02-06 Chris Lattnerenhance vmcore to know that udiv's can be exact, and...
2011-01-11 Jay FoadFixedNumOperandTraits and VariadicOperandTraits assumed...
2011-01-08 Rafael EspindolaFirst step in fixing PR8927:
2010-12-19 Nick LewyckyAdd missing standard headers. Patch by Joerg Sonnenberger!
2010-11-29 Chris LattnerGeneralize the darwin wrapper hack to work with generic...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-10-28 Duncan SandsFix PR8494: when reading invalid bitcode, getTypeByID...
2010-10-06 Bill WendlingProvide a fast "get me the target triple from the modul...
2010-09-28 Bill WendlingFix spelling.
2010-09-13 Michael J. SpencerRevert "CMake: Get rid of LLVMLibDeps.cmake and export...
2010-09-13 Dan GohmanAdd full auto-upgrade support for LLVM 2.7 bitcode...
2010-09-10 Michael J. SpencerCMake: Get rid of LLVMLibDeps.cmake and export the...
2010-09-10 Dale JohannesenAdd X86 MMX type to bitcode and Type.
2010-09-10 Bill WendlingAuto-upgrade the magic ".llvm.eh.catch.all.value" global to
2010-09-09 Dan GohmanDiscard metadata produced by LLVM 2.7. The value enumer...
2010-09-04 Chris Lattnerzap dead code.
2010-08-28 Chris Lattnerremove unions from LLVM IR. They are severely buggy...
2010-08-25 Dan GohmanAdd a FIXME comment.
2010-08-25 Dan GohmanFix the bitcode reader to clear out function-specific...
2010-08-25 Dan GohmanFix a bug found by inspection.
2010-08-25 Dan GohmanAdd a comment.
2010-08-25 Dan GohmanClear FunctionLocalMDs in purgeFunction along with...
2010-08-25 Dan GohmanFix whitespace.
2010-08-25 Dan GohmanEliminate an unnecessary cast.
2010-08-24 Dan GohmanAdd braces to fix dangling else.
2010-08-24 Dan GohmanExtend function-local metadata to be usable as attachments.
2010-08-24 Dan GohmanWhen we know we have an MDValue or MDString, call Enume...
2010-08-24 Dan GohmanSimplify this code. NamedMDNode operands are MDNodes.
2010-08-20 Bill WendlingCreate the new linker type "linker_private_weak_def_auto".
2010-08-20 Dan GohmanIntroduce a new temporary MDNode concept. Temporary...
2010-08-15 Argyrios KyrtzidisRevert r111082. No warnings for this common pattern.
2010-08-14 Argyrios KyrtzidisAdd ATTRIBUTE_UNUSED to methods that are not supposed...
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-08-03 Chris Lattneravoid undefined behavior negating minint.
2010-07-21 Dan GohmanMake NamedMDNode not be a subclass of Value, and simpli...
2010-07-21 Dan GohmanAdd some debug output to help diagnose PR7689.
2010-07-21 Dan GohmanDisallow null as a named metadata operand.
2010-07-20 Dan GohmanAdd support for remapping metadata kind IDs when readin...
2010-07-16 Dan GohmanFix whitespace.
2010-07-13 Dan GohmanAdd support for empty metadata nodes: !{}.
2010-07-09 Gabor Greifcache result of operator*
next