llvm/test
Dan Gohman 8893466777 [WebAssembly] Implement ReverseBranchCondition, and re-enable MachineBlockPlacement
This patch introduces a codegen-only instruction currently named br_unless,
which makes it convenient to implement ReverseBranchCondition and re-enable
the MachineBlockPlacement pass. Then in a late pass, it lowers br_unless
back into br_if.

Differential Revision: http://reviews.llvm.org/D14995


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254826 91177308-0d34-0410-b5e6-96231b3b80d8
2015-12-05 03:03:35 +00:00
..
Analysis Don't punish vectorized arithmetic instruction whose type will be split to multiple registers 2015-12-04 00:36:58 +00:00
Assembler
Bindings
Bitcode
BugPoint
CodeGen [WebAssembly] Implement ReverseBranchCondition, and re-enable MachineBlockPlacement 2015-12-05 03:03:35 +00:00
DebugInfo dwarfdump: Correctly indentify the indicies for DWP records 2015-12-03 18:41:59 +00:00
Examples
ExecutionEngine
Feature Have 'optnone' respect the -fast-isel=false option. 2015-11-30 21:56:16 +00:00
FileCheck
Instrumentation [sanitizer] [dfsan] Unify aarch64 mapping 2015-11-27 12:42:39 +00:00
Integer
JitListener
LibDriver
Linker Simplify test. NFC. 2015-12-03 19:10:55 +00:00
LTO
MC [MC] Add a test for state reset in MCMachOStreamer 2015-12-05 01:02:53 +00:00
Object
Other [llc/opt] Add an option to run all passes twice 2015-12-04 21:56:46 +00:00
SymbolRewriter
TableGen
tools [llvm-dwp] Remove some out of date comments 2015-12-04 21:38:39 +00:00
Transforms [SimplifyLibCalls] Optimization for pow(x, n) where n is some constant 2015-12-04 22:00:47 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt [llvm-dwp] Add missing dependency from llvm tests on the llvm-dwp tool 2015-12-01 00:57:05 +00:00
lit.cfg check-llvm: Introduce the new feature "tls". 2015-12-01 01:14:58 +00:00
lit.site.cfg.in
Makefile
Makefile.tests
TestRunner.sh