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-07 11:33:44 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
702cc91aa1
llvm-6502
/
lib
/
Transforms
/
Scalar
History
Bill Wendling
702cc91aa1
Move the Attributes::Builder outside of the Attributes class and into its own class named AttrBuilder. No functionality change.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@165960
91177308-0d34-0410-b5e6-96231b3b80d8
2012-10-15 20:35:56 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CMakeLists.txt
CodeGenPrepare.cpp
Move the Attributes::Builder outside of the Attributes class and into its own class named AttrBuilder. No functionality change.
2012-10-15 20:35:56 +00:00
ConstantProp.cpp
CorrelatedValuePropagation.cpp
DCE.cpp
DeadStoreElimination.cpp
Unquadratize SetVector removal loops in DSE.
2012-10-14 10:21:31 +00:00
EarlyCSE.cpp
Update EarlyCSE's SimpleValues to use Hashing.h for their hashes. Expanded the hashing and equality to allow for equality modulo commutativity for binary ops, and comparisons with swapping of predicates.
2012-10-09 16:57:38 +00:00
GlobalMerge.cpp
GVN.cpp
IndVarSimplify.cpp
JumpThreading.cpp
LICM.cpp
LLVMBuild.txt
LoopDeletion.cpp
LoopIdiomRecognize.cpp
LoopInstSimplify.cpp
LoopRotation.cpp
LoopStrengthReduce.cpp
Add a new interface to allow IR-level passes to access codegen-specific information.
2012-10-10 22:04:55 +00:00
LoopUnrollPass.cpp
Create enums for the different attributes.
2012-10-09 07:45:08 +00:00
LoopUnswitch.cpp
Create enums for the different attributes.
2012-10-09 07:45:08 +00:00
LowerAtomic.cpp
Makefile
MemCpyOptimizer.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
ObjCARC.cpp
Move the Attributes::Builder outside of the Attributes class and into its own class named AttrBuilder. No functionality change.
2012-10-15 20:35:56 +00:00
Reassociate.cpp
Reg2Mem.cpp
Scalar.cpp
ScalarReplAggregates.cpp
SCCP.cpp
SimplifyCFGPass.cpp
SimplifyLibCalls.cpp
Move the Attributes::Builder outside of the Attributes class and into its own class named AttrBuilder. No functionality change.
2012-10-15 20:35:56 +00:00
Sink.cpp
SROA.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
TailRecursionElimination.cpp