Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / lib / CodeGen / LiveDebugVariables.h
2015-11-07 Yaron KerenErase unused FunctionDIs variables after r252219.
2015-07-01 Benjamin Kramer[CodeGen] Reduce visibility of implementation details
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-17 Duncan P. N. Exon... DebugInfo: Remove DIDescriptor from the DebugInfo API
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-07-25 David BlaikieRecommit r212203: Don't try to construct debug LexicalS...
2014-07-21 David BlaikieRevert "Recommit r212203: Don't try to construct debug...
2014-07-09 David BlaikieRecommit r212203: Don't try to construct debug LexicalS...
2014-07-03 Eric ChristopherTemporarily revert "Don't try to construct debug Lexica...
2014-07-02 David BlaikieDon't try to construct debug LexicalScopes hierarchy...
2014-03-07 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2013-09-11 Benjamin KramerRevert "Give internal classes hidden visibility."
2013-09-11 Benjamin KramerGive internal classes hidden visibility.
2013-08-14 Mark LaceyTrack new virtual registers by register number.
2013-02-13 Manman RenClean up LDV, no functionality change.
2013-02-13 Manman RenDebug Info: LiveDebugVarible can remove DBG_VALUEs...
2011-05-06 Jakob Stoklund OlesenUpdate LiveDebugVariables after live range splitting.
2010-12-03 Jakob Stoklund OlesenEmit DBG_VALUE instructions from LiveDebugVariables.
2010-12-02 Jakob Stoklund OlesenUpdate LiveDebugVariables during coalescing.
2010-12-02 Jakob Stoklund OlesenImplement the first half of LiveDebugVariables.
2010-11-30 Jakob Stoklund OlesenStub out a new LiveDebugVariables pass.