llvm-6502/lib
Manman Ren 91b978e157 [Stack Alignment] emit warning instead of a hard error
Per discussion in rdar://13127907, we should emit a hard error only if
people write code where the requested alignment is larger than achievable
and assumes the low bits are zeros. A warning should be good enough when
we are not sure if the source code assumes the low bits are zeros.

rdar://13127907


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174336 91177308-0d34-0410-b5e6-96231b3b80d8
2013-02-04 23:45:08 +00:00
..
Analysis use GEP::accumulateConstantOffset() to replace custom written code to compute GEP offset 2013-02-03 13:17:11 +00:00
Archive
AsmParser
Bitcode Initial cleanups of the param-attribute code in the bitcode reader/writer. 2013-02-04 23:32:23 +00:00
CodeGen [Stack Alignment] emit warning instead of a hard error 2013-02-04 23:45:08 +00:00
DebugInfo
ExecutionEngine
IR Initial cleanups of the param-attribute code in the bitcode reader/writer. 2013-02-04 23:32:23 +00:00
Linker
MC
Object [Object][Archive] Improve performance. 2013-02-03 10:48:50 +00:00
Option
Support More MSan/ASan annotations. 2013-02-04 07:03:24 +00:00
TableGen
Target Hexagon: Add V4 combine instructions and some more Def Pats for V2. 2013-02-04 15:52:56 +00:00
Transforms Revert accidental commit (ran svn commit from wrong directory). 2013-02-02 00:25:26 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile