aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Debug info: Get rid of the VLA indirection hack in FastISel.Adrian Prantl2013-09-184-21/+19
* Attempt to fix llvm-ppc64-linux2 buildbot failure by addingPreston Gurd2013-09-181-1/+1
* Verify that llvm can generate the prefetchw instruction when the CPU isPreston Gurd2013-09-181-0/+2
* Remove empty dir.Galina Kistanova2013-09-180-0/+0
* Remove empty dir.Galina Kistanova2013-09-180-0/+0
* 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
* Name the XCore target-specific subdirectories canonically.Chandler Carruth2013-09-184-0/+0
* [asan] call __asan_stack_malloc_N only if use-after-return detection is enabl...Kostya Serebryany2013-09-181-1/+22
* A couple of tests, in llvm/test/Transforms/*/xcore, are XCore-specific. They ...NAKAMURA Takumi2013-09-182-0/+6
* 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-189-0/+172
* Re-add tests from r179291 which were accidentally removed by r181177.Andrea Di Biagio2013-09-181-0/+28
* [SystemZ] Add unsigned compare-and-branch instructionsRichard Sandiford2013-09-1833-156/+2234
* 'svn add' the test cases.Joey Gouly2013-09-185-0/+92
* [ARMv8] Add CRC instructions.Joey Gouly2013-09-184-1/+96
* 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-183-1/+9
* 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-184-13/+12
* 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-172-3/+12
* COFF: Ensure that objects produced by LLVM link with /safesehReid Kleckner2013-09-174-5/+54
* Missed using check type enum in one placeMatt Arsenault2013-09-171-6/+6
* Use function's argument instead of the global flag.Matt Arsenault2013-09-171-3/+3
* FileCheck refactor: use enum instead of bunch of boolsMatt Arsenault2013-09-171-76/+88
* Revert the load slicing done in r190870.Quentin Colombet2013-09-172-615/+0
* COFF: Emit all MCSymbols rather than filtering out some of themReid Kleckner2013-09-172-20/+13
* COFF: Remove ExportSection, which has been dead since r114823Reid Kleckner2013-09-171-5/+0
* Move variable into assert to avoid unused variable warning.Eric Christopher2013-09-171-2/+1
* Cleanup handling of constant function casts.Matt Arsenault2013-09-172-25/+150
* [PowerPC] Add a FIXME.Bill Schmidt2013-09-171-0/+4
* [PowerPC] Fix problems with large code model (PR17169).Bill Schmidt2013-09-175-16/+34
* Costmodel: Add support for horizontal vector reductionsArnold Schwaighofer2013-09-175-0/+406
* SLPVectorizer: Don't vectorize phi nodes that use invoke valuesArnold Schwaighofer2013-09-172-0/+74
* [InstCombiner] Slice a big load in two loads when the elements are next to eachQuentin Colombet2013-09-172-0/+615
* Remove unused code, which had been commented out.Preston Gurd2013-09-171-5/+0
* Added documentation to getMemsetStores.Serge Pavlov2013-09-171-0/+18
* Add llvm.x86.* intrinsics for Intel SHA ExtensionsBen Langmuir2013-09-172-14/+47
* [asan] inline the calls to __asan_stack_free_* with small sizes. Yet another ...Kostya Serebryany2013-09-171-3/+48
* [ARM] Fix the deprecation of MCR encodings that map to CP15{ISB,DSB,DMB}.Joey Gouly2013-09-173-12/+40
* Bugfix for PR17099:Stepan Dyatkovskiy2013-09-172-8/+33
* AVX-512: Converted to Unix styleElena Demikhovsky2013-09-171-3070/+3070
* Add AES and SHA instructions to the load folding tables.Craig Topper2013-09-171-0/+25
* Fix column alignment. No functional change.Craig Topper2013-09-171-4/+4
* Make a more clear AVX-512 section header that matches similar in the file.Craig Topper2013-09-171-1/+3
* Implement 3 AArch64 neon instructions : umov smov ins.Kevin Qin2013-09-177-14/+771
* [SelectionDAG] Teach the vector scalarizer about TRUNCATE.Quentin Colombet2013-09-173-3/+24