llvm-6502/lib
Chris Lattner fb2cb69dc5 * Keep the BBMap around as long as the pass is live
* Change getVarInfo to take real virtual register numbers and offset them
  itself.  This has caused me so much grief, it's not even funny.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6115 91177308-0d34-0410-b5e6-96231b3b80d8
2003-05-12 14:24:00 +00:00
..
Analysis Fix miscompilation in Fhourstones and bug: LICM/2003-05-02-LoadHoist.ll 2003-05-03 03:42:08 +00:00
Archive Fixed 'prevalent'. 2003-04-23 02:59:05 +00:00
AsmParser Add support for the new va_arg instruction 2003-05-08 02:44:12 +00:00
Bytecode Add support for the new va_arg instruction 2003-05-08 02:44:12 +00:00
CodeGen * Keep the BBMap around as long as the pass is live 2003-05-12 14:24:00 +00:00
ExecutionEngine Make sure that globals are emitted AFTER the passmanager is set up for the JIT, 2003-05-12 02:14:34 +00:00
Linker Fix Bug: Linker/2003-04-23-LinkOnceLost.ll 2003-04-23 18:38:39 +00:00
Support Add a new info-output-file option (hidden from --help) which is to be used by 2003-05-09 20:05:44 +00:00
Target Do not insert multiple initializations for the same value in a PHI node 2003-05-12 14:22:21 +00:00
Transforms Handle va_arg instruction correctly 2003-05-08 02:50:13 +00:00
VMCore llvm.va_start only takes on argument now 2003-05-08 15:55:31 +00:00
Makefile Compile sub-directories in parallel, because they don't have interdependencies 2002-09-18 03:25:58 +00:00