Make the description of the hotpatch attribute even more generic. Spotted by
[oota-llvm.git] / test / Transforms / SRETPromotion /
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
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-08-07 Matthijs KooijmanAdd a basic test for the SRETPromotion pass.
2008-08-07 Matthijs KooijmanMove two tests from SRETPromotion to Inline, since...
2008-06-05 Matthijs KooijmanLet StructRetPromotion check if all if its users are...
2008-06-05 Matthijs KooijmanLet StructRetPromotion check if it's users are really...
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-03-12 Devang PatelFix attribute handling.
2008-03-10 Devang PatelSimplify
2008-03-07 Devang PatelUpdate inliner to handle functions that return multiple...
2008-03-07 Devang PatelPlace for sret promotion tests.