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-04 11:17:31 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
History
Nick Lewycky
459667b48d
The function that does nothing but call malloc is noalias return.
...
llvm-svn: 62956
2009-01-25 07:59:57 +00:00
..
Analysis
…
Archive
…
AsmParser
…
Bitcode
…
CodeGen
Teach 2addr pass to be do more commuting. If both uses of a two-address instruction are killed, but the first operand has a use before and after the def, commute if the second operand does not suffer from the same issue.
2009-01-25 03:53:59 +00:00
Debugger
…
ExecutionEngine
…
Linker
…
Support
…
System
…
Target
Private linkage support for PPC / Darwin.
2009-01-25 06:32:01 +00:00
Transforms
The function that does nothing but call malloc is noalias return.
2009-01-25 07:59:57 +00:00
VMCore
…
Makefile
…