llvm-6502/test
Scott Michel d1e8d9c0a5 CellSPU:
- Ensure that (operation) legalization emits proper FDIV libcall when needed.
- Fix various bugs encountered during llvm-spu-gcc build, along with various
  cleanups.
- Start supporting double precision comparisons for remaining libgcc2 build.
  Discovered interesting DAGCombiner feature, which is currently solved via
  custom lowering (64-bit constants are not legal on CellSPU, but DAGCombiner
  insists on inserting one anyway.)
- Update README.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62664 91177308-0d34-0410-b5e6-96231b3b80d8
2009-01-21 04:58:48 +00:00
..
Analysis
Archive
Assembler Add the private linkage. 2009-01-15 20:18:42 +00:00
Bindings/Ocaml
Bitcode
BugPoint
CodeGen CellSPU: 2009-01-21 04:58:48 +00:00
DebugInfo Appropriately mark fowrad decls. 2009-01-20 22:27:02 +00:00
ExecutionEngine Port this test from dejagnu to unit testing. 2009-01-19 18:08:33 +00:00
Feature
FrontendAda
FrontendC Check that the "don't barf on k8" fix is not 2009-01-20 18:08:39 +00:00
FrontendC++ Use lightweight DebugInfo objects directly. 2009-01-15 19:26:23 +00:00
FrontendFortran
FrontendObjC
FrontendObjC++
Integer
lib
Linker
LLVMC
Other
Scripts
TableGen
Transforms Disable on x86_64 until I figure out what's wrong. 2009-01-21 02:08:30 +00:00
Verifier
Makefile
Makefile.tests
TestRunner.sh