aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* ARM: Fix incorrect pack pattern for thumb2Jim Grosbach2013-07-091-1/+24
* InstSimplify: X >> X -> 0David Majnemer2013-07-092-3/+19
* move test into the appropriate subdir.Adrian Prantl2013-07-091-0/+0
* Fix PR16571, which is a bug in the code that checks that all of the types in ...Nadav Rotem2013-07-091-0/+22
* Reapply an improved version of r180816/180817.Adrian Prantl2013-07-094-7/+117
* Appease buildbots after r185956: just set -mcpu explicitly, as it should have...Stephen Lin2013-07-092-4/+4
* Appease Atom buildbot after r185956 (explicitly turn on AVX)Stephen Lin2013-07-092-2/+2
* WidenVecRes_BUILD_VECTOR must use the first operand's typeHal Finkel2013-07-091-0/+23
* [PowerPC] Better fix for PR16556.Bill Schmidt2013-07-091-0/+41
* Attempt to appease buildbot after r185956 by explicitly turning setting -fma,...Stephen Lin2013-07-092-2/+2
* AArch64/PowerPC/SystemZ/X86: This patch fixes the interface, usage, and allStephen Lin2013-07-096-3/+233
* Don't crash in SE dealing with ashr x, -1Hal Finkel2013-07-091-0/+18
* ValueTracking: Fix bugs in isKnownToBeAPowerOfTwoDavid Majnemer2013-07-091-15/+0
* DAGCombine tryFoldToZero cannot create illegal types after type legalizationHal Finkel2013-07-091-0/+17
* [PowerPC] Revert r185476 and fix up TLS variant kindsUlrich Weigand2013-07-094-7/+7
* R600: Do not predicated basic block with multiple alu clauseVincent Lejeune2013-07-091-1/+1
* R600: Fix a rare bug where swizzle optimization returns wrong valuesVincent Lejeune2013-07-091-0/+34
* R600: Fix wrong export reswizzlingVincent Lejeune2013-07-091-0/+100
* R600: Use DAG lowering pass to handle fcos/fsinVincent Lejeune2013-07-092-0/+6
* Add MC assembly/disassembly support for VRINT{A, N, P, M} to V8FP.Joey Gouly2013-07-092-0/+43
* Add MC assembly/disassembly support for VRINT{Z, X, R} to V8FP.Joey Gouly2013-07-092-0/+34
* [PowerPC] Support ".machine any"Ulrich Weigand2013-07-091-0/+14
* Revert r185872 - "Stop emitting weak symbols into the "coal" sections"Alexander Potapenko2013-07-092-77/+4
* Add MC assembly/disassembly support for VCVT{A, N, P, M} to V8FP.Joey Gouly2013-07-092-0/+87
* [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