llvm-6502/lib
Jakob Stoklund Olesen da5f1ed640 Assert that the target provided hints are in the allocation order.
Target implementations of getRegAllocationHints() should use the
provided allocation order, and they can never return hints outside the
order. This is already documented in TargetRegisterInfo.h.

<rdar://problem/13240556>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175540 91177308-0d34-0410-b5e6-96231b3b80d8
2013-02-19 18:41:01 +00:00
..
Analysis
Archive
AsmParser
Bitcode Simplify code. No functionality change. 2013-02-19 09:48:30 +00:00
CodeGen Assert that the target provided hints are in the allocation order. 2013-02-19 18:41:01 +00:00
DebugInfo Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C linkage. 2013-02-15 12:30:38 +00:00
ExecutionEngine
IR Futureproof AttrBuild if we ever have more than 64 attr enum values. 2013-02-18 12:09:51 +00:00
Linker
MC MCParser: Reject .balign with non-pow2 alignments. 2013-02-16 15:00:16 +00:00
Object
Option
Support 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
TableGen Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C linkage. 2013-02-15 12:30:38 +00:00
Target Hexagon: Sync TSFlags in MCTargetDesc/HexagonBaseInfo.h with 2013-02-19 18:18:36 +00:00
Transforms [asan] instrument memory accesses with unusual sizes 2013-02-19 11:29:21 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile