Benjamin Kramer
|
d628f19f5d
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
|
11 years ago |
Eli Friedman
|
3b389cb74e
Rename variables for consistency.
|
12 years ago |
Eli Friedman
|
ae43dac300
Fix unused variables.
|
12 years ago |
Bill Wendling
|
6a2e7ac0b6
Cache the TargetLowering info object as a pointer.
|
12 years ago |
Patrik Hagglund
|
a61b17c18a
Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.
|
12 years ago |
Patrik Hagglund
|
34525f9ac0
Revert EVT->MVT changes, r169836-169851, due to buildbot failures.
|
12 years ago |
Patrik Hagglund
|
8163ca76f0
Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.
|
12 years ago |
Jakub Staszak
|
f94e8c4caf
Simplify code. No functionality change.
|
12 years ago |
Chandler Carruth
|
d04a8d4b33
Use the new script to sort the includes of every file under lib.
|
12 years ago |
Andrew Trick
|
2661b411cc
I'm introducing a new machine model to simultaneously allow simple
|
13 years ago |
Andrew Trick
|
fc992996f7
misched: Added MultiIssueItineraries.
|
13 years ago |
Benjamin Kramer
|
d9b0b02561
Fix typos found by http://github.com/lyda/misspell-check
|
13 years ago |
Andrew Trick
|
953be893e8
misched preparation: rename core scheduler methods for consistency.
|
13 years ago |
Andrew Trick
|
ee498d3254
VLIW specific scheduler framework that utilizes deterministic finite automaton (DFA).
|
13 years ago |