summaryrefslogtreecommitdiff
path: root/include/llvm/IR
Commit message (Expand)AuthorAge
* Updated the link to the correct URL.Yaron Keren2014-04-29
* AVX-512: optimized a shuffle pattern to VINSERTI64x4.Elena Demikhovsky2014-04-29
* [ADT] Make the iterator adaptor utility a touch more general byChandler Carruth2014-04-29
* [PM] Add pass run listeners to the pass manager.Juergen Ributzka2014-04-28
* Revert r206749 till a final decision about the intrinsics is made.Michael Zolotukhin2014-04-26
* ARM: remove @llvm.arm.sevlSaleem Abdulrasool2014-04-25
* ARM: provide a new generic hint intrinsicSaleem Abdulrasool2014-04-25
* Remove dead inline function that doesn't compileReid Kleckner2014-04-24
* Add 'musttail' marker to call instructionsReid Kleckner2014-04-24
* [X86] Add support for Read Time Stamp Counter x86 builtin intrinsics.Andrea Di Biagio2014-04-24
* [C++] Use 'nullptr'.Craig Topper2014-04-24
* Use the shiny new iterator adaptor tool to implement theChandler Carruth2014-04-24
* Remove AssemblyAnnotationWriter from NamedMDNode::print.Rafael Espindola2014-04-23
* AArch64/ARM64: mark fmul intrinsic as commutative.Tim Northover2014-04-22
* Reapply r206732. This time without optimization of branches.Michael Zolotukhin2014-04-21
* 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