summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2012-09-24Revise test to avoid using of 'grep'tstellar1-20/+14
2012-09-24Enhance test case of atomic16 to verify inst encoding fixed in r164453.tstellar1-0/+6
2012-09-24Fix edge cases of ARM shift operands in arith instructions.tstellar2-0/+88
2012-09-24Fix the handling of edge cases in ARM shifted operands.tstellar2-0/+116
2012-09-24Fix a case where the new SROA pass failed to zap dead operands totstellar1-7/+11
2012-09-24LoopIdiom: Give up when the loop is not in canonical form.tstellar1-0/+34
2012-09-24[fast-isel] Fallback to SelectionDAG isel if we require strict alignment fortstellar1-0/+36
2012-09-21Revert "XXX: Update pow test" This WIP commit was accidently pulled.tstellar1-2/+2
2012-09-21XXX: Update pow testTom Stellard1-2/+2
2012-09-21test/CodeGen/R600: Add checks for register operandsTom Stellard13-15/+15
2012-09-21test/CodeGen/R600: Add some basic testsTom Stellard14-0/+227
2012-09-21InstCombine: Make sure we use the pre-zext type when creating a constant of a...d0k1-0/+14
2012-09-21BitcodeReader: Correctly insert blockaddress constant referring to a already ...d0k1-0/+15
2012-09-21Fix SymbolRef::getAddress implementation for ELF. The 'value' field in symbol...samsonov2-9/+25
2012-09-21llvm/test/CodeGen/X86/pr5145.ll: Tweak expressions to match for darwin target.chapuni1-8/+8
2012-09-21Add missing i8 max/min/umax/umin supporthliao2-1/+35
2012-09-21llvm/test/CodeGen/ARM/fast-isel.ll: Fix possible typos, s/@unaligned_i16_stor...chapuni1-2/+2
2012-09-21Testcase does not need to be this strict.mcrosier1-1/+1
2012-09-21Add newline.mcrosier1-1/+1
2012-09-21[fast-isel] Fallback to SelectionDAG isel if we require strict alignment formcrosier1-0/+30
2012-09-21ARM: Use a dedicated intrinsic for vector bitwise select.grosbach1-0/+49
2012-09-20Ignore PHI-defs for -new-coalescer interference checks.stoklund1-0/+48
2012-09-20Only emit DW_AT_object_pointer if this is a definition.echristo1-2/+2
2012-09-20SimplifyCFG: sink common codes from IF, ELSE blocks down to END block.mren1-0/+53
2012-09-20Try to make these tests more portable.evancheng3-7/+7
2012-09-20Fix broken check lines.d0k1-3/+3
2012-09-20Specify cpu to get the correct instruction ordering. Remove XFAIL.rdivacky1-6/+1
2012-09-20Specify CPu to prevent failure on ATOM due to different code schedulinghliao1-1/+1
2012-09-20Re-work X86 code generation of atomic ops with spin-loophliao8-13/+1201
2012-09-19Resolve conflicts involving dead vector lanes for -new-coalescer.stoklund1-0/+27
2012-09-19Add support for macro parameters/arguments delimited by spaces,pgurd2-8/+50
2012-09-19Support default parameters/arguments for assembler macros.pgurd1-2/+10
2012-09-19Enhance unmatched '.endr' directive error message in assembler.pgurd1-1/+1
2012-09-19Unify the logic in SelectAtomicLoadAdd and SelectAtomicLoadArithhliao1-1/+2
2012-09-19Really XFAIL test/CodeGen/PowerPC/structsinregs.ll.jrose1-1/+1
2012-09-19XFAIL test/CodeGen/PowerPC/structsinregs.llwschmidt1-0/+6
2012-09-19Small structs for PPC64 SVR4 must be passed right-justified in registers.wschmidt1-0/+204
2012-09-19SimplifyCFG: Don't generate invalid code for switch used to initializehans1-0/+34
2012-09-19Move load_to_switch.ll to test/CodeGen/SPARC/hans1-1/+1
2012-09-19rename testnadav1-0/+0
2012-09-19Prevent inlining of callees which allocate lots of memory into a recursive ca...nadav1-0/+38
2012-09-19CodeGenPrep: turn lookup tables into switches for some targets.hans1-0/+84
2012-09-19llvm/test/MC/X86/x86_nop.s: Make sure -arch=x86 when -mcpu=geode.chapuni1-1/+1
2012-09-18Fix the last crasher I've gotten a reproduction for in SROA. This onechandlerc1-0/+20
2012-09-18MOVi16 (movw) is only legal on cpus with V6T2 support. rdar://12300648evancheng2-1/+12
2012-09-18FileCheck: Fix off-by-one bug that made CHECK-NOT: ignore the next character ...d0k2-1/+10
2012-09-18Add test for r164155 and remove two tests superseded by ppc64-calls.ll.rdivacky3-32/+14
2012-09-18Add hidden flag to exclude aliases from output.jsjodin1-0/+25
2012-09-18LSR critical edge splitting fix for PR13756.atrick1-3/+41
2012-09-18Fix getCommonType in a different way from the way I fixed it whenchandlerc1-2/+2