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-08 18:31:23 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
be6f884afc
llvm-6502
/
lib
/
Transforms
/
Utils
History
Micah Villmow
2c39b15073
Resubmit the changes to llvm core to update the functions to support different pointer sizes on a per address space basis.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@165941
91177308-0d34-0410-b5e6-96231b3b80d8
2012-10-15 16:24:29 +00:00
..
AddrModeMatcher.cpp
BasicBlockUtils.cpp
BreakCriticalEdges.cpp
BuildLibCalls.cpp
Add an enum for the return and function indexes into the AttrListPtr object. This gets rid of some magic numbers.
2012-10-15 07:29:08 +00:00
BypassSlowDivision.cpp
CloneFunction.cpp
Add an enum for the return and function indexes into the AttrListPtr object. This gets rid of some magic numbers.
2012-10-15 07:29:08 +00:00
CloneModule.cpp
CMakeLists.txt
Implement new LibCallSimplifier class
2012-10-13 16:45:24 +00:00
CmpInstAnalysis.cpp
CodeExtractor.cpp
Have 'addFnAttr' take the attribute enum value. Then have it build the attribute object and add it appropriately. No functionality change.
2012-10-10 03:12:49 +00:00
DemoteRegToStack.cpp
InlineFunction.cpp
InstructionNamer.cpp
IntegerDivision.cpp
LCSSA.cpp
LLVMBuild.txt
Local.cpp
Resubmit the changes to llvm core to update the functions to support different pointer sizes on a per address space basis.
2012-10-15 16:24:29 +00:00
LoopSimplify.cpp
LoopUnroll.cpp
LoopUnrollRuntime.cpp
LowerExpectIntrinsic.cpp
LowerInvoke.cpp
Add a new interface to allow IR-level passes to access codegen-specific information.
2012-10-10 22:04:55 +00:00
LowerSwitch.cpp
Makefile
Mem2Reg.cpp
MetaRenamer.cpp
ModuleUtils.cpp
PromoteMemoryToRegister.cpp
SimplifyCFG.cpp
Simplify code. No functionality change.
2012-10-14 11:15:42 +00:00
SimplifyIndVar.cpp
SimplifyInstructions.cpp
SimplifyLibCalls.cpp
instcombine: Migrate strcmp and strncmp optimizations
2012-10-15 03:47:37 +00:00
SSAUpdater.cpp
UnifyFunctionExitNodes.cpp
Utils.cpp
ValueMapper.cpp