]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - lib/CodeGen/LexicalScopes.cpp
Add an assertion about the integrity of the iterator.
[opencl/llvm.git] / lib / CodeGen / LexicalScopes.cpp
2014-10-10 David BlaikieRevert "DebugInfo: Ensure that all debug location scope...
2014-10-07 David BlaikieDebugInfo: Ensure that all debug location scope chains...
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-08-06 David BlaikieRevert "Reapply "DebugInfo: Ensure that all debug locat...
2014-08-04 David BlaikieReapply "DebugInfo: Ensure that all debug location...
2014-07-18 Eric ChristopherRevert "Reapply "DebugInfo: Ensure that all debug locat...
2014-07-18 David BlaikieReapply "DebugInfo: Ensure that all debug location...
2014-07-11 David BlaikieRevert "Reapply "DebugInfo: Ensure that all debug locat...
2014-07-10 David BlaikieReapply "DebugInfo: Ensure that all debug location...
2014-07-02 David BlaikieRevert "DebugInfo: Ensure that all debug location scope...
2014-07-02 David BlaikieDebugInfo: Ensure that all debug location scope chains...
2014-07-01 David BlaikieRevert "DebugInfo: Ensure that all debug location scope...
2014-07-01 David BlaikieDebugInfo: Ensure that all debug location scope chains...
2014-06-27 David BlaikieRevert "Revert "Revert "PR20038: DebugInfo: Inlined...
2014-06-27 David BlaikieRevert "Revert "PR20038: DebugInfo: Inlined call sites...
2014-06-25 David BlaikieRevert "PR20038: DebugInfo: Inlined call sites where...
2014-06-25 David BlaikiePR20038: DebugInfo: Inlined call sites where the caller...
2014-05-25 David BlaikieDebugInfo: Fix inlining with #file directives a little...
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-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 BlaikieForgotten reformatting.
2014-04-30 David BlaikieLexicalScopes: use unique_ptr to own LexicalScope objects.
2014-04-30 Alexey SamsonovConvert more loops to range-based equivalents
2014-04-30 Alexey SamsonovConvert several loops over MachineFunction basic blocks...
2014-04-22 Chandler Carruth[Modules] Remove potential ODR violations by sinking...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
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 http://llvm.org/docs/CodingStan...
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...