llvm-6502/include/llvm/Transforms
Bill Wendling 08e13e4488 Don't use a red zone for code coverage if the user specified `-mno-red-zone'.
The `-mno-red-zone' flag wasn't being propagated to the functions that code
coverage generates. This allowed some of them to use the red zone when that
wasn't allowed.
<rdar://problem/12843084>


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169754 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-10 19:46:49 +00:00
..
IPO Add 'using' declarations to suppress -Woverloaded-virtual warnings. 2012-12-04 05:41:27 +00:00
Utils s/AttrListPtr/AttributeSet/g to better label what this class is going to be in the near future. 2012-12-07 23:16:57 +00:00
Instrumentation.h Don't use a red zone for code coverage if the user specified `-mno-red-zone'. 2012-12-10 19:46:49 +00:00
IPO.h Change the internalize pass to internalize all symbols when given an empty 2012-10-26 18:47:48 +00:00
Scalar.h
Vectorize.h minor renaming, documentation and cleanups. 2012-12-03 22:57:09 +00:00