llvm-6502/test
Justin Holewinski d73dc544f5 Propagate DAG node ordering during type legalization and instruction selection
A node's ordering is only propagated during legalization if (a) the new node does
not have an ordering (is not a CSE'd node), or (b) the new node has an ordering
that is higher than the node being legalized.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177465 91177308-0d34-0410-b5e6-96231b3b80d8
2013-03-20 00:10:32 +00:00
..
Analysis Optimize sext <4 x i8> and <4 x i16> to <4 x i64>. 2013-03-19 18:38:27 +00:00
Archive
Assembler
Bindings/Ocaml
Bitcode
BugPoint
CodeGen Propagate DAG node ordering during type legalization and instruction selection 2013-03-20 00:10:32 +00:00
DebugInfo Move the DIFile operand to DITypes from the 4th operand to the 2nd. 2013-03-19 23:25:22 +00:00
ExecutionEngine
Feature
FileCheck
Instrumentation [asan] when creating string constants, set unnamed_attr and align 1 so that equal strings are merged by the linker. Observed up to 1% binary size reduction. Thanks to Anton Korobeynikov for the suggestion 2013-03-18 09:38:39 +00:00
Integer
JitListener
Linker
MC Fix pr13145 - Naming a function like a register name confuses the asm parser. 2013-03-19 23:44:03 +00:00
Object
Other
Scripts
TableGen
tools
Transforms IndVarSimplify: do not recompute an IV value outside of the loop if : 2013-03-19 20:00:22 +00:00
Unit Fixup for r176933: more careful setup of path to llvm-symbolizer 2013-03-15 07:27:49 +00:00
Verifier
YAMLParser
CMakeLists.txt
lit.cfg Fixup for r176933: more careful setup of path to llvm-symbolizer 2013-03-15 07:27:49 +00:00
lit.site.cfg.in
Makefile
Makefile.tests
TestRunner.sh