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
...
*
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
*
[Layering] Move DebugInfo.h into the IR library where its implementation
Chandler Carruth
2014-03-06
1
-1
/
+1
*
Remove capability for polymorphic destruction from LexicalScope
Eric Christopher
2013-11-20
1
-6
/
+5
*
Formatting, 80-col, trailing whitespace.
Eric Christopher
2013-11-20
1
-37
/
+36
*
typo.
Adrian Prantl
2013-07-25
1
-1
/
+1
*
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...
Craig Topper
2013-07-03
1
-2
/
+2
*
Return SmallVectorImpl& instead of SmallVector& in a couple places to avoid h...
Craig Topper
2013-07-03
1
-2
/
+2
*
Correct indentation for dumping LexicalScope.
Manman Ren
2013-02-02
1
-8
/
+6
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-2
/
+2
*
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-28
1
-1
/
+1
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-0
/
+2
*
Don't forget to reconstruct D after changing the scope that we're
Eric Christopher
2011-10-13
1
-1
/
+3
*
Add a new wrapper node for a DILexicalBlock that encapsulates it and a
Eric Christopher
2011-10-11
1
-3
/
+17
*
Provide fast path as Jakob suggested.
Devang Patel
2011-08-12
1
-0
/
+12
*
Stay within 80 columns.
Devang Patel
2011-08-10
1
-4
/
+6
*
Provide utility to extract and use lexical scoping information from machine i...
Devang Patel
2011-08-10
1
-0
/
+305
[prev]