- cfd17dd Revert "Reapply "DebugInfo: Ensure that all debug location scope chains from instructions within a function, lead to the function itself."""" by Eric Christopher · 11 years ago
- 5450240 Reapply "DebugInfo: Ensure that all debug location scope chains from instructions within a function, lead to the function itself.""" by David Blaikie · 11 years ago
- de1e1a6 Revert "Reapply "DebugInfo: Ensure that all debug location scope chains from instructions within a function, lead to the function itself."" by David Blaikie · 11 years ago
- 3ca92d2 Reapply "DebugInfo: Ensure that all debug location scope chains from instructions within a function, lead to the function itself." by David Blaikie · 11 years ago
- 9a0f794 Revert "DebugInfo: Ensure that all debug location scope chains from instructions within a function, lead to the function itself." by David Blaikie · 11 years ago
- 9408f52 DebugInfo: Ensure that all debug location scope chains from instructions within a function, lead to the function itself. by David Blaikie · 11 years ago
- c8caa17 Revert "DebugInfo: Ensure that all debug location scope chains from instructions within a function, lead to the function itself." by David Blaikie · 11 years ago
- b89e6d9 DebugInfo: Ensure that all debug location scope chains from instructions within a function, lead to the function itself. by David Blaikie · 11 years ago
- dada538 Revert "Revert "Revert "PR20038: DebugInfo: Inlined call sites where the caller has debug info but the call itself has no debug location.""" by David Blaikie · 11 years ago
- 8832992 Revert "Revert "PR20038: DebugInfo: Inlined call sites where the caller has debug info but the call itself has no debug location."" by David Blaikie · 11 years ago
- 2952956 Revert "PR20038: DebugInfo: Inlined call sites where the caller has debug info but the call itself has no debug location." by David Blaikie · 11 years ago
- 4425845 PR20038: DebugInfo: Inlined call sites where the caller has debug info but the call itself has no debug location. by David Blaikie · 11 years ago
- ea86226 DebugInfo: Fix inlining with #file directives a little harder by David Blaikie · 11 years ago
- 9b8c8cd Recommit r208506: DebugInfo: Include lexical scopes in inlined subroutines. by David Blaikie · 11 years ago
- 290e228 Revert "DebugInfo: Include lexical scopes in inlined subroutines." by David Blaikie · 11 years ago
- 9576766 DebugInfo: Include lexical scopes in inlined subroutines. by David Blaikie · 11 years ago
- 2f143e0 Reapply r207876 (Try simplifying LexicalScopes ownership again) including a workaround for an MSVC2012 bug regarding forward_as_tuple by David Blaikie · 11 years ago
- 9dabbf6 Revert "Try simplifying LexicalScopes ownership again." by David Blaikie · 12 years ago
- 658a20b Try simplifying LexicalScopes ownership again. by David Blaikie · 12 years ago
- d730500 Speculatively roll back r207724-r207726, which are code cleanup changes and by Richard Smith · 12 years ago
- 6b71cc7 LexicalScopes: Use unique_ptr to manage ownership of abstract LexicalScopes. by David Blaikie · 12 years ago
- 998deda Forgotten reformatting. by David Blaikie · 12 years ago
- b369144 LexicalScopes: use unique_ptr to own LexicalScope objects. by David Blaikie · 12 years ago
- f74bde6 Convert more loops to range-based equivalents by Alexey Samsonov · 12 years ago
- 41b977d Convert several loops over MachineFunction basic blocks to range-based loops by Alexey Samsonov · 12 years ago
- 1b9dde0 [Modules] Remove potential ODR violations by sinking the DEBUG_TYPE by Chandler Carruth · 12 years ago
- c0196b1 [C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr. by Craig Topper · 12 years ago
- 9a4c9e5 [Layering] Move DebugInfo.h into the IR library where its implementation by Chandler Carruth · 12 years ago
- b7dee8a Remove capability for polymorphic destruction from LexicalScope by Eric Christopher · 12 years ago
- 6211e4b Formatting, 80-col, trailing whitespace. by Eric Christopher · 12 years ago
- e4daf52 typo. by Adrian Prantl · 12 years ago
- 24fd7ee Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid specifying the vector size. by Craig Topper · 12 years ago
- 80170e5 Return SmallVectorImpl& instead of SmallVector& in a couple places to avoid having to specify the vector size in multiple places. by Craig Topper · 12 years ago
- e498b25 Correct indentation for dumping LexicalScope. by Manman Ren · 13 years ago
- 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
- ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
- e38859d Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and by Bill Wendling · 13 years ago
- a379b181 Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch by David Blaikie · 14 years ago
- 76933f4 Don't forget to reconstruct D after changing the scope that we're looking at. by Eric Christopher · 14 years ago
- 6647b83 Add a new wrapper node for a DILexicalBlock that encapsulates it and a by Eric Christopher · 14 years ago
- db4374a Provide fast path as Jakob suggested. by Devang Patel · 14 years ago
- 784077e Stay within 80 columns. by Devang Patel · 14 years ago
- e1649c3 Provide utility to extract and use lexical scoping information from machine instructions. by Devang Patel · 14 years ago