llvm-6502/lib/Transforms
Bill Wendling 98bda3dfef Add 'landingpad' instructions to the list of instructions to ignore.
Also combine the code in the 'assert' statement.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156155 91177308-0d34-0410-b5e6-96231b3b80d8
2012-05-04 04:22:32 +00:00
..
Hello
InstCombine remove calls to calloc if the allocated memory is not used (it was already being done for malloc) 2012-05-03 22:08:19 +00:00
Instrumentation [tsan] typo and style (thanks to Nick Lewycky) 2012-05-02 13:12:19 +00:00
IPO Add a Fixme. 2012-04-16 04:23:52 +00:00
Scalar Add 'landingpad' instructions to the list of instructions to ignore. 2012-05-04 04:22:32 +00:00
Utils Factor the logic for testing whether a basic block is viable for code 2012-05-03 22:26:53 +00:00
Vectorize Don't vectorize target-specific types (ppc_fp128, x86_fp80, etc.). 2012-04-27 19:34:00 +00:00
CMakeLists.txt Add a basic-block autovectorization pass. 2012-02-01 03:51:43 +00:00
LLVMBuild.txt Add a basic-block autovectorization pass. 2012-02-01 03:51:43 +00:00
Makefile Add a basic-block autovectorization pass. 2012-02-01 03:51:43 +00:00