.. |
Analysis
|
AVX-512: Updated cost of FP/SINT/UINT conversion operations
|
2015-12-02 08:59:47 +00:00 |
Assembler
|
AsmParser: Make the code for parsing unnamed aliases more closely resemble that for unnamed globals.
|
2015-11-25 02:54:07 +00:00 |
Bindings
|
Disable Go bindings test with MSan, it has tons of linker errors
|
2015-11-19 00:05:20 +00:00 |
Bitcode
|
Revert "Change memcpy/memset/memmove to have dest and source alignments."
|
2015-11-19 05:56:52 +00:00 |
BugPoint
|
[bugpoint] Add a named metadata (+their operands) reducer
|
2015-11-06 00:12:50 +00:00 |
CodeGen
|
Tests: PPC: remove unnecessary metadata. NFC
|
2015-12-02 21:08:03 +00:00 |
DebugInfo
|
llvm/test/DebugInfo/X86/safestack-byval.ll: Give an explicit triple for now. It crashes for targeting *-win32.
|
2015-12-01 10:07:41 +00:00 |
Examples
|
|
|
ExecutionEngine
|
[RuntimeDyld] Don't allocate unnecessary stub buffer space
|
2015-11-23 21:47:51 +00:00 |
Feature
|
Have 'optnone' respect the -fast-isel=false option.
|
2015-11-30 21:56:16 +00:00 |
FileCheck
|
|
|
Instrumentation
|
[sanitizer] [dfsan] Unify aarch64 mapping
|
2015-11-27 12:42:39 +00:00 |
Integer
|
|
|
JitListener
|
DI: Reverse direction of subprogram -> function edge.
|
2015-11-05 22:03:56 +00:00 |
LibDriver
|
|
|
Linker
|
Also copy private linkage globals when needed.
|
2015-12-02 20:57:33 +00:00 |
LTO
|
[LTO] Add options to llvm-lto to select output format and dump merged module
|
2015-11-20 00:13:05 +00:00 |
MC
|
Re-enable UBSan tests for SystemZ: PR20980 was fixed.
|
2015-12-02 20:46:51 +00:00 |
Object
|
Revert "Change memcpy/memset/memmove to have dest and source alignments."
|
2015-11-19 05:56:52 +00:00 |
Other
|
Revert "Change memcpy/memset/memmove to have dest and source alignments."
|
2015-11-19 05:56:52 +00:00 |
SymbolRewriter
|
[opaque pointer type] Add textual IR support for explicit type parameter for global aliases
|
2015-09-11 03:22:04 +00:00 |
TableGen
|
Add new vector types for 512-, 1024- and 2048-bit vectors
|
2015-11-24 13:07:35 +00:00 |
tools
|
[llvm-profdata] Change instr prof counter overflow to saturate rather than discard
|
2015-12-02 18:19:24 +00:00 |
Transforms
|
Do (A == C1 || A == C2) -> (A & ~(C1 ^ C2)) == C1 rather than (A == C1 || A == C2) -> (A | (C1 ^ C2)) == C2 when C1 ^ C2 is a power of 2.
|
2015-12-02 16:15:07 +00:00 |
Unit
|
|
|
Verifier
|
Disallow aliases to available_externally.
|
2015-11-26 19:22:59 +00:00 |
YAMLParser
|
|
|
.clang-format
|
|
|
CMakeLists.txt
|
[llvm-dwp] Add missing dependency from llvm tests on the llvm-dwp tool
|
2015-12-01 00:57:05 +00:00 |
lit.cfg
|
check-llvm: Introduce the new feature "tls".
|
2015-12-01 01:14:58 +00:00 |
lit.site.cfg.in
|
Add a way to skip the Go bindings tests even when Go is configured in
|
2015-09-10 05:47:43 +00:00 |
Makefile
|
Add a way to skip the Go bindings tests even when Go is configured in
|
2015-09-10 05:47:43 +00:00 |
Makefile.tests
|
|
|
TestRunner.sh
|
|
|