llvm-mirror/include/llvm/Support
Victor Leschuk 9cc7a42fca DebugInfo: support for DWARFv5 DW_AT_alignment attribute
* Assume that clang passes non-zero alignment value to DIBuilder
only in case when it was forced by C++11 'alignas', C11 '_Alignas'
or compiler attribute '__attribute__((aligned (N)))'.

* Emit DW_AT_alignment if alignment is specified for type/object.

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

llvm-svn: 285189
2016-10-26 11:59:03 +00:00
..
ELFRelocs AArch64 ILP32 relocations for assembly and ELF 2016-10-24 13:37:13 +00:00
AArch64TargetParser.def [ARM] Correct ARMv8*-A optional extension definitions in TargetParser 2016-08-18 15:50:11 +00:00
AlignOf.h [Support] Put back the MSVC hack for AlignedCharArray. 2016-10-20 15:53:04 +00:00
Allocator.h Retire llvm::alignOf in favor of C++11 alignof. 2016-10-20 15:02:18 +00:00
ARMBuildAttributes.h [ARM]: Add Cortex-R52 target to LLVM 2016-10-07 12:06:40 +00:00
ARMEHABI.h
ARMTargetParser.def [ARM]: Add Cortex-R52 target to LLVM 2016-10-07 12:06:40 +00:00
ARMWinEH.h
ArrayRecycler.h Retire llvm::alignOf in favor of C++11 alignof. 2016-10-20 15:02:18 +00:00
Atomic.h
AtomicOrdering.h Fix some Clang-tidy modernize-use-using and Include What You Use warnings. 2016-08-13 00:50:41 +00:00
BlockFrequency.h
BranchProbability.h
CachePruning.h Remove TimeValue usage from llvm/Support 2016-10-24 10:59:17 +00:00
Capacity.h
Casting.h Support: Prefer the LLVM_NODISCARD spelling 2016-10-16 20:56:20 +00:00
CBindingWrapping.h
Chrono.h Reapply "Add Chrono.h - std::chrono support header" 2016-10-20 12:05:50 +00:00
circular_raw_ostream.h
CodeGen.h [ARM] Add support for embedded position-independent code 2016-08-08 15:28:31 +00:00
CodeGenCWrappers.h
COFF.h COFF: Fix short import lib import name type bitshift 2016-10-01 23:10:20 +00:00
COM.h
CommandLine.h Add llvm:: in clEnumVal macro (NFC) 2016-10-14 03:54:46 +00:00
Compiler.h Remove LLVM_CONSTEXPR. 2016-10-23 19:39:16 +00:00
Compression.h Add a lower level zlib::uncompress. 2016-09-09 19:32:36 +00:00
ConvertUTF.h Move UTF functions into namespace llvm. 2016-09-30 00:38:45 +00:00
CrashRecoveryContext.h
DataExtractor.h
DataStream.h
DataTypes.h.cmake Do not require __STDC_LIMIT_MACROS and others 2016-06-22 21:15:51 +00:00
Debug.h Fix some Clang-tidy modernize-use-using and Include What You Use warnings. 2016-08-13 00:50:41 +00:00
DOTGraphTraits.h
Dwarf.def
Dwarf.h DebugInfo: support for DWARFv5 DW_AT_alignment attribute 2016-10-26 11:59:03 +00:00
DynamicLibrary.h
ELF.h [Support/ELF] - Sort PT_OPENBSD_* added previously. NFC. 2016-10-12 09:20:28 +00:00
Endian.h Retire llvm::alignOf in favor of C++11 alignof. 2016-10-20 15:02:18 +00:00
EndianStream.h
Errc.h
Errno.h
Error.h Support: Annotate Error and Expected<> with LLVM_NODISCARD 2016-10-21 21:01:12 +00:00
ErrorHandling.h
ErrorOr.h
FileOutputBuffer.h
FileSystem.h Remove TimeValue usage from llvm/Support 2016-10-24 10:59:17 +00:00
FileUtilities.h
Format.h Revert "Revert "Add a static_assert to enforce that parameters to llvm::format() are not totally unsafe"" 2016-10-07 08:25:42 +00:00
FormattedStream.h
GCOV.h
GenericDomTree.h [GraphTraits] Make nodes_iterator dereference to NodeType*/NodeRef 2016-08-19 21:20:13 +00:00
GenericDomTreeConstruction.h [GenericDomTree] Change GenericDomTree to use NodeRef in GraphTraits. NFC. 2016-08-17 20:01:58 +00:00
GraphWriter.h [GraphTraits] Make nodes_iterator dereference to NodeType*/NodeRef 2016-08-19 21:20:13 +00:00
Host.h Add interface to compute number of physical cores on host system 2016-10-13 17:43:20 +00:00
JamCRC.h
LEB128.h
LICENSE.TXT
LineIterator.h
Locale.h
LockFileManager.h
MachO.def
MachO.h Next set of additional error checks for invalid Mach-O files for the 2016-10-19 23:44:34 +00:00
ManagedStatic.h [ManagedStatic] Reimplement double-checked locking with std::atomic. 2016-06-29 15:04:07 +00:00
MathExtras.h Remove LLVM_CONSTEXPR. 2016-10-23 19:39:16 +00:00
MD5.h
Memory.h
MemoryBuffer.h Add interface to compute number of physical cores on host system 2016-10-13 17:43:20 +00:00
MemoryObject.h
MipsABIFlags.h
Mutex.h
MutexGuard.h
NativeFormatting.h Revert "Resubmit "Add support for advanced number formatting."" 2016-10-18 09:30:18 +00:00
OnDiskHashTable.h Retire llvm::alignOf in favor of C++11 alignof. 2016-10-20 15:02:18 +00:00
Options.h Use StringRef in CommandLine Options handling (NFC) 2016-10-01 03:43:20 +00:00
Path.h Do not delete leading ../ in remove_dots. 2016-10-13 15:07:14 +00:00
PluginLoader.h
PointerLikeTypeTraits.h Retire llvm::alignOf in favor of C++11 alignof. 2016-10-20 15:02:18 +00:00
PrettyStackTrace.h
Printable.h
Process.h Remove TimeValue usage from llvm/Support 2016-10-24 10:59:17 +00:00
Program.h [Support] Fix a doxygen comment (NFC) 2016-07-15 22:44:52 +00:00
RandomNumberGenerator.h Remove LLVM_CONSTEXPR. 2016-10-23 19:39:16 +00:00
raw_os_ostream.h
raw_ostream.h
raw_sha1_ostream.h
Recycler.h Retire llvm::alignOf in favor of C++11 alignof. 2016-10-20 15:02:18 +00:00
RecyclingAllocator.h Retire llvm::alignOf in favor of C++11 alignof. 2016-10-20 15:02:18 +00:00
Regex.h [Support] - Fix possible crash in match() of llvm::Regex. 2016-09-02 08:44:46 +00:00
Registry.h Add missing #include from r283039. Found by modules build. 2016-10-05 22:40:54 +00:00
RWMutex.h
SaveAndRestore.h
ScaledNumber.h
ScopedPrinter.h
SHA1.h
Signals.h
SMLoc.h Defer asm errors to post-statement failure 2016-09-16 18:30:20 +00:00
Solaris.h
SourceMgr.h Do a sweep over move ctors and remove those that are identical to the default. 2016-10-20 12:20:28 +00:00
SpecialCaseList.h
StreamingMemoryObject.h
StringPool.h
StringSaver.h Use StringRef in StringSaver API (NFC) 2016-10-05 01:32:41 +00:00
SwapByteOrder.h
SystemUtils.h
TargetParser.h Use StringReg in TargetParser APIs (NFC) 2016-10-07 08:37:29 +00:00
TargetRegistry.h Move the global variables representing each Target behind accessor function 2016-10-09 23:00:34 +00:00
TargetSelect.h
thread.h
Threading.h Rename interface for querying physical hardware concurrency 2016-10-17 14:56:53 +00:00
ThreadLocal.h
ThreadPool.h
Timer.h Timer: Fix doxygen comments, use member initializer; NFC 2016-10-14 00:17:19 +00:00
TimeValue.h Reapply "Add Chrono.h - std::chrono support header" 2016-10-20 12:05:50 +00:00
ToolOutputFile.h
TrailingObjects.h Remove LLVM_CONSTEXPR. 2016-10-23 19:39:16 +00:00
type_traits.h
TypeName.h
Unicode.h
UnicodeCharRanges.h Remove LLVM_CONSTEXPR. 2016-10-23 19:39:16 +00:00
UniqueLock.h
Valgrind.h
Watchdog.h
Win64EH.h
WindowsError.h
xxhash.h Add xxhash to llvm. 2016-09-27 15:45:57 +00:00
YAMLParser.h Remove LLVM_NOEXCEPT and replace it with noexcept 2016-10-19 23:52:38 +00:00
YAMLTraits.h [YAMLIO] Add the ability to map with context. 2016-09-08 18:22:44 +00:00