IR: Split Metadata from Value
[oota-llvm.git] / include / llvm / CodeGen / LexicalScopes.h
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value
2014-10-23 David Blaikie[DebugInfo] Remove LexicalScopes::isCurrentFunctionScop...
2014-08-21 Craig TopperRepace SmallPtrSet with SmallPtrSetImpl in function...
2014-08-18 Craig TopperRevert "Repace SmallPtrSet with SmallPtrSetImpl in...
2014-08-17 Craig TopperRepace SmallPtrSet with SmallPtrSetImpl in function...
2014-06-04 David BlaikieDebugInfo: Reapply r209984 (reverted in r210143), asser...
2014-05-14 David BlaikieRecommit r208506: DebugInfo: Include lexical scopes...
2014-05-12 David BlaikieRevert "DebugInfo: Include lexical scopes in inlined...
2014-05-11 David BlaikieDebugInfo: Include lexical scopes in inlined subroutines.
2014-05-08 David BlaikieReapply r207876 (Try simplifying LexicalScopes ownershi...
2014-05-06 David BlaikieRevert "Try simplifying LexicalScopes ownership again."
2014-05-06 David BlaikieUpdate comment from a recent commit.
2014-05-02 David BlaikieTry simplifying LexicalScopes ownership again.
2014-05-01 Richard SmithSpeculatively roll back r207724-r207726, which are...
2014-04-30 David BlaikieLexicalScopes: Use unique_ptr to manage ownership of...
2014-04-30 David BlaikieLexicalScopes: use unique_ptr to own LexicalScope objects.
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-05 Chandler Carruth[Layering] Move DebugLoc.h into the IR library. The...
2014-03-04 Chandler Carruth[Modules] Move ValueHandle 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-03 Craig TopperReturn SmallVectorImpl& instead of SmallVector& in...
2013-07-03 Craig TopperAdd a space between type and variable name. No function...
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 CarruthSort the #include lines for the include/... tree with...
2012-06-16 Benjamin KramerGuard private fields that are unused in Release builds...
2012-04-09 Eric ChristopherTypo.
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-08-12 Devang PatelConstify.
2011-08-12 Devang PatelUse ArrayRef.
2011-08-12 Nick LewyckyA virtual destructor for the class with virtual methods!
2011-08-10 Devang PatelStay within 80 columns.
2011-08-10 Devang PatelProvide utility to extract and use lexical scoping...