summaryrefslogtreecommitdiff
path: root/include/llvm/IR
Commit message (Expand)AuthorAge
...
* Cleanup naming: DataLayout s/TD/DL/Eli Bendersky2013-04-16
* TBAA: add utility to create a TBAA scalar type nodeManman Ren2013-04-11
* PPC Altivec load/store intrinsics can be marked IntrRead[Write]ArgMemHal Finkel2013-04-07
* Add MDBuilder utilities for path-aware TBAA.Manman Ren2013-04-02
* Add support of RDSEED defined in AVX2 extensionMichael Liao2013-03-28
* Cleanup the simplify_type implementation.Rafael Espindola2013-03-27
* Add XTEST codegen supportMichael Liao2013-03-26
* Revert r177675. This is language-specific and shouldn't be in the API.Bill Wendling2013-03-22
* InstCombine: Improve the result bitvect type when folding (cmp pred (load (ge...Arnaud A. de Grandmaison2013-03-22
* Add a query to tell if a landing pad has a catch-all.Bill Wendling2013-03-21
* Hoist the definition of getTypeSizeInBits to be inlinable and in theChandler Carruth2013-03-21
* Remove default copy ctor/assignment, makes AttributeSet trivially copyable.Benjamin Kramer2013-03-18
* Add some additonal attribute helper functions. Test will be on followReed Kotler2013-03-13
* Add a doFinalization method to the DataLayout pass.Pete Cooper2013-03-12
* Fix tautological compare. Not sure why this didn't trigger any test failures.Benjamin Kramer2013-03-07
* Change Index type from unsigned long to unsigned. This should fix PR14980.Jakub Staszak2013-03-07
* Remove trailing spaces.Jakub Staszak2013-03-07
* Memory Dependence Analysis (not mem-dep test) take advantage of "invariant.lo...Shuxin Yang2013-03-06
* Modify {Call,Invoke}Inst::addAttribute to take an AttrKind.Peter Collingbourne2013-03-02
* Cache the result of Function::getIntrinsicID() in a DenseMap attached to the ...Michael Ilseman2013-03-01
* test commit to use consistent comment notation.Peng Cheng2013-03-01
* Minor coding style fixMichael Liao2013-03-01
* Copy missing member in DataLayout copy ctor.David Blaikie2013-02-27
* Unify clang/llvm attributes for asan/tsan/msan (LLVM part)Kostya Serebryany2013-02-26
* Implement the NoBuiltin attribute.Bill Wendling2013-02-22
* Fix a bug in mayHaveSideEffects. Functions that do not return are now conside...Nadav Rotem2013-02-19
* Add some convenience methods for querying function attributes.Bill Wendling2013-02-18
* Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.David Blaikie2013-02-18
* Use llvm::cast instead of reinterpret_cast.Jakub Staszak2013-02-18
* Futureproof AttrBuild if we ever have more than 64 attr enum values.Benjamin Kramer2013-02-18
* Remove comma at the end of enum. Still my favourite C++11 feature.Benjamin Kramer2013-02-16
* Turn the enum attributes DenseSet in AttrBuilder into a set of bits.Benjamin Kramer2013-02-16
* Add some accessor and query methods for retrieving Attribute objects and such.Bill Wendling2013-02-13
* Add a default empty string to the 'value' of a string attribute.Bill Wendling2013-02-12
* [NVPTX] Disable vector registersJustin Holewinski2013-02-12
* Rename to something more sensible. No functionality change.Bill Wendling2013-02-11
* [NVPTX] Remove NoCapture from address space conversion intrinsics. NoCapture ...Justin Holewinski2013-02-11
* Add support for printing out the attribute groups.Bill Wendling2013-02-11
* [tsan/msan] adding thread_safety and uninitialized_checks attributesKostya Serebryany2013-02-11
* Revert "Rename LLVMContext diagnostic handler types and functions."Bob Wilson2013-02-11
* Add 'empty' query methods to the builder and use them in the verifier.Bill Wendling2013-02-10
* Add accessor for the LLVMContext.Bill Wendling2013-02-10
* Add a DenseMapInfo class for the AttributeSet.Bill Wendling2013-02-09
* Revert "Add LLVMContext::emitWarning methods and use them. <rdar://problem/12...Bob Wilson2013-02-08
* Improve comment.Bill Wendling2013-02-06
* Add a 'StringRef' version of hasAttribute.Bill Wendling2013-02-06
* Add methods to merge an AttrBuilder into another builder.Bill Wendling2013-02-06
* Add the target-dependent (string) attributes from the AttrBuilder to the Attr...Bill Wendling2013-02-05
* Convert to storing the attribute's internals as enums, integers, and strings.Bill Wendling2013-02-05
* Add target-dependent versions of addAttribute/removeAttribute to AttrBuilder.Bill Wendling2013-02-05