aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Reapply: Add type output to llvm-dis annotations. Patch by Yuri!Stuart Hastings2011-03-171-3/+2
* Add XCore intrinsic for setpsc.Richard Osborne2011-03-171-0/+8
* MC/Mach-O: Fix regression introduced in r126127, this assignment shouldn't haveDaniel Dunbar2011-03-171-0/+7
* test/CodeGen/X86/h-registers-1.ll: Add explicit -mtriple=x86_64-linux. It doe...NAKAMURA Takumi2011-03-171-1/+1
* Fix handling of @IDNTPOFF relocations, they need to get STT_TLS.Joerg Sonnenberger2011-03-171-0/+10
* 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
* Only convert allocas to scalars if it is profitable. The profitability metric ICameron Zwarich2011-03-161-0/+27
* Add native integer type TargetData to some existing tests.Cameron Zwarich2011-03-162-2/+2
* There were two issues fixed:Johnny Chen2011-03-151-1/+7
* 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
* Do not add PHIs with no users when creating LCSSA form. Patch by Andrew Clinton.Cameron Zwarich2011-03-152-2/+38
* Add a peephole optimization to optimize pairs of bitcasts. e.g.Evan Cheng2011-03-151-0/+23
* PR9450: Make switch optimization in SimplifyCFG not dependent on the orderingEli Friedman2011-03-151-8/+48
* 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
* Basic sanity checks to ensure that 2- and 3-byteSean Callanan2011-03-151-0/+6
* Fixed an ARM disassembler bug where it does not handle STRi12 correctly becau...Johnny Chen2011-03-151-0/+12
* Propagate SCEV no-wrap flags whenever possible.Andrew Trick2011-03-153-14/+21
* Clean up ARM tail calls a bit. They're pseudo-instructions for normal branches.Jim Grosbach2011-03-151-1/+1
* If we don't know how long a string is we can't fold an _chk version to theEric Christopher2011-03-151-0/+18
* 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
* Teach ComputeMaskedBits about sub nsw.Benjamin Kramer2011-03-121-0/+23
* 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-1115-17/+17
* 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-1115-17/+17
* ComputeMaskedBits: sub falls through to add, and sub doesn't have the same ov...Benjamin Kramer2011-03-111-0/+10