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-27 23:13:27 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
History
Eric Christopher
62a7f68562
Fix indentation.
...
llvm-svn: 106072
2010-06-16 00:26:36 +00:00
..
Analysis
Support for nested functions/classes in debug output. (Again.) Radar 7424645.
2010-06-11 20:08:44 +00:00
Archive
…
AsmParser
…
Bitcode
Speedup bitcode writer. Do not walk all values for all functions to emit function local metadata. In one testcase, probably worst case scenario, the 70x speed up is seen.
2010-06-02 23:05:04 +00:00
CodeGen
Create a more targeted fix for not sinking instructions into a range where it
2010-06-15 23:46:31 +00:00
CompilerDriver
…
ExecutionEngine
…
Linker
…
MC
Fix indentation.
2010-06-16 00:26:36 +00:00
Support
fpcmp: Fix bug where fpcmp wouldn't early exit when files obviously differ and
2010-06-15 19:20:30 +00:00
System
Avoid "variable 'bits' set but not used [-Wunused-but-set-variable]"
2010-06-10 16:23:15 +00:00
Target
Create a more targeted fix for not sinking instructions into a range where it
2010-06-15 23:46:31 +00:00
Transforms
simplify-libcalls: fold strstr(a, b) == a -> strncmp(a, b, strlen(b)) == 0
2010-06-15 21:34:25 +00:00
VMCore
improve verifier error about unterminated block to include
2010-06-12 15:50:24 +00:00
Makefile
…