This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2024-11-07 12:07:17 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
9a7c743fc0
llvm-6502
/
test
/
Transforms
/
ScalarRepl
History
Devang Patel
4afc90dacf
Enable scalar replacement of AllocaInst whose one of the user is dbg info.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@64207
91177308-0d34-0410-b5e6-96231b3b80d8
2009-02-10 07:00:59 +00:00
..
2003-05-29-ArrayFail.ll
this produces an undefined result, just check that the alloca is gone
2009-02-03 18:13:00 +00:00
2003-05-30-InvalidIndices.ll
2003-05-30-MultiLevel.ll
2003-09-12-IncorrectPromote.ll
2003-10-29-ArrayProblem.ll
2005-12-14-UnionPromoteCrash.ll
2006-01-24-IllegalUnionPromoteCrash.ll
2006-04-20-PromoteCrash.ll
2006-10-23-PointerUnionCrash.ll
2006-11-07-InvalidArrayPromote.ll
Simplify and generalize the SROA "convert to scalar" transformation to
2009-01-31 02:28:54 +00:00
2006-12-11-SROA-Crash.ll
2007-03-19-CanonicalizeMemcpy.ll
2007-05-24-LargeAggregate.ll
2007-05-29-MemcpyPreserve.ll
2007-11-03-bigendian_apint.ll
2008-01-29-PromoteBug.ll
2008-02-28-SubElementExtractCrash.ll
2008-06-05-loadstore-agg.ll
2008-06-22-LargeArray.ll
2008-08-22-out-of-range-array-promote.ll
2008-09-22-vector-gep.ll
Allow scalarrepl to treat an all-zero GEP just as bitcast.
2008-10-06 16:23:31 +00:00
2009-01-09-scalarrepl-empty.ll
Fix PR3304
2009-01-09 18:18:43 +00:00
2009-02-02-ScalarPromoteOutOfRange.ll
Fix a bug which caused us to miscompile a couple of Ada
2009-02-02 18:02:59 +00:00
2009-02-05-LoadFCA.ll
fix PR3489, use bits instead of bytes.
2009-02-06 04:34:07 +00:00
AggregatePromote.ll
arraytest.ll
badarray.ll
add another case of undefined behavior without crashing, PR3466.
2009-02-03 07:08:57 +00:00
basictest.ll
bitfield-sroa.ll
Simplify and generalize the SROA "convert to scalar" transformation to
2009-01-31 02:28:54 +00:00
copy-aggregate.ll
This implements the second half of the fix for PR3290, handling
2009-01-08 05:42:05 +00:00
debuginfo.ll
Enable scalar replacement of AllocaInst whose one of the user is dbg info.
2009-02-10 07:00:59 +00:00
dg.exp
DifferingTypes.ll
load-store-aggregate.ll
memcpy-from-global.ll
memset-aggregate-byte-leader.ll
memset-aggregate.ll
Teach ConvertUsesToScalar to handle memset, allowing it to handle
2009-02-03 02:01:43 +00:00
not-a-vector.ll
Make SROA produce a vector only when the alloca is actually
2009-02-03 18:15:05 +00:00
phinodepromote.ll
select_promote.ll
sroa_two.ll
sroa-fca.ll
teach "convert from scalar" to handle loads of fca's.
2009-02-03 21:08:45 +00:00
union-fp-int.ll
union-packed.ll
union-pointer.ll
vector_promote.ll
rearrange how SRoA handles promotion of allocas to vectors.
2009-02-03 01:30:09 +00:00
volatile.ll
Fix some issues with volatility, move "CanConvertToScalar" check
2009-01-28 20:16:43 +00:00