1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/lib
Dan Gohman 704f0d5879 Fix a recent regression. ClrOpcode is not set for i8; for i8, if
we want to clear %ah to zero before a division, just use a
zero-extending mov to %al. This fixes PR3366.

llvm-svn: 62691
2009-01-21 14:50:16 +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 Cleanup whitespace and comments, and tweak some 2009-01-21 09:00:29 +00:00
Debugger Removed trailing whitespace from Makefiles. 2009-01-09 16:44:42 +00:00
ExecutionEngine Fix typo. Patch by Alexei Svitkine. 2009-01-20 21:20:23 +00:00
Linker Add the private linkage. 2009-01-15 20:18:42 +00:00
Support Mimic gcc behaviour with regard to response files. 2009-01-21 13:14:02 +00:00
System Removed trailing whitespace from Makefiles. 2009-01-09 16:44:42 +00:00
Target Fix a recent regression. ClrOpcode is not set for i8; for i8, if 2009-01-21 14:50:16 +00:00
Transforms Make special cases (0 inf nan) work for frem. 2009-01-21 00:35:19 +00:00
VMCore Make special cases (0 inf nan) work for frem. 2009-01-21 00:35:19 +00:00
Makefile Removed trailing whitespace from Makefiles. 2009-01-09 16:44:42 +00:00