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-02-01 05:01:59 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
History
Nate Begeman
66df9740df
Add a note
...
llvm-svn: 47279
2008-02-18 18:39:23 +00:00
..
Analysis
don't bother calling getUnderlyingObject for non-pointers.
2008-02-18 17:28:21 +00:00
Archive
Use empty() instead of comparing size() with zero.
2008-01-29 13:02:09 +00:00
AsmParser
Back out mods to llvmAsmParser, incorrectly committed
2008-01-30 03:10:00 +00:00
Bitcode
Use empty() instead of comparing size() with zero.
2008-01-29 13:02:09 +00:00
CodeGen
New helper function getMBBFromIndex() that given an index in any instruction of an MBB returns a pointer the MBB. Reviewed by Evan.
2008-02-18 09:35:30 +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
Add a note
2008-02-18 18:39:23 +00:00
Transforms
Transforming -A + -B --> -(A + B) isn't safe for FP, thanks
2008-02-18 17:50:16 +00:00
VMCore
Simplify caller updating using a CallSite, as
2008-02-18 17:32:13 +00:00
Makefile
remove attribution from lib Makefiles.
2007-12-29 20:09:26 +00:00