llvm-6502/lib
Mikhail Glushenkov a34f97ab22 Correct option forwarding: initial implementation.
Does not work, but the infrastructure changes are in place.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96920 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-23 09:04:44 +00:00
..
Analysis Canonicalize ConstantInts to the right operand of commutative 2010-02-22 22:43:23 +00:00
Archive From PR6228: 2010-02-04 06:19:43 +00:00
AsmParser Introduce isOpaqueTy and use it rather than isa<OpaqueType>. Also, move some 2010-02-16 14:50:09 +00:00
Bitcode There are two ways of checking for a given type, for example isa<PointerType>(T) 2010-02-16 11:11:14 +00:00
CodeGen Dead code elimination 2010-02-23 00:28:53 +00:00
CompilerDriver Correct option forwarding: initial implementation. 2010-02-23 09:04:44 +00:00
ExecutionEngine There are two ways of checking for a given type, for example isa<PointerType>(T) 2010-02-16 11:11:14 +00:00
Linker Introduce isOpaqueTy and use it rather than isa<OpaqueType>. Also, move some 2010-02-16 14:50:09 +00:00
MC MC/Mach-O: Remove non-sensical comment, and add a missing AddValueSymbols call. 2010-02-22 22:08:57 +00:00
Support Fix viewCFG on Linux. 2010-02-23 00:04:53 +00:00
System follow-on to PR6280 2010-02-14 18:20:09 +00:00
Target disable two patterns that are using non-sensical result pattern types. 2010-02-23 07:21:15 +00:00
Transforms Update memdep when load PRE inserts a new load, and add some debug output. 2010-02-23 05:55:00 +00:00
VMCore Canonicalize ConstantInts to the right operand of commutative 2010-02-22 22:43:23 +00:00
Makefile remove llvm-db: it is completely broken and if anyone wants to do a debugger, 2009-10-05 02:29:51 +00:00