llvm-6502/test
Juergen Ributzka 446f01b1d5 [AArch64] MachO large code-model: Materialize FP constants in code.
In the large code model we have to first get the address of the GOT entry, load
the address of the constant, and then load the constant itself.

To avoid these loads and the GOT entry alltogether this commit changes the way
how FP constants are materialized in the large code model. The constats are now
materialized in a GPR and then bitconverted/moved into the FPR.

Reviewed by Tim Northover

Fixes rdar://problem/16572564.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223941 91177308-0d34-0410-b5e6-96231b3b80d8
2014-12-10 19:43:32 +00:00
..
Analysis
Assembler DataLayout: Provide nicer diagnostics for malformed strings 2014-12-10 02:36:41 +00:00
Bindings
Bitcode
BugPoint
CodeGen [AArch64] MachO large code-model: Materialize FP constants in code. 2014-12-10 19:43:32 +00:00
DebugInfo Correctly handle complex locations expressions in replaceDbgDeclareForAlloca() 2014-12-09 17:55:48 +00:00
ExecutionEngine
Feature IR: Split Metadata from Value 2014-12-09 18:38:53 +00:00
FileCheck
Instrumentation
Integer
JitListener
Linker IR: Split Metadata from Value 2014-12-09 18:38:53 +00:00
LTO
MC [Hexagon] Adding JR class predicated call reg instructions. 2014-12-10 18:24:16 +00:00
Object
Other
SymbolRewriter
TableGen
tools Revert "Initial dsymutil tool commit." 2014-12-09 17:21:50 +00:00
Transforms ConstantFold: div undef, 0 should fold to undef, not zero 2014-12-10 09:14:55 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg
lit.site.cfg.in
Makefile
Makefile.tests
TestRunner.sh