llvm-6502/lib
David Greene ccacdc1952 [AVX] Support VSINSERTF128 with more patterns and appropriate
infrastructure.  This makes lowering 256-bit vectors to 128-bit
vectors simple when 256-bit vector support is not available.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124868 91177308-0d34-0410-b5e6-96231b3b80d8
2011-02-04 16:08:29 +00:00
..
Analysis Improve threading of comparisons over select instructions (spotted by my 2011-02-03 09:37:39 +00:00
Archive
AsmParser
Bitcode
CodeGen Introducing a new method of tracking register pressure. We can't 2011-02-04 03:18:17 +00:00
CompilerDriver
ExecutionEngine
Linker Correctly merge available_externally and regular definitions when they have 2011-02-01 05:33:52 +00:00
MC Do not sign extend floating-point values in the asm parser. 2011-02-03 23:17:47 +00:00
Object
Support Make Win32's header file name lower for cross build on case-sensitive filesystem. 2011-02-04 12:53:04 +00:00
Target [AVX] Support VSINSERTF128 with more patterns and appropriate 2011-02-04 16:08:29 +00:00
Transforms SimplifyCFG: Also transform switches that represent a range comparison but are not sorted into sub+icmp. 2011-02-03 22:51:41 +00:00
VMCore Make SwitchInst::removeCase() more efficient. 2011-02-01 09:22:34 +00:00
Makefile