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-11-04 22:07:27 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
e87138dd1e
llvm-6502
/
lib
/
Transforms
/
Utils
History
Michael Ilseman
e87138dd1e
Put the * and & next to the variable, rather than the type.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@164232
91177308-0d34-0410-b5e6-96231b3b80d8
2012-09-19 16:17:20 +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
remove tabs from my previous commit.
2012-08-01 17:13:28 +00:00
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
Put the * and & next to the variable, rather than the type.
2012-09-19 16:17:20 +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: Don't generate invalid code for switch used to initialize
2012-09-19 14:24:21 +00:00
SimplifyIndVar.cpp
SimplifyInstructions.cpp
Make MemoryBuiltins aware of TargetLibraryInfo.
2012-08-29 15:32:21 +00:00
SSAUpdater.cpp
Fix undefined behavior (binding a reference to a dereferenced null pointer) if
2012-08-17 21:42:44 +00:00
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