llvm-6502/test
Bob Wilson fe61fb1e10 Add a new pass on machine instructions to optimize away PHI cycles that
reduce down to a single value.  InstCombine already does this transformation
but DAG legalization may introduce new opportunities.  This has turned out to
be important for ARM where 64-bit values are split up during type legalization:
InstCombine is not able to remove the PHI cycles on the 64-bit values but
the separate 32-bit values can be optimized.  I measured the compile time 
impact of this (running llc on 176.gcc) and it was not significant.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95951 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-12 01:30:21 +00:00
..
Analysis
Archive fix a broken archive that was breaking dejagnu only (not lit) 2010-02-04 07:11:08 +00:00
Assembler Function-local metadata whose operands had been optimized to no longer refer to function-local IR were not getting written by BitcodeWriter; solution is for these metadata to be enumerated just like global metadata. 2010-02-06 01:21:09 +00:00
Bindings/Ocaml
Bitcode
BugPoint
CodeGen Add a new pass on machine instructions to optimize away PHI cycles that 2010-02-12 01:30:21 +00:00
DebugInfo Testcase for 94996 (PR 6157) 2010-02-01 22:46:05 +00:00
ExecutionEngine
Feature Add a new function attribute, 'alignstack'. It will indicate (when the backends 2010-02-12 00:31:15 +00:00
FrontendAda
FrontendC test case for r95842. 2010-02-11 01:31:01 +00:00
FrontendC++ test case for r95604. 2010-02-08 23:27:46 +00:00
FrontendFortran
FrontendObjC
FrontendObjC++
Integer
lib Add llvm_supports_darwin_and_target to DejaGNU as well, I'd almost forgotten it 2010-02-03 18:43:46 +00:00
Linker
LLVMC Re-disable for Darwin; I was mistaken to think this was fixed. 2010-02-09 19:54:29 +00:00
MC fix the encodings of monitor and mwait, which were completely 2010-02-12 01:06:22 +00:00
Other Canonicalize sizeof and alignof on pointer types to a canonical 2010-02-10 06:13:07 +00:00
Scripts
TableGen
Transforms Make sure that ConstantExpr offsets also aren't off of extern 2010-02-11 17:44:04 +00:00
Unit
Verifier
CMakeLists.txt
lit.cfg Get the LLVMC tests working with clang++ by removing the problematic CXXFLAG in lit. 2010-02-04 18:40:11 +00:00
lit.site.cfg.in
Makefile
Makefile.tests
site.exp.in
TestRunner.sh