| Commit message (Expand) | Author | Age | Files | Lines |
* | Prune Analysis includes from SelectionDAG.h | Reid Kleckner | 2019-10-19 | 1 | -1/+2 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | ScheduleDAG: Cleanup dumping code; NFC | Matthias Braun | 2018-09-19 | 1 | -2/+2 |
* | [CodeGen] Fix inconsistent declaration parameter name | Fangrui Song | 2018-07-16 | 1 | -1/+1 |
* | Fix layering of MachineValueType.h by moving it from CodeGen to Support | David Blaikie | 2018-03-23 | 1 | -1/+1 |
* | [Target] Fix some Clang-tidy modernize and Include What You Use warnings; oth... | Eugene Zelenko | 2017-01-11 | 1 | -3/+16 |
* | [SelectionDAG] Remove dead code. NFC. | Benjamin Kramer | 2015-10-15 | 1 | -6/+0 |
* | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 2015-06-23 | 1 | -1/+1 |
* | Avoid a Symbol -> Name -> Symbol conversion. | Rafael Espindola | 2015-06-22 | 1 | -0/+1 |
* | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-19 | 1 | -1/+1 |
* | Use 'override/final' instead of 'virtual' for overridden methods | Alexander Kornienko | 2015-04-11 | 1 | -1/+1 |
* | Canonicalize header guards into a common format. | Benjamin Kramer | 2014-08-13 | 1 | -2/+2 |
* | [C++11] More 'nullptr' conversion. In some cases just using a boolean check i... | Craig Topper | 2014-04-16 | 1 | -1/+1 |
* | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 2014-03-08 | 1 | -3/+3 |
* | Revert "Give internal classes hidden visibility." | Benjamin Kramer | 2013-09-11 | 1 | -1/+1 |
* | Give internal classes hidden visibility. | Benjamin Kramer | 2013-09-11 | 1 | -1/+1 |
* | Fix #includes, so we include only what we really need. | Jakub Staszak | 2013-02-20 | 1 | -1/+1 |
* | Change TargetLowering::getRepRegClassFor to take an MVT, instead of | Patrik Hagglund | 2012-12-13 | 1 | -2/+2 |
* | Revert EVT->MVT changes, r169836-169851, due to buildbot failures. | Patrik Hagglund | 2012-12-11 | 1 | -2/+2 |
* | Change TargetLowering::getRepRegClassFor to take an MVT, instead of | Patrik Hagglund | 2012-12-11 | 1 | -2/+2 |
* | Add a really faster pre-RA scheduler (-pre-RA-sched=linearize). It doesn't use | Evan Cheng | 2012-10-17 | 1 | -1/+2 |
* | misched: remove forceUnitLatencies. Defaults are handled by the default Sched... | Andrew Trick | 2012-10-08 | 1 | -0/+6 |
* | Add SelectionDAG::getTargetIndex. | Jakob Stoklund Olesen | 2012-08-07 | 1 | -0/+1 |
* | misched: API for minimum vs. expected latency. | Andrew Trick | 2012-06-05 | 1 | -6/+0 |
* | misched preparation: rename core scheduler methods for consistency. | Andrew Trick | 2012-03-07 | 1 | -6/+6 |
* | misched preparation: clarify ScheduleDAG and ScheduleDAGInstrs roles. | Andrew Trick | 2012-03-07 | 1 | -4/+5 |
* | misched preparation: modularize schedule emission. | Andrew Trick | 2012-03-07 | 1 | -0/+8 |
* | misched preparation: modularize schedule printing. | Andrew Trick | 2012-03-07 | 1 | -0/+2 |
* | misched preparation: modularize schedule verification. | Andrew Trick | 2012-03-07 | 1 | -0/+4 |
* | Cleanup in preparation for misched: Move DAG visualization logic. | Andrew Trick | 2012-03-07 | 1 | -0/+2 |
* | Cleanup: DAG building is specific to either SD or MI scheduling. Not part of ... | Andrew Trick | 2012-03-07 | 1 | -1/+1 |
* | Add a RegisterMaskSDNode class. | Jakob Stoklund Olesen | 2012-01-18 | 1 | -0/+1 |
* | The index stored in the RegDefIter is one after the current index. When gett... | Owen Anderson | 2011-06-27 | 1 | -1/+1 |
* | Add a new MVT::untyped. This will be used in future work for modelling ISA f... | Owen Anderson | 2011-06-15 | 1 | -0/+8 |
* | Added a check in the preRA scheduler for potential interference on a | Andrew Trick | 2011-04-07 | 1 | -0/+6 |
* | Introducing a new method of tracking register pressure. We can't | Andrew Trick | 2011-02-04 | 1 | -2/+30 |
* | rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for | Chris Lattner | 2010-12-21 | 1 | -1/+1 |
* | Teach if-converter to be more careful with predicating instructions that would | Evan Cheng | 2010-09-10 | 1 | -0/+1 |
* | Code refactoring, no functionality changes. | Evan Cheng | 2010-06-10 | 1 | -1/+4 |
* | Allow targets more controls on what nodes are scheduled by reg pressure, what... | Evan Cheng | 2010-05-20 | 1 | -12/+1 |
* | Add a hybrid bottom up scheduler that reduce register usage while avoiding | Evan Cheng | 2010-05-20 | 1 | -0/+9 |
* | Get rid of the EdgeMapping map. Instead, just check for BasicBlock | Dan Gohman | 2010-05-01 | 1 | -2/+1 |
* | Three changes: | Chris Lattner | 2010-04-07 | 1 | -1/+2 |
* | Teach pre-regalloc scheduler to schedule loads from nearby addresses. It may ... | Evan Cheng | 2010-01-22 | 1 | -0/+4 |
* | Initial target-independent CodeGen support for BlockAddresses. | Dan Gohman | 2009-10-30 | 1 | -0/+1 |
* | Create a new InstrEmitter class for translating SelectionDAG nodes | Dan Gohman | 2009-10-10 | 1 | -60/+0 |
* | The ScheduleDAG framework now requires an AliasAnalysis argument, though | Dan Gohman | 2009-10-09 | 1 | -1/+1 |
* | Improve MachineMemOperand handling. | Dan Gohman | 2009-09-25 | 1 | -8/+3 |
* | Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ... | Evan Cheng | 2009-09-18 | 1 | -2/+4 |
* | Rename COPY_TO_SUBCLASS to COPY_TO_REGCLASS, and generalize | Dan Gohman | 2009-04-13 | 1 | -2/+2 |