summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
...
* 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
* BlockFrequencyInfo: Readded getEntryFreq.Yuchen Wu2013-12-20
* [COFF] Add support for the .secidx directiveTimur Iskhodzhanov2013-12-20
* Fix yet another typoTimur Iskhodzhanov2013-12-20
* Remove the AnyPointerSize and AnyEndianness enumerators, which were left fromDmitri Gribenko2013-12-20
* Add a finishParse() callback to the targer asm parserDavid Peixotto2013-12-19
* Add support for positionally-encoded operands to FixedLenDecoderEmitterHal Finkel2013-12-19
* Support for microMIPS TLS relocations.Zoran Jovanovic2013-12-19
* Add an explicit insert point argument to SplitBlockAndInsertIfThen.Evgeniy Stepanov2013-12-19
* Teach the llvm-readobj COFF dumper to dump debug line tables from object filesTimur Iskhodzhanov2013-12-19
* Fix missing C++ mode commentMatt Arsenault2013-12-19
* ARM IAS: support .inst directiveSaleem Abdulrasool2013-12-19
* [stackprotector] Use analysis from the StackProtector pass for stack layout i...Josh Magee2013-12-19
* Fix a buffer overrun detected by AddressSanitizer.Anna Zaks2013-12-19