aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/LexicalScopes.cpp
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-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-06-28Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-10-13Don't forget to reconstruct D after changing the scope that we'reEric Christopher
2011-10-11Add a new wrapper node for a DILexicalBlock that encapsulates it and aEric Christopher
2011-08-12Provide fast path as Jakob suggested.Devang Patel
2011-08-10Stay within 80 columns.Devang Patel
2011-08-10Provide utility to extract and use lexical scoping information from machine i...Devang Patel