1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00
llvm-mirror/lib
Petar Jovanovic 848b27bf30 [mips] add warnings for using dsp and msa flags with inappropriate revisions
Dsp and dspr2 require MIPS revision 2, while msa requires revision 5. Adding
warnings for cases when these flags are used with earlier revision.

Patch by Milos Stojanovic.

Differential Revision: https://reviews.llvm.org/D40490

llvm-svn: 323131
2018-01-22 16:43:30 +00:00
..
Analysis [ThinLTO] Re-commit of dot dumper after test fix 2018-01-22 13:35:40 +00:00
AsmParser Allow dso_local on ifunc. 2018-01-12 17:03:43 +00:00
BinaryFormat [BinaryFormat] Add .debug_names support 2018-01-22 09:41:36 +00:00
Bitcode [ThinLTO] Re-commit of dot dumper after test fix 2018-01-22 13:35:40 +00:00
CodeGen Fixing warnings caused by commit 323095 2018-01-22 13:24:10 +00:00
DebugInfo Rename DwarfAcceleratorTable to AppleAcceleratorTable. NFC 2018-01-22 13:17:23 +00:00
Demangle
ExecutionEngine [ORC] Add orc::SymbolResolver, a Orc/Legacy API interop header, and an 2018-01-22 03:00:31 +00:00
Fuzzer
FuzzMutate
IR [ThinLTO] Re-commit of dot dumper after test fix 2018-01-22 13:35:40 +00:00
IRReader
LineEditor
Linker Fix crash when linking metadata with ODR type uniquing 2018-01-09 18:32:53 +00:00
LTO [ThinLTO] Re-commit of dot dumper after test fix 2018-01-22 13:35:40 +00:00
MC [WebAssembly] MC: Start table at offset 1 rather than 0 2018-01-19 18:57:01 +00:00
Object [COFF] Keep the underscore on exported decorated stdcall functions in MSVC mode 2018-01-20 11:44:32 +00:00
ObjectYAML [WebAssembly] Add COMDAT support 2018-01-09 23:43:14 +00:00
Option [Option] For typo '-foo', suggest '--foo' 2018-01-09 19:38:04 +00:00
Passes Add a pass to generate synthetic function entry counts. 2018-01-09 19:39:35 +00:00
ProfileData Remove superfluous copies in sample profiling. 2017-12-28 18:10:41 +00:00
Support Fallback option for colorized output when terminfo isn't available 2018-01-19 17:10:55 +00:00
TableGen Avoid int to string conversion in Twine or raw_ostream contexts. 2017-12-28 16:58:54 +00:00
Target [mips] add warnings for using dsp and msa flags with inappropriate revisions 2018-01-22 16:43:30 +00:00
Testing
ToolDrivers [COFF] Keep the underscore on exported decorated stdcall functions in MSVC mode 2018-01-20 11:44:32 +00:00
Transforms [ThinLTO] Re-commit of dot dumper after test fix 2018-01-22 13:35:40 +00:00
WindowsManifest
XRay
CMakeLists.txt
LLVMBuild.txt