llvm-6502/lib
Chris Lattner b8efa6b475 Fix a bug I introduced in the ppc refactoring, which caused long
branches to be emitted as:

 	bne cr0, 2
instead of:
 	bne cr0, $+8



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119317 91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-16 01:45:05 +00:00
..
Analysis Teach InstructionSimplify the trick of skipping incoming phi 2010-11-15 17:52:45 +00:00
Archive
AsmParser
Bitcode
CodeGen Remember to resize SpillSlotToUsesMap when allocating an emergency spill slot. 2010-11-16 00:41:01 +00:00
CompilerDriver
ExecutionEngine
Linker
MC Fix compiler warnigns. 2010-11-15 19:20:50 +00:00
Object Object: Get rid of sys::Path, Triple, and cleanup namespace. 2010-11-16 01:06:51 +00:00
Support
System
Target Fix a bug I introduced in the ppc refactoring, which caused long 2010-11-16 01:45:05 +00:00
Transforms If dom tree information is available, make it possible to pass 2010-11-14 18:36:10 +00:00
VMCore If dom tree information is available, make it possible to pass 2010-11-14 18:36:10 +00:00
Makefile Add LLVMObject Library. 2010-11-15 03:21:41 +00:00