llvm/test
David Majnemer c13175f52f Revert r246232 and r246304.
This reverts isSafeToSpeculativelyExecute's use of ReadNone until we
split ReadNone into two pieces: one attribute which reasons about how
the function reasons about memory and another attribute which determines
how it may be speculated, CSE'd, trap, etc.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@246331 91177308-0d34-0410-b5e6-96231b3b80d8
2015-08-28 21:13:39 +00:00
..
Analysis Fix: CFLAA -- Mark no-args returns as unknown 2015-08-28 00:16:18 +00:00
Assembler DI: Require subprogram definitions to be distinct 2015-08-28 20:26:49 +00:00
Bindings [OCaml] Do not use -warn-error in tests. 2015-07-17 17:33:23 +00:00
Bitcode DI: Require subprogram definitions to be distinct 2015-08-28 20:26:49 +00:00
BugPoint DI: Require subprogram definitions to be distinct 2015-08-28 20:26:49 +00:00
CodeGen DI: Require subprogram definitions to be distinct 2015-08-28 20:26:49 +00:00
DebugInfo DI: Require subprogram definitions to be distinct 2015-08-28 20:26:49 +00:00
Examples Disable llvm/test/Examples/ for now while investigating. 2015-08-28 03:32:43 +00:00
ExecutionEngine [mips64][mcjit] Add N64R6 relocations tests and fix N64R2 tests 2015-08-28 18:02:53 +00:00
Feature [WinEH] Require token linkage in EH pad/ret signatures 2015-08-23 00:26:33 +00:00
FileCheck
Instrumentation DI: Require subprogram definitions to be distinct 2015-08-28 20:26:49 +00:00
Integer
JitListener DI: Require subprogram definitions to be distinct 2015-08-28 20:26:49 +00:00
LibDriver Add support for producing thin archives in llvm-lib. 2015-07-17 16:01:11 +00:00
Linker DI: Require subprogram definitions to be distinct 2015-08-28 20:26:49 +00:00
LTO Tweak XFAIL line for mips. 2015-08-28 04:07:52 +00:00
MC DI: Require subprogram definitions to be distinct 2015-08-28 20:26:49 +00:00
Object Re-apply r246276 - Object: Teach llvm-ar to create symbol table for COFF short import files 2015-08-28 07:40:30 +00:00
Other Update test suite to make "ninja check" succeed without native backend builtin 2015-08-04 06:32:54 +00:00
SymbolRewriter
TableGen TableGen: Support folding casts from bits to int 2015-07-31 01:12:06 +00:00
tools Split the gold tests into X86 and PowerPC directories. 2015-08-28 20:33:56 +00:00
Transforms Revert r246232 and r246304. 2015-08-28 21:13:39 +00:00
Unit
Verifier DI: Require subprogram definitions to be distinct 2015-08-28 20:26:49 +00:00
YAMLParser YAML: Implement block scalar parsing. 2015-05-13 23:10:51 +00:00
.clang-format
CMakeLists.txt Recommit r246175 - Add Kaleidoscope regression tests, with a fix to make sure 2015-08-27 20:31:44 +00:00
lit.cfg Recommit r246175 - Add Kaleidoscope regression tests, with a fix to make sure 2015-08-27 20:31:44 +00:00
lit.site.cfg.in Recommit r246175 - Add Kaleidoscope regression tests, with a fix to make sure 2015-08-27 20:31:44 +00:00
Makefile Recommit r246175 - Add Kaleidoscope regression tests, with a fix to make sure 2015-08-27 20:31:44 +00:00
Makefile.tests
TestRunner.sh