Age | Commit message (Expand) | Author |
2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth |
2012-12-03 | Use the new script to sort the includes of every file under lib. | Chandler Carruth |
2012-11-06 | ScheduleDAG interface. Added OrderKind to distinguish nonregister dependencies. | Andrew Trick |
2012-10-20 | Symbol hygiene: Make sure declarations and definitions match, make helper fun... | Benjamin Kramer |
2012-10-17 | Add a really faster pre-RA scheduler (-pre-RA-sched=linearize). It doesn't use | Evan Cheng |
2012-10-08 | Move TargetData to DataLayout. | Micah Villmow |
2012-06-01 | Simplify some more getAliasSet callers. | Jakob Stoklund Olesen |
2012-03-08 | Use uint16_t to store instruction implicit uses and defs. Reduces static data. | Craig Topper |
2012-03-07 | misched preparation: rename core scheduler methods for consistency. | Andrew Trick |
2012-03-07 | misched preparation: modularize schedule verification. | Andrew Trick |
2012-03-07 | whitespace | Andrew Trick |
2012-03-04 | Use uint16_t to store register overlaps to reduce static data. | Craig Topper |
2011-06-28 | - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and | Evan Cheng |
2011-06-27 | Distinguish early clobber output operands from clobbered registers. | Jakob Stoklund Olesen |
2011-03-10 | Re-commit 127368 and 127371. They are exonerated. | Evan Cheng |
2011-03-09 | Revert 127368 and 127371 for now. | Evan Cheng |
2011-03-09 | Change the definition of TargetRegisterInfo::getCrossCopyRegClass to be more | Evan Cheng |
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-08-17 | Make fast scheduler handle asm clobbers correctly. | Dale Johannesen |
2010-06-29 | Add a VT argument to getMinimalPhysRegClass and replace the copy related uses | Rafael Espindola |
2010-01-21 | Trim unneeded includes. | Evan Cheng |
2010-01-05 | Change errs() to dbgs(). | David Greene |
2009-10-25 | Remove includes of Support/Compiler.h that are no longer needed after the | Nick Lewycky |
2009-10-25 | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky |
2009-10-09 | The ScheduleDAG framework now requires an AliasAnalysis argument, though | Dan Gohman |
2009-09-30 | Fix integer overflow in instruction scheduling. This can happen if we have | Reid Kleckner |
2009-09-28 | Use VerifySchedule instead of doing the work manually. | Dan Gohman |
2009-08-23 | eliminate uses of cerr() | Chris Lattner |
2009-08-23 | remove a few DOUTs here and there. | Chris Lattner |
2009-08-11 | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson |
2009-08-10 | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson |
2009-07-14 | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin |
2009-07-11 | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin |
2009-07-11 | Convert more assert(0)+abort() -> LLVM_UNREACHABLE, | Torok Edwin |
2009-04-29 | Instead of passing in an unsigned value for the optimization level, use an enum, | Bill Wendling |
2009-04-29 | Second attempt: | Bill Wendling |
2009-04-28 | r70270 isn't ready yet. Back this out. Sorry for the noise. | Bill Wendling |
2009-04-28 | Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to | Bill Wendling |
2009-02-11 | When scheduling a block in parts, keep track of the overall | Dan Gohman |
2009-02-10 | Factor out more code for computing register live-range informationfor | Dan Gohman |
2009-02-06 | Move ScheduleDAGSDNodes.h to be a private header. Front-ends | Dan Gohman |
2009-01-15 | Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph | Dan Gohman |
2009-01-12 | Fix PR3241: Currently EmitCopyFromReg emits a copy from the physical register... | Evan Cheng |
2008-12-23 | Rename BuildSchedUnits to BuildSchedGraph, and refactor the | Dan Gohman |
2008-12-16 | Fix some register-alias-related bugs in the post-RA scheduler liveness | Dan Gohman |
2008-12-16 | Make addPred and removePred return void, since the return value is not | Dan Gohman |
2008-12-09 | Rewrite the SDep class, and simplify some of the related code. | Dan Gohman |
2008-11-24 | Check in the rest of this change. The isAntiDep flag needs to be passed | Dan Gohman |
2008-11-21 | Add a flag to SDep for tracking which edges are anti-dependence edges. | Dan Gohman |