[Layering] Move DebugInfo.h into the IR library where its implementation
[oota-llvm.git] / lib / CodeGen / LexicalScopes.cpp
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...
2013-11-20 Eric ChristopherRemove capability for polymorphic destruction from...
2013-11-20 Eric ChristopherFormatting, 80-col, trailing whitespace.
2013-07-25 Adrian Prantltypo.
2013-07-03 Craig TopperUse SmallVectorImpl::iterator/const_iterator instead...
2013-07-03 Craig TopperReturn SmallVectorImpl& instead of SmallVector& in...
2013-02-02 Manman RenCorrect indentation for dumping LexicalScope.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-06-28 Bill WendlingMove lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo...
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-10-13 Eric ChristopherDon't forget to reconstruct D after changing the scope...
2011-10-11 Eric ChristopherAdd a new wrapper node for a DILexicalBlock that encaps...
2011-08-12 Devang PatelProvide fast path as Jakob suggested.
2011-08-10 Devang PatelStay within 80 columns.
2011-08-10 Devang PatelProvide utility to extract and use lexical scoping...