aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
...
* ptx: add unconditional and conditional branchChe-Liang Chiou2011-03-181-0/+21
* Add a target-specific branchless method for double-width relationalEli Friedman2011-03-182-12/+30
* BuildUDIV: If the divisor is even we can simplify the fixup of the multiplied...Benjamin Kramer2011-03-171-0/+11
* Add XCore intrinsic for setpsc.Richard Osborne2011-03-171-0/+8
* test/CodeGen/X86/h-registers-1.ll: Add explicit -mtriple=x86_64-linux. It doe...NAKAMURA Takumi2011-03-171-1/+1
* test/CodeGen/X86/constant-pool-remat-0.ll: FileCheck-ize and add explicit -mt...NAKAMURA Takumi2011-03-161-4/+12
* The x86-64 ABI says that a bool is only guaranteed to be sign-extended to a byteCameron Zwarich2011-03-161-3/+15
* Rename a test to be more inclusive.Cameron Zwarich2011-03-161-0/+0
* Revert r127757, "Patch to a fix dwarf relocation problem on ARM. One-line fixDaniel Dunbar2011-03-161-111/+0
* Add XCore intrinsics for setclk, setrdy.Richard Osborne2011-03-161-0/+16
* Patch to a fix dwarf relocation problem on ARM. One-line fix plus the test wh...Renato Golin2011-03-161-0/+111
* Add a test for i1 zeroext arguments on x86-64. We currently generate code thatCameron Zwarich2011-03-161-0/+23
* Add checkevent intrinsic to check if any resources owned by the current threadRichard Osborne2011-03-161-0/+20
* test/CodeGen/X86: FileCheck-ize and add actions for x86_64-linux and x86_64-w...NAKAMURA Takumi2011-03-1610-24/+54
* test/CodeGen/X86: Add a pattern for Win64.NAKAMURA Takumi2011-03-167-22/+141
* test/CodeGen/X86: FileCheck-ize and add explicit -mtriple=x86_64-linux. They ...NAKAMURA Takumi2011-03-1612-24/+62
* test/CodeGen/X86/byval*.ll: Win64 has not supported byval yet.NAKAMURA Takumi2011-03-165-9/+102
* test/CodeGen/X86/dyn-stackalloc.ll: FileCheck-ize.NAKAMURA Takumi2011-03-161-3/+6
* Some minor cleanups based on feedback.Bill Wendling2011-03-151-0/+12
* Do not form thumb2 ldrd / strd if the offset is by multiple of 4. rdar://9133587Evan Cheng2011-03-151-0/+55
* On the XCore the scavenging slot should be closest to the SP.Richard Osborne2011-03-151-0/+52
* Add XCore intrinsics for getps, setps, setsr and clrsr.Richard Osborne2011-03-152-0/+36
* PTX: Set PTX 2.0 as the minimum supported versionJustin Holewinski2011-03-152-82/+83
* Add a peephole optimization to optimize pairs of bitcasts. e.g.Evan Cheng2011-03-151-0/+23
* sext(undef) = 0, because the top bits will all be the same.Evan Cheng2011-03-151-2/+2
* Testcase for r127630.Bill Wendling2011-03-151-0/+18
* Clean up ARM tail calls a bit. They're pseudo-instructions for normal branches.Jim Grosbach2011-03-151-1/+1
* Generate a VTBL instruction instead of a series of loads and stores when weBill Wendling2011-03-141-12/+0
* Fix this test up a bit.Eric Christopher2011-03-141-3/+1
* Minor optimization. sign-ext/anyext of undef is still undef.Evan Cheng2011-03-142-5/+19
* PTX: Emit global arrays with proper sizesJustin Holewinski2011-03-142-40/+40
* PTX: Add support for sqrt/sin/cos intrinsicsJustin Holewinski2011-03-141-0/+56
* ptx: add set.p instruction and related changes to predicate executionChe-Liang Chiou2011-03-141-0/+109
* Saving files before committing is overrated.Eric Christopher2011-03-121-1/+1
* Sometimes isPredicable lies to us and tells us we don't need the operands.Eric Christopher2011-03-121-0/+60
* Properly pseudo-ize the ARM LDMIA_RET instruction. This has the nice side-Jim Grosbach2011-03-1111-18/+18
* Roll r127459 back in:Cameron Zwarich2011-03-1113-15/+14
* Fix the GCC test suite issue exposed by r127477, which was caused by stackCameron Zwarich2011-03-111-0/+19
* Revert r127459, "Optimize trivial branches in CodeGenPrepare, which often getDaniel Dunbar2011-03-1113-14/+15
* Optimize trivial branches in CodeGenPrepare, which often get created from theCameron Zwarich2011-03-1113-15/+14
* Change the x86 32-bit scheduler to register pressure and fix up theEric Christopher2011-03-115-5/+4
* Avoid replacing the value of a directly stored load with the stored value if ...Evan Cheng2011-03-111-0/+47
* Properly pseudo-ize MOVCCr and MOVCCs.Jim Grosbach2011-03-101-2/+2
* PTX: Add preliminary support for floating-point divide and multiply-and-addJustin Holewinski2011-03-103-0/+47
* ptx: add the rest of special registers of ISA version 2.0Che-Liang Chiou2011-03-101-34/+176
* Revert 127359; it broke lencod.Stuart Hastings2011-03-107-21/+13
* Revert "Re-enable test and hope to silence the buildbots", still broken.Daniel Dunbar2011-03-091-0/+3
* Fix mistyped CHECK lines.Benjamin Kramer2011-03-094-7/+7
* Tweak test to work on Linux.Stuart Hastings2011-03-091-3/+3
* Disable this test temporarily to reduce BuildBot complaints.Stuart Hastings2011-03-091-3/+3