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
Duncan Sands
1bba49ca55
Fix a compiler warning.
...
llvm-svn: 47328
2008-02-19 09:28:48 +00:00
..
Analysis
Fix a compiler warning.
2008-02-19 09:28:48 +00:00
Archive
Use empty() instead of comparing size() with zero.
2008-01-29 13:02:09 +00:00
AsmParser
regenerate
2008-02-19 04:36:25 +00:00
Bitcode
Use empty() instead of comparing size() with zero.
2008-01-29 13:02:09 +00:00
CodeGen
PR1909: Tail merging pass ran wild. It makes no sense to merge blocks in order to save a single instruction since a branch will be inserted for each BB.
2008-02-19 02:09:37 +00:00
Debugger
Remove attribution from file headers, per discussion on llvmdev.
2007-12-29 20:36:04 +00:00
ExecutionEngine
Support vector constant zeros, thanks to Zack Rusin for the testcase.
2008-02-15 00:57:28 +00:00
Linker
Remove attribution from file headers, per discussion on llvmdev.
2007-12-29 20:36:04 +00:00
Support
Fixed bug in FoldingSetIteratorImpl where we did not correctly check if
2008-02-15 21:12:46 +00:00
System
It is not safe to call fork in PrintStackTrace. Sometimes it freezes the program.
2008-02-15 18:05:54 +00:00
Target
Me not like duplicated comments.
2008-02-19 02:05:16 +00:00
Transforms
remove the LowerSelect pass. The last client was the old Sparc backend, which is long dead by now.
2008-02-19 07:49:17 +00:00
VMCore
Fix some minor issues folding undef, PR2052
2008-02-19 06:22:12 +00:00
Makefile
remove attribution from lib Makefiles.
2007-12-29 20:09:26 +00:00