llvm-6502/lib
Hal Finkel 30cbccb029 Don't form PPC CTR-based loops around a copysignl call
copysign/copysignf never become function calls (because the SDAG expansion code
does not lower to the corresponding function call, but rather directly
implements the associated logic), but copysignl almost always is lowered into a
call to the requested libm functon (and, thus, might clobber CTR).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188727 91177308-0d34-0410-b5e6-96231b3b80d8
2013-08-19 23:35:24 +00:00
..
Analysis Fix assert with GEP ptr vector indexing structs 2013-08-19 21:43:16 +00:00
AsmParser
Bitcode
CodeGen Use less verbose code and update comments. 2013-08-19 21:41:38 +00:00
DebugInfo llvm-dwarfdump: Do not include address offsets for attributes, only for tags 2013-08-19 03:36:23 +00:00
ExecutionEngine Adding PIC support for ELF on x86_64 platforms 2013-08-19 23:27:43 +00:00
IR Introduce non-const overloads for GlobalAlias::{get,resolve}AliasedGlobal. 2013-08-19 23:13:33 +00:00
IRReader
Linker
MC
Object
Option
Support Go through the really awkward dance required to delete the memory 2013-08-18 01:20:32 +00:00
TableGen
Target Don't form PPC CTR-based loops around a copysignl call 2013-08-19 23:35:24 +00:00
Transforms Use pop_back_val() instead of both back() and pop_back(). 2013-08-19 22:47:55 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile