This website requires JavaScript.
Explore
Help
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2025-01-31 20:51:52 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
History
Evan Cheng
06cfade044
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.
...
llvm-svn: 62519
2009-01-19 19:06:11 +00:00
..
Analysis
CMake: Add lib/Analysis/CaptureTracking.cpp
2009-01-18 13:14:11 +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
Few targets like PIC16 wants libcall generation for illegal type i16.
2009-01-18 18:25:27 +00:00
Debugger
Removed trailing whitespace from Makefiles.
2009-01-09 16:44:42 +00:00
ExecutionEngine
don't assert and die on out of range (undefined) shifts. This fixes
2009-01-16 20:17:02 +00:00
Linker
Add the private linkage.
2009-01-15 20:18:42 +00:00
Support
Fix typo, sentence fragment.
2009-01-19 17:42:33 +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
Temporarily revert r62487. It's causing this error during a release bootstrap of
2009-01-19 08:46:20 +00:00
VMCore
Add the private linkage.
2009-01-15 20:18:42 +00:00
Makefile
Removed trailing whitespace from Makefiles.
2009-01-09 16:44:42 +00:00