Fangrui Song
|
46622a5909
Use llvm::stable_sort
|
6 лет назад |
Chandler Carruth
|
6b547686c5
Update the file headers across all of the LLVM projects in the monorepo
|
6 лет назад |
Fangrui Song
|
3b35e17b21
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
|
7 лет назад |
Chandler Carruth
|
2a752bfdae
[MI] Change the array of `MachineMemOperand` pointers to be
|
7 лет назад |
Chandler Carruth
|
fc187011be
[SDAG] Remove the reliance on MI's allocation strategy for
|
7 лет назад |
Fangrui Song
|
7d88286b7c
[CodeGen] Fix inconsistent declaration parameter name
|
7 лет назад |
Matthias Braun
|
d79789afc6
CodeGen: Remove pipeline dependencies on StackProtector; NFC
|
7 лет назад |
Matthias Braun
|
87100fdc04
Revert "(HEAD -> master, origin/master, arcpatch-D37582) CodeGen: Remove pipeline dependencies on StackProtector; NFC"
|
7 лет назад |
Matthias Braun
|
50f2228bda
CodeGen: Remove pipeline dependencies on StackProtector; NFC
|
7 лет назад |
Than McIntosh
|
6fa6453210
StackColoring: better handling of statically unreachable code
|
7 лет назад |
Than McIntosh
|
a39a917dbf
Revert changes from D46265.
|
7 лет назад |
Than McIntosh
|
a739ddd3fe
StackColoring: better handling of statically unreachable code
|
7 лет назад |
Nicola Zaghen
|
0818e789cb
Rename DEBUG macro to LLVM_DEBUG.
|
7 лет назад |
Shiva Chen
|
24abe71d71
[DebugInfo] Examine all uses of isDebugValue() for debug instructions.
|
7 лет назад |
Nico Weber
|
0f38c60baf
IWYU for llvm-config.h in llvm, additions.
|
7 лет назад |
Mandeep Singh Grang
|
8ba42a9352
[CodeGen] Change std::sort to llvm::sort in response to r327219
|
7 лет назад |
Fangrui Song
|
73d8dbf806
Fix a bunch of typoes. NFC
|
7 лет назад |
Xin Tong
|
5a0249de08
Stylish change. NFC
|
7 лет назад |
Matthias Braun
|
d318139827
MachineFunction: Return reference from getFunction(); NFC
|
7 лет назад |
Francis Visoiu Mistrih
|
ca0df55065
[CodeGen] Unify MBB reference format in both MIR and debug output
|
7 лет назад |
David Blaikie
|
e3a9b4ce3a
Fix a bunch more layering of CodeGen headers that are in Target
|
7 лет назад |
Aaron Ballman
|
1d03d382c1
Reverting r315590; it did not include changes for llvm-tblgen, which is causing link errors for several people.
|
7 лет назад |
Don Hinton
|
5298935fe7
[dump] Remove NDEBUG from test to enable dump methods [NFC]
|
7 лет назад |
Eugene Zelenko
|
9434811032
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
|
8 лет назад |
Hiroshi Inoue
|
f49a981211
[StackColoring] Update AliasAnalysis information in stack coloring pass (part 2)
|
8 лет назад |
Hiroshi Inoue
|
eeca49d1ac
[StackColoring] Update AliasAnalysis information in stack coloring pass
|
8 лет назад |
Than McIntosh
|
8e83a79a93
StackColoring: smarter check for slot overlap
|
8 лет назад |
Matthias Braun
|
94c4904dc5
CodeGen: Rename DEBUG_TYPE to match passnames
|
8 лет назад |
Francis Visoiu Mistrih
|
1179b5ee40
BitVector: add iterators for set bits
|
8 лет назад |
Craig Topper
|
867844f81a
[StackColoring] Remove unused header file for post-order traversal. Update comment that indicated we were using it when we really use a depth-first search. NFC
|
8 лет назад |