aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [XCore] Fix handling of functions where only the LR is spilled.Richard Osborne2013-05-091-0/+11
* InstCombine: Don't just copy known bits from the first operand of an srem.Benjamin Kramer2013-05-091-0/+12
* Change getRelocationAdditionalInfo to be ELF only.Rafael Espindola2013-05-091-2/+2
* Revert "Make sure debug info contains linkage names (DW_AT_MIPS_linkage_name)"Eric Christopher2013-05-092-120/+1
* LoopVectorizer: Don't assert on the absence of induction variablesArnold Schwaighofer2013-05-091-0/+34
* Revert 181475 as the DebugIR tests are breaking (automake) buildbots that re-...Daniel Malea2013-05-0814-700/+0
* Make sure debug info contains linkage names (DW_AT_MIPS_linkage_name)Eric Christopher2013-05-082-1/+120
* DebugIR tests -- lit tests for the line number transformDaniel Malea2013-05-0814-0/+700
* [mips] Add instruction selection pattern for (seteq $LHS, 0).Akira Hatanaka2013-05-081-0/+11
* [PowerPC] Add ELF relocation testsUlrich Weigand2013-05-081-0/+25
* Fix handling of anonymous aggregate parameters for powerpc*-apple-darwin8.Bill Schmidt2013-05-081-0/+90
* R600/SI: Add lit tests for llvm.SI.imageload and llvm.SI.resinfo intrinsicsMichel Danzer2013-05-082-0/+197
* PPCInstrInfo::optimizeCompareInstr should not optimize FP comparesHal Finkel2013-05-081-2/+2
* This patch fixes two tests marked as XFAIL among the ARM assembler tests.Mihai Popa2013-05-082-99/+97
* Fix a bug in codegenprep where it was losing track of values OptimizeMemoryInstNick Lewycky2013-05-081-0/+44
* DAGCombiner: Simplify inverted bit testsDavid Majnemer2013-05-082-10/+20
* Debug Info: Support DW_TAG_imported_declarationDavid Blaikie2013-05-081-49/+138
* LoopVectorizer: Improve reduction variable identificationArnold Schwaighofer2013-05-071-0/+119
* Fix a bug in the MC asm parser evaluating expressions. It was treating:Kevin Enderby2013-05-071-0/+1
* Hexagon: Fix Small Data support to handle -G 0 correctly.Jyotsna Verma2013-05-071-0/+26
* Debug Info: Fix for break due to r181271David Blaikie2013-05-071-0/+11
* Reverting r181331.Jyotsna Verma2013-05-071-26/+0
* Hexagon: Fix Small Data support to handle -G 0 correctly.Jyotsna Verma2013-05-071-0/+26
* LoopVectorize: getConsecutiveVector must respect signed arithmeticArnold Schwaighofer2013-05-071-0/+79
* DebugInfo: Support imported modules in lexical blocksDavid Blaikie2013-05-061-20/+78
* InstCombine: (X ^ signbit) + C -> X + (signbit ^ C)David Majnemer2013-05-061-0/+10
* Reduce attributes.Bill Wendling2013-05-061-2/+2
* Split Alignment out of the Section Characteristics.Rafael Espindola2013-05-062-4/+8
* Test results verified using FileCheck rather than grep | countJean-Luc Duprat2013-05-061-1/+7
* Rotate multi-exit loops even if the latch was simplified.Andrew Trick2013-05-061-1/+38
* R600: Emit config values in register / value pairsTom Stellard2013-05-061-2/+3
* R600: Stop emitting the instruction type byte before each instructionTom Stellard2013-05-062-4/+4
* R600: Emit ISA for CALL_FS_* instructionsTom Stellard2013-05-061-0/+15
* [SystemZ] Update non-pic DWARF encodingsUlrich Weigand2013-05-061-3/+5
* PowerPC: Fix unimplemented relocation on ppc64Adhemerval Zanella2013-05-061-1/+1
* Fix add4.ll test cmdline so that it passesJean-Luc Duprat2013-05-061-1/+1
* Provide InstCombines for the following 3 cases:Jean-Luc Duprat2013-05-061-0/+34
* AArch64: use MCJIT by default and enable related tests.Tim Northover2013-05-062-5/+1
* [SystemZ] Set up JIT/MCJIT test casesUlrich Weigand2013-05-063-4/+5
* [SystemZ] Add MC test casesUlrich Weigand2013-05-06582-0/+9426
* [SystemZ] Add DebugInfo test casesUlrich Weigand2013-05-066-0/+595
* [SystemZ] Add CodeGen test casesUlrich Weigand2013-05-06296-0/+31125
* Free the exception object. Should fix the vg bots.Rafael Espindola2013-05-061-0/+5
* Fix slightly too aggressive conact_vector optimization.Michael Kuperstein2013-05-061-0/+14
* Add a testcase that checks that we generate functions with frameBill Wendling2013-05-061-0/+32
* XFAIL for cygwin.Rafael Espindola2013-05-061-1/+1
* Revert r164763 because it introduces new shuffles.Nadav Rotem2013-05-062-71/+1
* Fix unchecked uses of DominatorTree in MemoryDependenceAnalysis.Matt Arsenault2013-05-063-0/+34
* Fix const merging when an alias of a const is llvm.used.Rafael Espindola2013-05-061-0/+3
* This should also fail on ARM.Rafael Espindola2013-05-051-1/+1