llvm-6502/lib
Jiangning Liu 09b4588309 ARM: raise error message when complex SO expressions can't really be
solved as a constant at compilation time.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204898 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-27 07:42:58 +00:00
..
Analysis
AsmParser
Bitcode
CodeGen This is a fix for PR# 19051. I noticed code gen differences due to code motion when running tests with and without the debug info at O2. The problem is in branch folding. A loop wanted to skip the debug info, but actually it didn't do so. 2014-03-26 22:15:28 +00:00
DebugInfo
ExecutionEngine
IR llvm-cov: Handle functions with no line number 2014-03-26 22:03:06 +00:00
IRReader
LineEditor
Linker
LTO
MC Move MCSymbolizer's constructor into header. It's trivial - there's no need for 2014-03-27 02:42:52 +00:00
Object
Option
ProfileData
Support
TableGen
Target ARM: raise error message when complex SO expressions can't really be 2014-03-27 07:42:58 +00:00
Transforms Treat lifetime.start'd memory like we treat freshly alloca'd memory. Patch by Björn Steinbrink! 2014-03-26 23:45:15 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile