llvm-6502/lib/Transforms/Utils
Duncan Sands dc024674ff Fix PR1146: parameter attributes are longer part of
the function type, instead they belong to functions
and function calls.  This is an updated and slightly
corrected version of Reid Spencer's original patch.
The only known problem is that auto-upgrading of
bitcode files doesn't seem to work properly (see
test/Bitcode/AutoUpgradeIntrinsics.ll).  Hopefully
a bitcode guru (who might that be? :) ) will fix it.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44359 91177308-0d34-0410-b5e6-96231b3b80d8
2007-11-27 13:23:08 +00:00
..
BasicBlockUtils.cpp Make LoopInfoBase more generic, in preparation for having MachineLoopInfo. This involves a small interface change. 2007-11-27 03:43:35 +00:00
BasicInliner.cpp
BreakCriticalEdges.cpp Make LoopInfoBase more generic, in preparation for having MachineLoopInfo. This involves a small interface change. 2007-11-27 03:43:35 +00:00
CloneFunction.cpp Fix PR1146: parameter attributes are longer part of 2007-11-27 13:23:08 +00:00
CloneLoop.cpp Make LoopInfoBase more generic, in preparation for having MachineLoopInfo. This involves a small interface change. 2007-11-27 03:43:35 +00:00
CloneModule.cpp Fix PR1146: parameter attributes are longer part of 2007-11-27 13:23:08 +00:00
CloneTrace.cpp Fix indent 2007-11-09 12:34:20 +00:00
CodeExtractor.cpp
DemoteRegToStack.cpp Reg2Mem cleanup and optimizations: 2007-10-21 23:05:16 +00:00
InlineCost.cpp
InlineFunction.cpp Fix PR1146: parameter attributes are longer part of 2007-11-27 13:23:08 +00:00
LCSSA.cpp
Local.cpp
LoopSimplify.cpp Make LoopInfoBase more generic, in preparation for having MachineLoopInfo. This involves a small interface change. 2007-11-27 03:43:35 +00:00
LowerAllocations.cpp Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize. 2007-11-01 20:53:16 +00:00
LowerInvoke.cpp Fix PR1146: parameter attributes are longer part of 2007-11-27 13:23:08 +00:00
LowerSelect.cpp
LowerSwitch.cpp Finishing initial docs for all transformations in Passes.html. 2007-11-04 16:15:04 +00:00
Makefile
Mem2Reg.cpp
PromoteMemoryToRegister.cpp Finishing initial docs for all transformations in Passes.html. 2007-11-04 16:15:04 +00:00
SimplifyCFG.cpp Fix PR1146: parameter attributes are longer part of 2007-11-27 13:23:08 +00:00
UnifyFunctionExitNodes.cpp
ValueMapper.cpp Forget to commit users part of value mapper interface 2007-11-09 12:27:04 +00:00