summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add trampoline support to PPC. GCC simply calls the "__trampoline_setup"Bill Wendling2008-09-171-0/+166
* Finally re-apply r46959. This is made feasible by the combinationDan Gohman2008-09-162-3/+4
* Improve instcombine's handling of integer min and max in two ways:Dan Gohman2008-09-162-0/+107
* Fix test to account for no more whitespace and that one of the matches is theBill Wendling2008-09-161-2/+2
* Remove space that was forgotten.`Bill Wendling2008-09-161-1/+1
* Fix spacing in the grep line for this test, following the recentDan Gohman2008-09-161-1/+1
* Re-enables the new vector select in the bitcode reader, by modifying theDan Gohman2008-09-161-1/+0
* Teach ScalarEvolution to consider loop preheaders in the search forDan Gohman2008-09-152-0/+234
* Teach LSR to optimize away SMAX operations for tripcounts in commonDan Gohman2008-09-151-0/+236
* Re-enable SelectionDAG CSE for calls. It matters in the case ofDan Gohman2008-09-151-0/+30
* Added testcase for bswap allegrexel intrinsicBruno Cardoso Lopes2008-09-151-0/+12
* Correctly update kill infos after extending a live range and merge 2 val#'s; ...Evan Cheng2008-09-151-0/+29
* Fix WriteAsOperand to not emit a leading space character. AdjustDan Gohman2008-09-1410-10/+10
* Fix PR2792: treat volatile loads as writing memory somewhere.Duncan Sands2008-09-131-0/+9
* On some targets, non-move instructions can become move instructions because o...Evan Cheng2008-09-121-0/+254
* On 64-bit targets, change 32-bit getelementptr indices to be 64-bitDan Gohman2008-09-111-0/+58
* Fix a vectorshuffle instcombine bug introduced by r55995.Dan Gohman2008-09-112-0/+39
* Add indirect tail call (function pointer) examples.Arnold Schwaighofer2008-09-112-0/+30
* When tailcallopt is enabled all fastcc calls must have an aligned argument st...Arnold Schwaighofer2008-09-111-0/+24
* Fix PR2748. Avoid coalescing physical register with virtual register which wo...Evan Cheng2008-09-111-0/+33
* Fix PR2783 - coalescer bug. Missing a TargetRegisterInfo::isVirtualRegister c...Evan Cheng2008-09-111-0/+38
* Propagate subreg index when promoting a load to a copy.Evan Cheng2008-09-111-0/+40
* Fix an icmp+sdiv optimization to check for and handle an overflowDan Gohman2008-09-101-0/+8
* Fix a fastcc + sret bug. If fastcc and sret, callee doesn't need to pop the h...Evan Cheng2008-09-102-0/+46
* Legalizer was missing code that expand fpow to a libcall.Evan Cheng2008-09-091-0/+10
* Remove. Devang Patel2008-09-091-58/+0
* if loop induction variable is always sign or zero extended then Devang Patel2008-09-091-0/+58
* fix overflow check.Devang Patel2008-09-091-0/+48
* Fix PR2757. Ignore liveinterval register allocation preference if the prefere...Evan Cheng2008-09-091-0/+65
* Resolve aliases, when possibleAnton Korobeynikov2008-09-091-0/+19
* Make SimplifyDemandedVectorElts simplify vectors with multipleDan Gohman2008-09-091-0/+33
* Correct callgraph construction. It has two problems:Duncan Sands2008-09-093-0/+22
* Temporarily disable vector select in the bitcode reader. TheDan Gohman2008-09-091-0/+1
* 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