llvm-6502/lib
Ana Pazos a2bfea9743 Added support for mcpu krait
- krait processor currently modeled with the same features as A9.
- Krait processor additionally has VFP4 (fused multiply add/sub)
and hardware division features enabled.
- krait has currently the same Schedule model as A9
- krait cpu flag is not recognized by the GNU assembler yet,
it is replaced with march=armv7-a to avoid a lower march
from being used.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196619 91177308-0d34-0410-b5e6-96231b3b80d8
2013-12-06 22:48:17 +00:00
..
Analysis Correct word hyphenations 2013-12-05 05:44:44 +00:00
AsmParser Debug Info: drop debug info via upgrading path if version number does not match. 2013-12-02 21:29:56 +00:00
Bitcode Debug Info: drop debug info via upgrading path if version number does not match. 2013-12-02 21:29:56 +00:00
CodeGen DebugInfo: Move unit begin/end labels into the unit 2013-12-06 22:33:05 +00:00
DebugInfo
ExecutionEngine Remove the isImplicitlyPrivate argument of getNameWithPrefix. 2013-12-05 05:53:12 +00:00
IR micro optimization: isSizedDerivedType is only called with arrays, vectors and structs. 2013-12-06 20:12:19 +00:00
IRReader
Linker
LTO Remove the isImplicitlyPrivate argument of getNameWithPrefix. 2013-12-05 05:53:12 +00:00
MC Integrated assembler incorrectly lexes ARM-style comments 2013-12-06 20:35:58 +00:00
Object Fix a pair of array index checks. 2013-12-06 02:33:38 +00:00
Option Avoid buffer copies when a Twine already is a StringRef. 2013-12-03 18:18:28 +00:00
Support Correct word hyphenations 2013-12-05 05:44:44 +00:00
TableGen
Target Added support for mcpu krait 2013-12-06 22:48:17 +00:00
Transforms Don't use isNullValue to evaluate ConstantExpr 2013-12-06 21:48:36 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile