llvm-6502/lib
Owen Anderson ddfdffbb10 Teach DataLayout that pointer ABI and preferred alignments are required to be powers of two.
Previously this resulted in asserts and/or crashes (depending on build configuration) at various phases in the optimizer.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230938 91177308-0d34-0410-b5e6-96231b3b80d8
2015-03-02 06:33:51 +00:00
..
Analysis Add missing includes. make_unique proliferated everywhere. 2015-03-01 21:28:53 +00:00
AsmParser Teach the LLParser to fail gracefully when it encounters an invalid label name. 2015-03-02 05:25:09 +00:00
Bitcode Add missing includes. make_unique proliferated everywhere. 2015-03-01 21:28:53 +00:00
CodeGen Revert r230930, it caused PR22747. 2015-03-02 04:37:11 +00:00
DebugInfo [llvm-pdbdump] Many minor fixes and improvements 2015-03-02 04:39:56 +00:00
ExecutionEngine Add missing includes. make_unique proliferated everywhere. 2015-03-01 21:28:53 +00:00
Fuzzer
IR Teach DataLayout that pointer ABI and preferred alignments are required to be powers of two. 2015-03-02 06:33:51 +00:00
IRReader
LineEditor
Linker
LTO
MC Make some non-constant static variables non-static or fully const. 2015-03-01 18:09:56 +00:00
Object Add missing includes. make_unique proliferated everywhere. 2015-03-01 21:28:53 +00:00
Option
ProfileData Add missing includes. make_unique proliferated everywhere. 2015-03-01 21:28:53 +00:00
Support [raw_ostream] When printing color on Windows, use correct bg color. 2015-02-28 19:08:27 +00:00
TableGen Add missing includes. make_unique proliferated everywhere. 2015-03-01 21:28:53 +00:00
Target [X86] There are only 8 mask registers. Fail disassembly if instruction tries to reference more. 2015-03-02 03:33:11 +00:00
Transforms Revert r230921, "Revert some changes that were made to fix PR20680.", for now. 2015-03-02 01:14:03 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile