aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/StripSymbols
AgeCommit message (Expand)Author
2013-01-01Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko
2012-12-30Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2011-08-03fix PR10286, a problem with the .ll printer handling block addresses that are...Chris Lattner
2010-08-25DIGlobalVariable can be used to encode debug info for globals that are direc...Devang Patel
2010-07-01Prevent test from hanging waiting for input.Dale Johannesen
2010-07-01Debugging infomration is encoded in llvm IR using metadata. This is designedDevang Patel
2010-06-30Remove all debug info related named mdnodes.Devang Patel
2009-09-09Update test.Daniel Dunbar
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2008-05-20sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif
2008-05-20Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif
2008-01-16Do not strip llvm.used values.Devang Patel