llvm/test
2016-04-08 17:55:03 +00:00
..
Analysis Re-commit [SCEV] Introduce a guarded backedge taken count and use it in LAA and LV 2016-04-08 14:29:09 +00:00
Assembler [IFUNC] Fix ifunc-asm.ll test 2016-04-08 06:45:19 +00:00
Bindings [llvm-c] Expose LLVMContextGetDiagnostic{Handler,Context} 2016-04-08 09:19:02 +00:00
Bitcode [GCC] Attribute ifunc support in llvm 2016-04-07 12:32:19 +00:00
BugPoint
CodeGen [llvm-objdump] Printing hex instead of dec by default 2016-04-08 17:55:03 +00:00
DebugInfo DwarfDebug: Support floating point constants in location lists. 2016-04-08 00:38:37 +00:00
Examples
ExecutionEngine
Feature [NVVM] Remove noduplicate attribute from synchronizing intrinsics. 2016-03-22 22:08:01 +00:00
FileCheck Reapply r262092: [FileCheck] Abort if -NOT is combined with another suffix. 2016-02-29 22:13:03 +00:00
Instrumentation [sancov] enabling coverage edge pruning by default. 2016-04-06 23:24:37 +00:00
Integer
JitListener testcase gardening: update the emissionKind enum to the new syntax. (NFC) 2016-04-01 00:16:49 +00:00
LibDriver
Linker testcase gardening: update the emissionKind enum to the new syntax. (NFC) 2016-04-01 00:16:49 +00:00
LTO [LoopVectorize] Don't unconditionally print vectorization diagnostics 2016-04-01 00:34:39 +00:00
MC [llvm-objdump] Printing hex instead of dec by default 2016-04-08 17:55:03 +00:00
Object [llvm-objdump] Printing hex instead of dec by default 2016-04-08 17:55:03 +00:00
Other [CG] Add a new pass manager printer pass for the old call graph and 2016-03-10 11:24:11 +00:00
SymbolRewriter
TableGen [GlobalISel][Target] Add an opcode for unconditional branch. 2016-03-11 17:27:38 +00:00
ThinLTO/X86 ThinLTO: special handling for LinkOnce functions 2016-04-01 21:53:50 +00:00
tools [llvm-objdump] Printing hex instead of dec by default 2016-04-08 17:55:03 +00:00
Transforms [InstCombine] Fix miscompile in FoldSPFofSPF 2016-04-08 16:51:49 +00:00
Unit [lit] Hack lit to allow a test suite to request that it is run "early". 2016-03-12 03:03:31 +00:00
Verifier Don't IPO over functions that can be de-refined 2016-04-08 00:48:30 +00:00
YAMLParser
.clang-format
CMakeLists.txt [CMake] Add convenience target llvm-test-depends to build test dependencies. 2016-03-02 00:27:14 +00:00
lit.cfg test: Always treat .mir files as tests even outside of CodeGen/MIR 2016-04-04 21:23:44 +00:00
lit.site.cfg.in
TestRunner.sh