summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* [Fast-math] Disable "(C1/X)*C2 => (C1*C2)/X" if C1/X has multiple uses.Shuxin Yang2013-09-19
* InstCombine: Don't allow turning vector-of-pointer loads into vector-of-integer.Benjamin Kramer2013-09-19
* Unshift the GDB index/GNU pubnames constants modified in r191025David Blaikie2013-09-19
* llvm-c: Add LLVMGetPointerToFunctionAnders Waldenborg2013-09-19
* Remove extraneous space, the asm printing infrastructure adds a spaceEric Christopher2013-09-19
* DebugInfo: Simplify gnu_pubnames index computation.David Blaikie2013-09-19
* X86 horizontal vector reduction cost modelYi Jiang2013-09-19
* Remove unnecessary conditional operators performing bool->bool conversion.David Blaikie2013-09-19
* Fix a typo and simplify a boolean expression.David Blaikie2013-09-19
* GVN proceeds in the presence of dead code.Shuxin Yang2013-09-19
* [msan] Wrap indirect functions.Evgeniy Stepanov2013-09-19
* DAGCombiner: Don't fold vector muls with constants that look like a splat of ...Benjamin Kramer2013-09-19
* [NVPTX] Support constant vector globalsJustin Holewinski2013-09-19
* [ARMv8] Add support for the v8 cryptography extensions.Amara Emerson2013-09-19
* X86: FrameIndex addressing modes do have a base register.Tim Northover2013-09-19
* Revert "Encapsulate PassManager debug flags to avoid static init and cxa_exit."Andrew Trick2013-09-19
* Encapsulate PassManager debug flags to avoid static init and cxa_exit.Andrew Trick2013-09-18
* whitespaceAndrew Trick2013-09-18
* Fix two issues regarding Got pointer (GP) setup.Reed Kotler2013-09-18
* Debug info: Get rid of the VLA indirection hack in FastISel.Adrian Prantl2013-09-18
* Make DynamicLibrary use ManagedStatic. This is pretty simple and should just ...Filip Pizlo2013-09-18
* More XCore TTI cleanup -- remove an unused private field flagged byChandler Carruth2013-09-18
* [asan] call __asan_stack_malloc_N only if use-after-return detection is enabl...Kostya Serebryany2013-09-18
* Target/XCore/CMakeLists.txt: Add XCoreTargetTransformInfo.cpp.NAKAMURA Takumi2013-09-18
* Prevent LoopVectorizer and SLPVectorizer running if the target has no vector ...Robert Lytton2013-09-18
* [SystemZ] Add unsigned compare-and-branch instructionsRichard Sandiford2013-09-18
* [ARMv8] Add CRC instructions.Joey Gouly2013-09-18
* Revert r190921. It broke Windows.Filip Pizlo2013-09-18
* Make DynamicLibrary use ManagedStatic. This is pretty simple and should just ...Filip Pizlo2013-09-18
* Prevent extra calls to ToggleFeature for Feature64Bit and FeatureCMOV if they...Craig Topper2013-09-18
* Fix X86 subtarget to not overwrite the autodetected features by calling InitM...Craig Topper2013-09-18
* Revert accidental commit I had to make to get the test case in PR17268 to sti...Craig Topper2013-09-18
* Lift alignment restrictions for load/store folding on VINSERTF128/VEXTRACTF12...Craig Topper2013-09-18
* ifndef NDEBUG-out an asserts-only constant committed in r190863David Blaikie2013-09-18
* Fix a constant folding address space place I missed.Matt Arsenault2013-09-17
* COFF: Ensure that objects produced by LLVM link with /safesehReid Kleckner2013-09-17
* Revert the load slicing done in r190870.Quentin Colombet2013-09-17
* COFF: Emit all MCSymbols rather than filtering out some of themReid Kleckner2013-09-17
* COFF: Remove ExportSection, which has been dead since r114823Reid Kleckner2013-09-17
* Move variable into assert to avoid unused variable warning.Eric Christopher2013-09-17
* Cleanup handling of constant function casts.Matt Arsenault2013-09-17
* [PowerPC] Add a FIXME.Bill Schmidt2013-09-17
* [PowerPC] Fix problems with large code model (PR17169).Bill Schmidt2013-09-17
* Costmodel: Add support for horizontal vector reductionsArnold Schwaighofer2013-09-17
* SLPVectorizer: Don't vectorize phi nodes that use invoke valuesArnold Schwaighofer2013-09-17
* [InstCombiner] Slice a big load in two loads when the elements are next to eachQuentin Colombet2013-09-17
* Remove unused code, which had been commented out.Preston Gurd2013-09-17
* Added documentation to getMemsetStores.Serge Pavlov2013-09-17
* Add llvm.x86.* intrinsics for Intel SHA ExtensionsBen Langmuir2013-09-17
* [asan] inline the calls to __asan_stack_free_* with small sizes. Yet another ...Kostya Serebryany2013-09-17