summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Arithmetic instructions don't set EFLAGS bits OF and CF bitsDan Gohman2009-03-07
* Add a comment.Mikhail Glushenkov2009-03-06
* Trailing whitespace.Mikhail Glushenkov2009-03-06
* Trailing whitespace.Mikhail Glushenkov2009-03-06
* While thinking about the one-definition-rule and tryingDuncan Sands2009-03-06
* While converting an aggregate to scalare, ignore and remove aggregate's debug...Devang Patel2009-03-06
* While hoisting instruction to speculatively execute simple bb, ignore dbg int...Devang Patel2009-03-06
* Skip DbgInfoIntrinsic.Devang Patel2009-03-06
* Fix ScheduleDAGRRList::CopyAndMoveSuccessors' handling of nodesDan Gohman2009-03-06
* Revert 66224.Devang Patel2009-03-06
* Revert rev. 66167. Devang Patel2009-03-06
* Do not let debug info prevert globalopt from shriking a global vars to boolean.Devang Patel2009-03-06
* Fix the "test" optimization to recognize "dec" as an add ofDan Gohman2009-03-05
* Make this test more thorough. Not only should there be no %esi,Dan Gohman2009-03-05
* GlobalOpt only process non constant local GVs while optimizing global vars.Devang Patel2009-03-05
* Do not split edges to EH landing pads. It will cause code size explosion.Evan Cheng2009-03-05
* Ignore the debug info intrinsics when looking for dependency through basic bl...Zhou Sheng2009-03-05
* Should have XFAILed this test.Bill Wendling2009-03-04
* Temporarily revert r65994. It was causing rdar://6646455.Bill Wendling2009-03-04
* Re-apply 66008, now that the unfoldMemoryOperand bug is fixed.Dan Gohman2009-03-04
* Fix PR3720 by properly propagating alignment information from memcpy/memmove Chris Lattner2009-03-04
* Add a restore folder, which shaves a dozen or so machineinstrs off oggenc. U...Owen Anderson2009-03-04
* Fix PR3666: isel calls to constant addresses.Evan Cheng2009-03-04
* PR3686: make the legalizer handle bitcast from i80 to x86 long double.Eli Friedman2009-03-04
* Revert r66004 for now; it's causing a variety of test failures.Dan Gohman2009-03-04
* Rename test.Evan Cheng2009-03-04
* Teach the x86 backend to eliminate "test" instructions by using the EFLAGSDan Gohman2009-03-04
* Fix PR3701. 1. X86 target renamed eflags register to flags. This matches what...Evan Cheng2009-03-04
* If a global constant is dead then global's debug info should not prevent the ...Devang Patel2009-03-04
* Make my earlier patch to skip debug intrinsicsDale Johannesen2009-03-04
* The DAG combiner was performing a BT combine. The BT combine had a value of -1,Bill Wendling2009-03-04
* Instruction counters must skip the bitcasts thatDale Johannesen2009-03-03
* When removing a store to an alloca that has only oneDale Johannesen2009-03-03
* Remove accidental check-ins in r65960. :-(Bill Wendling2009-03-03
* Use > instead of >=. We want to promote aggregates of 128-bytes.Bill Wendling2009-03-03
* Ignore the debug info intrinsics when adding instructions into alias sets.Zhou Sheng2009-03-03
* Testcase for line number sinking in InstCombine.Dale Johannesen2009-03-03
* If branch conditions' one successor is dominating another non-latch successor...Devang Patel2009-03-02
* Fix PR3694: add an instcombine micro-optimization that helpsDuncan Sands2009-03-02
* Fix a problem with DAGCombine on 64b targets where foldingNate Begeman2009-03-01
* Functions marked malloc are noalias return.Duncan Sands2009-03-01
* Adjust this test for recent llvm-gcc changes.Duncan Sands2009-03-01
* Minor optimization:Evan Cheng2009-03-01
* tweak this to accept asmprinter changes. I have no way to verify this, hopef...Chris Lattner2009-03-01
* Fix a pretty awesome bug that only happened in a strange case with anonymousChris Lattner2009-03-01
* adjust for asmprinter change.Chris Lattner2009-03-01
* adjust for asmprinter change.Chris Lattner2009-03-01
* adjust test to make it more robustChris Lattner2009-03-01
* Fix a long-standing bug and misfeature of the disassembler: when dealing with a Chris Lattner2009-03-01
* one less space, fixes failure with rebuilt llvm-gcc.Chris Lattner2009-02-28