llvm-6502/lib
Nadav Rotem 77dde089ab Fix a dagcombine optimization which assumes that the vsetcc result type is always
of the same size as the compared values. This is ture for SSE/AVX/NEON but not
for all targets.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154397 91177308-0d34-0410-b5e6-96231b3b80d8
2012-04-10 14:58:31 +00:00
..
Analysis Fix 12513: Loop unrolling breaks with indirect branches. 2012-04-10 05:14:42 +00:00
Archive
AsmParser
Bitcode
CodeGen Fix a dagcombine optimization which assumes that the vsetcc result type is always 2012-04-10 14:58:31 +00:00
DebugInfo Fix a C++11 UDL conflict. 2012-04-04 20:33:56 +00:00
ExecutionEngine EngineBuilder::create is expected to take ownership of the TargetMachine passed to it. Delete it on error or when we create an interpreter that doesn't need it. 2012-04-08 14:53:14 +00:00
Linker It's possible for two types, which are isomorphic, to be added to the 2012-03-23 23:17:38 +00:00
MC Use the correct section types on Solaris for unwind data on both x86 and x86-64. 2012-04-10 11:44:33 +00:00
Object Add a constructor for DataRefImpl and remove excess initialization. 2012-04-10 01:54:44 +00:00
Support In MemoryBuffer::getOpenFile() make sure that the buffer is null-terminated if 2012-04-05 04:23:56 +00:00
TableGen
Target Modify the code that lowers shuffles to blends from using blendvXX to vblendXX. 2012-04-10 14:33:13 +00:00
Transforms Fix 12513: Loop unrolling breaks with indirect branches. 2012-04-10 05:14:42 +00:00
VMCore Express the number of ULPs in fpaccuracy metadata as a real rather than a 2012-04-10 08:22:43 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile