summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2011-03-18Match a few more obvious patterns to revsh. rdar://9147637.Evan Cheng1-2/+28
2011-03-18Revert r127852; it's apparently causing an ICE on mingw.Eli Friedman2-30/+12
2011-03-18PTX: Fix various codegen issuesJustin Holewinski3-46/+91
2011-03-18Avoid creating canonical induction variables for non-native types.Andrew Trick18-18/+22
2011-03-18Support explicit argument forms for the X86 string instructions.Joerg Sonnenberger2-0/+245
2011-03-18ptx: fix parameter order that is reversedChe-Liang Chiou1-0/+8
2011-03-18ptx: add unconditional and conditional branchChe-Liang Chiou1-0/+21
2011-03-18Add a target-specific branchless method for double-width relationalEli Friedman2-12/+30
2011-03-18FileCheck-ize and update test.Eli Friedman1-6/+9
2011-03-18The disassembler for Thumb was wrongly adding 4 to the computed imm32 offset.Johnny Chen1-3/+3
2011-03-17Try to not lose variable's debug info during instcombine.Devang Patel1-0/+57
2011-03-17It used to be that t_addrmode_s4 was used for both:Johnny Chen1-0/+9
2011-03-17BuildUDIV: If the divisor is even we can simplify the fixup of the multiplied...Benjamin Kramer1-0/+11
2011-03-17Reapply: Add type output to llvm-dis annotations. Patch by Yuri!Stuart Hastings1-3/+2
2011-03-17Add XCore intrinsic for setpsc.Richard Osborne1-0/+8
2011-03-17MC/Mach-O: Fix regression introduced in r126127, this assignment shouldn't haveDaniel Dunbar1-0/+7
2011-03-17test/CodeGen/X86/h-registers-1.ll: Add explicit -mtriple=x86_64-linux. It doe...NAKAMURA Takumi1-1/+1
2011-03-17Fix handling of @IDNTPOFF relocations, they need to get STT_TLS.Joerg Sonnenberger1-0/+10
2011-03-16test/CodeGen/X86/constant-pool-remat-0.ll: FileCheck-ize and add explicit -mt...NAKAMURA Takumi1-4/+12
2011-03-16The x86-64 ABI says that a bool is only guaranteed to be sign-extended to a byteCameron Zwarich1-3/+15
2011-03-16Rename a test to be more inclusive.Cameron Zwarich1-0/+0
2011-03-16Revert r127757, "Patch to a fix dwarf relocation problem on ARM. One-line fixDaniel Dunbar1-111/+0
2011-03-16Add XCore intrinsics for setclk, setrdy.Richard Osborne1-0/+16
2011-03-16Patch to a fix dwarf relocation problem on ARM. One-line fix plus the test wh...Renato Golin1-0/+111
2011-03-16Add a test for i1 zeroext arguments on x86-64. We currently generate code thatCameron Zwarich1-0/+23
2011-03-16Add checkevent intrinsic to check if any resources owned by the current threadRichard Osborne1-0/+20
2011-03-16test/CodeGen/X86: FileCheck-ize and add actions for x86_64-linux and x86_64-w...NAKAMURA Takumi10-24/+54
2011-03-16test/CodeGen/X86: Add a pattern for Win64.NAKAMURA Takumi7-22/+141
2011-03-16test/CodeGen/X86: FileCheck-ize and add explicit -mtriple=x86_64-linux. They ...NAKAMURA Takumi12-24/+62
2011-03-16test/CodeGen/X86/byval*.ll: Win64 has not supported byval yet.NAKAMURA Takumi5-9/+102
2011-03-16test/CodeGen/X86/dyn-stackalloc.ll: FileCheck-ize.NAKAMURA Takumi1-3/+6
2011-03-16Only convert allocas to scalars if it is profitable. The profitability metric ICameron Zwarich1-0/+27
2011-03-16Add native integer type TargetData to some existing tests.Cameron Zwarich2-2/+2
2011-03-15There were two issues fixed:Johnny Chen1-1/+7
2011-03-15Some minor cleanups based on feedback.Bill Wendling1-0/+12
2011-03-15Do not form thumb2 ldrd / strd if the offset is by multiple of 4. rdar://9133587Evan Cheng1-0/+55
2011-03-15On the XCore the scavenging slot should be closest to the SP.Richard Osborne1-0/+52
2011-03-15Add XCore intrinsics for getps, setps, setsr and clrsr.Richard Osborne2-0/+36
2011-03-15PTX: Set PTX 2.0 as the minimum supported versionJustin Holewinski2-82/+83
2011-03-15Do not add PHIs with no users when creating LCSSA form. Patch by Andrew Clinton.Cameron Zwarich2-2/+38
2011-03-15Add a peephole optimization to optimize pairs of bitcasts. e.g.Evan Cheng1-0/+23
2011-03-15PR9450: Make switch optimization in SimplifyCFG not dependent on the orderingEli Friedman1-8/+48
2011-03-15sext(undef) = 0, because the top bits will all be the same.Evan Cheng1-2/+2
2011-03-15Testcase for r127630.Bill Wendling1-0/+18
2011-03-15Basic sanity checks to ensure that 2- and 3-byteSean Callanan1-0/+6
2011-03-15Fixed an ARM disassembler bug where it does not handle STRi12 correctly becau...Johnny Chen1-0/+12
2011-03-15Propagate SCEV no-wrap flags whenever possible.Andrew Trick3-14/+21
2011-03-15Clean up ARM tail calls a bit. They're pseudo-instructions for normal branches.Jim Grosbach1-1/+1
2011-03-15If we don't know how long a string is we can't fold an _chk version to theEric Christopher1-0/+18
2011-03-14Generate a VTBL instruction instead of a series of loads and stores when weBill Wendling1-12/+0