..
Analysis
ARM64: initial backend import
2014-03-29 10:18:08 +00:00
Assembler
Reject alias to undefined symbols in the verifier.
2014-03-12 20:15:49 +00:00
Bindings
Fix the ocaml test to not create a alias to a declaration.
2014-03-12 21:20:42 +00:00
Bitcode
All new elements except the last one initialized to NULL. Ideally, once parsing is complete, all elements should be non-NULL.
2014-03-27 12:08:23 +00:00
BugPoint
llvm/test/BugPoint/compile-custom.ll.py: Make it py3-compatible. [PR19112]
2014-03-13 00:10:37 +00:00
CodeGen
DebugInfo: Avoid creating unnecessary/empty line tables and remove the special case of '0' in DwarfCompileUnit::initStmtList by just always using a label difference
2014-04-01 08:07:52 +00:00
DebugInfo
DebugInfo: Avoid creating unnecessary/empty line tables and remove the special case of '0' in DwarfCompileUnit::initStmtList by just always using a label difference
2014-04-01 08:07:52 +00:00
ExecutionEngine
Ignore old JIT tests in AARch64 - CMake style
2014-02-25 09:31:00 +00:00
Feature
Disable each MachineFunctionPass for 'optnone' functions, unless that
2014-03-31 17:43:35 +00:00
FileCheck
Instrumentation
[msan] Relax the test some more.
2014-03-25 14:32:05 +00:00
Integer
JitListener
Linker
Switch the type field in DIVariable and DIGlobalVariable over to DITypeRefs.
2014-03-18 02:34:58 +00:00
LTO
This patch fixes LTO's RecordStreamer so that it records symbols in the MCExpr
2014-03-31 16:59:13 +00:00
MC
DebugInfo: Avoid creating unnecessary/empty line tables and remove the special case of '0' in DwarfCompileUnit::initStmtList by just always using a label difference
2014-04-01 08:07:52 +00:00
Object
[yaml2obj] Add support for ELF e_flags.
2014-03-31 09:44:05 +00:00
Other
[PM] Wire up the Verifier for the new pass manager and connect it to the
2014-01-20 11:34:08 +00:00
TableGen
tools
llvm-cov: Move XFAIL after the body of the test
2014-03-26 22:51:39 +00:00
Transforms
Move partial/runtime unrolling late in the pipeline
2014-03-31 23:23:51 +00:00
Unit
With rpaths being set correctly, SHLIBPATH_VAR is not needed anymore.
2014-02-28 16:16:51 +00:00
Verifier
Reject alias to undefined symbols in the verifier.
2014-03-12 20:15:49 +00:00
YAMLParser
.clang-format
CMakeLists.txt
[CMake] check-llvm: Include "bugpoint" in dependent list.
2014-03-04 16:13:30 +00:00
lit.cfg
llvm-mc: error when -compress-debug-sections is requested and zlib is not linked
2014-03-28 20:45:24 +00:00
lit.site.cfg.in
Eliminate inappropriate use of FindProgramByName() from lli
2014-01-22 21:52:35 +00:00
Makefile
With rpaths being set correctly, SHLIBPATH_VAR is not needed anymore.
2014-02-28 16:16:51 +00:00
Makefile.tests
TestRunner.sh