1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-26 22:42:46 +02:00
llvm-mirror/lib
Dale Johannesen 03d0a7d70c Fix SSE4.1 roundss, roundsd. While the instructions have
the same pattern as roundpd/roundps, the Intel compiler 
builtins do not:  rounds* has an extra operand.  Fixes
gcc.target/i386/sse4_1-rounds[sd]-[1234].c

llvm-svn: 57370
2008-10-10 23:51:03 +00:00
..
Analysis CMake: updated lib/Analysis/CMakeLists.txt. 2008-10-10 18:51:36 +00:00
Archive Initial support for the CMake build system. 2008-09-22 01:08:49 +00:00
AsmParser Generated files for previous checkin. 2008-10-09 23:01:34 +00:00
Bitcode Rename APFloat::convertToAPInt to bitcastToAPInt to 2008-10-09 18:53:47 +00:00
CodeGen Remove some overzealous checks that were rejecting 2008-10-10 21:04:42 +00:00
Debugger Initial support for the CMake build system. 2008-09-22 01:08:49 +00:00
ExecutionEngine Revert r57340 move guard mutex in getPointerToFunction as this can cause 2008-10-10 18:07:10 +00:00
Linker Rename isWeakForLinker to mayBeOverridden. Use it 2008-09-29 11:25:42 +00:00
Support Add a "loses information" return value to APFloat::convert 2008-10-09 23:00:39 +00:00
System Add <cstdio> include where needed by gcc-4.4. 2008-10-08 07:23:46 +00:00
Target Fix SSE4.1 roundss, roundsd. While the instructions have 2008-10-10 23:51:03 +00:00
Transforms Check loop exit predicate properly while eliminating one iteration loop. 2008-10-10 22:02:57 +00:00
VMCore Add a "loses information" return value to APFloat::convert 2008-10-09 23:00:39 +00:00
Makefile remove attribution from lib Makefiles. 2007-12-29 20:09:26 +00:00