llvm-6502/lib
Roman Divacky 14551f041b Lower FNEG just like FABS to fneg[ds] and fmov[ds], thus avoiding
expensive libcall. Also, Qp_neg is not implemented on at least
FreeBSD. This is also what gcc is doing.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202422 91177308-0d34-0410-b5e6-96231b3b80d8
2014-02-27 19:26:29 +00:00
..
Analysis Remove unnecessary llvm:: qualification. 2014-02-26 23:27:16 +00:00
AsmParser
Bitcode
CodeGen Revert r201751 and solve the const problem a different way - by 2014-02-27 18:36:10 +00:00
DebugInfo
ExecutionEngine
IR Add a debug info code generation level to the compile unit metadata 2014-02-27 01:24:56 +00:00
IRReader
LineEditor
Linker
LTO
MC Remove MCPureStreamer. 2014-02-27 16:17:34 +00:00
Object Relax COFF string table check 2014-02-26 19:51:44 +00:00
Option
Support Re-apply r200853, which should not crash after Clang plugins were converted to loadable modules in r201256. 2014-02-27 14:47:37 +00:00
TableGen Fix odd indentation. 2014-02-27 03:11:13 +00:00
Target Lower FNEG just like FABS to fneg[ds] and fmov[ds], thus avoiding 2014-02-27 19:26:29 +00:00
Transforms [asan] fix a pair of silly typos 2014-02-27 13:13:59 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile Introduce line editor library. 2014-01-31 23:46:14 +00:00