aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [SystemZ] Use MVC for simple load/store pairsRichard Sandiford2013-07-092-2/+420
* [SystemZ] Use "STC;MVC" for memsetRichard Sandiford2013-07-094-0/+1076
* InstCombine: variations on 0xffffffff - x >= 4David Majnemer2013-07-091-0/+18
* InstCombine: X & -C != -C -> X <= u ~CDavid Majnemer2013-07-091-40/+0
* [PowerPC] Support .llong and fix .wordUlrich Weigand2013-07-093-1/+57
* Commit r185909 was a misapplied patch, fix itDavid Majnemer2013-07-092-3/+60
* InstCombine: add more transformsDavid Majnemer2013-07-093-5/+45
* PPC: Allocate RS spill slot for unaligned i64 load/storeHal Finkel2013-07-091-0/+119
* CEHCK->CHECK typo fix.Eric Christopher2013-07-081-4/+4
* Fix up whitespace.Eric Christopher2013-07-081-36/+36
* Stop emitting weak symbols into the "coal" sections.Bill Wendling2013-07-082-4/+77
* [PowerPC] Always use "assembler dialect" 1Ulrich Weigand2013-07-081-0/+18
* PPC: Mark vector CC action for SETO and SETONE as ExpandHal Finkel2013-07-081-0/+17
* Add a comment to this change, requested by Eric Christopher.Joey Gouly2013-07-081-0/+1
* ARM: Improve codegen for generic vselect.Jim Grosbach2013-07-082-30/+39
* PPC: Mark vector FREM as Expand by defaultHal Finkel2013-07-081-0/+8
* [PowerPC] Support time base instructionsUlrich Weigand2013-07-081-0/+9
* [PowerPC] Support basic compare mnemonicsUlrich Weigand2013-07-081-1/+19
* [PowerPC] Fix PR16556 (handle undef ppcf128 in LowerFP_TO_INT).Bill Schmidt2013-07-081-0/+20
* Convert an OCaml binding grep test to FileCheckReid Kleckner2013-07-081-329/+340
* InstCombine: Fold X-C1 <u 2 -> (X & -2) == C1David Majnemer2013-07-081-0/+10
* Reuse %rax after calling __chkstk on win64Nico Rieck2013-07-081-1/+1
* Revert "Proper va_arg/va_copy lowering on win64"Nico Rieck2013-07-081-59/+0
* [SystemZ] Use MVC for memcpyRichard Sandiford2013-07-081-0/+82
* llvm/test/CMakeLists.txt: Add llvm-cov in "check-clang".NAKAMURA Takumi2013-07-081-0/+1
* llvm/test/CMakeLists.txt: Reformat LLVM_TEST_DEPENDS.NAKAMURA Takumi2013-07-081-8/+21
* llvm/test/Other/llvm-cov.test: It requires +Asserts to let XFAILed.NAKAMURA Takumi2013-07-081-0/+1
* Fix PromoteIntRes_BUILD_VECTOR crash with i1 vectorsHal Finkel2013-07-081-0/+39
* Revert: Fix wrong code offset for unwind code SET_FPREG.Kai Nacke2013-07-082-1/+3
* Revert: Generate IMAGE_REL_AMD64_ADDR32NB relocations for SEH data structures.Kai Nacke2013-07-082-32/+11
* Revert: Fix alignment of unwind data.Kai Nacke2013-07-083-226/+0
* Add the nearbyint -> FNEARBYINT mapping to BasicTargetTransformInfoHal Finkel2013-07-081-0/+28
* [objc-arc] Committed test for r185770 as per dblaikie's suggestion.Michael Gottesman2013-07-081-0/+19
* Revert "Reuse %rax after calling __chkstk on win64"Nico Rieck2013-07-081-1/+1
* Reuse %rax after calling __chkstk on win64Nico Rieck2013-07-071-1/+1
* Eliminate trivial redundant loads across nocapture+readonly calls to uncapturedNick Lewycky2013-07-071-0/+17
* SLPVectorizer: Implement DCE as part of vectorization.Nadav Rotem2013-07-0716-8/+645
* [objc-arc] Remove the alias analysis part of r185764.Michael Gottesman2013-07-071-18/+0
* [objc-arc] Teach the ARC optimizer that objc_sync_enter/objc_sync_exit do not...Michael Gottesman2013-07-072-5/+42
* Add MC support for the v8fp instructions: vmaxnm and vminnm.Joey Gouly2013-07-062-0/+24
* Proper va_arg/va_copy lowering on win64Nico Rieck2013-07-061-0/+59
* Fix alignment of unwind data.Kai Nacke2013-07-063-0/+226
* Generate IMAGE_REL_AMD64_ADDR32NB relocations for SEHKai Nacke2013-07-062-11/+32
* Fix wrong code offset for unwind code SET_FPREG.Kai Nacke2013-07-062-3/+1
* DAGCombiner: Don't drop extension behavior when shrinking a load when unsafe.Benjamin Kramer2013-07-061-0/+23
* Stop putting operations after a tail call.Tim Northover2013-07-061-0/+16
* MC: Implement COFF .linkonce directiveNico Rieck2013-07-062-0/+219
* InstCombine: typo in or_icmp_eq_B_0_icmp_ult_A_B testDavid Majnemer2013-07-061-2/+2
* Extend 'readonly' and 'readnone' to work on function arguments as well asNick Lewycky2013-07-068-22/+80
* [TRE] Combined another test into basic.llMichael Gottesman2013-07-052-13/+1