llvm-6502/lib
Benjamin Kramer 8611d4449a Cost model support for lowered math builtins.
We make the cost for calling libm functions extremely high as emitting the
calls is expensive and causes spills (on x86) so performance suffers. We still
vectorize important calls like ceilf and friends on SSE4.1. and fabs.

Differential Revision: http://llvm-reviews.chandlerc.com/D466

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176287 91177308-0d34-0410-b5e6-96231b3b80d8
2013-02-28 19:09:33 +00:00
..
Analysis Cost model support for lowered math builtins. 2013-02-28 19:09:33 +00:00
Archive
AsmParser
Bitcode
CodeGen Cost model support for lowered math builtins. 2013-02-28 19:09:33 +00:00
DebugInfo
ExecutionEngine
IR IR: Don't constant fold GEP bitcasts between different address spaces 2013-02-27 02:26:42 +00:00
Linker
MC
Object
Option
Support [PathV2] In llvm::sys::fs::unique_file, make sure it doesn't fall into an infinite loop by constantly trying 2013-02-28 00:38:19 +00:00
TableGen
Target Style; no functional change. 2013-02-28 18:54:27 +00:00
Transforms [msan] Implement sanitize_memory attribute. 2013-02-28 11:25:14 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile