llvm-6502/lib
Misha Brukman 87e369d221 Cleaned up the code: factored out switch/case into a separate function, put
constants in an array for quick lookup. Stole the idea from elsewhere in
Jello.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5017 91177308-0d34-0410-b5e6-96231b3b80d8
2002-12-13 12:00:06 +00:00
..
Analysis 'graph' is spelled without a 'c'. 2002-12-12 05:34:10 +00:00
AsmParser Ignore generated files Lexer.cpp and llvmAsmParser.* 2002-12-02 21:14:54 +00:00
Bytecode - Eliminated the deferred symbol table stuff in Module & Function, it really 2002-11-20 18:36:02 +00:00
CodeGen Need to insert all moves due to PHI nodes before *ALL* jumps in a predecessor 2002-12-13 11:55:59 +00:00
ExecutionEngine Namespacify more 2002-12-08 06:01:34 +00:00
Linker Fix big bug introduced with symbol table changes 2002-12-03 18:32:30 +00:00
Support Add peak memory usage measurement capability 2002-11-18 21:47:09 +00:00
Target Cleaned up the code: factored out switch/case into a separate function, put 2002-12-13 12:00:06 +00:00
Transforms External routines used to identify Cilk operations inserted by the 2002-12-10 13:08:48 +00:00
VMCore Fix big bug introduced with symbol table changes 2002-12-03 18:32:30 +00:00
Makefile