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