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-02-26 15:28:12 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
History
Evan Cheng
a561a94058
Use std::map instead of a (potentially very sparse) array to track val# defined by copy from the other live range. Minor compile time win when number of val# is large.
...
llvm-svn: 41640
2007-08-31 08:04:17 +00:00
..
Analysis
…
Archive
…
AsmParser
update these
2007-08-29 16:15:23 +00:00
Bitcode
…
CodeGen
Use std::map instead of a (potentially very sparse) array to track val# defined by copy from the other live range. Minor compile time win when number of val# is large.
2007-08-31 08:04:17 +00:00
Debugger
…
ExecutionEngine
…
Linker
…
Support
Enhance APFloat to retain bits of NaNs (fixes oggenc).
2007-08-31 04:03:46 +00:00
System
…
Target
Enhance APFloat to retain bits of NaNs (fixes oggenc).
2007-08-31 04:03:46 +00:00
Transforms
Cut off crazy computation. This helps PR1622 slightly.
2007-08-28 04:23:55 +00:00
VMCore
Change LegalFPImmediates to use APFloat.
2007-08-30 00:23:21 +00:00
Makefile
…