llvm-6502/lib
Chris Lattner efcddc3325 add a simple dag combine to replace trivial shl+lshr with
and.  This happens with the store->load narrowing stuff.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101348 91177308-0d34-0410-b5e6-96231b3b80d8
2010-04-15 05:28:43 +00:00
..
Analysis Constify GetConstantStringInfo. 2010-04-14 22:20:45 +00:00
Archive
AsmParser
Bitcode
CodeGen add a simple dag combine to replace trivial shl+lshr with 2010-04-15 05:28:43 +00:00
CompilerDriver
ExecutionEngine Add const qualifiers to CodeGen's use of LLVM IR constructs. 2010-04-15 01:51:59 +00:00
Linker
MC
Support
System
Target Implement rdar://7860110 (also in target/readme.txt) narrowing 2010-04-15 04:48:01 +00:00
Transforms IPO needs ScalarOpts and InstCombine in its libs 2010-04-14 23:42:23 +00:00
VMCore Move a bunch of methods from CallSite to CallSiteBase, so that they can 2010-04-14 21:47:32 +00:00
Makefile