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-15 16:07:49 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
/
Transforms
/
IPO
History
Chris Lattner
d06b64c941
setcond instructions don't have aliasing implications.
...
llvm-svn: 11919
2004-02-27 18:09:25 +00:00
..
ConstantMerge.cpp
Merging constants can cause further room for improvement. Iterate until
2003-12-28 07:19:08 +00:00
DeadArgumentElimination.cpp
rename the "exceptional" destination of an invoke instruction to the 'unwind' dest
2004-02-08 21:44:31 +00:00
DeadTypeElimination.cpp
Since LLVM uses structure type equivalence, it isn't useful to keep around
2004-02-26 20:02:23 +00:00
ExtractFunction.cpp
…
FunctionResolution.cpp
Start using the new and improve interface to FunctionType arguments
2004-02-09 04:14:01 +00:00
GlobalConstifier.cpp
setcond instructions don't have aliasing implications.
2004-02-27 18:09:25 +00:00
GlobalDCE.cpp
…
Inliner.cpp
…
Inliner.h
…
InlineSimple.cpp
Considering that CI is not even IN SCOPE here, I wooda thought the compiler
2003-11-21 21:57:29 +00:00
Internalize.cpp
…
IPConstantPropagation.cpp
…
LowerSetJmp.cpp
rename the "exceptional" destination of an invoke instruction to the 'unwind' dest
2004-02-08 21:44:31 +00:00
Makefile
…
MutateStructTypes.cpp
Adjust to the changed StructType interface. In particular, getElementTypes() is gone.
2004-02-09 04:37:31 +00:00
Parallelize.cpp
…
PruneEH.cpp
Intrinsic functions cannot throw
2004-02-13 16:46:46 +00:00
RaiseAllocations.cpp
Implement RaiseAllocations/FreeCastConstantExpr.ll
2003-12-07 01:42:08 +00:00
SimpleStructMutation.cpp
Don't depend on auto data conversion
2004-02-09 05:16:30 +00:00