| Commit message (Expand) | Author | Age | Files | Lines |
* | move target-independent opcodes out of TargetInstrInfo | Chris Lattner | 2010-02-09 | 1 | -7/+7 |
* | When the scheduler unfold a load folding instruction it move some of the pred... | Evan Cheng | 2010-02-05 | 1 | -2/+10 |
* | Remove the '-disable-scheduling' flag and replace it with the 'source' option of | Bill Wendling | 2010-01-23 | 1 | -14/+56 |
* | The previous code could potentially cause a cycle. Allow ordering w.r.t. a 0 ... | Bill Wendling | 2010-01-06 | 1 | -2/+2 |
* | Only check the ordering if there is an ordering for each nodes. | Bill Wendling | 2010-01-06 | 1 | -2/+2 |
* | Add a semi-primitive form of scheduling via the "SDNode ordering" to the | Bill Wendling | 2010-01-05 | 1 | -0/+12 |
* | Change errs() to dbgs(). | David Greene | 2010-01-05 | 1 | -14/+14 |
* | Remove includes of Support/Compiler.h that are no longer needed after the | Nick Lewycky | 2009-10-25 | 1 | -1/+0 |
* | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky | 2009-10-25 | 1 | -3/+2 |
* | The ScheduleDAG framework now requires an AliasAnalysis argument, though | Dan Gohman | 2009-10-09 | 1 | -1/+1 |
* | Silence comparison always false warning in -Asserts mode. | Reid Kleckner | 2009-09-30 | 1 | -4/+4 |
* | Fix integer overflow in instruction scheduling. This can happen if we have | Reid Kleckner | 2009-09-30 | 1 | -4/+5 |
* | eliminate uses of cerr() | Chris Lattner | 2009-08-23 | 1 | -4/+4 |
* | remove a few DOUTs here and there. | Chris Lattner | 2009-08-23 | 1 | -15/+16 |
* | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson | 2009-08-11 | 1 | -5/+5 |
* | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson | 2009-08-10 | 1 | -10/+10 |
* | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin | 2009-07-14 | 1 | -2/+2 |
* | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin | 2009-07-11 | 1 | -2/+3 |
* | Instead of passing in an unsigned value for the optimization level, use an enum, | Bill Wendling | 2009-04-29 | 1 | -2/+2 |
* | Second attempt: | Bill Wendling | 2009-04-29 | 1 | -2/+2 |
* | r70270 isn't ready yet. Back this out. Sorry for the noise. | Bill Wendling | 2009-04-28 | 1 | -2/+2 |
* | Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to | Bill Wendling | 2009-04-28 | 1 | -2/+2 |
* | In the list-burr's pseudo two-addr dependency heuristics, don't | Dan Gohman | 2009-04-16 | 1 | -0/+10 |
* | Handle SUBREG_TO_REG instructions with the same heuristics | Dan Gohman | 2009-04-16 | 1 | -5/+7 |
* | Minor compile-time optimization; don't bother checking | Dan Gohman | 2009-03-24 | 1 | -1/+1 |
* | Add a pre-pass to the burr-list scheduler which makes adjustments to | Dan Gohman | 2009-03-24 | 1 | -0/+120 |
* | When unfolding a load during scheduling, the new operator node has | Dan Gohman | 2009-03-23 | 1 | -3/+6 |
* | Fix canClobberPhysRegDefs to check all SDNodes grouped together | Dan Gohman | 2009-03-23 | 1 | -14/+19 |
* | For inline asm output operand that matches an input. Encode the input operand... | Evan Cheng | 2009-03-20 | 1 | -1/+1 |
* | Fix a typo in a comment. | Dan Gohman | 2009-03-12 | 1 | -1/+1 |
* | Fix ScheduleDAGRRList::CopyAndMoveSuccessors' handling of nodes | Dan Gohman | 2009-03-06 | 1 | -7/+7 |
* | Fix PR3701. 1. X86 target renamed eflags register to flags. This matches what... | Evan Cheng | 2009-03-04 | 1 | -25/+54 |
* | Oops. Last second clean up messed things up. | Evan Cheng | 2009-02-12 | 1 | -2/+3 |
* | Replace one of burr scheduling heuristic with something more sensible. Now ca... | Evan Cheng | 2009-02-12 | 1 | -18/+4 |
* | Fix a comment. | Dan Gohman | 2009-02-11 | 1 | -2/+2 |
* | Don't use special heuristics for nodes with no data predecessors | Dan Gohman | 2009-02-11 | 1 | -8/+9 |
* | Delete the heuristic for non-livein CopyFromReg nodes. Non-liveinness | Dan Gohman | 2009-02-11 | 1 | -11/+0 |
* | When scheduling a block in parts, keep track of the overall | Dan Gohman | 2009-02-11 | 1 | -4/+4 |
* | Factor out more code for computing register live-range informationfor | Dan Gohman | 2009-02-10 | 1 | -22/+42 |
* | Fix PR3457: Ignore control successors when looking for closest scheduled succ... | Evan Cheng | 2009-02-10 | 1 | -1/+1 |
* | Move ScheduleDAGSDNodes.h to be a private header. Front-ends | Dan Gohman | 2009-02-06 | 1 | -1/+1 |
* | Make a few things const, fix some comments, and simplify | Dan Gohman | 2009-01-29 | 1 | -16/+8 |
* | Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph | Dan Gohman | 2009-01-15 | 1 | -15/+13 |
* | The list-td and list-tdrr schedulers don't yet support physreg | Dan Gohman | 2009-01-13 | 1 | -1/+5 |
* | Fix PR3241: Currently EmitCopyFromReg emits a copy from the physical register... | Evan Cheng | 2009-01-12 | 1 | -27/+31 |
* | Minor debug output tweak. | Evan Cheng | 2009-01-09 | 1 | -2/+2 |
* | Remove redundant 'else's. No functionality change. | Dan Gohman | 2009-01-07 | 1 | -7/+6 |
* | Update these argument lists for the isNormalMemory | Dan Gohman | 2009-01-06 | 1 | -3/+6 |
* | Use a latency value of 0 for the artificial edges inserted by | Dan Gohman | 2009-01-06 | 1 | -1/+1 |
* | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman | 2009-01-05 | 1 | -2/+0 |