summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* llvm-dwarfdump: type unit dwo supportDavid Blaikie2014-01-09
* Extend llvm::AlignedCharArrayUnion to support up to 10 arguments, as required...Richard Smith2014-01-09
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-09
* Remove the test for endianness in configure.ac and regenerate.Eric Christopher2014-01-09
* Remove dead code.Rafael Espindola2014-01-09
* Use the existing typedef to avoid forming a reference to a reference.Rafael Espindola2014-01-09
* Fix the C++03 build.Rafael Espindola2014-01-08
* Use getError and remove the error_code operator.Rafael Espindola2014-01-08
* Remove vestigal bits of MC from the mangler. It no longer uses this, andChandler Carruth2014-01-08
* Add missing definitions of key_type and value_type to DenseSet.Matt Arsenault2014-01-08
* Add get and getError methods to ErrorOr.Rafael Espindola2014-01-08
* Add missing rename from the previous commit.Rafael Espindola2014-01-08
* Rename get to getStorage and getError to getErrorStorage.Rafael Espindola2014-01-08
* AVX-512: Added more intrinsics for pmin/pmax, pabs, blend, pmuldq.Elena Demikhovsky2014-01-08
* [patch] Adjust behavior of FDE cross-section relocs for targets that don't su...Iain Sandoe2014-01-08
* Re-apply r196639: Add support for archives and object file caching under MCJIT.Lang Hames2014-01-08
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-07
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-07
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* ARM IAS: improve .eabi_attribute handlingSaleem Abdulrasool2014-01-07
* MCParser: introduce Note and use it for ARM AsmParserSaleem Abdulrasool2014-01-07
* For the 'C' disassembler API, add a new ReferenceType for theKevin Enderby2014-01-06
* Fix c++ mode commentsMatt Arsenault2014-01-06
* Reapply r198478 "Fix PR18361: Invalidate LoopDispositions after LoopSimplify ...Andrew Trick2014-01-06
* AVX-512: added intrinsic vcvtpd2ps (with rounding mode and without)Elena Demikhovsky2014-01-06
* Support: add reference for ARM EHABISaleem Abdulrasool2014-01-06
* Refactor function that checks that __builtin_returnaddress's argument is cons...Bill Wendling2014-01-06
* ARM: move ARMUnwindOp.h into SupportSaleem Abdulrasool2014-01-06
* ELF relocation types for sparc.Venkatraman Govindaraju2014-01-05
* AVX-512: Added more intrinsics for convert and min/max.Elena Demikhovsky2014-01-05
* Add support to the pattern match library for matching NSW and NUWChandler Carruth2014-01-05
* Fix a bug in IRBuilder that's been there for who knows how long. ItChandler Carruth2014-01-05
* Revert "Fix PR18361: Invalidate LoopDispositions after LoopSimplify hoists th...Alp Toker2014-01-04
* Fix PR18361: Invalidate LoopDispositions after LoopSimplify hoists things.Andrew Trick2014-01-04
* whitespaceAndrew Trick2014-01-04
* Fix MSVC warning about missing return in DataLayoutReid Kleckner2014-01-03
* Add a LLVM_DUMP_METHOD macro.Nico Weber2014-01-03
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-03
* MSVC 2010 build fixAlp Toker2014-01-03
* Enable LLVM_FINAL, LLVM_OVERRIDE and LLVM_HAS_VARIADIC_TEMPLATES with more gc...Alp Toker2014-01-03
* Remove StringMapEntryInitializer support.David Blaikie2014-01-02
* [RegAlloc] Make tryInstructionSplit less aggressive.Quentin Colombet2014-01-02
* Disable compare sinking in CodeGenPrepare when multiple condition registers a...Hal Finkel2014-01-02
* Make llvm::Regex non-copyable but movable.David Blaikie2014-01-02
* Support LLVM_STATIC_ASSERT() in clang pre-C++11 modeAlp Toker2014-01-02
* Remove the 's' DataLayout specificationRafael Espindola2014-01-01
* AVX-512: Added intrinsics for vcvt, vcvtt, vrndscale, vcmpElena Demikhovsky2014-01-01
* Silence g++ 4.9 build issueAlp Toker2013-12-31
* Make LLVM_MSC_PREREQ() compatible with all MSVC versionsAlp Toker2013-12-29
* Fix parens fail in r198142Alp Toker2013-12-29