summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/LexicalScopes.h
Commit message (Expand)AuthorAge
* Correct indentation for dumping LexicalScope.Manman Ren2013-02-02
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Guard private fields that are unused in Release builds with #ifndef NDEBUG.Benjamin Kramer2012-06-16
* Typo.Eric Christopher2012-04-09
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* Constify.Devang Patel2011-08-12
* Use ArrayRef.Devang Patel2011-08-12
* A virtual destructor for the class with virtual methods!Nick Lewycky2011-08-12
* Stay within 80 columns.Devang Patel2011-08-10
* Provide utility to extract and use lexical scoping information from machine i...Devang Patel2011-08-10