llvm-6502/lib
Reid Spencer b03de0c780 Several clean ups suggested by Chris: remove tabs, make SlotMachine do lazy
initialization so we don't scan large Modules/Functions needlessly, tighten
up restrictions on what can be put in SlotMachine (no Constants that aren't
GlobalValues).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13796 91177308-0d34-0410-b5e6-96231b3b80d8
2004-05-26 21:56:09 +00:00
..
Analysis Recognize memalign and friends, and handle them specially. 2004-05-25 08:14:52 +00:00
Archive Use the true, decoded name of the archive member in getObjectType. 2004-03-31 19:51:00 +00:00
AsmParser Provide the correct patch for bug 345. The solution is to add a setTypeName 2004-05-26 21:48:31 +00:00
Bytecode Part of bug 122: 2004-05-26 07:37:11 +00:00
CodeGen Adding scheduling class. 2004-05-26 06:27:36 +00:00
Debugger "fix" a nasty race condition 2004-01-14 21:18:03 +00:00
ExecutionEngine Get rid of a wart: useless getFILE function is now a cast macro. 2004-05-25 08:46:15 +00:00
Linker Convert to SymbolTable's new lookup and iteration interfaces. 2004-05-25 08:52:20 +00:00
Support Put SlotTable.h inclusion back at front of list to be coding standards 2004-05-25 20:09:05 +00:00
Target Fix PR344: the incorrect remove was being used. 2004-05-26 17:20:52 +00:00
Transforms Use one destination constructor for the unconditional branch. 2004-05-26 21:38:14 +00:00
VMCore Several clean ups suggested by Chris: remove tabs, make SlotMachine do lazy 2004-05-26 21:56:09 +00:00
Makefile CBackend is no longer here 2004-02-13 23:29:37 +00:00