aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Revert "llvm-c: Add LLVMGetPointerToFunction"Anders Waldenborg2013-09-201-4/+0
* Lift alignment restrictions on load/store folding of VEXTRACTI128/VINSERTI128.Craig Topper2013-09-201-12/+12
* Allow subtarget selection of the default MachineScheduler and document the in...Andrew Trick2013-09-204-24/+48
* Revert r191062; the build break was also fixed in a different (incompatible) ...Richard Smith2013-09-201-3/+2
* Unbreak Clang build after r191050: don't pass a StringRef to snprintf.Richard Smith2013-09-201-2/+3
* DebugInfo: GDBIndexEntry*String conversion functions now return const char* f...David Blaikie2013-09-202-4/+4
* Add braces to suppress Clang's dangling-else warning.David Blaikie2013-09-201-2/+4
* DebugInfo: constrain gnu pubnames test furtherDavid Blaikie2013-09-191-2/+2
* Added support for generate DWARF .debug_aranges sections automatically.Richard Mitton2013-09-1913-25/+271
* Rename ConvergingScheduler to GenericScheduler.Andrew Trick2013-09-191-63/+63
* DebugInfo: llvm-dwarfdump support for gnu_pubnames sectionDavid Blaikie2013-09-193-2/+27
* PR16726: extend rol/ror matchingKai Nacke2013-09-191-2/+37
* Revert PR16726: extend rol/ror matchingKai Nacke2013-09-191-35/+0
* PR16726: extend rol/ror matchingKai Nacke2013-09-191-0/+35
* DebugInfo: Improve IR annotation comments for GNU pubthings.David Blaikie2013-09-192-4/+44
* [Fast-math] Disable "(C1/X)*C2 => (C1*C2)/X" if C1/X has multiple uses.Shuxin Yang2013-09-191-3/+6
* InstCombine: Don't allow turning vector-of-pointer loads into vector-of-integer.Benjamin Kramer2013-09-191-1/+2
* Unshift the GDB index/GNU pubnames constants modified in r191025David Blaikie2013-09-192-36/+14
* llvm-c: Add LLVMGetPointerToFunctionAnders Waldenborg2013-09-191-0/+4
* Remove extraneous space, the asm printing infrastructure adds a spaceEric Christopher2013-09-191-1/+0
* DebugInfo: Simplify gnu_pubnames index computation.David Blaikie2013-09-191-35/+10
* X86 horizontal vector reduction cost modelYi Jiang2013-09-191-0/+84
* Remove unnecessary conditional operators performing bool->bool conversion.David Blaikie2013-09-191-2/+2
* Fix a typo and simplify a boolean expression.David Blaikie2013-09-191-3/+2
* GVN proceeds in the presence of dead code.Shuxin Yang2013-09-191-6/+164
* [msan] Wrap indirect functions.Evgeniy Stepanov2013-09-191-7/+43
* DAGCombiner: Don't fold vector muls with constants that look like a splat of ...Benjamin Kramer2013-09-191-3/+7
* [NVPTX] Support constant vector globalsJustin Holewinski2013-09-191-1/+1
* [ARMv8] Add support for the v8 cryptography extensions.Amara Emerson2013-09-198-16/+142
* X86: FrameIndex addressing modes do have a base register.Tim Northover2013-09-191-1/+2
* Revert "Encapsulate PassManager debug flags to avoid static init and cxa_exit."Andrew Trick2013-09-192-98/+74
* Encapsulate PassManager debug flags to avoid static init and cxa_exit.Andrew Trick2013-09-182-74/+98
* whitespaceAndrew Trick2013-09-182-22/+22
* Fix two issues regarding Got pointer (GP) setup.Reed Kotler2013-09-182-4/+14
* Debug info: Get rid of the VLA indirection hack in FastISel.Adrian Prantl2013-09-181-15/+10
* Make DynamicLibrary use ManagedStatic. This is pretty simple and should just ...Filip Pizlo2013-09-182-28/+10
* More XCore TTI cleanup -- remove an unused private field flagged byChandler Carruth2013-09-181-4/+2
* [asan] call __asan_stack_malloc_N only if use-after-return detection is enabl...Kostya Serebryany2013-09-181-1/+22
* Target/XCore/CMakeLists.txt: Add XCoreTargetTransformInfo.cpp.NAKAMURA Takumi2013-09-181-0/+1
* Prevent LoopVectorizer and SLPVectorizer running if the target has no vector ...Robert Lytton2013-09-186-0/+107
* [SystemZ] Add unsigned compare-and-branch instructionsRichard Sandiford2013-09-185-2/+75
* [ARMv8] Add CRC instructions.Joey Gouly2013-09-183-1/+80
* Revert r190921. It broke Windows.Filip Pizlo2013-09-181-7/+25
* Make DynamicLibrary use ManagedStatic. This is pretty simple and should just ...Filip Pizlo2013-09-181-25/+7
* Prevent extra calls to ToggleFeature for Feature64Bit and FeatureCMOV if they...Craig Topper2013-09-181-2/+2
* Fix X86 subtarget to not overwrite the autodetected features by calling InitM...Craig Topper2013-09-182-1/+6
* Revert accidental commit I had to make to get the test case in PR17268 to sti...Craig Topper2013-09-181-1/+1
* Lift alignment restrictions for load/store folding on VINSERTF128/VEXTRACTF12...Craig Topper2013-09-182-11/+11
* ifndef NDEBUG-out an asserts-only constant committed in r190863David Blaikie2013-09-181-0/+2
* Fix a constant folding address space place I missed.Matt Arsenault2013-09-171-3/+4