summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/LexicalScopes.h
Commit message (Expand)AuthorAge
* DebugInfo: Reapply r209984 (reverted in r210143), asserting that abstract Dbg...David Blaikie2014-06-04
* Recommit r208506: DebugInfo: Include lexical scopes in inlined subroutines.David Blaikie2014-05-14
* Revert "DebugInfo: Include lexical scopes in inlined subroutines."David Blaikie2014-05-12
* DebugInfo: Include lexical scopes in inlined subroutines.David Blaikie2014-05-11
* Reapply r207876 (Try simplifying LexicalScopes ownership again) including a w...David Blaikie2014-05-08
* Revert "Try simplifying LexicalScopes ownership again."David Blaikie2014-05-06
* Update comment from a recent commit.David Blaikie2014-05-06
* Try simplifying LexicalScopes ownership again.David Blaikie2014-05-02
* Speculatively roll back r207724-r207726, which are code cleanup changes andRichard Smith2014-05-01
* LexicalScopes: Use unique_ptr to manage ownership of abstract LexicalScopes.David Blaikie2014-04-30
* LexicalScopes: use unique_ptr to own LexicalScope objects.David Blaikie2014-04-30
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-14
* [Layering] Move DebugLoc.h into the IR library. The implementationChandler Carruth2014-03-05
* [Modules] Move ValueHandle into the IR library where Value itself lives.Chandler Carruth2014-03-04
* Remove capability for polymorphic destruction from LexicalScopeEric Christopher2013-11-20
* Formatting, 80-col, trailing whitespace.Eric Christopher2013-11-20
* Return SmallVectorImpl& instead of SmallVector& in a couple places to avoid h...Craig Topper2013-07-03
* Add a space between type and variable name. No functional change.Craig Topper2013-07-03
* Correct indentation for dumping LexicalScope.Manman Ren2013-02-02
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Guard private fields that are unused in Release builds with #ifndef NDEBUG.Benjamin Kramer2012-06-16
* Typo.Eric Christopher2012-04-09
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* Constify.Devang Patel2011-08-12
* Use ArrayRef.Devang Patel2011-08-12
* A virtual destructor for the class with virtual methods!Nick Lewycky2011-08-12
* Stay within 80 columns.Devang Patel2011-08-10
* Provide utility to extract and use lexical scoping information from machine i...Devang Patel2011-08-10