llvm-6502/lib
Nate Begeman 7bfba7d5e3 Implement multi-way branches through logical ops on condition registers.
This can generate considerably shorter code, reducing the size of crafty
by almost 1%.  Also fix the printing of mcrf.  The code is currently
disabled until it gets a bit more testing, but should work as-is.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21298 91177308-0d34-0410-b5e6-96231b3b80d8
2005-04-14 09:45:08 +00:00
..
Analysis Fix a crash analyzing MultiSource/Benchmarks/MallocBench/gs 2005-04-12 03:59:27 +00:00
Archive
AsmParser
Bytecode
CodeGen Add a couple missing transforms in getSetCC that were triggering assertions 2005-04-14 08:56:52 +00:00
Debugger
ExecutionEngine
Linker
Support
System Eliminate tabs 2005-04-11 03:44:22 +00:00
Target Implement multi-way branches through logical ops on condition registers. 2005-04-14 09:45:08 +00:00
Transforms Get rid of this for_each loop 2005-04-12 18:51:33 +00:00
VMCore add an argument to allow avoiding deleting phi nodes. 2005-04-12 18:52:14 +00:00
Makefile