llvm-6502/lib/Transforms
Nick Lewycky dbeecede80 Teach DAE that even though it can't modify the function signature of an
externally visible function, it can still find all callers of it and replace
the parameters to a dead argument with undef.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94322 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-23 19:19:34 +00:00
..
Hello Stop building RTTI information for *most* llvm libraries. Notable 2010-01-22 06:49:46 +00:00
InstCombine implement a simple instcombine xform that has been in the 2010-01-23 18:49:30 +00:00
Instrumentation Stop building RTTI information for *most* llvm libraries. Notable 2010-01-22 06:49:46 +00:00
IPO Teach DAE that even though it can't modify the function signature of an 2010-01-23 19:19:34 +00:00
Scalar add an early out to ProcessBranchOnXOR to speed it up, 2010-01-23 19:16:25 +00:00
Utils In mem2reg, for all alloca/stores that get promoted where the alloca has an associated llvm.dbg.declare instrinsic, insert an llvm.dbg.var intrinsic before each store 2010-01-23 00:17:34 +00:00
Makefile move instcombine to its own library, it's past time. 2010-01-04 06:23:24 +00:00