llvm-6502/lib
Misha Brukman fad4929ee2 * Must save FP registers when calling CompilationCallback(), because FP
registers are global, are NOT windowed, and hence can be clobbered!
* Removed unused register shorthand notations
* Fixed and cleaned up comments in inline assembly


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7853 91177308-0d34-0410-b5e6-96231b3b80d8
2003-08-15 00:26:50 +00:00
..
Analysis Improvement to the previous fix: branch following a delay slot of 2003-08-14 20:45:56 +00:00
Archive
AsmParser
Bytecode
CodeGen Factory methods for function passes now return type FunctionPass *. 2003-08-14 06:09:32 +00:00
ExecutionEngine Implement a _REAL_ memory manager for the code generated by the JIT. This 2003-08-14 18:35:27 +00:00
Linker
Support Add support for reading command line arguments from an environment variable. 2003-08-14 22:00:59 +00:00
Target * Must save FP registers when calling CompilationCallback(), because FP 2003-08-15 00:26:50 +00:00
Transforms Factory methods for function passes now return type FunctionPass *. 2003-08-14 06:09:32 +00:00
VMCore
Makefile