llvm-6502/lib
Chris Lattner e58a780166 Intrinsics that just load from memory can be treated like loads: they don't
have to serialize against each other.  This allows us to schedule lvx's
across each other, for example.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27346 91177308-0d34-0410-b5e6-96231b3b80d8
2006-04-02 03:41:14 +00:00
..
Analysis Fix Transforms/IndVarsSimplify/2006-03-31-NegativeStride.ll and 2006-04-01 04:48:52 +00:00
Archive
AsmParser Add new generated files. 2006-03-23 23:48:12 +00:00
Bytecode
CodeGen Intrinsics that just load from memory can be treated like loads: they don't 2006-04-02 03:41:14 +00:00
Debugger Handle new forms of llvm.dbg intrinsics. 2006-03-23 18:06:46 +00:00
ExecutionEngine Get JIT/Interpreter working on Windows again. 2006-03-24 02:53:49 +00:00
Linker
Support
System
Target New note 2006-04-02 01:47:20 +00:00
Transforms Adjust to change in Intrinsics.gen interface. 2006-04-02 03:35:01 +00:00
VMCore Constant fold casts from things like <4 x int> -> <4 x uint>, likewise int<->fp. 2006-04-02 01:38:28 +00:00
Makefile