Chandler Carruth
|
6b547686c5
Update the file headers across all of the LLVM projects in the monorepo
|
6 lat temu |
Nicola Zaghen
|
0818e789cb
Rename DEBUG macro to LLVM_DEBUG.
|
7 lat temu |
Nico Weber
|
0f38c60baf
IWYU for llvm-config.h in llvm, additions.
|
7 lat temu |
Aaron Ballman
|
1d03d382c1
Reverting r315590; it did not include changes for llvm-tblgen, which is causing link errors for several people.
|
7 lat temu |
Don Hinton
|
5298935fe7
[dump] Remove NDEBUG from test to enable dump methods [NFC]
|
7 lat temu |
Chandler Carruth
|
e3e43d9d57
Sort the remaining #include lines in include/... and lib/....
|
8 lat temu |
Eugene Zelenko
|
ff49b831bd
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
|
8 lat temu |
Jan Sjodin
|
465e205500
Add MachineRegionInfoPassID to Passes.h.
|
8 lat temu |
Matthias Braun
|
5e55477ae5
MachineRegionInfo: Fix pass initialization
|
8 lat temu |
Hongbin Zheng
|
159692245c
Introduce DominanceFrontierAnalysis to the new PassManager to compute DominanceFrontier. NFC
|
9 lat temu |
Hongbin Zheng
|
5d7472e863
Introduce analysis pass to compute PostDominators in the new pass manager. NFC
|
9 lat temu |
Hongbin Zheng
|
9137eb3ff8
Revert "Introduce analysis pass to compute PostDominators in the new pass manager. NFC"
|
9 lat temu |
Hongbin Zheng
|
173d9faa77
Revert "Introduce DominanceFrontierAnalysis to the new PassManager to compute DominanceFrontier. NFC"
|
9 lat temu |
Hongbin Zheng
|
3f3ece8680
Introduce DominanceFrontierAnalysis to the new PassManager to compute DominanceFrontier. NFC
|
9 lat temu |
Hongbin Zheng
|
e2c0114367
Introduce analysis pass to compute PostDominators in the new pass manager. NFC
|
9 lat temu |
Yaron Keren
|
55307987a1
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r259192 post commit comment.
|
9 lat temu |
Chandler Carruth
|
1b279144ec
[cleanup] Re-sort all the #include lines in LLVM using
|
10 lat temu |
Richard Smith
|
0630cb25a1
Header hygiene: remove using directive and #undef DEBUG_TYPE once we're done.
|
11 lat temu |
NAKAMURA Takumi
|
1d55cc6828
MachineRegionInfo.cpp: Another fix on MachineRegionInfo::MachineRegionInfo::recalculate() to appease msc17.
|
11 lat temu |
NAKAMURA Takumi
|
8f64ffd8f1
Fix -Asserts build introduced since r213456.
|
11 lat temu |
Matt Arsenault
|
5e1c96a632
Templatify RegionInfo so it works on MachineBasicBlocks
|
11 lat temu |