aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-09-23Don't do actual work inside an assert statement. Fixes PR11760!Nick Lewycky
2012-09-23Revise test to avoid using of 'grep'Michael Liao
2012-09-22Enhance test case of atomic16 to verify inst encoding fixed in r164453.Michael Liao
2012-09-22Fix edge cases of ARM shift operands in arith instructions.Tim Northover
2012-09-22Fix the handling of edge cases in ARM shifted operands.Tim Northover
2012-09-21Fix a case where the new SROA pass failed to zap dead operands toChandler Carruth
2012-09-21LoopIdiom: Give up when the loop is not in canonical form.Benjamin Kramer
2012-09-21[fast-isel] Fallback to SelectionDAG isel if we require strict alignment forChad Rosier
2012-09-21InstCombine: Make sure we use the pre-zext type when creating a constant of a...Benjamin Kramer
2012-09-21BitcodeReader: Correctly insert blockaddress constant referring to a already ...Benjamin Kramer
2012-09-21Fix SymbolRef::getAddress implementation for ELF. The 'value' field in symbol...Alexey Samsonov
2012-09-21llvm/test/CodeGen/X86/pr5145.ll: Tweak expressions to match for darwin target.NAKAMURA Takumi
2012-09-21Add missing i8 max/min/umax/umin supportMichael Liao
2012-09-21llvm/test/CodeGen/ARM/fast-isel.ll: Fix possible typos, s/@unaligned_i16_stor...NAKAMURA Takumi
2012-09-21Testcase does not need to be this strict.Chad Rosier
2012-09-21Add newline.Chad Rosier
2012-09-21[fast-isel] Fallback to SelectionDAG isel if we require strict alignment forChad Rosier
2012-09-21ARM: Use a dedicated intrinsic for vector bitwise select.Jim Grosbach
2012-09-20Ignore PHI-defs for -new-coalescer interference checks.Jakob Stoklund Olesen
2012-09-20Only emit DW_AT_object_pointer if this is a definition.Eric Christopher
2012-09-20SimplifyCFG: sink common codes from IF, ELSE blocks down to END block.Manman Ren
2012-09-20Try to make these tests more portable.Evan Cheng
2012-09-20Fix broken check lines.Benjamin Kramer
2012-09-20Specify cpu to get the correct instruction ordering. Remove XFAIL.Roman Divacky
2012-09-20Specify CPu to prevent failure on ATOM due to different code schedulingMichael Liao
2012-09-20Re-work X86 code generation of atomic ops with spin-loopMichael Liao
2012-09-19Resolve conflicts involving dead vector lanes for -new-coalescer.Jakob Stoklund Olesen
2012-09-19Add support for macro parameters/arguments delimited by spaces,Preston Gurd
2012-09-19Support default parameters/arguments for assembler macros.Preston Gurd
2012-09-19Enhance unmatched '.endr' directive error message in assembler.Preston Gurd
2012-09-19Unify the logic in SelectAtomicLoadAdd and SelectAtomicLoadArithMichael Liao
2012-09-19Really XFAIL test/CodeGen/PowerPC/structsinregs.ll.Jordan Rose
2012-09-19XFAIL test/CodeGen/PowerPC/structsinregs.llBill Schmidt
2012-09-19Small structs for PPC64 SVR4 must be passed right-justified in registers.Bill Schmidt
2012-09-19SimplifyCFG: Don't generate invalid code for switch used to initializeHans Wennborg
2012-09-19Move load_to_switch.ll to test/CodeGen/SPARC/Hans Wennborg
2012-09-19rename testNadav Rotem
2012-09-19Prevent inlining of callees which allocate lots of memory into a recursive ca...Nadav Rotem
2012-09-19CodeGenPrep: turn lookup tables into switches for some targets.Hans Wennborg
2012-09-19llvm/test/MC/X86/x86_nop.s: Make sure -arch=x86 when -mcpu=geode.NAKAMURA Takumi
2012-09-18Fix the last crasher I've gotten a reproduction for in SROA. This oneChandler Carruth
2012-09-18MOVi16 (movw) is only legal on cpus with V6T2 support. rdar://12300648Evan Cheng
2012-09-18FileCheck: Fix off-by-one bug that made CHECK-NOT: ignore the next character ...Benjamin Kramer
2012-09-18Add test for r164155 and remove two tests superseded by ppc64-calls.ll.Roman Divacky
2012-09-18Add hidden flag to exclude aliases from output.Jan Sjödin
2012-09-18LSR critical edge splitting fix for PR13756.Andrew Trick
2012-09-18Fix getCommonType in a different way from the way I fixed it whenChandler Carruth
2012-09-18Avoid symbol name clash when filling TOC.Roman Divacky
2012-09-18On PPC64 emit the environment pointer. Patch by Adhemerval Zanella.Roman Divacky
2012-09-18Optimize local func calls to not emit nop for TOC restoration.Roman Divacky