llvm-6502/lib
Chris Lattner 797249bc13 Instcombine cast (getelementptr Ptr, 0, 0, 0) to ... into: cast Ptr to ...
This fixes type safety problems in a variety of benchmarks that were confusing
DSA.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6837 91177308-0d34-0410-b5e6-96231b3b80d8
2003-06-21 23:12:02 +00:00
..
Analysis * Changes to make NodeType be private to DSNode. 2003-06-19 21:15:11 +00:00
Archive
AsmParser Detemplatize the PATypeHandle class, which was only really instantiated on 'Type'. 2003-06-18 19:22:36 +00:00
Bytecode Detemplatize the PATypeHandle class, which was only really instantiated on 'Type'. 2003-06-18 19:22:36 +00:00
CodeGen Actually, change it to use explicit new/delete, which is more likely to be 2003-06-16 22:29:09 +00:00
ExecutionEngine Add #ifdef hack for MAP_ANONYMOUS being spelled MAP_ANON on some platforms. 2003-06-17 23:14:06 +00:00
Linker
Support Remove usage of sys/unistd.h 2003-06-19 18:42:09 +00:00
Target Minor simplification to 64-bit instsel 2003-06-21 18:15:27 +00:00
Transforms Instcombine cast (getelementptr Ptr, 0, 0, 0) to ... into: cast Ptr to ... 2003-06-21 23:12:02 +00:00
VMCore Remove usage of sys/unistd.h 2003-06-19 18:42:09 +00:00
Makefile