llvm-6502/lib
Dan Gohman a363a9b71a Don't unconditionally suppress hoisting of instructions with implicit
defs or uses. The regular def and use checking below covers them, and
can be more precise. It's safe to hoist an instruction with a dead
implicit def if the register isn't live into the loop header.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97352 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-28 00:08:44 +00:00
..
Analysis Make LoopSimplify change conditional branches in loop exiting blocks 2010-02-25 06:57:05 +00:00
Archive
AsmParser
Bitcode Make the side-numbering of instructions used by metadata (which is needed to 2010-02-25 08:30:17 +00:00
CodeGen Don't unconditionally suppress hoisting of instructions with implicit 2010-02-28 00:08:44 +00:00
CompilerDriver Input files with empty suffixes must be passed to linker. 2010-02-23 09:05:21 +00:00
ExecutionEngine
Linker
MC pass in more section kinds, enough to get the .align 0x90 2010-02-26 18:32:26 +00:00
Support Make APFloat's string-parsing routines a bit safer against very large exponents. 2010-02-26 22:20:41 +00:00
System
Target The mayHaveSideEffects flag is no longer used. 2010-02-27 23:47:46 +00:00
Transforms fix grammaro's pointed out by daniel 2010-02-27 07:50:40 +00:00
VMCore Add type printing for Metadata pseudo. 2010-02-26 19:38:59 +00:00
Makefile