1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00
llvm-mirror/test
Petar Jovanovic 29c4e0652e [mips] add assembler support for .set arch=octeon
This patch enables assembler support for .set arch=octeon.
It will fix issues with inline assembler when this directive is used.

Patch by Strahinja Petrovic.

Differential Revision: http://reviews.llvm.org/D18548

llvm-svn: 266081
2016-04-12 15:28:16 +00:00
..
Analysis
Assembler
Bindings
Bitcode Add the allocsize attribute to LLVM. 2016-04-12 01:05:35 +00:00
BugPoint Add a missing DICompileUnit to testcase. 2016-04-11 23:30:29 +00:00
CodeGen AMDGPU: Implement i64 global atomics 2016-04-12 14:05:11 +00:00
DebugInfo Fix some display bugs in llvm-pdbdump. 2016-04-11 20:39:17 +00:00
Examples
ExecutionEngine
Feature
FileCheck
Instrumentation
Integer
JitListener
LibDriver
Linker ThinLTO renaming: use module hash instead of position in the summary 2016-04-11 23:26:46 +00:00
LTO Refactor the Internalize stage of libLTO in a separate file (NFC) 2016-04-12 06:34:10 +00:00
MC [mips] add assembler support for .set arch=octeon 2016-04-12 15:28:16 +00:00
Object
Other
SymbolRewriter
TableGen
ThinLTO/X86
tools [llvm-readobj] Add ELF hash histogram printing 2016-04-11 17:15:30 +00:00
Transforms This reverts commit r266002, r266011 and r266016. 2016-04-12 12:30:25 +00:00
Unit
Verifier Add the allocsize attribute to LLVM. 2016-04-12 01:05:35 +00:00
YAMLParser
.clang-format
CMakeLists.txt Moving llvm-test-depends and test-depends into the Tests folder; NFC, this simply cleans up the generated solution so that these targets don't live in the root folder of the IDE. 2016-04-12 15:09:14 +00:00
lit.cfg
lit.site.cfg.in
TestRunner.sh