Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
42a0730c42b74e5a9effaed4714c00b3ff9fa7a9
/
llvm
/
lib
/
Transforms
/
Utils
/
AddDiscriminators.cpp
014fb55
Fix the debug build breakage that getDiscriminator is called by mistake.
by Dehao Chen
· 10 years ago
23e2278
Reimplement discriminator assignment algorithm.
by Dehao Chen
· 10 years ago
978060c
Don't generate discriminators for calls to debug intrinsics
by Pavel Labath
· 10 years ago
0354a9f6
SamplePGO - Fix PR 25482 - Do not rely on llvm.dbg.cu for discriminators
by Diego Novillo
· 10 years ago
3656e30
Add discriminators for call instructions that are from the same line and same basic block.
by Dehao Chen
· 10 years ago
49359bf
Recommit r251680 (also need to update clang test)
by Dehao Chen
· 10 years ago
4d84b93
Revert r251680:
by Dehao Chen
· 10 years ago
9a5d2b1
Update the discriminator assignment algorithm
by Dehao Chen
· 10 years ago
7ddf786
clang-format lib/Transforms/Utils/AddDiscriminators.cpp
by Dehao Chen
· 10 years ago
5b4c837
TransformUtils: Remove implicit ilist iterator conversions, NFC
by Duncan P. N. Exon Smith
· 10 years ago
a9308c4
IR: Give 'DI' prefix to debug info metadata
by Duncan P. N. Exon Smith
· 11 years ago
60635e3
DebugInfo: Drop rest of DIDescriptor subclasses
by Duncan P. N. Exon Smith
· 11 years ago
2fbe135
DebugInfo: Delete subclasses of DIScope
by Duncan P. N. Exon Smith
· 11 years ago
b273d06
DebugInfo: Gut DIScope, DIEnumerator and DISubrange
by Duncan P. N. Exon Smith
· 11 years ago
b7e221b
DebugInfo: Gut DILocation
by Duncan P. N. Exon Smith
· 11 years ago
843237f
DebugInfo: Move DILocation::computeNewDiscriminators()
by Duncan P. N. Exon Smith
· 11 years ago
4fd839b
AddDiscriminators: Create new MDLocation directly
by Duncan P. N. Exon Smith
· 11 years ago
63ffa21
DebugInfo: Rewrite atSameLineAs() as MDLocation::canDiscriminate()
by Duncan P. N. Exon Smith
· 11 years ago
ec819c0
Transforms: Use the new DebugLoc API, NFC
by Duncan P. N. Exon Smith
· 11 years ago
5bf8fef
IR: Split Metadata from Value
by Duncan P. N. Exon Smith
· 11 years ago
2f3f76f
Use DILexicalBlockFile, rather than DILexicalBlock, to track discriminator changes to ensure discriminator changes don't introduce new DWARF DW_TAG_lexical_blocks.
by David Blaikie
· 11 years ago
f40110f
[C++] Use 'nullptr'. Transforms edition.
by Craig Topper
· 12 years ago
964daaa
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
by Chandler Carruth
· 12 years ago
0915c04
Fix bug 19437 - Only add discriminators for DWARF 4 and above.
by Diego Novillo
· 12 years ago
9a4c9e5
[Layering] Move DebugInfo.h into the IR library where its implementation
by Chandler Carruth
· 12 years ago
12664a0
[Layering] Move DIBuilder.h into the IR library where its implementation
by Chandler Carruth
· 12 years ago
3e4c697
[C++11] Add 'override' keyword to virtual methods that override their base class.
by Craig Topper
· 12 years ago
442f784
[cleanup] Re-sort all the includes with utils/sort_includes.py.
by Chandler Carruth
· 12 years ago
f5041ce
Pass to emit DWARF path discriminators.
by Diego Novillo
· 12 years ago