aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix a constant lowering bug. Now we can do load and store instructions with f...Evan Cheng2008-09-091-3/+14
* Fix simplifycfg crash in handing block merge.Devang Patel2008-09-091-0/+60
* Extend the vcmp/fcmp LLVM IR instructions to take vectors as argumentsDan Gohman2008-09-092-0/+26
* Reapply 55902: Add test for checking proper lowering of eh_return & unwind in...Anton Korobeynikov2008-09-081-0/+17
* Reapply 55903: Testcase for 64-bit lowering of eh_return & unwind_initAnton Korobeynikov2008-09-081-0/+17
* Add a target triple; apparently LLVM doesn't use 64-bit Dan Gohman2008-09-081-1/+1
* Remove these testcases associated with changes between r 55898 and r 55909.Bill Wendling2008-09-082-0/+0
* Reverting r55898 to r55909. One of these patches was causing an ICE during th...Bill Wendling2008-09-082-34/+0
* Handle calls which produce i1 results: promote to i8 but and it with 1 to get...Evan Cheng2008-09-081-0/+13
* Add AsmPrinter support for i128 and larger static initializer data.Dan Gohman2008-09-081-0/+9
* xfailDevang Patel2008-09-081-0/+1
* Testcase for 64-bit lowering of eh_return & unwind_initAnton Korobeynikov2008-09-081-0/+17
* Add test for checking proper lowering of eh_return & unwind init intrinsics o...Anton Korobeynikov2008-09-081-0/+17
* Add testcase from bug 2770.Rafael Espindola2008-09-081-0/+14
* Update the callgraph correctly in ArgumentPromotion.Duncan Sands2008-09-082-0/+37
* Correctly handle physical register inputs. They are not explicit input operan...Evan Cheng2008-09-081-0/+11
* Handle x86 truncate to i8 with target hook for now.Evan Cheng2008-09-071-0/+12
* When PruneEH turned an invoke into an ordinaryDuncan Sands2008-09-061-0/+1438
* Fix for PR2687: Add patterns to match sint_to_fp and fp_to_sint for <2 x Eli Friedman2008-09-051-0/+15
* Prevent our own passes from promoting this toDuncan Sands2008-09-051-1/+1
* Fix test.Evan Cheng2008-09-051-2/+2
* If SSE2 is available, x86 should pass first 3 f32/f64 arguments in XMM regist...Evan Cheng2008-09-053-5/+15
* For whatever the reason, x86 CallingConv::Fast (i.e. fastcc) was not passing ...Evan Cheng2008-09-045-16/+34
* Adjust tests to expect new math intrinsics to beDale Johannesen2008-09-043-3/+9
* Adjust libcalls tests to expect intrinsic for exp2Dale Johannesen2008-09-043-1/+28
* Fix the ordering of operands to the store (inverted relative to LLVM IR), and...Owen Anderson2008-09-041-1/+1
* Add a first attempt at implementing stores for X86 fast isel using target hooks.Owen Anderson2008-09-041-1/+2
* Load from GV stub should be locally CSE'd.Evan Cheng2008-09-042-8/+12
* Remove code that pad number of bytes to pop for X86_FastCall CC. The code doe...Evan Cheng2008-09-041-1/+1
* Testcase for commits 55700 and 55714.Duncan Sands2008-09-031-0/+1104
* Update test to check call instruction.Devang Patel2008-09-031-1/+1
* Since onlyReadsMemory returns true if in factDuncan Sands2008-09-031-0/+9
* Cleanup GlobalsModRef a bit. When analysing theDuncan Sands2008-09-033-0/+38
* Testcase for PR1678.Duncan Sands2008-09-031-0/+9
* Add X86 target hook to implement load (even from GlobalAddress).Evan Cheng2008-09-031-3/+11
* Don't crash when trying to constant fold a vector with some elements that can'tNick Lewycky2008-09-031-0/+27
* Check iteration count.Devang Patel2008-09-031-1/+1
* If all IV uses are extending integer IV then change the type of IV itself, if...Devang Patel2008-09-021-0/+57
* respect inline=never and inline=always notes.Devang Patel2008-09-022-0/+20
* Read and write function notes.Devang Patel2008-09-021-1/+4
* New testcase for targets without 64-bit atomics;Dale Johannesen2008-09-022-1/+238
* Function notes tests.Devang Patel2008-09-022-0/+18
* Turn this legalize types test on.Duncan Sands2008-09-015-11/+5
* Revert the "XFAIL" for the rotate_ops.ll testcase. Instead, mark ISD::ROTRBill Wendling2008-08-311-5/+0
* CellSPU doesn't appear to support fully the "ISD::ROTR" operation. The DAGBill Wendling2008-08-311-0/+6
* PR2731: C and Ocaml bindings for setTailCall and isTailCall.Gordon Henriksen2008-08-301-0/+4
* Re-apply 55467 with fix. If copy is being replaced by remat'ed def, transfer ...Evan Cheng2008-08-302-2/+4
* Transform (x << (y&31)) -> (x << y). This takes advantage of the fact x86 shi...Evan Cheng2008-08-301-0/+24
* Testcases for ppc atomics.Dale Johannesen2008-08-302-0/+1522
* Swap fp comparison operands and change predicate to allow load folding (safel...Evan Cheng2008-08-291-1/+1