..
Analysis
Profile: set branch weight metadata with data generated from profiling.
2012-08-28 22:21:25 +00:00
Archive
Assembler
The normal edge of an invoke is not allowed to branch to a block with a
2012-08-10 20:55:20 +00:00
Bindings /Ocaml
Fix the remaining TCL-style quotes found in the testsuite. This is
2012-07-02 19:09:46 +00:00
Bitcode
More replacing of target-dependent intrinsics with target-indepdent
2012-07-18 00:02:16 +00:00
BugPoint
CodeGen
Emit word of zeroes after the last instruction as a start of the mandatory
2012-08-28 19:06:55 +00:00
DebugInfo
Add basic support for .debug_ranges section to LLVM's DebugInfo library.
2012-08-27 07:17:47 +00:00
ExecutionEngine
Add Mips to the list of target architectures for the MCJIT tests.
2012-06-21 20:23:32 +00:00
Feature
Change the linker_private_weak_def_auto' linkage to
linkonce_odr_auto_hide' to
2012-08-17 18:33:14 +00:00
Instrumentation
[asan] add code to detect global initialization fiasco in C/C++. The sub-pass is off by default for now. Patch by Reid Watson. Note: this patch changes the interface between LLVM and compiler-rt parts of asan. The corresponding patch to compiler-rt will follow.
2012-08-21 08:24:25 +00:00
Integer
Convert all tests using TCL-style quoting to use shell-style quoting.
2012-07-02 12:47:22 +00:00
Linker
Convert the uses of '|&' to use '2>&1 |' instead, which works on old
2012-07-02 18:37:59 +00:00
MC
The instruction DEXT may be transformed into DEXTU or DEXTM depending
2012-08-28 20:07:41 +00:00
Object
Some of the instructions in the Mips instruction set are revision
2012-08-28 19:24:49 +00:00
Other
Fix the remaining TCL-style quotes found in the testsuite. This is
2012-07-02 19:09:46 +00:00
Scripts
This allows hello world to be compiled for Mips 64 direct object.
2012-06-27 22:48:25 +00:00
TableGen
Convert all tests using TCL-style quoting to use shell-style quoting.
2012-07-02 12:47:22 +00:00
Transforms
InstCombine: Guard the transform introduced in r162743 against large ints and non-const shifts.
2012-08-28 13:08:13 +00:00
Unit
Verifier
Assert that dominates is not given a multiple edge. Finding out if we have
2012-08-17 18:21:28 +00:00
YAMLParser
Convert the uses of '|&' to use '2>&1 |' instead, which works on old
2012-07-02 18:37:59 +00:00
CMakeLists.txt
[CMake] Add yaml2obj to check-llvm.
2012-08-03 00:45:32 +00:00
lit.cfg
llvm/test/lit.cfg: Retweak for Win32 to fix testing.
2012-07-03 03:59:34 +00:00
lit.site.cfg.in
Remove 'site.exp' building from both CMake and configure+make.
2012-06-28 00:16:51 +00:00
Makefile
Teach the LLVM test makefile to run the extra Clang tools' test suites
2012-08-09 20:26:41 +00:00
Makefile.tests
TestRunner.sh