aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/LexicalScopes.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling1-1/+1
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie1-0/+2
2011-10-13Don't forget to reconstruct D after changing the scope that we'reEric Christopher1-1/+3
2011-10-11Add a new wrapper node for a DILexicalBlock that encapsulates it and aEric Christopher1-3/+17
2011-08-12Provide fast path as Jakob suggested.Devang Patel1-0/+12
2011-08-10Stay within 80 columns.Devang Patel1-4/+6
2011-08-10Provide utility to extract and use lexical scoping information from machine i...Devang Patel1-0/+305