Chandler Carruth
|
6b547686c5
Update the file headers across all of the LLVM projects in the monorepo
|
6 年 前 |
Nico Weber
|
0f38c60baf
IWYU for llvm-config.h in llvm, additions.
|
7 年 前 |
Matthias Braun
|
d318139827
MachineFunction: Return reference from getFunction(); NFC
|
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 年 前 |
Wolfgang Pieb
|
a6df1e57e8
Fixing an issue with the initialization of LexicalScopes objects when mixing debug
|
8 年 前 |
Chandler Carruth
|
e3e43d9d57
Sort the remaining #include lines in include/... and lib/....
|
8 年 前 |
Adrian Prantl
|
14a1dd11de
Don't generate line&scope debug info for meta-instructions.
|
8 年 前 |
Adrian Prantl
|
5afff89c9e
Revert "Don't generate line&scope debug info for meta-instructions."
|
8 年 前 |
Adrian Prantl
|
f21b185054
Don't generate line&scope debug info for meta-instructions.
|
8 年 前 |
Eugene Zelenko
|
ad3a5404cb
[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
|
8 年 前 |
Teresa Johnson
|
0640903d30
Handle link of NoDebug CU with a CU that has debug emission enabled
|
8 年 前 |
Eric Christopher
|
71648d0a82
Reformat slightly.
|
8 年 前 |
Matthias Braun
|
88d207542b
Cleanup dump() functions.
|
8 年 前 |
Adrian Prantl
|
89584ae5bd
Rewrite loops to use range-based for. (NFC)
|
9 年 前 |
Amjad Aboud
|
1268621b54
Fixed Dwarf debug info emission to skip DILexicalBlockFile entries.
|
9 年 前 |
Duncan P. N. Exon Smith
|
e56023a059
IR: Give 'DI' prefix to debug info metadata
|
10 年 前 |
Duncan P. N. Exon Smith
|
125e3d3959
DebugInfo: Gut DISubprogram and DILexicalBlock*
|
10 年 前 |
Duncan P. N. Exon Smith
|
0477045c32
CodeGen: Stop using DIDescriptor::is*() and auto-casting
|
10 年 前 |
Duncan P. N. Exon Smith
|
16710b289b
DebugInfo: Remove LexicalBlockFile scope/context distinction
|
10 年 前 |
Duncan P. N. Exon Smith
|
1aa1d1a46c
LexicalScopes: Cleanup remaining uses of DebugLoc
|
10 年 前 |
Duncan P. N. Exon Smith
|
497110d1b0
DebugLoc: Remove getFromDILexicalBlock()
|
10 年 前 |
Duncan P. N. Exon Smith
|
62e3e389b9
LexicalScopes: Use debug info hierarchy pervasively
|
10 年 前 |
Duncan P. N. Exon Smith
|
35ff67e333
LexicalScopes: Use MDLocation directly instead of DebugLoc
|
10 年 前 |
Duncan P. N. Exon Smith
|
3637babc4c
CodeGen: Use the new DebugLoc API, NFC
|
10 年 前 |
Duncan P. N. Exon Smith
|
ca3b3d5e2c
AsmPrinter: Stop creating DebugLocs
|
10 年 前 |
Aaron Ballman
|
7fcd74585a
MSVC 2013 supports std::forward_as_tuple, while MSVC 2012 did not; so we can move to using the improved API.
|
10 年 前 |
David Blaikie
|
d661fde971
DebugInfo: Ensure that all debug location scope chains from instructions within a function, lead to the function itself.
|
11 年 前 |
David Blaikie
|
8730dc16e9
Revert "Fix stuff... again."
|
11 年 前 |
David Blaikie
|
8a61781323
Fix stuff... again.
|
11 年 前 |