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-08 19:36:02 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-6502
/
lib
/
Transforms
/
Utils
History
…
..
BasicBlockUtils.cpp
Add some checks that got lost in the shuffle. This fixes 464.h264ref.
2008-07-18 17:46:41 +00:00
BasicInliner.cpp
…
BreakCriticalEdges.cpp
…
CloneFunction.cpp
…
CloneLoop.cpp
Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989
2008-04-25 16:53:59 +00:00
CloneModule.cpp
…
CloneTrace.cpp
Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989
2008-04-25 16:53:59 +00:00
CodeExtractor.cpp
…
DemoteRegToStack.cpp
Fix warning when assertions disabled.
2008-06-21 19:49:01 +00:00
InlineCost.cpp
…
InlineFunction.cpp
Rename some GC classes so that their roll will hopefully be clearer.
2008-08-17 18:44:35 +00:00
InstructionNamer.cpp
…
LCSSA.cpp
…
Local.cpp
Use Instruction::eraseFromParent().
2008-06-21 22:08:46 +00:00
LoopSimplify.cpp
…
LowerAllocations.cpp
…
LowerInvoke.cpp
Tidy up BasicBlock::getFirstNonPHI, and change a bunch of places to
2008-05-23 21:05:58 +00:00
LowerSwitch.cpp
…
Makefile
…
Mem2Reg.cpp
Change class' public PassInfo variables to by initialized with the
2008-05-13 02:05:11 +00:00
PromoteMemoryToRegister.cpp
…
SimplifyCFG.cpp
…
UnifyFunctionExitNodes.cpp
…
UnrollLoop.cpp
Revert 52645, the loop unroller changes. It caused a regression in 252.eon.
2008-06-24 20:44:42 +00:00
ValueMapper.cpp
…