This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
1761824d72fd5d4c97a444559cd96e8a0064a45b
clang-p2996
/
llvm
/
test
/
Transforms
/
DeadArgElim
History
Stephen Lin
2e551adcd9
DeadArgumentElimination: keep return value on functions that have a live argument with the 'returned' attribute (rather than generate invalid IR); however, if both can be eliminated, both will be
...
llvm-svn: 185290
2013-06-30 20:26:21 +00:00
..
2006-06-27-struct-ret.ll
…
2007-02-07-FuncRename.ll
…
2007-10-18-VarargsReturn.ll
…
2007-12-20-ParamAttrs.ll
Use references to attribute groups on the call/invoke instructions.
2013-02-22 09:09:42 +00:00
2008-01-16-VarargsParamAttrs.ll
…
2008-06-23-DeadAfterLive.ll
…
2009-03-17-MRE-Invoke.ll
…
2010-04-30-DbgInfo.ll
Use references to attribute groups on the call/invoke instructions.
2013-02-22 09:09:42 +00:00
2013-05-17-VarargsAndBlockAddress.ll
Fix DeleteDeadVarargs not to crash on functions referenced by BlockAddresses
2013-06-13 19:51:17 +00:00
basictest.ll
…
canon.ll
…
dbginfo.ll
Revert "Revert "PR14606: debug info imported_module support""
2013-04-22 06:12:31 +00:00
dead_vaargs.ll
…
deadexternal.ll
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID
2012-12-30 01:28:40 +00:00
deadretval2.ll
…
deadretval.ll
…
keepalive.ll
Modify the LLVM assembly output so that it uses references to represent function attributes.
2013-02-20 07:21:42 +00:00
lit.local.cfg
…
multdeadretval.ll
…
returned.ll
DeadArgumentElimination: keep return value on functions that have a live argument with the 'returned' attribute (rather than generate invalid IR); however, if both can be eliminated, both will be
2013-06-30 20:26:21 +00:00
variadic_safety.ll
Make DeadArgumentElimination more conservative on variadic functions
2013-06-09 02:17:27 +00:00