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
2024-12-23 15:29:51 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
08780d4c1d
llvm-6502
/
lib
/
Transforms
/
Utils
History
Benjamin Kramer
e853a8665e
Simplify code. No functionality change.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@217726
91177308-0d34-0410-b5e6-96231b3b80d8
2014-09-13 12:38:49 +00:00
..
AddDiscriminators.cpp
Use DILexicalBlockFile, rather than DILexicalBlock, to track discriminator changes to ensure discriminator changes don't introduce new DWARF DW_TAG_lexical_blocks.
2014-08-21 22:45:21 +00:00
ASanStackFrameLayout.cpp
BasicBlockUtils.cpp
BreakCriticalEdges.cpp
BuildLibCalls.cpp
Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just letting them be implicitly created.
2014-08-27 05:25:25 +00:00
BypassSlowDivision.cpp
CloneFunction.cpp
CloneModule.cpp
CMakeLists.txt
CmpInstAnalysis.cpp
CodeExtractor.cpp
CtorUtils.cpp
DemoteRegToStack.cpp
FlattenCFG.cpp
GlobalStatus.cpp
Remove dangling initializers in GlobalDCE
2014-08-25 17:51:14 +00:00
InlineFunction.cpp
Simplify code. No functionality change.
2014-09-13 12:38:49 +00:00
InstructionNamer.cpp
IntegerDivision.cpp
LCSSA.cpp
LLVMBuild.txt
Local.cpp
Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)
2014-09-07 18:57:58 +00:00
LoopSimplify.cpp
Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)
2014-09-07 18:57:58 +00:00
LoopUnroll.cpp
Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)
2014-09-07 18:57:58 +00:00
LoopUnrollRuntime.cpp
LowerExpectIntrinsic.cpp
LowerInvoke.cpp
LowerSwitch.cpp
Makefile
Mem2Reg.cpp
Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)
2014-09-07 18:57:58 +00:00
MetaRenamer.cpp
ModuleUtils.cpp
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needing to mention the size.
2014-08-21 05:55:13 +00:00
PromoteMemoryToRegister.cpp
Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)
2014-09-07 18:57:58 +00:00
SimplifyCFG.cpp
Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)
2014-09-07 18:57:58 +00:00
SimplifyIndVar.cpp
SimplifyInstructions.cpp
Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)
2014-09-07 18:57:58 +00:00
SimplifyLibCalls.cpp
SSAUpdater.cpp
UnifyFunctionExitNodes.cpp
Utils.cpp
ValueMapper.cpp