This website requires JavaScript.
Explore
Help
Register
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-23 12:24:34 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
History
Chris Lattner
dc49712791
Only do the %ld -> %lld promotion when running a 64 bit bytecode on a 32 bit host
...
llvm-svn: 5942
2003-04-25 18:28:44 +00:00
..
Analysis
Fix BasicAA/2003-04-25-GEPCrash.ll
2003-04-25 18:03:06 +00:00
AsmParser
Use a union to cast int to fp
2003-04-22 20:20:28 +00:00
Bytecode
Fixed 'prevalent'.
2003-04-23 02:59:05 +00:00
CodeGen
Remove unneccesary &*
2003-04-23 16:36:11 +00:00
CWriter
Fix problem where labels were being incorrectly elided, and fix problem
2003-04-23 19:15:13 +00:00
ExecutionEngine
Only do the %ld -> %lld promotion when running a 64 bit bytecode on a 32 bit host
2003-04-25 18:28:44 +00:00
Support
Make more compatible with GCC 2.96
2003-02-13 16:25:28 +00:00
Target
Whoops, 32 bit targets have _4_ byte pointers, not _32_ byte pointers!
2003-04-25 06:06:43 +00:00
Transforms
Fix major problem with PHI node traversal: rechecking PHIs should go into
2003-04-25 03:35:10 +00:00
VMCore
** CORRECTLY, conservatively handle constant expressions
2003-04-25 02:52:06 +00:00
Makefile
Compile sub-directories in parallel, because they don't have interdependencies
2002-09-18 03:25:58 +00:00