llvm-6502/lib
Reid Kleckner cbebdef6eb Document the maximum LLVM IR alignment, which is 1 << 29 or 0.5 GiB
Add verifier checks.  We already check these in the assembly parser, but
a frontend producing IR in memory wouldn't hit those checks.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213027 91177308-0d34-0410-b5e6-96231b3b80d8
2014-07-15 01:16:09 +00:00
..
Analysis Teach GetUnderlyingObject / BasicAA about addrspacecast 2014-07-15 00:56:40 +00:00
AsmParser
Bitcode
CodeGen [DAGCombiner] Avoid calling method 'isShuffleMaskLegal' on illegal vector types. 2014-07-15 00:02:32 +00:00
DebugInfo
ExecutionEngine [RuntimeDyld] Handle endiannes differences between the host and target while 2014-07-14 23:19:50 +00:00
IR Document the maximum LLVM IR alignment, which is 1 << 29 or 0.5 GiB 2014-07-15 01:16:09 +00:00
IRReader
LineEditor
Linker
LTO
MC CodeGen: Stick constant pool entries in COMDAT sections for WinCOFF 2014-07-14 22:57:27 +00:00
Object Object/LLVMBuild.txt: Sort required_libraries by alphabetical order. 2014-07-14 02:52:08 +00:00
Option Generic: add range-adapter for option parsing. 2014-07-09 13:03:37 +00:00
ProfileData
Support Fix a -Wunused-local-typedefs warning 2014-07-14 22:46:45 +00:00
TableGen
Target R600: Add denormal handling subtarget features. 2014-07-14 23:40:49 +00:00
Transforms Don't eliminate memcpy's when the address of the pointer may itself be relevant. Fixes PR18304. Patch by David Wiberg! 2014-07-14 18:52:02 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile