Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
refs/heads/r38
/
lib
/
Analysis
/
ModuleDebugInfoPrinter.cpp
0e973bc
Remove redundant includes from lib/Analysis.
by Michael Zolotukhin
· 8 years ago
e3e43d9
Sort the remaining #include lines in include/... and lib/....
by Chandler Carruth
· 8 years ago
7b500b4
[IR] Remove the DIExpression field from DIGlobalVariable.
by Adrian Prantl
· 9 years ago
096faa9
Revert "[IR] Remove the DIExpression field from DIGlobalVariable."
by Adrian Prantl
· 9 years ago
eb38a2a
[IR] Remove the DIExpression field from DIGlobalVariable.
by Adrian Prantl
· 9 years ago
7766e56
Revert "[IR] Remove the DIExpression field from DIGlobalVariable."
by Adrian Prantl
· 9 years ago
1b11b07
[IR] Remove the DIExpression field from DIGlobalVariable.
by Adrian Prantl
· 9 years ago
f9bb6bc
Re-commit "Use StringRef in Support/Darf APIs (NFC)"
by Mehdi Amini
· 9 years ago
ef350f2
Revert "Re-commit "Use StringRef in Support/Darf APIs (NFC)""
by Mehdi Amini
· 9 years ago
a2df9c8
Re-commit "Use StringRef in Support/Darf APIs (NFC)"
by Mehdi Amini
· 9 years ago
c441cc0
Revert "Use StringRef in Support/Darf APIs (NFC)"
by Mehdi Amini
· 9 years ago
ba4c13c
Use StringRef in Support/Darf APIs (NFC)
by Mehdi Amini
· 9 years ago
cd52a7a
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
by Alexander Kornienko
· 10 years ago
cf0db29
Fixed/added namespace ending comments using clang-tidy. NFC
by Alexander Kornienko
· 10 years ago
e56023a
IR: Give 'DI' prefix to debug info metadata
by Duncan P. N. Exon Smith
· 10 years ago
7f89271
DebugInfo: Drop rest of DIDescriptor subclasses
by Duncan P. N. Exon Smith
· 10 years ago
7f76d29
DebugInfo: Gut DIType and subclasses
by Duncan P. N. Exon Smith
· 10 years ago
ed0e117
DebugInfo: Gut DICompileUnit and DIFile
by Duncan P. N. Exon Smith
· 10 years ago
125e3d3
DebugInfo: Gut DISubprogram and DILexicalBlock*
by Duncan P. N. Exon Smith
· 10 years ago
355ec00
DebugInfo: Gut DIVariable and DIGlobalVariable
by Duncan P. N. Exon Smith
· 10 years ago
573ca05
Transforms: Stop using DIDescriptor::is*() and auto-casting
by Duncan P. N. Exon Smith
· 10 years ago
b056aa7
DebugInfo: Move new hierarchy into place
by Duncan P. N. Exon Smith
· 11 years ago
0864947
[C++11] Change DebugInfoFinder to use range-based loops
by Alon Mishne
· 11 years ago
f4ec8bf
[Layering] Move DebugInfo.h into the IR library where its implementation
by Chandler Carruth
· 11 years ago
c37e6c0
[C++11] Add 'override' keyword to virtual methods that override their base class.
by Craig Topper
· 11 years ago
560e395
Put the functionality for printing a value to a raw_ostream as an
by Chandler Carruth
· 12 years ago
bc65a8d
Move the LLVM IR asm writer header files into the IR directory, as they
by Chandler Carruth
· 12 years ago
0b8c9a8
Move all of the header files which are involved in modelling the LLVM IR
by Chandler Carruth
· 13 years ago
d04a8d4
Use the new script to sort the includes of every file under lib.
by Chandler Carruth
· 13 years ago
0bcbd1d
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
by Bill Wendling
· 13 years ago
081c34b
Get rid of static constructors for pass registration. Instead, every pass exposes an initializeMyPassFunction(), which
by Owen Anderson
· 15 years ago
ce665bd
Now with fewer extraneous semicolons!
by Owen Anderson
· 15 years ago
90c579d
Reapply r110396, with fixes to appease the Linux buildbot gods.
by Owen Anderson
· 15 years ago
1f74590
Revert r110396 to fix buildbots.
by Owen Anderson
· 15 years ago
9ccaf53
Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static
by Owen Anderson
· 15 years ago
d13db2c
Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
by Owen Anderson
· 15 years ago
ef0b145
Add a simple module-level debug info printer. It just sets up a
by Dan Gohman
· 15 years ago