aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-05-08PPCInstrInfo::optimizeCompareInstr should not optimize FP comparesHal Finkel
2013-05-08This patch fixes two tests marked as XFAIL among the ARM assembler tests.Mihai Popa
2013-05-08Fix a bug in codegenprep where it was losing track of values OptimizeMemoryInstNick Lewycky
2013-05-08DAGCombiner: Simplify inverted bit testsDavid Majnemer
2013-05-08Debug Info: Support DW_TAG_imported_declarationDavid Blaikie
2013-05-07LoopVectorizer: Improve reduction variable identificationArnold Schwaighofer
2013-05-07Fix a bug in the MC asm parser evaluating expressions. It was treating:Kevin Enderby
2013-05-07Hexagon: Fix Small Data support to handle -G 0 correctly.Jyotsna Verma
2013-05-07Debug Info: Fix for break due to r181271David Blaikie
2013-05-07Reverting r181331.Jyotsna Verma
2013-05-07Hexagon: Fix Small Data support to handle -G 0 correctly.Jyotsna Verma
2013-05-07LoopVectorize: getConsecutiveVector must respect signed arithmeticArnold Schwaighofer
2013-05-06DebugInfo: Support imported modules in lexical blocksDavid Blaikie
2013-05-06InstCombine: (X ^ signbit) + C -> X + (signbit ^ C)David Majnemer
2013-05-06Reduce attributes.Bill Wendling
2013-05-06Split Alignment out of the Section Characteristics.Rafael Espindola
2013-05-06Test results verified using FileCheck rather than grep | countJean-Luc Duprat
2013-05-06Rotate multi-exit loops even if the latch was simplified.Andrew Trick
2013-05-06R600: Emit config values in register / value pairsTom Stellard
2013-05-06R600: Stop emitting the instruction type byte before each instructionTom Stellard
2013-05-06R600: Emit ISA for CALL_FS_* instructionsTom Stellard
2013-05-06[SystemZ] Update non-pic DWARF encodingsUlrich Weigand
2013-05-06PowerPC: Fix unimplemented relocation on ppc64Adhemerval Zanella
2013-05-06Fix add4.ll test cmdline so that it passesJean-Luc Duprat
2013-05-06Provide InstCombines for the following 3 cases:Jean-Luc Duprat
2013-05-06AArch64: use MCJIT by default and enable related tests.Tim Northover
2013-05-06[SystemZ] Set up JIT/MCJIT test casesUlrich Weigand
2013-05-06[SystemZ] Add MC test casesUlrich Weigand
2013-05-06[SystemZ] Add DebugInfo test casesUlrich Weigand
2013-05-06[SystemZ] Add CodeGen test casesUlrich Weigand
2013-05-06Free the exception object. Should fix the vg bots.Rafael Espindola
2013-05-06Fix slightly too aggressive conact_vector optimization.Michael Kuperstein
2013-05-06Add a testcase that checks that we generate functions with frameBill Wendling
2013-05-06XFAIL for cygwin.Rafael Espindola
2013-05-06Revert r164763 because it introduces new shuffles.Nadav Rotem
2013-05-06Fix unchecked uses of DominatorTree in MemoryDependenceAnalysis.Matt Arsenault
2013-05-06Fix const merging when an alias of a const is llvm.used.Rafael Espindola
2013-05-05This should also fail on ARM.Rafael Espindola
2013-05-05Fix XFAIL line.Rafael Espindola
2013-05-05XFAIL this on ppc64.Rafael Espindola
2013-05-05Add EH support to the MCJIT.Rafael Espindola
2013-05-05Test case for r181160 and r181161. rdar://13782395Evan Cheng
2013-05-05[XCore] Add LDAPB instructions.Richard Osborne
2013-05-05[XCore] Add BLRB instructions.Richard Osborne
2013-05-05For ARM backend, fixed "byval" attribute support.Stepan Dyatkovskiy
2013-05-05Remove a recently redundant transform from X86ISelLowering.David Majnemer
2013-05-05LoopVectorize: Add support for floating point min/max reductionsArnold Schwaighofer
2013-05-05LoopVectorize: We don't need an identity element for min/max reductionsArnold Schwaighofer
2013-05-04AArch64: enable MCJIT and tests now that everything passes.Tim Northover
2013-05-04AArch64: support literal pool access in large memory model.Tim Northover