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-04 05:31:06 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
0dc8439f54
llvm-6502
/
lib
/
Transforms
/
Utils
History
Benjamin Kramer
def548f9a0
BuildLibCalls: Nuke EmitMemCpy, EmitMemMove and EmitMemSet. They are dead and superseded by IRBuilder.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@122576
91177308-0d34-0410-b5e6-96231b3b80d8
2010-12-27 00:25:32 +00:00
..
AddrModeMatcher.cpp
Change all self assignments X=X to (void)X, so that we can turn on a
2010-12-23 00:58:24 +00:00
BasicBlockUtils.cpp
remove the dead (and terrible) llvm::RemoveSuccessor function.
2010-12-14 06:51:55 +00:00
BasicInliner.cpp
BreakCriticalEdges.cpp
BuildLibCalls.cpp
BuildLibCalls: Nuke EmitMemCpy, EmitMemMove and EmitMemSet. They are dead and superseded by IRBuilder.
2010-12-27 00:25:32 +00:00
CloneFunction.cpp
CloneLoop.cpp
CloneModule.cpp
CMakeLists.txt
Add a new convenience pass for testing InstructionSimplify. Previously
2010-12-20 20:54:37 +00:00
CodeExtractor.cpp
DemoteRegToStack.cpp
Change all self assignments X=X to (void)X, so that we can turn on a
2010-12-23 00:58:24 +00:00
InlineFunction.cpp
switch the inliner alignment enforcement stuff to use the
2010-12-25 20:42:38 +00:00
InstructionNamer.cpp
LCSSA.cpp
Local.cpp
don't lose TD info
2010-12-25 20:52:04 +00:00
LoopSimplify.cpp
Factor code for testing whether replacing one value with another
2010-11-18 19:59:41 +00:00
LoopUnroll.cpp
Replace calls to ConstantFoldInstruction with calls to SimplifyInstruction
2010-11-23 20:26:33 +00:00
LowerInvoke.cpp
LowerSwitch.cpp
Makefile
Mem2Reg.cpp
PromoteMemoryToRegister.cpp
Don't keep track of inserted phis in PromoteMemoryToRegister: the information
2010-11-22 09:41:24 +00:00
SimplifyCFG.cpp
simplify this a bit.
2010-12-18 20:22:49 +00:00
SimplifyInstructions.cpp
Visit instructions deterministically. Use a FIFO so as to approximately
2010-12-21 17:08:55 +00:00
SSAUpdater.cpp
Have a few places that want to simplify phi nodes use SimplifyInstruction
2010-11-16 17:41:24 +00:00
UnifyFunctionExitNodes.cpp
Utils.cpp
Add a new convenience pass for testing InstructionSimplify. Previously
2010-12-20 20:54:37 +00:00
ValueMapper.cpp