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-06 20:27:42 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
/
Transforms
/
IPO
History
Benjamin Kramer
c5a90f3683
C API functions must be able to see their extern "C" definitions, or it will be impossible to call them from C.
...
llvm-svn: 138022
2011-08-19 01:36:54 +00:00
..
ArgumentPromotion.cpp
Update inter-procedural optimizations for atomic load/store.
2011-08-15 22:16:46 +00:00
CMakeLists.txt
Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets.
2011-08-03 22:18:20 +00:00
ConstantMerge.cpp
Teach the ConstantMerge pass about alignment. Fixes PR10514!
2011-07-27 19:47:34 +00:00
DeadArgumentElimination.cpp
…
ExtractGV.cpp
…
FunctionAttrs.cpp
Revert a bit of r137667; the logic in question can safely handle atomic load/store.
2011-08-16 01:28:22 +00:00
GlobalDCE.cpp
…
GlobalOpt.cpp
Minor comment fixes.
2011-08-16 00:20:11 +00:00
InlineAlways.cpp
…
Inliner.cpp
…
InlineSimple.cpp
…
Internalize.cpp
…
IPConstantPropagation.cpp
…
IPO.cpp
C API functions must be able to see their extern "C" definitions, or it will be impossible to call them from C.
2011-08-19 01:36:54 +00:00
LoopExtractor.cpp
…
Makefile
…
MergeFunctions.cpp
Update inter-procedural optimizations for atomic load/store.
2011-08-15 22:16:46 +00:00
PartialInlining.cpp
…
PassManagerBuilder.cpp
Add a mechanism for optimisation plugins to register passes that all front ends can use without needing to be aware of the plugin (or the plugin be aware of the front end).
2011-08-16 13:58:41 +00:00
PruneEH.cpp
Mark the SCC as "might unwind" if we run into a 'resume' instruction.
2011-08-15 18:22:00 +00:00
StripDeadPrototypes.cpp
…
StripSymbols.cpp
switch to use the new api for structtypes.
2011-08-12 18:06:37 +00:00