llvm-6502/lib
Bruno Cardoso Lopes 77d2363908 [X86][MMX] Add MMX instructions to foldable tables
Teach the peephole optimizer to work with MMX instructions by adding
entries into the foldable tables. This covers folding opportunities not
handled during isel.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230226 91177308-0d34-0410-b5e6-96231b3b80d8
2015-02-23 15:23:22 +00:00
..
Analysis [LoopAccesses] Change LAA:getInfo to return a constant reference 2015-02-19 19:15:21 +00:00
AsmParser AsmParser: Check ConstantExpr insertvalue operands for type correctness 2015-02-23 07:13:52 +00:00
Bitcode Use common parse routine to read alignment values from bitcode 2015-02-22 19:32:03 +00:00
CodeGen [DagCombiner] Generalized BuildVector Vector Concatenation 2015-02-22 18:17:28 +00:00
DebugInfo [llvm-pdbdump] Very minor code cleanup. 2015-02-23 05:59:14 +00:00
ExecutionEngine [Orc] Remove redundant using directive. 2015-02-22 01:48:23 +00:00
Fuzzer [fuzzer] one more experimental search mode: -use_coverage_pairs=1 2015-02-20 03:02:37 +00:00
IR AsmParser/Writer: Handle symbolic constants in DI 'flags:' 2015-02-21 01:02:18 +00:00
IRReader
LineEditor
Linker
LTO
MC COFF: Add 'IMAGE_SCN_CNT_INITIALIZED_DATA' to all DWARF sections 2015-02-22 02:35:27 +00:00
Object [obj2yaml/yaml2obj] Add SHT_GROUP support. 2015-02-21 04:28:26 +00:00
Option
ProfileData Disallow implicit conversions from None to integer types 2015-02-20 07:28:28 +00:00
Support Small cleanup. Don't use else when not needed. 2015-02-21 02:36:54 +00:00
TableGen
Target [X86][MMX] Add MMX instructions to foldable tables 2015-02-23 15:23:22 +00:00
Transforms Roll condition into an assert then wrap it 'ifndef NDEBUG' to protect from the inevitable "unused variable" warning in a non-asserts build. 2015-02-22 20:58:38 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile