llvm-6502/lib
Evan Cheng 8cf723d8eb - Identify a vector_shuffle that can be turned into an undef, e.g.
shuffle V1, <undef>, <undef, undef, 4, 5>
- Fix some suspicious logic into LowerVectorShuffle that cause less than
  optimal code by failing to identify MOVL (move to lowest element of a
  vector).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30171 91177308-0d34-0410-b5e6-96231b3b80d8
2006-09-08 01:50:06 +00:00
..
Analysis Untabify. 2006-09-07 23:29:19 +00:00
Archive For PR797: 2006-08-25 19:54:53 +00:00
AsmParser
Bytecode - Fixed broken Win32 build 2006-09-01 20:35:17 +00:00
CodeGen Make target asm info a property of the target machine. 2006-09-07 22:06:40 +00:00
Debugger
ExecutionEngine Completely rearchitect the interface between targets and the pass manager. 2006-09-04 04:14:57 +00:00
Linker
Support Instantiate Statistic<> in one place, not in every .o file that uses it. 2006-08-30 04:17:00 +00:00
System - Fixed broken Win32 build 2006-09-01 20:35:17 +00:00
Target - Identify a vector_shuffle that can be turned into an undef, e.g. 2006-09-08 01:50:06 +00:00
Transforms Throttle back tail duplication to avoid creating really ugly sequences of code. 2006-09-07 21:30:15 +00:00
VMCore Add new option to leave asm names alone 2006-09-07 18:20:41 +00:00
Makefile