llvm-6502/test
Quentin Colombet 45f376c4e6 [RegisterCoalescer] Add a rule to consider more profitable copies first when
those are in the same basic block.
The previous approach was the topological order of the basic block.

By default this rule is disabled.

Related to PR22768.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233241 91177308-0d34-0410-b5e6-96231b3b80d8
2015-03-26 01:01:48 +00:00
..
Analysis [ValueTracking] Fix PR23011. 2015-03-25 22:33:53 +00:00
Assembler
Bindings
Bitcode
BugPoint
CodeGen [RegisterCoalescer] Add a rule to consider more profitable copies first when 2015-03-26 01:01:48 +00:00
DebugInfo Simplify missing-file-line.ll test. 2015-03-25 17:58:09 +00:00
ExecutionEngine Make exit-code test use same mechanism as existing one. 2015-03-25 14:35:40 +00:00
Feature
FileCheck
Instrumentation
Integer
JitListener
Linker llvm-link: Verify input modules 2015-03-25 23:22:10 +00:00
LTO
MC Add Hardware Transactional Memory (HTM) Support 2015-03-25 19:36:23 +00:00
Object
Other
SymbolRewriter
TableGen
tools
Transforms [optnone] Skip pass Float2Int on optnone functions. 2015-03-25 12:22:37 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt test: Fix the dependencies for the check-llvm-* targets 2015-03-25 08:07:47 +00:00
lit.cfg
lit.site.cfg.in
Makefile
Makefile.tests
TestRunner.sh