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-11 14:16:59 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
History
Chris Lattner
0e438dc219
Floating point negates are -0.0 - X, not 0.0 - X
...
llvm-svn: 11084
2004-02-02 20:21:29 +00:00
..
Analysis
Avoid referencing deleted DSgraphs when merging an SCC into a larger SCC. This
2004-01-31 21:02:18 +00:00
AsmParser
…
Bytecode
Remove all of the annoying statistics now that I'm finished (for the near
2004-02-01 01:50:31 +00:00
CodeGen
Create an object for tracking physical register usage. This will look
2004-02-02 07:30:36 +00:00
CWriter
…
Debugger
"fix" a nasty race condition
2004-01-14 21:18:03 +00:00
ExecutionEngine
Print an error message if we can't materialize the bytecode file
2004-02-01 01:07:25 +00:00
Support
Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so into
2004-01-26 20:59:41 +00:00
Target
No need to declare implicit uses/defs of ST0
2004-02-02 19:57:45 +00:00
Transforms
Disable (x - (y - z)) => (x + (z - y)) optimization for floating point.
2004-02-02 20:09:56 +00:00
VMCore
Floating point negates are -0.0 - X, not 0.0 - X
2004-02-02 20:21:29 +00:00
Makefile
…