aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [fast-isel] Add support for the expect intrinsic.Chad Rosier2013-03-071-0/+12
* Hexagon: Handle i8, i16 and i1 Var Args.Jyotsna Verma2013-03-073-0/+124
* Hexagon: Add support to lower block address.Jyotsna Verma2013-03-072-0/+78
* Move testcase, this is testing extraction not inserting.Benjamin Kramer2013-03-072-16/+18
* X86: Fold EXTRACT_SUBVECTORs of a BUILD_VECTOR into a smaller BUILD_VECTOR.Benjamin Kramer2013-03-073-3/+18
* SDAG: Handle scalarizing an extend of a <1 x iN> vector.Jim Grosbach2013-03-071-0/+19
* Debug Info: store the files and directories for each compile unit.Manman Ren2013-03-071-3/+6
* SimplifyCFG fix for volatile load/store.Andrew Trick2013-03-071-0/+48
* Fix two remaining issue after fixing PR15355 when CMOV is not availableMichael Liao2013-03-072-0/+67
* [mips] Custom-legalize BR_JT.Akira Hatanaka2013-03-061-15/+20
* Memory Dependence Analysis (not mem-dep test) take advantage of "invariant.lo...Shuxin Yang2013-03-061-0/+29
* InstCombine: Don't shrink allocas when combining with a bitcast.Jim Grosbach2013-03-062-1/+46
* [mips] Add a line which checks function name. Rename file.Akira Hatanaka2013-03-061-0/+1
* Fix PR15355Michael Liao2013-03-0613-17/+17
* [mips] Remove android calling convention.Akira Hatanaka2013-03-051-12/+0
* [mips] Fix MipsCC::analyzeReturn so that, in soft-float mode, fp128 getsAkira Hatanaka2013-03-051-5/+5
* [mips] Fix MipsTargetLowering::LowerCallResult and LowerReturn to correctlyAkira Hatanaka2013-03-051-0/+18
* [mips] Fix MipsTargetLowering::LowerCall to pass fp128 arguments in floatingAkira Hatanaka2013-03-051-0/+13
* [mips] Correct handling of fp128 (long double) formals and read long doubleAkira Hatanaka2013-03-051-0/+13
* reverting patch 176508.Jyotsna Verma2013-03-052-78/+0
* Hexagon: Add support for lowering block address.Jyotsna Verma2013-03-052-0/+78
* Hexagon: Expand addc, adde, subc and sube.Jyotsna Verma2013-03-052-0/+63
* Fixes a test by replacing .align by .p2align and setting triples explicitly.Eli Bendersky2013-03-051-2/+5
* Hexagon: Add encoding bits to the TFR64 instructions.Jyotsna Verma2013-03-052-5/+5
* Add a test that .align directives on capable processors use long NOPs.David Sehr2013-03-051-0/+12
* R600: Turn BUILD_VECTOR into Reg_SequenceVincent Lejeune2013-03-051-3/+3
* R600: Use MUL_IEEE for trig/fdiv intrinsicVincent Lejeune2013-03-051-4/+4
* llvm/test/CodeGen/Mips/mips64-f128.ll: Add explicit -mtriple=mips64el-unknown...NAKAMURA Takumi2013-03-051-1/+1
* llvm/test/CodeGen/Thumb/iabs.ll: Add explicit -mtriple=thumb-unknown-unknown ...NAKAMURA Takumi2013-03-051-1/+1
* The current X86 NOP padding uses one long NOP followed by the remainder inDavid Sehr2013-03-051-0/+27
* Check isDiscardableIfUnused, rather than hasLocalLinkage, when bumpingLang Hames2013-03-041-0/+23
* [mips] Print move instructions.Akira Hatanaka2013-03-049-42/+42
* Mips specific inline assembler constraint 'R'Jack Carter2013-03-041-0/+9
* Reapply r176381, writing the CHECKs in a more forgiving manner to account forEli Bendersky2013-03-041-14/+12
* Bypass Slow DividesPreston Gurd2013-03-042-1/+47
* ARM: Creating a vector from a lane of another.Jim Grosbach2013-03-021-0/+14
* ARM NEON: Fix v2f32 float intrinsicsArnold Schwaighofer2013-03-021-0/+377
* recommit r172363 & r171325 (reverted in r172756)Nuno Lopes2013-03-021-0/+128
* X86 cost model: Adjust cost for custom lowered vector multipliesArnold Schwaighofer2013-03-022-2/+34
* PR14448 - prevent the loop vectorizer from vectorizing the same loop twice.Nadav Rotem2013-03-021-0/+75
* Revert "Rewrite a test to count emitted instructions without using -stats"Michael Gottesman2013-03-021-12/+14
* [mips] Fix inefficient code generation.Akira Hatanaka2013-03-012-3/+140
* Rewrite a test to count emitted instructions without using -statsEli Bendersky2013-03-011-14/+12
* Set properties for f128 type.Akira Hatanaka2013-03-011-0/+646
* Rewrite a test to check actual output rather than intermediate implementationEli Bendersky2013-03-011-6/+6
* No need to force-create clang-tools-extra lit.site.cfgEdwin Vane2013-03-011-5/+0
* Add regression tests (WORKSFORME)Michael Liao2013-03-015-0/+76
* Generate an error message instead of asserting or segfaulting when we can'tChad Rosier2013-03-011-0/+14
* LoopVectorize: Don't hang forever if a PHI only has skipped PHI uses.Benjamin Kramer2013-03-011-0/+29
* Fix PR10475Michael Liao2013-03-011-0/+30