llvm with tablegen backend for capstone disassembler
Go to file
Bob Wilson d517b52012 Add an option to GVN to remove all partially redundant loads. This is currently
disabled by default.  This divides the existing load PRE code into 2 phases:
first it checks that it is safe to move the load to each of the predecessors
where it is unavailable, and then if it is safe, the code is changed to move
the load.  Radar 7571861.

llvm-svn: 95007
2010-02-01 21:17:14 +00:00
clang Driver/Darwin: Darwin uses -fobjc-legacy-dispatch on ARM. 2010-02-01 21:07:43 +00:00
compiler-rt document runtime support functions 2010-01-22 21:21:14 +00:00
llvm Add an option to GVN to remove all partially redundant loads. This is currently 2010-02-01 21:17:14 +00:00