index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
CodeGen
/
LexicalScopes.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Return SmallVectorImpl& instead of SmallVector& in a couple places to avoid h...
Craig Topper
2013-07-03
1
-7
/
+7
*
Add a space between type and variable name. No functional change.
Craig Topper
2013-07-03
1
-2
/
+2
*
Correct indentation for dumping LexicalScope.
Manman Ren
2013-02-02
1
-7
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-12-03
1
-1
/
+1
*
Guard private fields that are unused in Release builds with #ifndef NDEBUG.
Benjamin Kramer
2012-06-16
1
-1
/
+6
*
Typo.
Eric Christopher
2012-04-09
1
-1
/
+1
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-0
/
+1
*
Constify.
Devang Patel
2011-08-12
1
-1
/
+1
*
Use ArrayRef.
Devang Patel
2011-08-12
1
-1
/
+2
*
A virtual destructor for the class with virtual methods!
Nick Lewycky
2011-08-12
1
-1
/
+1
*
Stay within 80 columns.
Devang Patel
2011-08-10
1
-2
/
+2
*
Provide utility to extract and use lexical scoping information from machine i...
Devang Patel
2011-08-10
1
-0
/
+247