llvm-6502/lib
Mon P Wang e3b3a7241c Added support for overloading intrinsics (atomics) based on pointers
to different address spaces.  This alters the naming scheme for those
intrinsics, e.g., atomic.load.add.i32 => atomic.load.add.i32.p0i32


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54195 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-30 04:36:53 +00:00
..
Analysis Another SCEV issue from PR2607; essentially the same issue, but this 2008-07-30 04:36:32 +00:00
Archive Fold the useful features of alist and alist_node into ilist, and 2008-07-28 21:51:04 +00:00
AsmParser Add vector shifts to the IR, patch by Eli Friedman. 2008-07-29 15:49:41 +00:00
Bitcode
CodeGen More fixes for corner cases when remapping live range indices. 2008-07-30 00:22:56 +00:00
Debugger
ExecutionEngine Fix for PR2578. Do not split off a block whose size is less than FreeRangeHeader::getMinBlockSize(). Patch by Damien. 2008-07-29 07:38:32 +00:00
Linker
Support Fold the useful features of alist and alist_node into ilist, and 2008-07-28 21:51:04 +00:00
System
Target Changed some methods order. 2008-07-29 19:29:50 +00:00
Transforms Add vector shifts to the IR, patch by Eli Friedman. 2008-07-29 15:49:41 +00:00
VMCore Added support for overloading intrinsics (atomics) based on pointers 2008-07-30 04:36:53 +00:00
Makefile