llvm-6502/lib
Mikhail Glushenkov 1afba8e474 Implement order-preserving option forwarding.
Needed to correctly handle things like 'llvmc -framework Foo foo.o -framework
Bar bar.o' - before this commit all '-framework' options would've been grouped
together in the beginning.

Due to our dependence on CommandLine this turned out to be a giant hack; we will
migrate away from CommandLine eventually.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96922 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-23 09:04:57 +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 Implement order-preserving option forwarding. 2010-02-23 09:04:57 +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