llvm-6502/test
2012-10-26 03:09:34 +00:00
..
Analysis
Archive
Assembler
Bindings/Ocaml
Bitcode
BugPoint Fix unexpected passes. These test do work with LTO on linux. I tested both 2012-10-26 02:19:02 +00:00
CodeGen implement large (>16 bit) constant loading. 2012-10-26 03:09:34 +00:00
DebugInfo
ExecutionEngine
Feature Add a testcase for the previous commit. 2012-10-22 18:16:55 +00:00
Instrumentation [asan] make sure asan erases old unused allocas after it created a new one. This became important after the recent move from ModulePass to FunctionPass because no cleanup is happening after asan pass any more. 2012-10-19 06:20:53 +00:00
Integer
Linker
MC Initial TOC support for PowerPC64 object creation 2012-10-25 12:27:42 +00:00
Object
Other Add in support for getIntPtrType to get the pointer type based on the address space. 2012-10-24 15:52:52 +00:00
Scripts
TableGen
Transforms Port testcase to FileCheck. 2012-10-26 00:14:11 +00:00
Unit
Verifier
YAMLParser
CMakeLists.txt
lit.cfg Fix unexpected passes. These test do work with LTO on linux. I tested both 2012-10-26 02:19:02 +00:00
lit.site.cfg.in test: Add a lit config variable to check if LTO is enabled. 2012-10-18 20:43:11 +00:00
Makefile test: Add a lit config variable to check if LTO is enabled. 2012-10-18 20:43:11 +00:00
Makefile.tests
TestRunner.sh