summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* 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
* Disable test to unbreak Linux. Radar 9156771.Stuart Hastings2011-03-19
* Test case for r127940.Devang Patel2011-03-19
* Fixed an assert by the ARM disassembler for LDRD_PRE/POST.Johnny Chen2011-03-19
* FileCheckize a test.Andrew Trick2011-03-19
* Add support to the ARM asm parser for the register-shifted-register forms of ...Owen Anderson2011-03-18
* 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
* Avoid creating canonical induction variables for non-native types.Andrew Trick2011-03-18
* Support explicit argument forms for the X86 string instructions.Joerg Sonnenberger2011-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
* FileCheck-ize and update test.Eli Friedman2011-03-18
* The disassembler for Thumb was wrongly adding 4 to the computed imm32 offset.Johnny Chen2011-03-18
* Try to not lose variable's debug info during instcombine.Devang Patel2011-03-17
* It used to be that t_addrmode_s4 was used for both:Johnny Chen2011-03-17
* BuildUDIV: If the divisor is even we can simplify the fixup of the multiplied...Benjamin Kramer2011-03-17
* Reapply: Add type output to llvm-dis annotations. Patch by Yuri!Stuart Hastings2011-03-17
* Add XCore intrinsic for setpsc.Richard Osborne2011-03-17
* MC/Mach-O: Fix regression introduced in r126127, this assignment shouldn't haveDaniel Dunbar2011-03-17
* test/CodeGen/X86/h-registers-1.ll: Add explicit -mtriple=x86_64-linux. It doe...NAKAMURA Takumi2011-03-17
* Fix handling of @IDNTPOFF relocations, they need to get STT_TLS.Joerg Sonnenberger2011-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
* Only convert allocas to scalars if it is profitable. The profitability metric ICameron Zwarich2011-03-16
* Add native integer type TargetData to some existing tests.Cameron Zwarich2011-03-16
* There were two issues fixed:Johnny Chen2011-03-15
* 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
* Do not add PHIs with no users when creating LCSSA form. Patch by Andrew Clinton.Cameron Zwarich2011-03-15
* Add a peephole optimization to optimize pairs of bitcasts. e.g.Evan Cheng2011-03-15
* PR9450: Make switch optimization in SimplifyCFG not dependent on the orderingEli Friedman2011-03-15