summaryrefslogtreecommitdiff
path: root/test/CodeGen
Commit message (Expand)AuthorAge
* Write the section table and the section data in the same order thatRafael Espindola2011-03-20
* Revert r127953, "SimplifyCFG has stopped duplicating returns into predecessorsDaniel Dunbar2011-03-19
* SimplifyCFG has stopped duplicating returns into predecessors to canonicalize IREvan Cheng2011-03-19
* Add support for legalizing UINT_TO_FP of vectors on platforms which doNadav Rotem2011-03-19
* FileCheckize a test.Andrew Trick2011-03-19
* Match a few more obvious patterns to revsh. rdar://9147637.Evan Cheng2011-03-18
* Revert r127852; it's apparently causing an ICE on mingw.Eli Friedman2011-03-18
* PTX: Fix various codegen issuesJustin Holewinski2011-03-18
* ptx: fix parameter order that is reversedChe-Liang Chiou2011-03-18
* ptx: add unconditional and conditional branchChe-Liang Chiou2011-03-18
* Add a target-specific branchless method for double-width relationalEli Friedman2011-03-18
* BuildUDIV: If the divisor is even we can simplify the fixup of the multiplied...Benjamin Kramer2011-03-17
* Add XCore intrinsic for setpsc.Richard Osborne2011-03-17
* test/CodeGen/X86/h-registers-1.ll: Add explicit -mtriple=x86_64-linux. It doe...NAKAMURA Takumi2011-03-17
* test/CodeGen/X86/constant-pool-remat-0.ll: FileCheck-ize and add explicit -mt...NAKAMURA Takumi2011-03-16
* The x86-64 ABI says that a bool is only guaranteed to be sign-extended to a byteCameron Zwarich2011-03-16
* Rename a test to be more inclusive.Cameron Zwarich2011-03-16
* Revert r127757, "Patch to a fix dwarf relocation problem on ARM. One-line fixDaniel Dunbar2011-03-16
* Add XCore intrinsics for setclk, setrdy.Richard Osborne2011-03-16
* Patch to a fix dwarf relocation problem on ARM. One-line fix plus the test wh...Renato Golin2011-03-16
* Add a test for i1 zeroext arguments on x86-64. We currently generate code thatCameron Zwarich2011-03-16
* Add checkevent intrinsic to check if any resources owned by the current threadRichard Osborne2011-03-16
* test/CodeGen/X86: FileCheck-ize and add actions for x86_64-linux and x86_64-w...NAKAMURA Takumi2011-03-16
* test/CodeGen/X86: Add a pattern for Win64.NAKAMURA Takumi2011-03-16
* test/CodeGen/X86: FileCheck-ize and add explicit -mtriple=x86_64-linux. They ...NAKAMURA Takumi2011-03-16
* test/CodeGen/X86/byval*.ll: Win64 has not supported byval yet.NAKAMURA Takumi2011-03-16
* test/CodeGen/X86/dyn-stackalloc.ll: FileCheck-ize.NAKAMURA Takumi2011-03-16
* Some minor cleanups based on feedback.Bill Wendling2011-03-15
* Do not form thumb2 ldrd / strd if the offset is by multiple of 4. rdar://9133587Evan Cheng2011-03-15
* On the XCore the scavenging slot should be closest to the SP.Richard Osborne2011-03-15
* Add XCore intrinsics for getps, setps, setsr and clrsr.Richard Osborne2011-03-15
* PTX: Set PTX 2.0 as the minimum supported versionJustin Holewinski2011-03-15
* Add a peephole optimization to optimize pairs of bitcasts. e.g.Evan Cheng2011-03-15
* sext(undef) = 0, because the top bits will all be the same.Evan Cheng2011-03-15
* Testcase for r127630.Bill Wendling2011-03-15
* Clean up ARM tail calls a bit. They're pseudo-instructions for normal branches.Jim Grosbach2011-03-15
* Generate a VTBL instruction instead of a series of loads and stores when weBill Wendling2011-03-14
* Fix this test up a bit.Eric Christopher2011-03-14
* Minor optimization. sign-ext/anyext of undef is still undef.Evan Cheng2011-03-14
* PTX: Emit global arrays with proper sizesJustin Holewinski2011-03-14
* PTX: Add support for sqrt/sin/cos intrinsicsJustin Holewinski2011-03-14
* ptx: add set.p instruction and related changes to predicate executionChe-Liang Chiou2011-03-14
* Saving files before committing is overrated.Eric Christopher2011-03-12
* Sometimes isPredicable lies to us and tells us we don't need the operands.Eric Christopher2011-03-12
* Properly pseudo-ize the ARM LDMIA_RET instruction. This has the nice side-Jim Grosbach2011-03-11
* Roll r127459 back in:Cameron Zwarich2011-03-11
* Fix the GCC test suite issue exposed by r127477, which was caused by stackCameron Zwarich2011-03-11
* Revert r127459, "Optimize trivial branches in CodeGenPrepare, which often getDaniel Dunbar2011-03-11
* Optimize trivial branches in CodeGenPrepare, which often get created from theCameron Zwarich2011-03-11
* Change the x86 32-bit scheduler to register pressure and fix up theEric Christopher2011-03-11