LibCallSimplifier: optimize speed for short-lived instances
[oota-llvm.git] / lib / IR /
2013-03-11 David BlaikieRemove support for versioned debug info.
2013-03-11 David BlaikieAdd asserts to DIBuilder & fix DINameSpace::Verify...
2013-03-08 David BlaikieAssert to bounds check MDNode::getOperand.
2013-03-07 Benjamin KramerReplace temporary vectors with arrays.
2013-03-07 Nadav RotemArrayRef has a OneElt constructor. Beautify the code.
2013-03-07 Nadav RotemSwitch from std::vector to ArrayRef. Speedup FoldBitCas...
2013-03-06 Shuxin YangMemory Dependence Analysis (not mem-dep test) take...
2013-03-02 Peter CollingbourneModify {Call,Invoke}Inst::addAttribute to take an AttrKind.
2013-03-01 Jean-Luc DupratRemoved extraneous #include "LLVMContextImpl.h" from...
2013-03-01 Michael IlsemanCache the result of Function::getIntrinsicID() in a...
2013-02-28 Bill WendlingDon't add the 'Value' string if there isn't one.
2013-02-28 Bill WendlingDon't add an attribute that already exists and don...
2013-02-27 Meador IngeIR: Don't constant fold GEP bitcasts between different...
2013-02-26 Kostya SerebryanyUnify clang/llvm attributes for asan/tsan/msan (LLVM...
2013-02-26 Michael IlsemanUse a DenseMap instead of a std::map for AnalysisID...
2013-02-25 David BlaikieDIBuilder: support structs with vtable pointers in...
2013-02-22 Eric ChristopherAdd a field to the compile unit of where we plan on...
2013-02-22 Eric ChristopherAdd a TODO and explain when we can get rid of the isMai...
2013-02-22 Bill WendlingUse references to attribute groups on the call/invoke...
2013-02-22 Bill WendlingRemove warning about default covering no cases.
2013-02-22 Bill WendlingAdd a bitmask for NoBuiltin. This should *not* be used.
2013-02-22 Bill WendlingImplement the NoBuiltin attribute.
2013-02-21 Bill WendlingDon't assert on empty attributes.
2013-02-20 Bill WendlingAdd and remove the attribute from the correct slot.
2013-02-20 Bill WendlingModify the LLVM assembly output so that it uses referen...
2013-02-20 Bill WendlingAdd the function attributes from an inline asm call...
2013-02-19 Nadav RotemFix a bug in mayHaveSideEffects. Functions that do...
2013-02-19 Nadav RotemFix a bug that was found by the clang static analyzer...
2013-02-18 Benjamin KramerFutureproof AttrBuild if we ever have more than 64...
2013-02-18 David BlaikieDIBuilder: Correct the null/0 type of trailing fields...
2013-02-18 David BlaikieDIBuilder: Add function and method definitions to the...
2013-02-18 David BlaikieNarrow the return types of a few DIBuilder utility...
2013-02-17 Duncan SandsAdd multithreading functions and shutdown to the C...
2013-02-16 Benjamin KramerGCC doesn't like ++ on enums.
2013-02-16 Benjamin KramerTurn the enum attributes DenseSet in AttrBuilder into...
2013-02-15 Bill WendlingSimplify the 'operator<' for the attribute object.
2013-02-15 Anna ZaksRevert "Simplify the attributes '<' comparison function."
2013-02-15 Bill WendlingSimplify the attributes '<' comparison function.
2013-02-14 Bill Wendlings/bool/LLVMBool/
2013-02-14 Bill WendlingAdd two new functions to the C API:
2013-02-13 Bill WendlingUse array_pod_sort.
2013-02-13 Bill WendlingAdd some accessor and query methods for retrieving...
2013-02-12 Guy BenyeiAdd static cast to unsigned char whenever a character...
2013-02-12 Bill WendlingSupport string attributes in the AttrBuilder.
2013-02-12 David BlaikieDIBuilder: make the return type of createBasicType...
2013-02-11 Bill WendlingAdd support for printing out the attribute groups.
2013-02-11 Kostya Serebryany[tsan/msan] adding thread_safety and uninitialized_chec...
2013-02-11 Bob WilsonRevert "Rename LLVMContext diagnostic handler types...
2013-02-11 David BlaikieFix unnecessary removal of const through cast machinery
2013-02-10 Bill WendlingThe 'Raw' method cannot handle 'string' attributes...
2013-02-10 Bill WendlingHandle string attributes in the AttrBuilder.
2013-02-10 Bill WendlingAdd 'empty' query methods to the builder and use them...
2013-02-10 Bill WendlingAdd accessor for the LLVMContext.
2013-02-08 Sergei LarinEnable *BasicBlockPass::createPrinterPass()
2013-02-08 Dan GohmanMinor cleanup.
2013-02-08 Bob WilsonRevert "Add LLVMContext::emitWarning methods and use...
2013-02-06 Craig TopperRemove extra blank line between closing curly brace...
2013-02-06 Craig TopperRemove unused private field to suppress a build warning.
2013-02-06 Bill WendlingAdd a 'StringRef' version of hasAttribute.
2013-02-06 Bill WendlingAdd methods to merge an AttrBuilder into another builder.
2013-02-05 Bill WendlingAdd the target-dependent (string) attributes from the...
2013-02-05 Bill WendlingConvert to storing the attribute's internals as enums...
2013-02-05 Bill WendlingAdd target-dependent versions of addAttribute/removeAtt...
2013-02-05 Michael GottesmanAdded LLVM Asm/Bitcode Reader/Writer support for new...
2013-02-04 Bill WendlingInitial cleanups of the param-attribute code in the...
2013-02-04 David Blaikie[DebugInfo] remove more node indirection (this time...
2013-02-04 David BlaikiePR15149: crash when printing debug info metadata contai...
2013-02-03 Michael GottesmanAdded instance variable/initializers/getter/setters...
2013-02-02 David BlaikieRemove the (apparently) unnecessary debug info metadata...
2013-02-02 Bill WendlingRemove AttrBuilder::Raw().
2013-02-02 Bill WendlingUse the AttributeSet's iterators.
2013-02-01 Bill WendlingChange the AttributeImpl to hold a single Constant...
2013-02-01 Bill WendlingRemove some dead code, improve some asserts, and other...
2013-02-01 Bill WendlingRemove one of the odious 'Raw' methods.
2013-02-01 Bill WendlingUse iterators instead of relying upon a bitmask of...
2013-01-31 Bill WendlingAdd iterators to the AttributeSet class so that we...
2013-01-31 Bill Wendlings/AttrBuilder::addAttributes/AttrBuilder::addAttribute...
2013-01-31 Bill WendlingRemove the AttrBuilder form of the Attribute::get creators.
2013-01-31 Bill WendlingAdd support for emitting a string attribute.
2013-01-31 Bill WendlingRemove the Attribute::hasAttributes() function.
2013-01-31 NAKAMURA TakumiRevert r174026, "Remove Attribute::hasAttributes()...
2013-01-31 Bill WendlingRemove Attribute::hasAttributes() and make Attribute...
2013-01-31 Bill WendlingMake the AttrBuilder creation method of Attribute priva...
2013-01-31 Bill WendlingRevert for now:
2013-01-31 Bill WendlingRemove the AttrBuilder version of the Attribute::get...
2013-01-31 Bill WendlingMake sure that the Attribute object represents one...
2013-01-31 Dan GohmanFix ConstantFold's folding of icmp instructions to...
2013-01-30 Bill WendlingRemove addRetAttributes and addFnAttributes, which...
2013-01-30 Bill WendlingConvert typeIncompatible to return an AttributeSet.
2013-01-30 Bill WendlingRemove redundant code.
2013-01-30 Eli BenderskyClean up whitespace and indentation a bit
2013-01-30 Bill WendlingAttempt to fix dragonegg. Use the number of slots to...
2013-01-29 Bill WendlingAdd a couple of accessor methods to get the kind and...
2013-01-29 Bill Wendlings/Data/Kind/g. No functionality change.
2013-01-29 NAKAMURA TakumiAttributeSet::get(): Fix a valgrind error. It doesn...
2013-01-29 Bill WendlingConvert getAttributes() to return an AttributeSetNode.
2013-01-29 Bill WendlingUse an AttrBuilder to generate the correct AttributeSet.
2013-01-29 Bill WendlingConvert the AttrBuilder into a list of Attributes inste...
2013-01-29 Bill WendlingS'more small non-functional changes in comments and...
2013-01-29 Bill WendlingReorder some functions and add comments. No functionali...
next