summaryrefslogtreecommitdiff
path: root/test/CodeGen
Commit message (Expand)AuthorAge
...
* Convert to FileCheckJim Grosbach2009-11-17
* Cleanup. Missed removing these when converting. Oops.Jim Grosbach2009-11-17
* Fix this test - there don't appear to be any actual Reload ReusesDan Gohman2009-11-16
* Revert r87049, which was the workaround for the regression triggeredDan Gohman2009-11-16
* Convert to FileCheckJim Grosbach2009-11-16
* - Check memoperand alignment instead of checking stack alignment. Most load /...Evan Cheng2009-11-16
* Convert to FileCheckJim Grosbach2009-11-16
* Added a testcase for PR5495.Lang Hames2009-11-16
* Convert to FileCheckJim Grosbach2009-11-16
* tbb opt off by defaultJim Grosbach2009-11-16
* Support spill comments.David Greene2009-11-16
* Check if subreg index is zero.Evan Cheng2009-11-16
* For some targets, a copy can use a register multiple times, e.g. ppc.Evan Cheng2009-11-16
* xfail for now. It has been failing.Evan Cheng2009-11-16
* - Fix a small bug while handling target constant pools (one param was missing).Bruno Cardoso Lopes2009-11-16
* Detect need for autoalignment of the stack earlier to catch spills moreJim Grosbach2009-11-15
* remove xfailJim Grosbach2009-11-14
* Add XCore support for arbitrary-sized aggregate returns.Richard Osborne2009-11-14
* Added getSubRegIndex(A,B) that returns subreg index of A to B. Use it to repl...Evan Cheng2009-11-14
* - Change TargetInstrInfo::reMaterialize to pass in TargetRegisterInfo.Evan Cheng2009-11-14
* Add radar number.Evan Cheng2009-11-14
* Fix PR5412: Fix an inverted check and another missing sub-register check.Evan Cheng2009-11-14
* Enable the tail call optimization when the caller returns undef.Dan Gohman2009-11-14
* When expanding t2STRDi8 r, r to two stores, add kill markers correctly.Evan Cheng2009-11-14
* Fix PR5411. Bug in UpdateKills. A reg def partially define its super-registers.Evan Cheng2009-11-13
* When optimizing for size, don't tail-merge unless it's likely to be aDan Gohman2009-11-13
* Fix PR5410: LiveVariables lost subreg def:Evan Cheng2009-11-13
* Don't let a noalias difference disrupt the tailcall optimization.Dan Gohman2009-11-13
* Adjust isConstantSplat to allow for big-endian targets.Dale Johannesen2009-11-13
* Update test.Daniel Dunbar2009-11-13
* Clean up testcase a bit. Simplify case blocks and adjust switch instruction t...Jim Grosbach2009-11-12
* Fix typo in run line.Benjamin Kramer2009-11-12
* RegScavenger::enterBasicBlock should always reset register state.Evan Cheng2009-11-12
* - Teach LSR to avoid changing cmp iv stride if it will create an immediate thatEvan Cheng2009-11-12
* Tail merge at any size when there are two potentials blocks and oneDan Gohman2009-11-12
* x86 users can now return arbitrary sized structs. Structs too large to fit i...Kenneth Uildriks2009-11-11
* Add support for tail duplication to BranchFolding, and extendDan Gohman2009-11-11
* Add nounwind.Evan Cheng2009-11-11
* Fix test to work on every platform.Bill Wendling2009-11-11
* Fix test to work on every platform.Bill Wendling2009-11-11
* Make sure that the exception handling data has the same visibility as theBill Wendling2009-11-11
* Test this on Darwin only.Bill Wendling2009-11-10
* Emit correct code when making a ConstantPool entry for a vectorDale Johannesen2009-11-10
* Modify how the prologue encoded the "move" information for the FDE. GCCBill Wendling2009-11-10
* Add testcase for recent checkin.Mike Stump2009-11-09
* Update testJim Grosbach2009-11-09
* Use Unified Assembly Syntax for the ARM backend.Jim Grosbach2009-11-09
* Add and-not (bic) patterns. Based heavily on patch by Brian Lucas!Anton Korobeynikov2009-11-08
* Fix invalid operand updates & implement post-inc memory operandsAnton Korobeynikov2009-11-08
* It is invalid to infer the value type from the result #0 of the nodeAnton Korobeynikov2009-11-08