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-01 00:33:09 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
1309844399
llvm-6502
/
lib
/
Transforms
/
Utils
History
Michael Ilseman
1309844399
Expansions for u/srem, using the udiv expansion. More unit tests for udiv and u/srem.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@164614
91177308-0d34-0410-b5e6-96231b3b80d8
2012-09-25 17:56:47 +00:00
..
AddrModeMatcher.cpp
Release build: guard dump functions with
2012-09-12 05:06:18 +00:00
BasicBlockUtils.cpp
Make MemoryBuiltins aware of TargetLibraryInfo.
2012-08-29 15:32:21 +00:00
BreakCriticalEdges.cpp
BuildLibCalls.cpp
BypassSlowDivision.cpp
Stylistic and 80-col fixes
2012-09-14 21:25:34 +00:00
CloneFunction.cpp
CloneModule.cpp
CMakeLists.txt
New utility for expanding integer division for targets that don't support it.
2012-09-18 22:02:40 +00:00
CmpInstAnalysis.cpp
CodeExtractor.cpp
DemoteRegToStack.cpp
InlineFunction.cpp
InstructionNamer.cpp
IntegerDivision.cpp
Expansions for u/srem, using the udiv expansion. More unit tests for udiv and u/srem.
2012-09-25 17:56:47 +00:00
LCSSA.cpp
LLVMBuild.txt
Local.cpp
PGO: preserve branch-weight metadata when simplifying a switch with a single
2012-09-14 21:53:06 +00:00
LoopSimplify.cpp
LoopUnroll.cpp
LoopUnrollRuntime.cpp
LowerExpectIntrinsic.cpp
LowerInvoke.cpp
LowerSwitch.cpp
Makefile
Mem2Reg.cpp
MetaRenamer.cpp
Review feedback from Duncan Sands. Alphabetize includes and simplify
2012-09-14 19:19:57 +00:00
ModuleUtils.cpp
PromoteMemoryToRegister.cpp
SimplifyCFG.cpp
SimplifyCFG: sink common codes from IF, ELSE blocks down to END block.
2012-09-20 22:37:36 +00:00
SimplifyIndVar.cpp
SimplifyInstructions.cpp
Make MemoryBuiltins aware of TargetLibraryInfo.
2012-08-29 15:32:21 +00:00
SSAUpdater.cpp
UnifyFunctionExitNodes.cpp
Utils.cpp
Add a pass that renames everything with metasyntatic names. This works well after using bugpoint to reduce the confusion presented by the original names, which no longer mean what they used to.
2012-09-11 02:46:18 +00:00
ValueMapper.cpp