llvm-6502/lib/Transforms/IPO
Eli Friedman b1c54930cb Don't shrink atomic ops to bool in GlobalOpt.
LLVM IR doesn't currently allow atomic bool load/store operations, and the
transformation is dubious anyway because it isn't profitable on all platforms.

PR17163.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190357 91177308-0d34-0410-b5e6-96231b3b80d8
2013-09-09 22:00:13 +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 Declare missing dependency on AliasAnalysis. Patch by Liu Xin! 2013-09-05 08:19:58 +00:00
GlobalDCE.cpp
GlobalOpt.cpp Don't shrink atomic ops to bool in GlobalOpt. 2013-09-09 22:00:13 +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
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