llvm-6502/lib/Transforms/Scalar
Bill Wendling 831737d329 Remove the Function::getFnAttributes method in favor of using the AttributeSet
directly.

This is in preparation for removing the use of the 'Attribute' class as a
collection of attributes. That will shift to the AttributeSet class instead.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171253 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-30 10:32:01 +00:00
..
ADCE.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
BasicBlockPlacement.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
CMakeLists.txt
CodeGenPrepare.cpp Remove the Function::getFnAttributes method in favor of using the AttributeSet 2012-12-30 10:32:01 +00:00
ConstantProp.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
CorrelatedValuePropagation.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
DCE.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
DeadStoreElimination.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
EarlyCSE.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
GlobalMerge.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
GVN.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
IndVarSimplify.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
JumpThreading.cpp Add a new attribute, 'noduplicate'. If a function contains a noduplicate call, the call cannot be duplicated - Jump threading, loop unrolling, loop unswitching, and loop rotation are inhibited if they would duplicate the call. 2012-12-20 16:04:27 +00:00
LICM.cpp Add 'using' declarations to suppress -Woverloaded-virtual warnings. 2012-12-04 05:41:27 +00:00
LLVMBuild.txt
LoopDeletion.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
LoopIdiomRecognize.cpp - Re-enable population count loop idiom recognization 2012-12-09 03:12:46 +00:00
LoopInstSimplify.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
LoopRotation.cpp Add a new attribute, 'noduplicate'. If a function contains a noduplicate call, the call cannot be duplicated - Jump threading, loop unrolling, loop unswitching, and loop rotation are inhibited if they would duplicate the call. 2012-12-20 16:04:27 +00:00
LoopStrengthReduce.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
LoopUnrollPass.cpp Remove the Function::getFnAttributes method in favor of using the AttributeSet 2012-12-30 10:32:01 +00:00
LoopUnswitch.cpp Remove the Function::getFnAttributes method in favor of using the AttributeSet 2012-12-30 10:32:01 +00:00
LowerAtomic.cpp
Makefile
MemCpyOptimizer.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
ObjCARC.cpp Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future. 2012-12-19 07:18:57 +00:00
Reassociate.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
Reg2Mem.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
Scalar.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
ScalarReplAggregates.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
SCCP.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
SimplifyCFGPass.cpp Optimize tree walking in markAliveBlocks. 2012-12-17 14:28:00 +00:00
SimplifyLibCalls.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
Sink.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
SROA.cpp SROA: Replace calls to getScalarSizeInBits to DataLayout's API because 2012-12-18 05:23:31 +00:00
TailRecursionElimination.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00