1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 20:43:44 +02:00
llvm-mirror/lib/Transforms/IPO
Benjamin Kramer 1308256cf8 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.

llvm-svn: 191175
2013-09-22 14:09:50 +00:00
..
ArgumentPromotion.cpp Clean up some of this code a tiny bit, no functionality change. 2013-07-18 22:32:32 +00:00
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 Fix comparisons of alloca alignment in inliner merging 2013-07-17 14:32:41 +00:00
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 Fixed typo. 2013-08-27 04:43:03 +00:00