summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* 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
* [ARM] Fix the deprecation of MCR encodings that map to CP15{ISB,DSB,DMB}.Joey Gouly2013-09-17
* Bugfix for PR17099:Stepan Dyatkovskiy2013-09-17
* AVX-512: Converted to Unix styleElena Demikhovsky2013-09-17
* Add AES and SHA instructions to the load folding tables.Craig Topper2013-09-17
* Fix column alignment. No functional change.Craig Topper2013-09-17
* Implement 3 AArch64 neon instructions : umov smov ins.Kevin Qin2013-09-17
* [SelectionDAG] Teach the vector scalarizer about TRUNCATE.Quentin Colombet2013-09-17
* Debug info: Fix PR16736 and rdar://problem/14990587.Adrian Prantl2013-09-16
* MemCpyOptimizer: Use max legal int size instead of pointer sizeMatt Arsenault2013-09-16
* Use reference instead of copy.Jakub Staszak2013-09-16
* [PowerPC] Fix PR17155 - Ignore COPY_TO_REGCLASS during emit.Bill Schmidt2013-09-16
* Don't vectorize if there are outside loop users of the induction variable.Arnold Schwaighofer2013-09-16
* [msan] Check return value of main().Evgeniy Stepanov2013-09-16
* This patch implements Mips load/store instructions from/to coprocessor 2. Tes...Vladimir Medic2013-09-16
* ARM: Deduplicate ConstantPoolValues.Benjamin Kramer2013-09-16
* [SystemZ] Improve extload handlingRichard Sandiford2013-09-16
* Make F16C feature flag imply AVX rather than just checking both at the patterns.Craig Topper2013-09-16