llvm-6502/lib
Evan Cheng 86556a5f42 Rename fcmovae to fcmovnb and fcmova to fcmovnbe (following Intel manual).
Some assemblers can't recognize the aliases.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25494 91177308-0d34-0410-b5e6-96231b3b80d8
2006-01-21 02:55:41 +00:00
..
Analysis
Archive
AsmParser Make sure intrinsic auto-upgrade is invoked correctly. 2006-01-19 01:21:04 +00:00
Bytecode 1. Identify bytecode modules that have upgraded intrinsics by setting a 2006-01-19 07:02:16 +00:00
CodeGen Do some code refactoring on Jim's scheduler in preparation of the new list 2006-01-21 02:32:06 +00:00
Debugger
ExecutionEngine Fixed InitializeMemory to handle ConstantPacked. 2006-01-20 18:18:40 +00:00
Linker add support for ConstantPacked to the linker 2006-01-19 23:15:58 +00:00
Support
System
Target Rename fcmovae to fcmovnb and fcmova to fcmovnbe (following Intel manual). 2006-01-21 02:55:41 +00:00
Transforms ConstantFoldLoadThroughGEPConstantExpr wasn't handling pointers to 2006-01-19 23:53:23 +00:00
VMCore Remove dead expression. 2006-01-20 18:04:43 +00:00
Makefile