1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/lib
2009-01-20 00:58:55 +00:00
..
Analysis Verify debug info. 2009-01-19 23:21:49 +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 Do not use DenseMap because the iterator is invalidated while constructing types. After all there was a reason why std::map was used initially! 2009-01-20 00:58:55 +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 compile-time fmod was done incorrectly. PR 3316. 2009-01-19 21:17:05 +00:00
System Removed trailing whitespace from Makefiles. 2009-01-09 16:44:42 +00:00
Target DIVREM isel deficiency: If sign bit is known zero, zero out DX/EDX/RDX instead of sign extending the low part (in AX/EAX/RAX) into it. 2009-01-19 19:06:11 +00:00
Transforms Doxygen-ify comments. 2009-01-19 23:43:56 +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