1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 22:42:52 +01:00
llvm-mirror/lib
Vikram S. Adve 4bdadf3b6f Several fixes:
(1) Avoid hard-coding some register numbers.
(2) Fix some incorrect branch opcodes.
(3) Don't try to move int register to float register!
(4) If an operand being forwarded is a constant and it doesn't fit
    into the immed field of the copy machine instruction, then
    generate a load-constant instead of a copy.
(5) Use (unsigned long) 0 for copying a pointer via "add 0, ptr -> ptr2".

llvm-svn: 683
2001-10-01 00:12:53 +00:00
..
Analysis *** empty log message *** 2001-09-30 23:28:04 +00:00
AsmParser Implement constant pointers, and null specifically in the parser, bytecode writer, and 2001-09-30 22:46:54 +00:00
Bytecode Implement constant pointers, and null specifically in the parser, bytecode writer, and 2001-09-30 22:46:54 +00:00
CodeGen removing phy regaloc - incorrect file 2001-09-30 23:52:14 +00:00
ExecutionEngine File #include file 2001-09-28 22:56:43 +00:00
Support Clean up Type class by removing mutable ConstRules member and use annotations insead 2001-09-09 21:02:38 +00:00
Target Several fixes: 2001-10-01 00:12:53 +00:00
Transforms Pull iterators out of CFG.h and CFGdecls and put them in Support directory 2001-09-28 22:56:31 +00:00
VMCore Implement a constant pointer value 2001-09-30 20:14:07 +00:00
Makefile Move the sparc target to a new lib/Target directory 2001-09-14 03:55:11 +00:00