..
Analysis
Use WriteAsOperand instead of getName() to print loop header names,
2010-01-09 18:17:45 +00:00
Archive
Assembler
Improve llvm.dbg.declare intrinsic by referring directly to the storage in its first argument, via function-local metadata (instead of via a bitcast).
2010-01-15 19:04:09 +00:00
Bindings /Ocaml
Fix test/Bindings/Ocaml/vmcore.ml. When IRBuilder::CreateMalloc was removed,
2009-10-17 23:52:26 +00:00
Bitcode
BugPoint
CodeGen
Temporary disable tests
2010-01-15 02:09:27 +00:00
DebugInfo
Improve llvm.dbg.declare intrinsic by referring directly to the storage in its first argument, via function-local metadata (instead of via a bitcast).
2010-01-15 19:04:09 +00:00
ExecutionEngine
Test case for http://llvm.org/PR6028 .
2010-01-15 11:29:26 +00:00
Feature
fix bogus test
2010-01-09 19:24:18 +00:00
FrontendAda
Check that accessing a struct field that occurs before the start
2009-10-22 12:53:25 +00:00
FrontendC
Do not use AT_specification die for static variables. It confuses gdb.
2010-01-15 01:12:22 +00:00
FrontendC++
Testcase for llvm-gcc checkin 92108.
2009-12-24 01:10:43 +00:00
FrontendFortran
FrontendObjC
Remove now-redundant llvm-as invocations.
2009-12-05 00:02:37 +00:00
FrontendObjC++
Integer
Delete useless trailing semicolons.
2010-01-05 17:55:26 +00:00
lib
Linker
LLVMC
Remove an XFAIL.
2009-12-23 20:13:44 +00:00
MC
specify a triple to use, fixing the test on non-x86-64 hosts.
2009-12-22 07:01:12 +00:00
Other
fix bogus test
2010-01-09 19:24:49 +00:00
Scripts
Teach macho-dump to dump UUIDs.
2009-10-24 20:32:36 +00:00
TableGen
Add an !eq() operator to TableGen. It operates on strings only.
2010-01-05 19:11:42 +00:00
Transforms
When the visitSub method was split into visitSub and visitFSub, this xform was
2010-01-13 23:23:17 +00:00
Unit
CMake/lit: Add llvm_{unit_,}site_config parameters, and always pass them when running tests from the project files.
2009-12-08 19:47:36 +00:00
Verifier
Delete useless trailing semicolons.
2010-01-05 17:55:26 +00:00
CMakeLists.txt
CMake/lit: Add llvm_{unit_,}site_config parameters, and always pass them when running tests from the project files.
2009-12-08 19:47:36 +00:00
lit.cfg
CMake/lit: Add llvm_{unit_,}site_config parameters, and always pass them when running tests from the project files.
2009-12-08 19:47:36 +00:00
lit.site.cfg.in
Makefile
Revert the test from r88984. It relies on being able to mmap 16GB of
2009-11-16 23:32:30 +00:00
Makefile.tests
site.exp.in
Two small fixes for site.exp for cmake.
2009-11-08 09:29:52 +00:00
TestRunner.sh