Craig Topper
|
e3696113b6
Implementation of asm-goto support in LLVM
|
6 年之前 |
Chandler Carruth
|
6b547686c5
Update the file headers across all of the LLVM projects in the monorepo
|
6 年之前 |
Adrian Prantl
|
c0ade050e0
Silence a bunch of implicit fallthrough warnings
|
7 年之前 |
David Blaikie
|
e3a9b4ce3a
Fix a bunch more layering of CodeGen headers that are in Target
|
7 年之前 |
Krzysztof Parzyszek
|
80e222e09e
Refactoring with range-based for, NFC
|
8 年之前 |
Krzysztof Parzyszek
|
d40c764784
Add iterator_range<regclass_iterator> to {Target,MC}RegisterInfo, NFC
|
8 年之前 |
David Majnemer
|
975248e4fb
Use the range variant of find instead of unpacking begin/end
|
9 年之前 |
David Majnemer
|
c1362817c9
Replace silly uses of 'signed' with 'int'
|
9 年之前 |
Benjamin Kramer
|
d3c712e50b
Fix some comment typos.
|
10 年之前 |
David Blaikie
|
0bec909f40
unique_ptrify ResourcePriorityQueue::ResourceModel
|
10 年之前 |
David Blaikie
|
d6b76f9466
Remove ResourcePriorityQueue::dump as it relies on copying a non-copyable type which would result in a double-delete
|
10 年之前 |
Eric Christopher
|
e6d97094b7
Remove unused argument to CreateTargetScheduleState and change
|
11 年之前 |
Eric Christopher
|
939dd38a09
Remove uses of getSubtargetImpl from ResourcePriorityQueue and
|
11 年之前 |
Eric Christopher
|
b7cd35b171
Cache TargetLowering on SelectionDAGISel and update previous
|
11 年之前 |
Pete Cooper
|
6de6c6aae4
Change MCSchedModel to be a struct of statically initialized data.
|
11 年之前 |
Eric Christopher
|
9f85dccfc6
Remove the TargetMachine forwards for TargetSubtargetInfo based
|
11 年之前 |
Eric Christopher
|
0bebd31dce
Fix indenting.
|
11 年之前 |
Eric Christopher
|
ba08e46435
Reorganize and simplify local variables.
|
11 年之前 |
Alp Toker
|
a0d04ac9f1
Fix 'platform-specific' hyphenations
|
11 年之前 |
Chandler Carruth
|
8677f2ff9a
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
|
11 年之前 |
Craig Topper
|
4ba844388c
[C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr.
|
11 年之前 |
Benjamin Kramer
|
d628f19f5d
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
|
11 年之前 |
Eli Friedman
|
3b389cb74e
Rename variables for consistency.
|
12 年之前 |
Eli Friedman
|
ae43dac300
Fix unused variables.
|
12 年之前 |
Bill Wendling
|
6a2e7ac0b6
Cache the TargetLowering info object as a pointer.
|
12 年之前 |
Patrik Hagglund
|
a61b17c18a
Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.
|
12 年之前 |
Patrik Hagglund
|
34525f9ac0
Revert EVT->MVT changes, r169836-169851, due to buildbot failures.
|
12 年之前 |
Patrik Hagglund
|
8163ca76f0
Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.
|
12 年之前 |
Jakub Staszak
|
f94e8c4caf
Simplify code. No functionality change.
|
12 年之前 |
Chandler Carruth
|
d04a8d4b33
Use the new script to sort the includes of every file under lib.
|
12 年之前 |