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-01-21 19:32:16 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-6502
/
lib
/
Transforms
/
IPO
History
…
..
ArgumentPromotion.cpp
…
CMakeLists.txt
…
ConstantMerge.cpp
…
DeadArgumentElimination.cpp
…
ExtractGV.cpp
Improve the handling of available_externally and llvm.global_ctors.
2011-06-09 14:38:09 +00:00
FunctionAttrs.cpp
…
GlobalDCE.cpp
…
GlobalOpt.cpp
…
InlineAlways.cpp
…
Inliner.cpp
Make a seemingly tiny change to the inliner and fix the generated code
2012-03-27 10:48:28 +00:00
InlineSimple.cpp
…
Internalize.cpp
…
IPConstantPropagation.cpp
…
IPO.cpp
…
LLVMBuild.txt
Add a basic-block autovectorization pass.
2012-02-01 03:51:43 +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
…
PruneEH.cpp
…
StripDeadPrototypes.cpp
…
StripSymbols.cpp
…