llvm-6502/lib
Sanjoy Das c0730628a4 [InstCombine] Add a new formula for SMIN.
Summary:
After this change `MatchSelectPattern` recognizes the following form
of SMIN:

  Y >s C ? ~Y : ~C == ~Y <s ~C ? ~Y : ~C = SMIN(~Y, ~C)

Reviewers: majnemer

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D9352

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236202 91177308-0d34-0410-b5e6-96231b3b80d8
2015-04-30 04:56:00 +00:00
..
Analysis [WinEH] Start EH preparation for 32-bit x86, it uses no arguments 2015-04-29 22:49:54 +00:00
AsmParser [opaque pointer type] Pass GlobalAlias the actual pointer type rather than decomposing it into pointee type + address space 2015-04-29 21:22:39 +00:00
Bitcode Don't overflow GCTable 2015-04-30 04:09:41 +00:00
CodeGen Semantically revert r236031, which is not a good idea for in-order targets. 2015-04-30 04:06:32 +00:00
DebugInfo
ExecutionEngine [opaque pointer type] Pass GlobalAlias the actual pointer type rather than decomposing it into pointee type + address space 2015-04-29 21:22:39 +00:00
Fuzzer
IR [opaque pointer type] Store the value type of an alloca 2015-04-29 23:00:35 +00:00
IRReader
LineEditor
Linker [opaque pointer type] Pass GlobalAlias the actual pointer type rather than decomposing it into pointee type + address space 2015-04-29 21:22:39 +00:00
LTO
MC Store relocations in a map from MCSectionELF. 2015-04-30 00:45:46 +00:00
Object
Option
Passes
ProfileData
Support New architecture name - 'sparcel' for Sparc little-endian. 2015-04-29 19:15:08 +00:00
TableGen [TableGen] Use range-based for loops. NFC. 2015-04-29 07:13:14 +00:00
Target Change x86 CMOVE_F to read it source, not write it. 2015-04-29 23:51:33 +00:00
Transforms [InstCombine] Add a new formula for SMIN. 2015-04-30 04:56:00 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile