aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* reduce this testcase moreChris Lattner2008-03-091-14/+0
* Finish implementing a readme entry: when inserting an i64 variableChris Lattner2008-03-091-0/+24
* Implement a readme entry, compilingChris Lattner2008-03-091-0/+6
* upgrade this testChris Lattner2008-03-091-4/+4
* make this test harderChris Lattner2008-03-091-0/+1
* Teach SD some vector identities, allowing us to compile vec_set-9 into:Chris Lattner2008-03-081-0/+8
* Implement x86 support for @llvm.prefetch. It corresponds to prefetcht{0|1|2} ...Evan Cheng2008-03-081-0/+15
* Add support for calls with i128 return values on ppc64.Dan Gohman2008-03-081-0/+36
* Add support for lowering 128-bit shifts on ppc64.Dan Gohman2008-03-071-0/+14
* Fixed a register scavenger bug. If a def is re-defining part of a super regis...Evan Cheng2008-03-071-0/+20
* mark frem as expand for all legal fp types on x86, regardless of whetherChris Lattner2008-03-071-0/+7
* Add testcase.Bill Wendling2008-03-061-0/+21
* some more spelling changesGabor Greif2008-03-061-0/+0
* Constant fold SIGN_EXTEND_INREG with ashr not lshr.Evan Cheng2008-03-061-0/+14
* Refine Cell's i64 constant generation code to cover more constants where theScott Michel2008-03-061-1/+5
* - Expand tabs to spaces.Scott Michel2008-03-0524-879/+1158
* Fix a coalescer bug wrt how dead copy interval is shortened.Evan Cheng2008-03-051-0/+18
* Generalize FP constant shrinking optimization to apply to any vtChris Lattner2008-03-051-0/+7
* Add a target lowering hook to control whether it's worthwhile to compress fp ...Evan Cheng2008-03-051-0/+7
* Use -enable-ppc-regscavenger flag for these checksBill Wendling2008-03-041-2/+2
* Really fix the test.Evan Cheng2008-03-041-1/+1
* Fix broken test.Evan Cheng2008-03-041-1/+1
* Add PR1501 test case.Evan Cheng2008-03-041-0/+30
* This is the initial check-in for adding register scavenging to PPC. (Currently,Bill Wendling2008-03-031-2/+2
* Evan implemented these.Chris Lattner2008-03-021-0/+34
* Evan implemented this.Chris Lattner2008-03-021-0/+8
* add a testcase for misc vector stuffChris Lattner2008-03-021-0/+37
* DCE'ed this testcase.Bill Wendling2008-02-291-229/+0
* If we reload a virtual register that's already been assigned, we want to markBill Wendling2008-02-291-0/+250
* Update testcase.Lauro Ramos Venancio2008-02-281-1/+1
* Set to default: x86 no longer fold and into test if it has more than one use.Evan Cheng2008-02-281-1/+0
* New test for misaligned Altivec laod/store.Dale Johannesen2008-02-271-0/+37
* Don't hard-code the mask size to be 32, which is incorrect on ppc64Dan Gohman2008-02-271-0/+27
* Fix a bug in dead spill slot elimination.Evan Cheng2008-02-271-0/+66
* actually run llc, thanks Dan :)Chris Lattner2008-02-271-1/+3
* Don't track max alignment during stack object allocations since they can be d...Evan Cheng2008-02-271-0/+33
* Make X86TargetLowering::LowerSINT_TO_FP return without creating a dead Chris Lattner2008-02-271-0/+10
* Compile x86-64-and-mask.ll into:Chris Lattner2008-02-271-0/+12
* Spiller now remove unused spill slots.Evan Cheng2008-02-271-0/+1
* Upgrade testcase.Bill Wendling2008-02-261-38/+20
* Enable -coalescer-commute-instrs by default.Evan Cheng2008-02-263-3/+3
* Avoid aborting on invalid shift counts.Dan Gohman2008-02-261-0/+30
* Fix for pr2093: direct operands aren't necessarily addresses, so don't Eli Friedman2008-02-261-0/+17
* Fix PR2096, a regression introduced with my patch last night. ThisChris Lattner2008-02-261-0/+50
* Really feed llvm-as with the testcase, do not let it read from stdin. This fi...Gabor Greif2008-02-261-1/+1
* This is possible:Evan Cheng2008-02-261-0/+55
* Fix isNegatibleForFree to not return true for ConstantFP nodes Chris Lattner2008-02-261-0/+14
* Fix PR2076. CodeGenPrepare now sinks address computation for inline asm memoryEvan Cheng2008-02-261-0/+33
* Merge current work back to tree to minimize diffs and drift. Major highlightsScott Michel2008-02-231-3/+2
* Rematerialization logic was overly conservative when it comes to loads from f...Evan Cheng2008-02-231-0/+49