1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 05:23:45 +02:00
llvm-mirror/lib
Bill Wendling cf901346da Use "SINT_TO_FP" instead of "UINT_TO_FP" when getting the exponent. This was
causing the limited precision stuff to produce the wrong result for values in
the range [0, 1).

llvm-svn: 62615
2009-01-20 21:17:57 +00:00
..
Analysis Need only one set of debug info versions enum. 2009-01-20 19:22:03 +00:00
Archive Add the private linkage. 2009-01-15 20:18:42 +00:00
AsmParser Add the private linkage. 2009-01-15 20:18:42 +00:00
Bitcode use specialized accessor instead of plain getOperand(0) 2009-01-16 18:40:27 +00:00
CodeGen Use "SINT_TO_FP" instead of "UINT_TO_FP" when getting the exponent. This was 2009-01-20 21:17:57 +00:00
Debugger Removed trailing whitespace from Makefiles. 2009-01-09 16:44:42 +00:00
ExecutionEngine Make the Interpreter use libffi if it's available. Patch from Alexei Svitkine! 2009-01-20 00:51:40 +00:00
Linker Add the private linkage. 2009-01-15 20:18:42 +00:00
Support Add an IEEE remainder function, which is not 2009-01-20 18:35:05 +00:00
System Removed trailing whitespace from Makefiles. 2009-01-09 16:44:42 +00:00
Target Change TargetInstrInfo::isMoveInstr to return source and destination sub-register indices as well. 2009-01-20 19:12:24 +00:00
Transforms another fix for PR3354 2009-01-20 01:15:41 +00:00
VMCore div/rem by zero and div/rem overflow are both undefined according to 2009-01-19 21:55:26 +00:00
Makefile Removed trailing whitespace from Makefiles. 2009-01-09 16:44:42 +00:00