PR14492: Debug Info: Support for values of non-integer non-type template parameters.
[oota-llvm.git] / include / llvm / IR /
2013-05-08 Daniel MaleaPull up AssemblyWriter interface into header to allow...
2013-05-06 Rafael EspindolaFix const merging when an alias of a const is llvm...
2013-05-05 Dmitri GribenkoAdd ArrayRef constructor from None, and do the cleanups...
2013-05-03 Akira Hatanaka[mips] Remove "Commutative" from property list of non...
2013-05-02 Adrian PrantlProvide an API to temporarily suppress DebugLocations...
2013-05-01 Filip PizloThis patch breaks up Wrap.h so that it does not have...
2013-05-01 Peng Chengget rid of windows warning:
2013-05-01 Peng Chengget rid of windows warning:
2013-05-01 Peng Chengreplace reinterpret_cast by cast or remove reinterpret_...
2013-05-01 Rafael EspindolaNow that the underlying issue is fixed, revert r180750...
2013-05-01 Duncan SandsCorrect comment: there is no numTys parameter any more...
2013-04-30 Rafael EspindolaChange getSlotIndex to return unsigned.
2013-04-29 Reid KlecknerRevert "revert r179735, it has no testcases, and doesn...
2013-04-27 Manman RenStruct-path aware TBAA: change the format of TBAAStruct...
2013-04-25 Chris Lattnerrevert r179735, it has no testcases, and doesn't really...
2013-04-20 Stephen LinAdd CodeGen support for functions that always return...
2013-04-18 Bill WendlingMake the TargetIndependent flag have the right boolean...
2013-04-18 Bill WendlingCleanup patch:
2013-04-18 Bill WendlingThis patch addresses two cleanup issues:
2013-04-17 Bill WendlingAdd an option `-enable-old-style-attr-syntax' to print...
2013-04-16 Eli BenderskyCleanup naming: DataLayout s/TD/DL/
2013-04-11 Manman RenTBAA: add utility to create a TBAA scalar type node
2013-04-07 Hal FinkelPPC Altivec load/store intrinsics can be marked IntrRea...
2013-04-02 Manman RenAdd MDBuilder utilities for path-aware TBAA.
2013-03-28 Michael LiaoAdd support of RDSEED defined in AVX2 extension
2013-03-27 Rafael EspindolaCleanup the simplify_type implementation.
2013-03-26 Michael LiaoAdd XTEST codegen support
2013-03-22 Bill WendlingRevert r177675. This is language-specific and shouldn...
2013-03-22 Arnaud A. de Grand... InstCombine: Improve the result bitvect type when foldi...
2013-03-21 Bill WendlingAdd a query to tell if a landing pad has a catch-all.
2013-03-21 Chandler CarruthHoist the definition of getTypeSizeInBits to be inlinab...
2013-03-18 Benjamin KramerRemove default copy ctor/assignment, makes AttributeSet...
2013-03-13 Reed KotlerAdd some additonal attribute helper functions. Test...
2013-03-12 Pete CooperAdd a doFinalization method to the DataLayout pass.
2013-03-07 Benjamin KramerFix tautological compare. Not sure why this didn't...
2013-03-07 Jakub StaszakChange Index type from unsigned long to unsigned. This...
2013-03-07 Jakub StaszakRemove trailing spaces.
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 Michael IlsemanCache the result of Function::getIntrinsicID() in a...
2013-03-01 Peng Chengtest commit to use consistent comment notation.
2013-03-01 Michael LiaoMinor coding style fix
2013-02-27 David BlaikieCopy missing member in DataLayout copy ctor.
2013-02-26 Kostya SerebryanyUnify clang/llvm attributes for asan/tsan/msan (LLVM...
2013-02-22 Bill WendlingImplement the NoBuiltin attribute.
2013-02-19 Nadav RotemFix a bug in mayHaveSideEffects. Functions that do...
2013-02-18 Bill WendlingAdd some convenience methods for querying function...
2013-02-18 David BlaikieUse LLVM_DELETED_FUNCTION rather than '// do not implem...
2013-02-18 Jakub StaszakUse llvm::cast instead of reinterpret_cast.
2013-02-18 Benjamin KramerFutureproof AttrBuild if we ever have more than 64...
2013-02-16 Benjamin KramerRemove comma at the end of enum. Still my favourite...
2013-02-16 Benjamin KramerTurn the enum attributes DenseSet in AttrBuilder into...
2013-02-13 Bill WendlingAdd some accessor and query methods for retrieving...
2013-02-12 Bill WendlingAdd a default empty string to the 'value' of a string...
2013-02-12 Justin Holewinski[NVPTX] Disable vector registers
2013-02-11 Bill WendlingRename to something more sensible. No functionality...
2013-02-11 Justin Holewinski[NVPTX] Remove NoCapture from address space conversion...
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-10 Bill WendlingAdd 'empty' query methods to the builder and use them...
2013-02-10 Bill WendlingAdd accessor for the LLVMContext.
2013-02-09 Bill WendlingAdd a DenseMapInfo class for the AttributeSet.
2013-02-08 Bob WilsonRevert "Add LLVMContext::emitWarning methods and use...
2013-02-06 Bill WendlingImprove comment.
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 GottesmanChanged in comment cxx -> C++. Thanks Richard Smith!.
2013-02-05 Michael GottesmanAdd code to GlobalVariable.h so that global variables...
2013-02-04 Bill WendlingInitial cleanups of the param-attribute code in the...
2013-02-03 Michael GottesmanAdded instance variable/initializers/getter/setters...
2013-02-02 Bill WendlingRemove AttrBuilder::Raw().
2013-02-01 Bill WendlingChange the AttributeImpl to hold a single Constant...
2013-02-01 Bill WendlingRemove one of the odious 'Raw' methods.
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 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-30 Bill WendlingRemove addRetAttributes and addFnAttributes, which...
2013-01-30 Bill WendlingConvert typeIncompatible to return an AttributeSet.
2013-01-30 Michael GottesmanDoxygenified some comments in IRBuilder.h.
2013-01-30 Michael GottesmanRemoved CreateFPExtOrFPTrunc for now until I have the...
2013-01-30 Bill WendlingUse the number of 'slots' in the AttributeSetImpl being...
2013-01-30 Eli BenderskyClean up whitespace and indentation a bit
2013-01-29 Bill WendlingAdd a couple of accessor methods to get the kind and...
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 WendlingS'more small non-functional changes in comments and...
2013-01-29 Bill WendlingReorder some functions and add comments. No functionali...
2013-01-28 Bill WendlingTry to appease some broken compilers by using 'unsigned...
2013-01-28 Bill WendlingRemove the AttributeWithIndex class.
next