Chandler Carruth
|
6b547686c5
Update the file headers across all of the LLVM projects in the monorepo
|
6 years ago |
Matthias Braun
|
b064c24e4a
ScheduleDAG: Cleanup dumping code; NFC
|
7 years ago |
Nicola Zaghen
|
0818e789cb
Rename DEBUG macro to LLVM_DEBUG.
|
7 years ago |
Nico Weber
|
0f38c60baf
IWYU for llvm-config.h in llvm, additions.
|
7 years ago |
David Blaikie
|
48319238e4
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
|
7 years ago |
Aaron Ballman
|
1d03d382c1
Reverting r315590; it did not include changes for llvm-tblgen, which is causing link errors for several people.
|
7 years ago |
Don Hinton
|
5298935fe7
[dump] Remove NDEBUG from test to enable dump methods [NFC]
|
7 years ago |
Don Hinton
|
de9cae20fe
Cleanup some problems with LLVM_ENABLE_DUMP in release builds, and
|
8 years ago |
Eugene Zelenko
|
096e40d35f
[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
|
8 years ago |
Justin Bogner
|
6673ea81f6
Replace "fallthrough" comments with LLVM_FALLTHROUGH
|
9 years ago |
Mehdi Amini
|
7ecb5827ca
ScoreboardHazardRecognizer: unbreak TSAN by moving a static mutated variable to a member
|
9 years ago |
Yaron Keren
|
55307987a1
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r259192 post commit comment.
|
9 years ago |
Pete Cooper
|
6de6c6aae4
Change MCSchedModel to be a struct of statically initialized data.
|
11 years ago |
Chandler Carruth
|
8677f2ff9a
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
|
11 years ago |
Craig Topper
|
4ba844388c
[C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr.
|
11 years ago |
Manman Ren
|
b720be6a50
Release build: guard dump functions with
|
13 years ago |
Manman Ren
|
77e300e8f0
Release build: guard dump functions with "ifndef NDEBUG"
|
13 years ago |
Andrew Trick
|
2661b411cc
I'm introducing a new machine model to simultaneously allow simple
|
13 years ago |
Hal Finkel
|
b460a33829
Revert r158679 - use case is unclear (and it increases the memory footprint).
|
13 years ago |
Aaron Ballman
|
9905dbc379
Fixing a compiler warning in MSVC 10.
|
13 years ago |
Hal Finkel
|
e877c4f9c7
Allow up to 64 functional units per processor itinerary.
|
13 years ago |
Andrew Trick
|
fc992996f7
misched: Added MultiIssueItineraries.
|
13 years ago |
Andrew Trick
|
d327d3dddd
misched: Allow disabling scoreboard hazard checking for subtargets with a
|
13 years ago |
Benjamin Kramer
|
9632f77f8d
ScoreboardHazardRecognizer: Remove dead conditional in debug code.
|
13 years ago |
Andrew Trick
|
c7a098fbb2
misched: trace formatting
|
13 years ago |
David Blaikie
|
2bd335470f
Remove unnecessary default cases in switches that cover all enum values.
|
13 years ago |
Cameron Zwarich
|
d6d9dd647f
Remove an invalid assert that is really just asserting when the scheduler emits
|
14 years ago |
Evan Cheng
|
ab8be96fd3
Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries) into MC.
|
14 years ago |
Evan Cheng
|
e837dead3c
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
|
14 years ago |
Andrew Trick
|
c8bfd1d78f
Convert -enable-sched-cycles and -enable-sched-hazard to -disable
|
14 years ago |