1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/include/llvm/Support
Peter Smith f7ab544ae0 [ARM] Remove non-existent cpu arm1176j-s and use mpcore for v6k
The ARMTargetParser.def contains an entry for arm1176j-s which is the
default for the ArmV6K architecture. This cpu does not exist, there are
only arm1176jz-s and arm1176jzf-s and they are both architecture ArmV6KZ.
The only CPUs that are actually ArmV6K are the mpcore, mpcore_nofpu and
later revisions of the arm1136 family r1px (which we don't have a table
entry for).

This patch removes the arm1176j-s and makes mpcore the default for armv6k.

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

llvm-svn: 343303
2018-09-28 09:04:27 +00:00
..
Solaris/sys
AArch64TargetParser.def [AArch64][v8.5A] Add Armv8.5-A random number instructions 2018-09-27 14:01:40 +00:00
AlignOf.h Replace LLVM_ALIGNAS with alignas as a follow-up of r337330 2018-07-27 05:38:14 +00:00
Allocator.h Provide a method for generating deterministic IDs for pointers allocated in BumpPtrAllocator 2018-09-06 23:07:05 +00:00
AMDGPUMetadata.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
AMDHSAKernelDescriptor.h AMDHSA: Rename RESERVED -> RESERVED0, mark gfx9-specific field 2018-06-27 05:18:50 +00:00
ARMAttributeParser.h
ARMBuildAttributes.h [ARM] Complete enumeration values for Tag_ABI_VFP_args 2018-07-31 13:24:49 +00:00
ARMEHABI.h
ARMTargetParser.def [ARM] Remove non-existent cpu arm1176j-s and use mpcore for v6k 2018-09-28 09:04:27 +00:00
ARMWinEH.h
ArrayRecycler.h
Atomic.h
AtomicOrdering.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
BinaryByteStream.h Move some code from PDBFileBuilder to MSFBuilder. 2018-06-27 21:18:15 +00:00
BinaryItemStream.h [BinaryStream] Support growable streams. 2017-11-27 18:48:37 +00:00
BinaryStream.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
BinaryStreamArray.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
BinaryStreamError.h
BinaryStreamReader.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
BinaryStreamRef.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
BinaryStreamWriter.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
BlockFrequency.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
BranchProbability.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
CachePruning.h [CachePruning] Clarify the per-directory entry limit on Linux ext4. 2018-04-12 22:27:38 +00:00
Capacity.h
Casting.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
CBindingWrapping.h
CFGUpdate.h llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) 2018-09-27 02:13:45 +00:00
CheckedArithmetic.h Update comments of CheckedArithmetic API based on Philip Reames feedback. 2018-06-13 20:48:53 +00:00
Chrono.h Support formatv of TimePoint with strftime-style formats. 2017-10-24 08:30:19 +00:00
circular_raw_ostream.h
CMakeLists.txt CMake: Explicitly #undef LLVM_REVISION rather than using a blank file 2018-02-08 22:19:00 +00:00
CodeGen.h [AArch64] Add Tiny Code Model for AArch64 2018-08-22 11:31:39 +00:00
CodeGenCoverage.h [GlobalISel] Reporting rules covered as part of the InstructionSelect's debug-only printing 2018-04-26 20:22:17 +00:00
COM.h
CommandLine.h [CommandLine] Error message for incorrect PositionalEatArgs usage 2018-05-14 23:26:06 +00:00
Compiler.h Add macro LLVM_ATTRIBUTE_REINITIALIZES 2018-09-25 08:06:32 +00:00
Compression.h Use the same constants as zlib to represent compression level. 2018-08-04 00:13:13 +00:00
ConvertUTF.h [Support] Add missing includes of <system_error> for std::error_code 2018-06-20 09:17:19 +00:00
CrashRecoveryContext.h [NFC] fix trivial typos in comments 2018-04-13 11:37:06 +00:00
DataExtractor.h Remove trailing space 2018-07-30 19:41:25 +00:00
DataTypes.h Reapply Support layering fixes. 2018-03-21 17:31:49 +00:00
Debug.h [MemorySSA] Expose the verify as a debug option. 2018-08-15 17:34:55 +00:00
DebugCounter.h [Support] Add an enable bit to our DebugCounters 2018-08-02 19:50:27 +00:00
DJB.h Make llvm::djbHash an inline function. 2018-03-02 22:00:38 +00:00
DOTGraphTraits.h
DynamicLibrary.h Remove @brief commands from doxygen comments, too. 2018-05-01 16:10:38 +00:00
Endian.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
EndianStream.h Support: Simplify endian stream interface. NFCI. 2018-05-18 19:46:24 +00:00
Errc.h [Support] Bring std::errc::not_supported to llvm::errc. 2018-07-27 09:15:05 +00:00
Errno.h [Support] Clear errno before calling the function in RetryAfterSignal. 2018-07-07 02:46:12 +00:00
Error.h [Error] Reintroduce type validation in createFileError() 2018-09-07 18:32:59 +00:00
ErrorHandling.h Report fatal error in the case of out of memory 2018-02-17 10:21:33 +00:00
ErrorOr.h Use std::reference_wrapper instead of llvm::ReferenceStorage 2018-07-19 09:24:34 +00:00
FileCheck.h Test commit: remove trailing whitespace 2018-09-11 17:28:43 +00:00
FileOutputBuffer.h [Support] Allow discarding a FileOutputBuffer without removing the memory mapping 2018-08-24 18:36:22 +00:00
FileSystem.h [Support] sys::fs::directory_entry includes the file_type. 2018-09-12 22:08:10 +00:00
FileUtilities.h
Format.h
FormatAdapters.h [Support] Require llvm::Error passed to formatv() to be wrapped in fmt_consume() 2018-07-12 07:11:28 +00:00
FormatCommon.h
FormatProviders.h
FormattedStream.h
FormatVariadic.h [Support] Make support types more easily printable. 2018-07-06 05:45:45 +00:00
FormatVariadicDetails.h [Support] Require llvm::Error passed to formatv() to be wrapped in fmt_consume() 2018-07-12 07:11:28 +00:00
GenericDomTree.h [DomTree] Add constructor to create a new DT based on current DT/CFG and a set of Updates. 2018-08-16 21:54:33 +00:00
GenericDomTreeConstruction.h llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) 2018-09-27 02:13:45 +00:00
GlobPattern.h
GraphWriter.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
Host.h s/LLVM_ON_WIN32/_WIN32/, llvm 2018-04-29 00:45:03 +00:00
InitLLVM.h Rename sys::Process::GetArgumentVector -> sys::windows::GetCommandLineArguments 2018-04-17 21:09:16 +00:00
ItaniumManglingCanonicalizer.h Allow demangler's node allocator to fail, and bail out of the entire 2018-08-24 23:26:05 +00:00
JamCRC.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
JSON.h [Support][JSON][NFC] Silence GCC warning about broken strict aliasing rules 2018-08-12 17:31:46 +00:00
KnownBits.h Fix comment typo. NFCI. 2018-07-05 13:51:35 +00:00
LEB128.h [DebugInfo] Align comments in debug_loc section 2018-01-05 22:20:30 +00:00
LICENSE.TXT
LineIterator.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
Locale.h
LockFileManager.h LTO: Keep file handles open for memory mapped files. 2018-06-13 18:03:14 +00:00
LowLevelTypeImpl.h Fix layering of MachineValueType.h by moving it from CodeGen to Support 2018-03-23 23:58:25 +00:00
MachineValueType.h Fix layering of MachineValueType.h by moving it from CodeGen to Support 2018-03-23 23:58:25 +00:00
ManagedStatic.h
MathExtras.h Fix CRLF line endings. 2018-06-25 03:13:27 +00:00
MD5.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
MemAlloc.h Use uniform mechanism for OOM errors handling 2018-06-09 05:19:45 +00:00
Memory.h Remove @brief commands from doxygen comments, too. 2018-05-01 16:10:38 +00:00
MemoryBuffer.h [Support] Remove unnecessary MemoryBuffer::anchor (where the destructor serves as the key function) 2018-07-27 23:12:11 +00:00
MipsABIFlags.h [mips] Add support for Global INValidate ASE 2018-05-17 16:30:32 +00:00
MSVCErrorWorkarounds.h Remove 'orc' namespace from MSVCErrorWorkarounds.h, fix some typos that were 2018-09-25 20:48:57 +00:00
Mutex.h Remove @brief commands from doxygen comments, too. 2018-05-01 16:10:38 +00:00
MutexGuard.h Remove @brief commands from doxygen comments, too. 2018-05-01 16:10:38 +00:00
NativeFormatting.h
OnDiskHashTable.h Support: Simplify endian stream interface. NFCI. 2018-05-18 19:46:24 +00:00
Options.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
Parallel.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
Path.h Remove dead function user_cache_directory() 2018-09-18 15:06:16 +00:00
PluginLoader.h
PointerLikeTypeTraits.h [ADT] Add llvm::unique_function which is like std::function but 2018-07-02 23:57:29 +00:00
PrettyStackTrace.h
Printable.h Printable.h: Don't mark header functions as file local 2017-10-24 21:29:19 +00:00
Process.h Remove @brief commands from doxygen comments, too. 2018-05-01 16:10:38 +00:00
Program.h Refactor ExecuteAndWait to take StringRefs. 2018-06-12 17:43:52 +00:00
RandomNumberGenerator.h
raw_os_ostream.h
raw_ostream.h Fix -Wunused-private-variable on non-Windows 2018-09-05 00:18:05 +00:00
raw_sha1_ostream.h
Recycler.h
RecyclingAllocator.h
Regex.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
Registry.h
ReverseIteration.h [ADT] Enable reverse iteration for DenseMap 2017-08-24 23:02:48 +00:00
RWMutex.h Remove @brief commands from doxygen comments, too. 2018-05-01 16:10:38 +00:00
SaveAndRestore.h [Support] Remove SaveOr which is no longer used 2018-07-03 23:31:19 +00:00
ScaledNumber.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
ScopedPrinter.h llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) 2018-09-27 02:13:45 +00:00
SHA1.h
Signals.h Signal handling should be signal-safe 2018-05-16 17:25:35 +00:00
SmallVectorMemoryBuffer.h [Support] Remove unnecessary MemoryBuffer::anchor (where the destructor serves as the key function) 2018-07-27 23:12:11 +00:00
SMLoc.h Fix comment. NFC 2018-05-07 05:21:20 +00:00
SourceMgr.h [Support] Make line-number cache robust against access patterns. 2018-04-07 00:44:02 +00:00
SpecialCaseList.h Extend SpecialCaseList to allow users to blame matches on entries in the file. 2017-11-07 21:16:46 +00:00
StringPool.h
StringSaver.h [Support] Add a UniqueStringSaver: like StringSaver, but deduplicating. 2018-07-23 10:44:40 +00:00
SwapByteOrder.h
SymbolRemappingReader.h Common infrastructure for reading a profile remapping file and building 2018-09-13 18:51:44 +00:00
SystemUtils.h Remove @brief commands from doxygen comments, too. 2018-05-01 16:10:38 +00:00
TargetOpcodes.def [GISel]: Add missing opcodes for overflow intrinsics 2018-08-28 18:54:10 +00:00
TargetParser.h [AArch64][v8.5A] Add Armv8.5-A random number instructions 2018-09-27 14:01:40 +00:00
TargetRegistry.h Fix Wdocumentation warning. NFCI. 2018-05-30 19:50:26 +00:00
TargetSelect.h
TarWriter.h [Support/TarWriter] - Don't allow TarWriter to add the same file more than once. 2017-12-05 10:09:59 +00:00
TaskQueue.h Try to fix build error on non MSVC compilers. 2018-06-25 04:35:35 +00:00
thread.h
Threading.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
ThreadLocal.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
ThreadPool.h Revert "Enable ThreadPool to queue tasks that return values." 2018-06-13 21:24:19 +00:00
Timer.h [Support] Add a public API to allow clearing all (static) timer groups. 2018-08-17 04:13:19 +00:00
ToolOutputFile.h [NFC] Fix typo in variable name. 2018-05-07 13:26:47 +00:00
TrailingObjects.h Replace LLVM_ALIGNAS with alignas as a follow-up of r337330 2018-07-27 05:38:14 +00:00
TrigramIndex.h
type_traits.h [Support] Fix llvm::unique_function when building with GCC 4.9 by 2018-07-03 01:18:21 +00:00
TypeName.h
Unicode.h [NFC] fix trivial typos in comments 2018-04-13 11:37:06 +00:00
UnicodeCharRanges.h Rename DEBUG macro to LLVM_DEBUG. 2018-05-14 12:53:11 +00:00
UniqueLock.h Remove @brief commands from doxygen comments, too. 2018-05-01 16:10:38 +00:00
Valgrind.h
VersionTuple.h Move VersionTuple from clang/Basic to llvm/Support 2018-06-11 10:28:04 +00:00
Watchdog.h
Win64EH.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
WindowsError.h
WithColor.h [Support] Move header to WithColor header 2018-05-24 11:47:20 +00:00
X86DisassemblerDecoderCommon.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
X86TargetParser.def [X86] Introduce archs: goldmont-plus & tremont 2018-04-16 07:47:35 +00:00
xxhash.h Make ICF log output order deterministic. 2018-07-31 18:04:58 +00:00
YAMLParser.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
YAMLTraits.h [llvm] NFC: Fix assert condition and suppress warning 2018-08-21 07:23:45 +00:00