llvm-6502/lib
Misha Brukman 1c514ec89d * Eliminate global base register, r2 is used for that on AIX/PowerPC
* Fix bug from 32-bit PowerPC days of 2-register long split


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15916 91177308-0d34-0410-b5e6-96231b3b80d8
2004-08-19 16:29:25 +00:00
..
Analysis Fix a bug that caused the pass to go into infinite loops on trivial testcases. 2004-08-16 05:38:02 +00:00
Archive
AsmParser Work around PR424 for old c/c++ frontends. 2004-08-17 17:26:41 +00:00
Bytecode Bytecode File Format Changes: 2004-08-17 07:45:14 +00:00
CodeGen Instead of using isDummyPhiInstr, we just compare the opcode with V9::PHI. 2004-08-18 20:04:24 +00:00
Debugger
ExecutionEngine Add a special case for argc,argv 2004-08-16 01:07:04 +00:00
Linker
Support Move these files (which are dependent on VMCore) into VMCore 2004-08-16 19:04:36 +00:00
Target * Eliminate global base register, r2 is used for that on AIX/PowerPC 2004-08-19 16:29:25 +00:00
Transforms Implement test/Regression/Transforms/GlobalConstifier/phi-select.llx 2004-08-14 20:57:17 +00:00
VMCore Check constant expression validity more strictly 2004-08-17 17:28:46 +00:00
Makefile