This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2024-12-20 09:30:43 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
4fbf663302
llvm-6502
/
include
/
llvm
/
Support
History
…
..
AIXDataTypesFix.h
AlignOf.h
Allocator.h
ArrayRecycler.h
Atomic.h
BlockFrequency.h
BranchProbability.h
CallSite.h
Capacity.h
Casting.h
CBindingWrapping.h
CFG.h
circular_raw_ostream.h
CodeGen.h
COFF.h
CommandLine.h
Compiler.h
Compression.h
ConstantFolder.h
ConstantRange.h
ConvertUTF.h
CrashRecoveryContext.h
DataExtractor.h
DataFlow.h
DataStream.h
DataTypes.h.cmake
DataTypes.h.in
Debug.h
DebugLoc.h
Disassembler.h
DOTGraphTraits.h
Dwarf.h
DynamicLibrary.h
ELF.h
Endian.h
Errno.h
ErrorHandling.h
ErrorOr.h
FEnv.h
FileOutputBuffer.h
FileSystem.h
FileUtilities.h
Format.h
FormattedStream.h
GCOV.h
GetElementPtrTypeIterator.h
GraphWriter.h
Host.h
IncludeFile.h
InstIterator.h
IntegersSubset.h
IntegersSubsetMapping.h
LeakDetector.h
LEB128.h
LICENSE.TXT
Locale.h
LockFileManager.h
MachO.h
ManagedStatic.h
MathExtras.h
MD5.h
Memory.h
MemoryBuffer.h
MemoryObject.h
Mutex.h
MutexGuard.h
NoFolder.h
OutputBuffer.h
PassNameParser.h
Path.h
PathV1.h
PathV2.h
PatternMatch.h
PluginLoader.h
PointerLikeTypeTraits.h
PredIteratorCache.h
PrettyStackTrace.h
Process.h
Program.h
raw_os_ostream.h
raw_ostream.h
Recycler.h
RecyclingAllocator.h
Regex.h
Registry.h
RegistryParser.h
RWMutex.h
SaveAndRestore.h
Signals.h
SMLoc.h
Solaris.h
SourceMgr.h
StreamableMemoryObject.h
StringPool.h
StringRefMemoryObject.h
SwapByteOrder.h
system_error.h
SystemUtils.h
TargetFolder.h
TargetRegistry.h
Avoid warnings about unused parameters that tend to come up a lot when
2013-06-10 12:09:30 +00:00
TargetSelect.h
Threading.h
ThreadLocal.h
Timer.h
TimeValue.h
Fix initialization-order bug in llvm::Support::TimeValue. TimeValue::now() is explicitly called during module initialization of lib/Support/Process.cpp. It reads the field of global object PosixZeroTime, which is not guaranteed to be initialized at this point. Found by AddressSanitizer with -fsanitize=init-order option.
2013-02-19 11:35:39 +00:00
ToolOutputFile.h
type_traits.h
Valgrind.h
ValueHandle.h
Watchdog.h
Win64EH.h
YAMLParser.h
YAMLTraits.h