1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 12:33:33 +02:00
llvm-mirror/include/llvm/Support
Chandler Carruth 567b79d945 [LPM] Remove a PPC64 hack to try to work around a bad interaction
between the linker's TLS optimizations and Clang's TLS code generation.

For now, Clang has been changed to disable linker TLS optimizations
until it (and LLVM more generally) are emitting TLS code sequences
compatible with the old bugs found in the linkers. That's a better fix
to handle bootstrapping on that platform.

llvm-svn: 227511
2015-01-29 23:26:37 +00:00
..
ELFRelocs Update AArch64 ELF relocations to ABI 1.0 2014-11-26 10:49:18 +00:00
AIXDataTypesFix.h
AlignOf.h
Allocator.h Test commit. 2014-11-03 10:58:05 +00:00
ARMBuildAttributes.h Emit Tag_ABI_FP_16bit_format build attribute. 2014-12-12 11:59:18 +00:00
ARMEHABI.h
ARMWinEH.h
ArrayRecycler.h
Atomic.h
BlockFrequency.h
BranchProbability.h
Capacity.h
Casting.h Support: Add *cast_or_null<> for pointer wrappers 2014-11-24 03:13:02 +00:00
CBindingWrapping.h
circular_raw_ostream.h
CodeGen.h Add Position-independent Code model Module API. 2014-11-07 04:46:10 +00:00
COFF.h Calm down build bots 2014-11-14 08:38:17 +00:00
CommandLine.h Moving AddLiteralOption's declaration higher up in the header to make gcc happy. 2015-01-28 19:17:09 +00:00
Compiler.h [LPM] Remove a PPC64 hack to try to work around a bad interaction 2015-01-29 23:26:37 +00:00
Compression.h [cleanup] Re-sort all the #include lines in LLVM using 2015-01-14 11:23:27 +00:00
ConvertUTF.h Add a UTF8 to UTF16 conversion wrapper for use in the pdb dumper 2015-01-26 19:51:00 +00:00
CrashRecoveryContext.h [cleanup] Re-sort all the #include lines in LLVM using 2015-01-14 11:23:27 +00:00
DataExtractor.h llvm-symbolizer: teach it about PowerPC64 ELF function descriptors 2014-11-07 09:08:39 +00:00
DataStream.h
DataTypes.h.cmake Rename END_WITH_NULL to LLVM_END_WITH_NULL and move to Compiler.h 2014-11-04 01:12:21 +00:00
DataTypes.h.in Rename END_WITH_NULL to LLVM_END_WITH_NULL and move to Compiler.h 2014-11-04 01:12:21 +00:00
Debug.h
DOTGraphTraits.h
Dwarf.h Modernize doxygen comments in Support/Dwarf.h 2014-10-23 04:08:38 +00:00
DynamicLibrary.h
ELF.h [ELFYAML] Support mips64 relocation record format in yaml2obj/obj2yaml 2015-01-25 13:29:25 +00:00
Endian.h
EndianStream.h
Errc.h
Errno.h
ErrorHandling.h
ErrorOr.h ErrorOr: Be more explicit in the implicit conversion to bool docs 2014-11-04 21:01:48 +00:00
FileOutputBuffer.h Remove unused feature. NFC. 2014-12-12 17:35:34 +00:00
FileSystem.h Remove the last unnecessary member variable of mapped_file_region. NFC. 2014-12-16 03:10:29 +00:00
FileUtilities.h
Format.h Teach raw_ostream to support hex formatting without a prefix '0x'. 2015-01-26 18:21:33 +00:00
FormattedStream.h
GCOV.h llvm-cov: Don't use llvm::outs() in library code 2015-01-23 23:09:27 +00:00
GenericDomTree.h Add missing include directive for llvm::make_unique(). 2015-01-15 00:11:36 +00:00
GenericDomTreeConstruction.h Add comment about a gotcha I ran across while touching this code. 2015-01-14 19:59:18 +00:00
GraphWriter.h
Host.h
LEB128.h Fixup for r217830. Don't do left shifts on negative values 2014-09-17 18:23:07 +00:00
LICENSE.TXT
LineIterator.h
Locale.h
LockFileManager.h
MachO.h Another attempt to fix the LLVM Windows build bot lld-x86_64-win7, one last place to fix I think. 2014-12-24 00:16:51 +00:00
ManagedStatic.h
MathExtras.h Support: remove some variable names 2014-11-29 00:10:26 +00:00
MD5.h Make the MD5 result name consistent between functions, header and source. 2014-10-06 13:48:07 +00:00
Memory.h
MemoryBuffer.h [Support] Add MemoryBuffer::getFileSlice() 2014-10-08 00:22:18 +00:00
MemoryObject.h Update \param(s) in MemoryObject::readBytes(). [-Wdocumentation] 2014-11-13 04:56:41 +00:00
Mutex.h
MutexGuard.h
OnDiskHashTable.h [cleanup] Re-sort all the #include lines in LLVM using 2015-01-14 11:23:27 +00:00
Options.h Add missing header guard. 2014-10-16 10:10:07 +00:00
OutputBuffer.h
Path.h
PluginLoader.h
PointerLikeTypeTraits.h
PrettyStackTrace.h
Process.h Remove dead code. NFC. 2014-12-04 16:59:36 +00:00
Program.h Remove FindProgramByName. NFC. 2014-11-04 12:35:47 +00:00
RandomNumberGenerator.h Revert "Insert random noops to increase security against ROP attacks (llvm)" 2015-01-14 05:24:33 +00:00
raw_os_ostream.h
raw_ostream.h [Support] Add type-safe alternative to llvm::format() 2014-09-25 20:30:58 +00:00
Recycler.h
RecyclingAllocator.h
Regex.h
Registry.h Move ownership of GCStrategy objects to LLVMContext 2015-01-16 20:07:33 +00:00
RegistryParser.h
RWMutex.h
SaveAndRestore.h
ScaledNumber.h [cleanup] Re-sort all the #include lines in LLVM using 2015-01-14 11:23:27 +00:00
Signals.h [Support][Windows] Unify dialog box suppression and print stack traces on abort. 2015-01-29 17:20:29 +00:00
SMLoc.h
Solaris.h
SourceMgr.h
SpecialCaseList.h
StreamingMemoryObject.h Fix a silly bug in StreamingMemoryObject.cpp. 2014-11-21 05:15:41 +00:00
StringPool.h [cleanup] Re-sort all the #include lines in LLVM using 2015-01-14 11:23:27 +00:00
SwapByteOrder.h Use the LLVM_GNUC_PREREQ macro instead of the longhand version check 2014-11-04 01:28:33 +00:00
SystemUtils.h
TargetRegistry.h unique_ptrify the RelInfo parameter to TargetRegistry::createMCSymbolizer 2015-01-18 20:45:48 +00:00
TargetSelect.h
Threading.h Added comment about llvm_execute_on_thread waiting for thread to complete. 2014-11-24 14:51:41 +00:00
ThreadLocal.h ThreadLocal: Return a mutable pointer if templated with a non-const type 2014-12-15 01:04:45 +00:00
Timer.h
TimeValue.h
ToolOutputFile.h
type_traits.h
Unicode.h
UnicodeCharRanges.h
UniqueLock.h
Valgrind.h
Watchdog.h
Win64EH.h
WindowsError.h
YAMLParser.h
YAMLTraits.h Remove trailing whitespace. 2015-01-26 17:35:56 +00:00