llvm-6502/lib
Chris Lattner 337772832b When we code extract some stuff, leave the codeRepl block in the place where
the extracted code was, instead of putting it at the end of the function


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15716 91177308-0d34-0410-b5e6-96231b3b80d8
2004-08-13 03:17:39 +00:00
..
Analysis Add standard print/dump methods to CallGraph classes. 2004-08-08 03:27:49 +00:00
Archive Add #include <iostream> which is needed now that Value.h doesn't include it 2004-07-04 11:01:27 +00:00
AsmParser Merge i*.h headers into Instructions.h as part of bug403. 2004-07-29 12:17:34 +00:00
Bytecode Turn a use of intptr_t into a reinterpret_cast<uint64_t> instead to get 2004-08-04 22:56:46 +00:00
CodeGen Split saveCallerSavedRegisters into two methods for clarity, and add comments. 2004-08-12 19:01:14 +00:00
Debugger Header moved 2004-07-29 17:15:38 +00:00
ExecutionEngine Stop using getValues(). 2004-08-04 08:44:43 +00:00
Linker Fix another minor problem that exists if you ahve multiple functions with 2004-08-04 22:39:54 +00:00
Support It is not possible to catch SIGKILL, don't bother trying. 2004-08-04 18:14:24 +00:00
System A description of what this library is about, reference to the documentation 2004-07-18 22:33:08 +00:00
Target Longs are in one register on PowerPC 64; use appropriate instructions to operate on them. 2004-08-13 02:20:47 +00:00
Transforms When we code extract some stuff, leave the codeRepl block in the place where 2004-08-13 03:17:39 +00:00
VMCore Split assertion to two in order to give better assertion messages. 2004-08-06 14:33:37 +00:00
Makefile CBackend is no longer here 2004-02-13 23:29:37 +00:00