Age | Commit message (Expand) | Author |
2011-03-05 | Fix for -sched-high-latency-cycles in sched=list-ilp mode. | Andrew Trick |
2011-03-05 | Increased the register pressure limit on x86_64 from 8 to 12 | Andrew Trick |
2011-02-04 | Introducing a new method of tracking register pressure. We can't | Andrew Trick |
2011-02-03 | whitespace | Andrew Trick |
2011-01-27 | Reapply 124301 | Devang Patel |
2011-01-26 | Revert 124301. | Devang Patel |
2011-01-26 | Process valid SDDbgValues even if the node does not have any order assigned. | Devang Patel |
2011-01-26 | Refactor. | Devang Patel |
2011-01-25 | This assertion is too restrictive, it does not apply for dangling dbg value n... | Devang Patel |
2010-12-23 | flags -> glue for selectiondag | Chris Lattner |
2010-12-21 | rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for | Chris Lattner |
2010-11-03 | Two sets of changes. Sorry they are intermingled. | Evan Cheng |
2010-10-29 | Avoiding overly aggressive latency scheduling. If the two nodes share an | Evan Cheng |
2010-10-28 | Re-commit 117518 and 117519 now that ARM MC test failures are out of the way. | Evan Cheng |
2010-10-28 | Revert 117518 and 117519 for now. They changed scheduling and cause MC tests ... | Evan Cheng |
2010-10-28 | Fix a major bug in operand latency computation. The use index must be adjusted | Evan Cheng |
2010-10-06 | - Add TargetInstrInfo::getOperandLatency() to compute operand latencies. This | Evan Cheng |
2010-09-29 | Model Cortex-a9 load to SUB, RSB, ADD, ADC, SBC, RSC, CMN, MVN, or CMP | Evan Cheng |
2010-09-10 | Teach if-converter to be more careful with predicating instructions that would | Evan Cheng |
2010-08-10 | Add missing null check reported by Amaury Pouly. | Evan Cheng |
2010-07-10 | Fix a bug in the code which re-inserts DBG_VALUE nodes after scheduling; | Dan Gohman |
2010-07-10 | Reapply bottom-up fast-isel, with several fixes for x86-32: | Dan Gohman |
2010-07-09 | --- Reverse-merging r107947 into '.': | Bob Wilson |
2010-07-09 | Re-apply bottom-up fast-isel, with fixes. Be very careful to avoid emitting | Dan Gohman |
2010-06-30 | grammar tweak in comment. | Jim Grosbach |
2010-06-29 | Add a VT argument to getMinimalPhysRegClass and replace the copy related uses | Rafael Espindola |
2010-06-25 | Remove variables which are assigned to but for which the value | Duncan Sands |
2010-06-24 | It's possible that a flag is added to the SDNode that points back to the | Bill Wendling |
2010-06-23 | MorphNodeTo doesn't preserve the memory operands. Because we're morphing a node | Bill Wendling |
2010-06-21 | Use A.append(...) instead of A.insert(A.end(), ...) when A is a | Dan Gohman |
2010-06-10 | Code refactoring, no functionality changes. | Evan Cheng |
2010-05-28 | Fix some latency computation bugs: if the use is not a machine opcode do not ... | Evan Cheng |
2010-05-20 | Allow targets more controls on what nodes are scheduled by reg pressure, what... | Evan Cheng |
2010-05-20 | Add a hybrid bottom up scheduler that reduce register usage while avoiding | Evan Cheng |
2010-05-19 | Code clean up. | Evan Cheng |
2010-05-01 | Get rid of the EdgeMapping map. Instead, just check for BasicBlock | Dan Gohman |
2010-04-30 | EmitDbgValue doesn't need its EdgeMapping argument. | Dan Gohman |
2010-04-26 | Add DBG_VALUE handling for byval parameters; this | Dale Johannesen |
2010-04-26 | - Move TargetLowering::EmitTargetCodeForFrameDebugValue to TargetInstrInfo an... | Evan Cheng |
2010-04-17 | Fix -Wcast-qual warnings. | Dan Gohman |
2010-03-25 | Scheduler assumes SDDbgValue nodes are in source order. That's true currently... | Evan Cheng |
2010-03-25 | Remove a fixme that doesn't make sense any more. | Evan Cheng |
2010-03-25 | Change how dbg_value sdnodes are converted into machine instructions. Their p... | Evan Cheng |
2010-03-14 | Rename SDDbgValue.h to SDNodeDbgValue.h for consistency. | Evan Cheng |
2010-03-10 | Progress towards shepherding debug info through SelectionDAG. | Dale Johannesen |
2010-02-24 | Change the scheduler from adding nodes in allnodes order | Chris Lattner |
2010-01-22 | Enable pre-regalloc scheduling load clustering by default. | Evan Cheng |
2010-01-22 | Teach pre-regalloc scheduler to schedule loads from nearby addresses. It may ... | Evan Cheng |
2010-01-05 | Change errs() to dbgs(). | David Greene |
2009-12-18 | Changes from review: | Bill Wendling |