summaryrefslogtreecommitdiff
path: root/include/llvm/IR
Commit message (Expand)AuthorAge
* [NVPTX] Add preliminary intrinsics and codegen support for textures/surfacesJustin Holewinski2014-04-09
* Fix some doc and comment typosAlp Toker2014-04-09
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-09
* Add support for optimization reports.Diego Novillo2014-04-08
* DebugInfo: Support namespace aliases as DW_TAG_imported_declaration instead o...David Blaikie2014-04-06
* Remove unused parameterDavid Blaikie2014-04-05
* fix a comment to use ASCII aprostrophes.Adrian Prantl2014-04-02
* Add a comment about the DIDescriptor class hierarchy.Adrian Prantl2014-04-01
* ARM64: add intrinsic for pmull (p64 x p64 = p128) operations.Tim Northover2014-04-01
* Remove FIXMEs. The scope of a Variable is always a lexical scope; there isAdrian Prantl2014-04-01
* LTO type uniquing: store the Decl field of a DIImportedEntity as a DIRef.Adrian Prantl2014-04-01
* Add a comment about type-uniquing ObjC types.Adrian Prantl2014-04-01
* ARM64: add more scalar patterns for reciprocal ops.Tim Northover2014-03-31
* ARM64: add i64 scalar pattern for @llvm.arm64.absTim Northover2014-03-31
* ARM64: initial backend importTim Northover2014-03-29
* Intrinsics: add LLVMHalfElementsVectorType constraintTim Northover2014-03-29
* Intrinsics: expand semantics of LLVMExtendedVectorType (& trunc)Tim Northover2014-03-28
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-27
* Fix problem with r204836Eli Bendersky2014-03-26
* Enable range-for iteration over call/invoke arguments.Eli Bendersky2014-03-26
* Add args() iteartor adapter to Function, for range-for loops.Eli Bendersky2014-03-26
* ARM: add intrinsics for the v8 ldaex/stlexTim Northover2014-03-26
* Add @llvm.clear_cache builtinRenato Golin2014-03-26
* Revert "Prevent alias from pointing to weak aliases."Rafael Espindola2014-03-26
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-26
* Add missing slash to make the doxygen output less confusing.Benjamin Kramer2014-03-25
* remove a bunch of unused private methodsNuno Lopes2014-03-23
* Expose "noduplicate" attribute as a property for intrinsics.Eli Bendersky2014-03-18
* [C++11] Change DebugInfoFinder to use range-based loopsAlon Mishne2014-03-18
* Switch the type field in DIVariable and DIGlobalVariable over to DITypeRefs.Adrian Prantl2014-03-18
* Consistent use of the noduplicate attribute.Eli Bendersky2014-03-17
* Add FIXMEs to use DIScopeRef instead of DIScope for LTO type uniqueing.Manman Ren2014-03-16
* Use DiagnosticInfo facility.Diego Novillo2014-03-14
* Remove the linker_private and linker_private_weak linkages.Rafael Espindola2014-03-13
* AVX-512: masked load/store + intrinsics for them.Elena Demikhovsky2014-03-13
* [PM] As was pointed out in review, I need to define a custom swap inChandler Carruth2014-03-13
* [PM] Stop playing fast and loose with rebinding of references. HoweverChandler Carruth2014-03-13
* Revert r203488 and r203520.Evan Cheng2014-03-12
* Remove copy ctors that did the same thing as the default one.Benjamin Kramer2014-03-11
* IR: add a second ordering operand to cmpxhg for failureTim Northover2014-03-11
* Fix fixme: remove unused method.Erik Verbruggen2014-03-11
* For functions with ARM target specific calling convention, when simplify-libcallEvan Cheng2014-03-10
* [C++11] Modernize the IR library a bit.Benjamin Kramer2014-03-10
* [C++11] Remove 'virtual' keyword from methods marked with 'override' keyword.Craig Topper2014-03-10
* [PM] Cleanup formatting and namespace commenting. Mostly done withChandler Carruth2014-03-10
* [PM] As Dave noticed in review, I had erroneously copied the moveChandler Carruth2014-03-10
* [PM] Add a comment I missed and add the special members to one moreChandler Carruth2014-03-10
* [PM] Comment on all of the totally pointless definitions of specialChandler Carruth2014-03-10
* [PM] I have been educated by several folks that MSVC will neverChandler Carruth2014-03-10
* [C++11] Add range views for various parts of a Module.Chandler Carruth2014-03-09