index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
CodeGen
/
LexicalScopes.h
Age
Commit message (
Expand
)
Author
2013-03-11
Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'
Eli Bendersky
2013-02-04
Merge remote-tracking branch 'origin/master'
Derek Schuff
2013-02-04
Make some LLVM localmods compile when building with --disable-assertions.
Jan Voung
2013-02-02
Correct indentation for dumping LexicalScope.
Manman Ren
2013-01-30
Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'
Derek Schuff
2013-01-11
Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410'
Derek Schuff
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-03
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-08-17
Merge commit 'c723eb1aef817d47feec620933ee1ec6005cdd14'
Derek Schuff
2012-07-09
LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)
Derek Schuff
2012-06-16
Guard private fields that are unused in Release builds with #ifndef NDEBUG.
Benjamin Kramer
2012-04-09
Typo.
Eric Christopher
2011-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-08-12
Constify.
Devang Patel
2011-08-12
Use ArrayRef.
Devang Patel
2011-08-12
A virtual destructor for the class with virtual methods!
Nick Lewycky
2011-08-10
Stay within 80 columns.
Devang Patel
2011-08-10
Provide utility to extract and use lexical scoping information from machine i...
Devang Patel