index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
LexicalScopes.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rewrite loops to use range-based for. (NFC)
Adrian Prantl
2016-09-28
1
-17
/
+5
*
Fixed Dwarf debug info emission to skip DILexicalBlockFile entries.
Amjad Aboud
2016-04-21
1
-7
/
+6
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-24
/
+24
*
DebugInfo: Gut DISubprogram and DILexicalBlock*
Duncan P. N. Exon Smith
2015-04-14
1
-2
/
+1
*
CodeGen: Stop using DIDescriptor::is*() and auto-casting
Duncan P. N. Exon Smith
2015-04-06
1
-2
/
+2
*
DebugInfo: Remove LexicalBlockFile scope/context distinction
Duncan P. N. Exon Smith
2015-03-31
1
-12
/
+3
*
LexicalScopes: Cleanup remaining uses of DebugLoc
Duncan P. N. Exon Smith
2015-03-30
1
-8
/
+6
*
DebugLoc: Remove getFromDILexicalBlock()
Duncan P. N. Exon Smith
2015-03-30
1
-10
/
+7
*
LexicalScopes: Use debug info hierarchy pervasively
Duncan P. N. Exon Smith
2015-03-30
1
-30
/
+38
*
LexicalScopes: Use MDLocation directly instead of DebugLoc
Duncan P. N. Exon Smith
2015-03-30
1
-12
/
+10
*
CodeGen: Use the new DebugLoc API, NFC
Duncan P. N. Exon Smith
2015-03-30
1
-14
/
+10
*
AsmPrinter: Stop creating DebugLocs
Duncan P. N. Exon Smith
2015-02-17
1
-8
/
+0
*
MSVC 2013 supports std::forward_as_tuple, while MSVC 2012 did not; so we can ...
Aaron Ballman
2015-02-16
1
-10
/
+8
*
DebugInfo: Ensure that all debug location scope chains from instructions with...
David Blaikie
2014-10-14
1
-2
/
+7
*
Revert "Fix stuff... again."
David Blaikie
2014-10-14
1
-7
/
+2
*
Fix stuff... again.
David Blaikie
2014-10-14
1
-2
/
+7
*
Revert "DebugInfo: Ensure that all debug location scope chains from instructi...
David Blaikie
2014-10-10
1
-7
/
+2
*
DebugInfo: Ensure that all debug location scope chains from instructions with...
David Blaikie
2014-10-07
1
-2
/
+7
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-21
1
-1
/
+1
*
Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...
Craig Topper
2014-08-18
1
-1
/
+1
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-17
1
-1
/
+1
*
Revert "Reapply "DebugInfo: Ensure that all debug location scope chains from ...
David Blaikie
2014-08-06
1
-7
/
+2
*
Reapply "DebugInfo: Ensure that all debug location scope chains from instruct...
David Blaikie
2014-08-04
1
-2
/
+7
*
Revert "Reapply "DebugInfo: Ensure that all debug location scope chains from ...
Eric Christopher
2014-07-18
1
-7
/
+2
*
Reapply "DebugInfo: Ensure that all debug location scope chains from instruct...
David Blaikie
2014-07-18
1
-2
/
+7
*
Revert "Reapply "DebugInfo: Ensure that all debug location scope chains from ...
David Blaikie
2014-07-11
1
-7
/
+2
*
Reapply "DebugInfo: Ensure that all debug location scope chains from instruct...
David Blaikie
2014-07-10
1
-2
/
+7
*
Revert "DebugInfo: Ensure that all debug location scope chains from instructi...
David Blaikie
2014-07-02
1
-7
/
+2
*
DebugInfo: Ensure that all debug location scope chains from instructions with...
David Blaikie
2014-07-02
1
-2
/
+7
*
Revert "DebugInfo: Ensure that all debug location scope chains from instructi...
David Blaikie
2014-07-01
1
-7
/
+2
*
DebugInfo: Ensure that all debug location scope chains from instructions with...
David Blaikie
2014-07-01
1
-2
/
+7
*
Revert "Revert "Revert "PR20038: DebugInfo: Inlined call sites where the call...
David Blaikie
2014-06-27
1
-7
/
+2
*
Revert "Revert "PR20038: DebugInfo: Inlined call sites where the caller has d...
David Blaikie
2014-06-27
1
-2
/
+7
*
Revert "PR20038: DebugInfo: Inlined call sites where the caller has debug inf...
David Blaikie
2014-06-25
1
-7
/
+2
*
PR20038: DebugInfo: Inlined call sites where the caller has debug info but th...
David Blaikie
2014-06-25
1
-2
/
+7
*
DebugInfo: Fix inlining with #file directives a little harder
David Blaikie
2014-05-25
1
-5
/
+5
*
Recommit r208506: DebugInfo: Include lexical scopes in inlined subroutines.
David Blaikie
2014-05-14
1
-12
/
+27
*
Revert "DebugInfo: Include lexical scopes in inlined subroutines."
David Blaikie
2014-05-12
1
-28
/
+12
*
DebugInfo: Include lexical scopes in inlined subroutines.
David Blaikie
2014-05-11
1
-12
/
+28
*
Reapply r207876 (Try simplifying LexicalScopes ownership again) including a w...
David Blaikie
2014-05-08
1
-28
/
+35
*
Revert "Try simplifying LexicalScopes ownership again."
David Blaikie
2014-05-06
1
-32
/
+28
*
Try simplifying LexicalScopes ownership again.
David Blaikie
2014-05-02
1
-28
/
+32
*
Speculatively roll back r207724-r207726, which are code cleanup changes and
Richard Smith
2014-05-01
1
-30
/
+25
*
LexicalScopes: Use unique_ptr to manage ownership of abstract LexicalScopes.
David Blaikie
2014-04-30
1
-8
/
+9
*
Forgotten reformatting.
David Blaikie
2014-04-30
1
-5
/
+9
*
LexicalScopes: use unique_ptr to own LexicalScope objects.
David Blaikie
2014-04-30
1
-16
/
+16
*
Convert more loops to range-based equivalents
Alexey Samsonov
2014-04-30
1
-10
/
+7
*
Convert several loops over MachineFunction basic blocks to range-based loops
Alexey Samsonov
2014-04-30
1
-6
/
+4
*
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-14
1
-14
/
+14
[next]