aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/LexicalScopes.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-04-22[Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-1/+2
2014-04-14[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper1-14/+14
2014-03-06[Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth1-1/+1
2013-11-20Remove capability for polymorphic destruction from LexicalScopeEric Christopher1-6/+5
2013-11-20Formatting, 80-col, trailing whitespace.Eric Christopher1-37/+36
2013-07-25typo.Adrian Prantl1-1/+1
2013-07-03Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper1-2/+2
2013-07-03Return SmallVectorImpl& instead of SmallVector& in a couple places to avoid h...Craig Topper1-2/+2
2013-02-02Correct indentation for dumping LexicalScope.Manman Ren1-8/+6
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-1/+1
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-2/+2
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