llvm-6502/lib
Chandler Carruth 5814a88ce9 Hoist a convertValue call to the two paths where it is needed.
I noticed this while looking at r170328. We only ever do a vector
rewrite when the alloca *is* the vector type, so it's good to not paper
over bugs here by doing a convertValue that isn't needed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170331 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-17 13:51:03 +00:00
..
Analysis Fix a crash in ValueTracking on vectors of pointers. 2012-12-14 20:43:49 +00:00
Archive
AsmParser Reorganize FastMathFlags to be a wrapper around unsigned, and streamline some interfaces. 2012-12-09 21:12:04 +00:00
Bitcode Reorganize FastMathFlags to be a wrapper around unsigned, and streamline some interfaces. 2012-12-09 21:12:04 +00:00
CodeGen Add debug prints for when optimizeLoadInstr folds a load. 2012-12-17 03:56:00 +00:00
DebugInfo
ExecutionEngine
Linker
MC MCPureStreamer.cpp: Try to fix build, pruning EmitDebugLabel(). 2012-12-16 04:23:20 +00:00
Object Revert "Add a funciton to get the segment name of a section." 2012-12-13 06:36:18 +00:00
Option
Support Define getHostCPUFeatures for ARM Linux platform 2012-12-13 02:40:20 +00:00
TableGen
Target Add instruction encodings / disassembly support for rus instructions. 2012-12-17 13:50:04 +00:00
Transforms Hoist a convertValue call to the two paths where it is needed. 2012-12-17 13:51:03 +00:00
VMCore Kerning. 2012-12-12 19:21:53 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile