Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / test / Transforms / StripSymbols /
2015-11-05 Peter CollingbourneDI: Reverse direction of subprogram -> function edge.
2015-08-28 Duncan P. N. Exon... DI: Require subprogram definitions to be distinct
2015-08-22 David BlaikieUpdate test case so it passes the verifier
2015-08-03 Duncan P. N. Exon... DI: Disallow uniquable DICompileUnits
2015-07-31 Duncan P. N. Exon... DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
2015-07-24 Duncan P. N. Exon... DI/Verifier: Fix argument bitrot in DILocalVariable
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-03-27 Duncan P. N. Exon... DebugInfo: Fix bad debug info for compile units and...
2015-03-15 Duncan P. N. Exon... Verifier: Check debug info intrinsic arguments
2015-03-03 Duncan P. N. Exon... DebugInfo: Move new hierarchy into place
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-01-14 Duncan P. N. Exon... IR: Move MDLocation into place
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
2014-10-03 Duncan P. N. Exon... Revert "Revert "DI: Fold constant arguments into a...
2014-10-02 Duncan P. N. Exon... Revert "DI: Fold constant arguments into a single MDString"
2014-10-02 Duncan P. N. Exon... DI: Fold constant arguments into a single MDString
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-10-01 Adrian PrantlRevert r218778 while investigating buldbot breakage.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-02-27 Eric ChristopherAdd a debug info code generation level to the compile...
2013-11-22 Manman RenDebug Info: update testing cases to specify the debug...
2013-08-29 Daniel DunbarFix a test to not fail for users with my name. :)
2013-08-26 Manman RenDebug Info: add an identifier field to DICompositeType.
2013-08-23 Michael GottesmanFilecheckize some tests.
2013-08-23 Michael GottesmanUpdate StripDeadDebugInfo to use DebugInfoFinder so...
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-08-06 Manman RenDebug Info Finder|Verifier: handle DbgLoc attached...
2013-08-02 Eric ChristopherTemporarily revert "Debug Info Finder|Verifier: handle...
2013-08-01 Manman RenDebug Info Finder|Verifier: handle DbgLoc attached...
2013-07-27 Manman RenDebug Info Verifier: verify SPs in llvm.dbg.sp.
2013-07-25 Manman RenDebug Info: improve the verifier to check field types.
2013-07-24 Manman RenDebug Info: improve the Finder.
2013-01-01 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2012-12-30 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2011-08-03 Chris Lattnerfix PR10286, a problem with the .ll printer handling...
2010-08-25 Devang PatelDIGlobalVariable can be used to encode debug info for...
2010-07-01 Dale JohannesenPrevent test from hanging waiting for input.
2010-07-01 Devang PatelDebugging infomration is encoded in llvm IR using metad...
2010-06-30 Devang PatelRemove all debug info related named mdnodes.
2009-09-09 Daniel DunbarUpdate test.
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2008-05-20 Gabor Greifsabre brings to my attention that the 'tr' suffix is...
2008-05-20 Gabor GreifRename the last test with .llx extension to .ll, resolv...
2008-01-16 Devang PatelDo not strip llvm.used values.