Chandler Carruth
|
6b547686c5
Update the file headers across all of the LLVM projects in the monorepo
|
6 years ago |
Nicola Zaghen
|
0818e789cb
Rename DEBUG macro to LLVM_DEBUG.
|
7 years ago |
Michael Zolotukhin
|
41b2567ccb
Remove redundant includes from lib/CodeGen.
|
7 years ago |
David Blaikie
|
e3a9b4ce3a
Fix a bunch more layering of CodeGen headers that are in Target
|
7 years ago |
Chandler Carruth
|
e3e43d9d57
Sort the remaining #include lines in include/... and lib/....
|
8 years ago |
James Y Knight
|
a0e9c6ff43
Make the SelectionDAG graph printer use SDNode::PersistentId labels.
|
9 years ago |
Alexander Kornienko
|
cd52a7a381
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
|
10 years ago |
Alexander Kornienko
|
cf0db29df2
Fixed/added namespace ending comments using clang-tidy. NFC
|
10 years ago |
Alp Toker
|
8dd8d5c2b2
Revert "Introduce a string_ostream string builder facilty"
|
11 years ago |
Alp Toker
|
2559070422
Introduce a string_ostream string builder facilty
|
11 years ago |
Chandler Carruth
|
283b399377
[Modules] Make Support/Debug.h modular. This requires it to not change
|
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 |
Chandler Carruth
|
f4ec8bfaec
[Layering] Move DebugInfo.h into the IR library where its implementation
|
11 years ago |
Chandler Carruth
|
560e3955c3
Put the functionality for printing a value to a raw_ostream as an
|
11 years ago |
Chandler Carruth
|
bc65a8d518
Move the LLVM IR asm writer header files into the IR directory, as they
|
11 years ago |
Chandler Carruth
|
0b8c9a80f2
Move all of the header files which are involved in modelling the LLVM IR
|
12 years ago |
Chandler Carruth
|
d04a8d4b33
Use the new script to sort the includes of every file under lib.
|
12 years ago |
Roman Divacky
|
141e99745a
Constify SDNodeIterator an stop its only non-const user being cast stripped
|
13 years ago |
Craig Topper
|
96601ca332
Add a getName function to MachineFunction. Use it in places that previously did getFunction()->getName(). Remove includes of Function.h that are no longer needed.
|
13 years ago |
Bill Wendling
|
0bcbd1df7a
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
|
13 years ago |
Dylan Noblesmith
|
9421406aad
drop unneeded config.h includes
|
13 years ago |
Benjamin Kramer
|
25ad1cc32a
Twinify GraphWriter a little bit.
|
13 years ago |
Jay Foad
|
8c2e35269c
Remove some unnecessary includes of PseudoSourceValue.h.
|
13 years ago |
Tobias Grosser
|
a91f86c49a
Pass the graph to the DOTGraphTraits.getEdgeAttributes().
|
14 years ago |
Chris Lattner
|
29d8f0cae4
flags -> glue for selectiondag
|
14 years ago |
Chris Lattner
|
f1b4eafbfe
rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for
|
14 years ago |
Dan Gohman
|
d98af0a5b8
Eliminate unnecessary empty string literals.
|
15 years ago |
Duncan Sands
|
3472766f9e
Convert some tab stops into spaces.
|
15 years ago |
David Greene
|
9abe0bbd90
Change errs() to dbgs().
|
15 years ago |
Dan Gohman
|
5b69fe767c
Add edge source labels to SelectionDAG graphs, now that the graph printing
|
15 years ago |