aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
Commit message (Expand)AuthorAgeFilesLines
* Introducing a new method of tracking register pressure. We can'tAndrew Trick2011-02-041-1/+73
* whitespaceAndrew Trick2011-02-031-18/+18
* Reapply 124301Devang Patel2011-01-271-1/+5
* Revert 124301.Devang Patel2011-01-261-5/+1
* Process valid SDDbgValues even if the node does not have any order assigned.Devang Patel2011-01-261-1/+5
* Refactor.Devang Patel2011-01-261-19/+30
* This assertion is too restrictive, it does not apply for dangling dbg value n...Devang Patel2011-01-251-8/+0
* flags -> glue for selectiondagChris Lattner2010-12-231-49/+48
* rename MVT::Flag to MVT::Glue. "Flag" is a terrible name forChris Lattner2010-12-211-7/+7
* Two sets of changes. Sorry they are intermingled.Evan Cheng2010-11-031-4/+7
* Avoiding overly aggressive latency scheduling. If the two nodes share anEvan Cheng2010-10-291-0/+9
* Re-commit 117518 and 117519 now that ARM MC test failures are out of the way.Evan Cheng2010-10-281-0/+3
* Revert 117518 and 117519 for now. They changed scheduling and cause MC tests ...Evan Cheng2010-10-281-3/+0
* Fix a major bug in operand latency computation. The use index must be adjustedEvan Cheng2010-10-281-0/+3
* - Add TargetInstrInfo::getOperandLatency() to compute operand latencies. ThisEvan Cheng2010-10-061-19/+1
* Model Cortex-a9 load to SUB, RSB, ADD, ADC, SBC, RSC, CMN, MVN, or CMPEvan Cheng2010-09-291-17/+17
* Teach if-converter to be more careful with predicating instructions that wouldEvan Cheng2010-09-101-9/+7
* Add missing null check reported by Amaury Pouly.Evan Cheng2010-08-101-2/+3
* Fix a bug in the code which re-inserts DBG_VALUE nodes after scheduling;Dan Gohman2010-07-101-1/+3
* Reapply bottom-up fast-isel, with several fixes for x86-32:Dan Gohman2010-07-101-8/+5
* --- Reverse-merging r107947 into '.':Bob Wilson2010-07-091-5/+8
* Re-apply bottom-up fast-isel, with fixes. Be very careful to avoid emittingDan Gohman2010-07-091-8/+5
* grammar tweak in comment.Jim Grosbach2010-06-301-1/+1
* Add a VT argument to getMinimalPhysRegClass and replace the copy related usesRafael Espindola2010-06-291-1/+1
* Remove variables which are assigned to but for which the valueDuncan Sands2010-06-251-8/+1
* It's possible that a flag is added to the SDNode that points back to theBill Wendling2010-06-241-11/+19
* MorphNodeTo doesn't preserve the memory operands. Because we're morphing a nodeBill Wendling2010-06-231-0/+21
* Use A.append(...) instead of A.insert(A.end(), ...) when A is aDan Gohman2010-06-211-1/+1
* Code refactoring, no functionality changes.Evan Cheng2010-06-101-82/+83
* Fix some latency computation bugs: if the use is not a machine opcode do not ...Evan Cheng2010-05-281-6/+15
* Allow targets more controls on what nodes are scheduled by reg pressure, what...Evan Cheng2010-05-201-0/+20
* Add a hybrid bottom up scheduler that reduce register usage while avoidingEvan Cheng2010-05-201-1/+36
* Code clean up.Evan Cheng2010-05-191-7/+7
* Get rid of the EdgeMapping map. Instead, just check for BasicBlockDan Gohman2010-05-011-4/+3
* EmitDbgValue doesn't need its EdgeMapping argument.Dan Gohman2010-04-301-7/+6
* Add DBG_VALUE handling for byval parameters; thisDale Johannesen2010-04-261-3/+14
* - Move TargetLowering::EmitTargetCodeForFrameDebugValue to TargetInstrInfo an...Evan Cheng2010-04-261-12/+17
* Fix -Wcast-qual warnings.Dan Gohman2010-04-171-2/+2
* Scheduler assumes SDDbgValue nodes are in source order. That's true currently...Evan Cheng2010-03-251-0/+8
* Remove a fixme that doesn't make sense any more.Evan Cheng2010-03-251-2/+0
* Change how dbg_value sdnodes are converted into machine instructions. Their p...Evan Cheng2010-03-251-16/+115
* Rename SDDbgValue.h to SDNodeDbgValue.h for consistency.Evan Cheng2010-03-141-1/+1
* Progress towards shepherding debug info through SelectionDAG.Dale Johannesen2010-03-101-0/+19
* Change the scheduler from adding nodes in allnodes orderChris Lattner2010-02-241-2/+14
* Enable pre-regalloc scheduling load clustering by default.Evan Cheng2010-01-221-7/+1
* Teach pre-regalloc scheduler to schedule loads from nearby addresses. It may ...Evan Cheng2010-01-221-0/+130
* Change errs() to dbgs().David Greene2010-01-051-4/+4
* Changes from review:Bill Wendling2009-12-181-6/+0
* Reapply r91392, it was only unmasking the bug, and since TOT is still broken ...Daniel Dunbar2009-12-161-0/+6
* Revert "Initial work on disabling the scheduler. This is a work in progress, andDaniel Dunbar2009-12-161-6/+0