summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* 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
* Enable deleted functions and explicit conversions in MSVC 2013Alp Toker2013-12-29
* Define LLVM_MSC_PREREQ() macro to simplify _MSC_VER checksAlp Toker2013-12-29
* Move the PostRA scheduler's fixupKills function for reuse.Andrew Trick2013-12-28
* Stub out a PostMachineScheduler pass.Andrew Trick2013-12-28
* Factor MI-Sched in preparation for post-ra scheduling support.Andrew Trick2013-12-28
* Revert part of r198115 to see if it fixes a buildbot failure.Craig Topper2013-12-28
* Mark some Type and EVT methods as LLVM_READONLY.Craig Topper2013-12-28
* Remove AsmPrinter::needsRelocationsForDwarfStringPool() since it'sEric Christopher2013-12-28
* Teach DAGCombiner how to fold a SIGN_EXTEND_INREG of a BUILD_VECTOR ofAndrea Di Biagio2013-12-27
* DebugInfo: Remove dead code, DICompositeType::addMember(DIDescriptor D)David Blaikie2013-12-27
* Introduce a simple line-by-line iterator type into the Support library.Chandler Carruth2013-12-27
* Fix a typo.Roman Divacky2013-12-26
* Fix the MSVC 2010 buildAlp Toker2013-12-25
* Add support to indvars for optimizing sadd.with.overflow.Andrew Trick2013-12-23
* [asan] don't unpoison redzones on function exit in use-after-return mode.Kostya Serebryany2013-12-23
* Define LLVM_HAS_STRONG_ENUMSAlp Toker2013-12-22
* The count() function for STL datatypes returns unsigned, evenYaron Keren2013-12-22