summaryrefslogtreecommitdiff
path: root/include/llvm/IR
Commit message (Expand)AuthorAge
* Revert r206732 which is causing llc to crash on most of the build bots.Chandler Carruth2014-04-21
* Implement builtins for safe division: safe.sdiv.iN, safe.udiv.iN, safe.srem.iN,Michael Zolotukhin2014-04-21
* Fix bug 19437 - Only add discriminators for DWARF 4 and above.Diego Novillo2014-04-17
* ARM64: add acquire/release versions of the existing atomic intrinsics.Tim Northover2014-04-17
* Inliner::OptimizationRemark: Fix crash in clang/test/Frontend/optimization-re...NAKAMURA Takumi2014-04-17
* Make the User::value_op_iterator a random access iterator. I had writtenChandler Carruth2014-04-17
* Added new functionality to LLVM C API to use DiagnosticInfo to handle errorsTom Stellard2014-04-16
* verify-di: Implement DebugInfoVerifierDuncan P. N. Exon Smith2014-04-15
* Break PseudoSourceValue out of the Value hierarchy. It is now the root of its...Nick Lewycky2014-04-15
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-14
* Move MDBuilder's methods out of line.Benjamin Kramer2014-04-12
* Fix use-after-free bug caught by address sanitizer:Diego Novillo2014-04-11
* [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