llvm-6502/lib
Chris Lattner 8f4880be66 Lowering of sdiv X, pow2 was broken, this fixes it. This patch is written
by Nate, I'm just committing it for him.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26230 91177308-0d34-0410-b5e6-96231b3b80d8
2006-02-16 08:02:36 +00:00
..
Analysis add an assert 2006-02-14 20:14:17 +00:00
Archive
AsmParser Convert this over to work with the new makefiles 2006-02-15 07:22:58 +00:00
Bytecode Fix auto-upgrade of intrinsics to work properly with both assembly and 2006-01-27 11:49:27 +00:00
CodeGen Lowering of sdiv X, pow2 was broken, this fixes it. This patch is written 2006-02-16 08:02:36 +00:00
Debugger
ExecutionEngine simplify this code now that each constant pool entry is not separately allocated 2006-02-09 04:49:59 +00:00
Linker Rename method 2006-01-24 04:14:29 +00:00
Support Let bugpoint work on sparc with v9 instructions enabled. 2006-02-04 05:02:27 +00:00
System Add AddSymbol() method to DynamicLibrary to work around Windows limitation 2006-01-30 04:33:51 +00:00
Target Use movaps / movapd (instead of movss / movsd) to do FR32 / FR64 reg to reg 2006-02-16 01:50:02 +00:00
Transforms Fix VC++ warning. 2006-02-16 04:07:37 +00:00
VMCore Another work around for the 'symbols with different types can have the same 2006-02-13 21:43:26 +00:00
Makefile