..
ELFRelocs
AIXDataTypesFix.h
AlignOf.h
Allocator.h
ARMBuildAttributes.h
ARMEHABI.h
ARMWinEH.h
ArrayRecycler.h
Atomic.h
BlockFrequency.h
BranchProbability.h
Capacity.h
Casting.h
CBindingWrapping.h
circular_raw_ostream.h
CodeGen.h
COFF.h
Modify llvm-readobj to dump symbol record bytes.
2015-02-18 19:32:05 +00:00
CommandLine.h
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
2015-02-15 22:54:22 +00:00
Compiler.h
I believe we no longer require LLVM_HAS_INITIALIZER_LISTS; it's supported in MSVC 2013 and GCC. Added a trivial test to ensure the ArrayRef initializer list constructor is called and behaves as expected.
2015-02-17 15:37:53 +00:00
Compression.h
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
DataExtractor.h
DataStream.h
DataTypes.h.cmake
DataTypes.h.in
Debug.h
DOTGraphTraits.h
Dwarf.def
Support: Rewrite LocationAtom and OperationEncodingString(), NFC
2015-02-13 01:04:08 +00:00
Dwarf.h
Support: Add dwarf::getOperationEncoding()
2015-02-13 01:05:00 +00:00
DynamicLibrary.h
ELF.h
[mips] Add backend support for Mips32r[35] and Mips64r[35].
2015-02-18 16:24:50 +00:00
Endian.h
EndianStream.h
Add support for double / float to EndianStream
2015-02-05 03:30:08 +00:00
Errc.h
Errno.h
ErrorHandling.h
ErrorOr.h
Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
2015-02-15 22:00:20 +00:00
FileOutputBuffer.h
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
2015-02-15 22:54:22 +00:00
FileSystem.h
Object: Handle Mach-O kext bundle files
2015-02-25 22:59:20 +00:00
FileUtilities.h
Format.h
MinGW's snprintf is not exposed through std::.
2015-02-15 23:17:20 +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
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
2015-02-15 22:54:22 +00:00
GenericDomTreeConstruction.h
GraphWriter.h
Host.h
LEB128.h
LICENSE.TXT
LineIterator.h
Locale.h
LockFileManager.h
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
2015-02-15 22:54:22 +00:00
MachO.h
ManagedStatic.h
MathExtras.h
MathExtras: Bring Count(Trailing|Leading)Ones and CountPopulation in line with countTrailingZeros
2015-02-12 15:35:40 +00:00
MD5.h
Memory.h
MemoryBuffer.h
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
2015-02-15 22:54:22 +00:00
MemoryObject.h
Mutex.h
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
2015-02-15 22:54:22 +00:00
MutexGuard.h
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
2015-02-15 22:54:22 +00:00
OnDiskHashTable.h
Options.h
OutputBuffer.h
Path.h
PluginLoader.h
PointerLikeTypeTraits.h
PrettyStackTrace.h
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
2015-02-15 22:54:22 +00:00
Process.h
Program.h
RandomNumberGenerator.h
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
2015-02-15 22:54:22 +00:00
raw_os_ostream.h
raw_ostream.h
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
2015-02-15 22:54:22 +00:00
Recycler.h
RecyclingAllocator.h
Regex.h
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
2015-02-15 22:54:22 +00:00
Registry.h
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
2015-02-15 22:54:22 +00:00
RegistryParser.h
RWMutex.h
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
2015-02-15 22:54:22 +00:00
SaveAndRestore.h
ScaledNumber.h
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
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
2015-02-15 22:54:22 +00:00
SpecialCaseList.h
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
2015-02-15 22:54:22 +00:00
StreamingMemoryObject.h
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
2015-02-15 22:54:22 +00:00
StringPool.h
Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
2015-02-15 22:00:20 +00:00
SwapByteOrder.h
Add code to llvm-objdump so the -section option with -macho will dump literal
2015-02-06 23:25:38 +00:00
SystemUtils.h
TargetRegistry.h
MC: Remove NullStreamer hook, as it is redundant with NullTargetStreamer.
2015-02-19 00:45:07 +00:00
TargetSelect.h
Threading.h
ThreadLocal.h
Timer.h
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
2015-02-15 22:54:22 +00:00
TimeValue.h
ToolOutputFile.h
type_traits.h
Put MSVC back into the dumb compiler's corner.
2015-02-20 16:35:42 +00:00
Unicode.h
UnicodeCharRanges.h
Make VTs and UnicodeCharSet ctors constexpr if the compiler supports it.
2015-03-01 18:10:07 +00:00
UniqueLock.h
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
2015-02-15 22:54:22 +00:00
Valgrind.h
Watchdog.h
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
2015-02-15 22:54:22 +00:00
Win64EH.h
WindowsError.h
YAMLParser.h
YAMLTraits.h
Remove trailing whitespace.
2015-01-26 17:35:56 +00:00