llvm-6502/test
Evan Cheng 6edb0eac87 Teach machine sink to
1) Do forward copy propagation. This makes it easier to estimate the cost of the
   instruction being sunk.
2) Break critical edges on demand, including cases where the value is used by
   PHI nodes.
Critical edge splitting is not yet enabled by default.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114227 91177308-0d34-0410-b5e6-96231b3b80d8
2010-09-17 22:28:18 +00:00
..
Analysis PR7959: Handle negative scales in GEPs correctly in BasicAA for non-64-bit 2010-09-15 20:08:03 +00:00
Archive
Assembler
Bindings/Ocaml
Bitcode
BugPoint
CodeGen Teach machine sink to 2010-09-17 22:28:18 +00:00
DebugInfo If FE forgot to provide a file name (usually it uses "stdin" as name in such situation) then make one up to ensure that debug info is not malformed. 2010-09-16 20:57:49 +00:00
ExecutionEngine
Feature
FrontendAda
FrontendC
FrontendC++
FrontendFortran
FrontendObjC
FrontendObjC++
Integer
lib
Linker
LLVMC llvmc: make -x work with unknown suffixes. 2010-09-15 15:20:41 +00:00
MC fix rdar://8444631 - encoder crash on 'enter' 2010-09-17 18:02:29 +00:00
Other
Scripts test: Fix coff-dump section array indicies to 1 based to match file format. 2010-09-15 03:58:51 +00:00
TableGen
Transforms Fix this test to avoid an "inexact" fold. 2010-09-17 20:25:43 +00:00
Unit
Verifier
CMakeLists.txt tests/CMakeLists.txt: use configure_file' instead of sed'. 2010-09-17 03:22:21 +00:00
lit.cfg
lit.site.cfg.in
Makefile
Makefile.tests
site.exp.in
TestRunner.sh