llvm-6502/lib/Transforms
Chris Lattner b2710041fb teach ipsccp and ipconstprop that a blockaddress doesn't 'take the address' of a function
in a way that should prevent ip constprop.  This allows clang/test/CodeGen/indirect-goto.c
to pass with the new indirect goto lowering.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85709 91177308-0d34-0410-b5e6-96231b3b80d8
2009-11-01 06:11:53 +00:00
..
Hello Use raw_ostream::write_escaped instead of EscapeString. 2009-10-17 20:43:19 +00:00
Instrumentation Remove includes of Support/Compiler.h that are no longer needed after the 2009-10-25 06:57:41 +00:00
IPO teach ipsccp and ipconstprop that a blockaddress doesn't 'take the address' of a function 2009-11-01 06:11:53 +00:00
Scalar teach ipsccp and ipconstprop that a blockaddress doesn't 'take the address' of a function 2009-11-01 06:11:53 +00:00
Utils change llvm::MergeBlockIntoPredecessor to not merge two blocks BB1->BB2 2009-11-01 04:57:33 +00:00
Makefile