..
Analysis
Minor refactoring of GEP handling in isDereferenceablePointer
2015-06-08 11:58:13 +00:00
Assembler
Make the test introduced in r239015 more targeted.
2015-06-04 07:21:42 +00:00
Bindings
IR: Give 'DI' prefix to debug info metadata
2015-04-29 16:38:44 +00:00
Bitcode
[BitcodeReader] Diagnose type mismatches with aliases
2015-06-03 01:30:13 +00:00
BugPoint
IR: Give 'DI' prefix to debug info metadata
2015-04-29 16:38:44 +00:00
CodeGen
[ARM] Pass a callback to FunctionPass constructors to enable skipping execution
2015-06-08 18:50:43 +00:00
DebugInfo
Revert "[Object, ELF] Fix segmentation fault in ELFFile::getSectionName()."
2015-06-04 23:58:31 +00:00
ExecutionEngine
[Mips64][mcjit] Add R_MIPS_PC32 relocation
2015-06-08 14:10:23 +00:00
Feature
[opaque pointer type] Add textual IR support for explicit type parameter to the call instruction
2015-04-16 23:24:18 +00:00
FileCheck
Instrumentation
[ASan] New approach to dynamic allocas unpoisoning. Patch by Max Ostapenko!
2015-05-28 07:51:49 +00:00
Integer
[opaque pointer type] Add textual IR support for explicit type parameter to the call instruction
2015-04-16 23:24:18 +00:00
JitListener
IR: Give 'DI' prefix to debug info metadata
2015-04-29 16:38:44 +00:00
Linker
Changed renaming of local symbols by inserting a dot vefore the numeric suffix.
2015-05-12 16:47:30 +00:00
LTO
Revert changes to LTO test case since llvm-lto can't handle textual IR inputs
2015-04-24 18:13:27 +00:00
MC
ARM]: Add support for MMFR4_EL1 in assembler
2015-06-08 15:01:11 +00:00
Object
[Object, MachO] Don't crash on incomplete MachO segment load commands.
2015-06-04 22:26:44 +00:00
Other
Let llc and opt override "-target-cpu" and "-target-features" via command line
2015-05-06 23:54:14 +00:00
SymbolRewriter
TableGen
Use std::bitset for SubtargetFeatures.
2015-05-26 10:47:10 +00:00
tools
[dsymutil] Fix misspelled CHECK line.
2015-06-05 23:46:18 +00:00
Transforms
[LoopVectorize] Teach Loop Vectorizor about interleaved memory accesses.
2015-06-08 06:39:56 +00:00
Unit
Verifier
[Verifier] Assert gc_relocate always return a pointer type
2015-05-18 19:50:14 +00:00
YAMLParser
YAML: Implement block scalar parsing.
2015-05-13 23:10:51 +00:00
.clang-format
CMakeLists.txt
Remove duplicate cmake target I added in r236792.
2015-05-08 16:59:53 +00:00
lit.cfg
Add yaml-bench to the list of tools make check needs to run
2015-05-07 22:53:11 +00:00
lit.site.cfg.in
Makefile
Makefile.tests
Remove dead code from the makefile build system.
2013-07-25 20:25:31 +00:00
TestRunner.sh