llvm-6502/lib
Chris Lattner 7e529e4b3c Two minor improvements:
1. Speedup getValueState by having it not consider Arguments.  It's better
    to just add them before we start SCCP'ing.
 2. SCCP can delete the contents of dead blocks.  No really, it's ok!  This
    reduces the size of the IR for subsequent passes, even though
    simplifycfg would do the same job.  In practice, simplifycfg does not
    run until much later than sccp in gccas


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17820 91177308-0d34-0410-b5e6-96231b3b80d8
2004-11-15 05:45:33 +00:00
..
Analysis Make this build in release mode 2004-11-11 22:11:17 +00:00
Archive * Make sure the string table gets read even if there isn't a foreign 2004-11-15 01:40:20 +00:00
AsmParser
Bytecode * Make sure the string table gets read even if there isn't a foreign 2004-11-15 01:40:20 +00:00
CodeGen
Debugger
ExecutionEngine Implement ExecutionEngine::freeMachineCodeForFunction() 2004-11-07 23:58:46 +00:00
Linker Remove a forgotten debug output line. 2004-11-14 23:49:55 +00:00
Support Implement the high level interface to make (de)compression easier. 2004-11-14 22:04:46 +00:00
System Actually get the #include correct so it compiles .. duh. 2004-11-15 04:47:22 +00:00
Target GhostLinkage should not reach asm printing stage 2004-11-14 21:03:49 +00:00
Transforms Two minor improvements: 2004-11-15 05:45:33 +00:00
VMCore Moved to lib/Linker 2004-11-14 22:15:31 +00:00
Makefile Add the Linker library 2004-11-14 21:54:41 +00:00