llvm-6502/lib/Transforms/IPO
Benjamin Kramer 0d293e45b6 Provide basic type safety for array_pod_sort comparators.
This makes using array_pod_sort significantly safer. The implementation relies
on function pointer casting but that should be safe as we're dealing with void*
here.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191175 91177308-0d34-0410-b5e6-96231b3b80d8
2013-09-22 14:09:50 +00:00
..
ArgumentPromotion.cpp
BarrierNoopPass.cpp
CMakeLists.txt
ConstantMerge.cpp
DeadArgumentElimination.cpp
ExtractGV.cpp
FunctionAttrs.cpp Avoid a compiler warning about Found not being used when assertions are 2013-09-13 08:16:06 +00:00
GlobalDCE.cpp Implement function prefix data as an IR feature. 2013-09-16 01:08:15 +00:00
GlobalOpt.cpp Provide basic type safety for array_pod_sort comparators. 2013-09-22 14:09:50 +00:00
InlineAlways.cpp
Inliner.cpp
InlineSimple.cpp
Internalize.cpp Rename some variables to match the style guide. 2013-09-04 20:08:46 +00:00
IPConstantPropagation.cpp
IPO.cpp
LLVMBuild.txt
LoopExtractor.cpp
Makefile
MergeFunctions.cpp Bugfix for PR17099: 2013-09-17 09:36:11 +00:00
PartialInlining.cpp
PassManagerBuilder.cpp Enable late-vectorization by default. 2013-09-03 21:33:17 +00:00
PruneEH.cpp
StripDeadPrototypes.cpp
StripSymbols.cpp