This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2025-03-06 20:33:54 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-6502
/
lib
/
Transforms
/
IPO
History
…
..
ArgumentPromotion.cpp
…
CMakeLists.txt
…
ConstantMerge.cpp
…
DeadArgumentElimination.cpp
…
DeadTypeElimination.cpp
…
ExtractGV.cpp
…
FunctionAttrs.cpp
…
GlobalDCE.cpp
…
GlobalOpt.cpp
…
InlineAlways.cpp
Get rid of static constructors for pass registration. Instead, every pass exposes an initializeMyPassFunction(), which
2010-10-19 17:21:58 +00:00
Inliner.cpp
Remove unused STL header includes.
2011-04-23 19:53:52 +00:00
InlineSimple.cpp
…
Internalize.cpp
These llvm.dbg.* constants are not used anymore.
2011-03-09 19:41:33 +00:00
IPConstantPropagation.cpp
…
IPO.cpp
…
LoopExtractor.cpp
…
LowerSetJmp.cpp
…
Makefile
…
MergeFunctions.cpp
Don't include Operator.h from InstrTypes.h.
2011-04-11 09:35:34 +00:00
PartialInlining.cpp
…
PruneEH.cpp
…
StripDeadPrototypes.cpp
…
StripSymbols.cpp
…