Jinsong Ji
d28f86723f
Re-land "[PowerPC] Remove QPX/A2Q BGQ/BGP CNK support"
...
This reverts commit bf544fa1c3 .
Fixed the typo in PPCInstrInfo.cpp.
2020-07-28 14:00:11 +00:00
Jinsong Ji
bf544fa1c3
Revert "[PowerPC] Remove QPX/A2Q BGQ/BGP CNK support"
...
This reverts commit adffce7153 .
This is breaking test-suite, revert while investigation.
2020-07-27 21:07:00 +00:00
Jinsong Ji
adffce7153
[PowerPC] Remove QPX/A2Q BGQ/BGP CNK support
...
Per RFC http://lists.llvm.org/pipermail/llvm-dev/2020-April/141295.html
no one is making use of QPX/A2Q/BGQ/BGP CNK anymore.
This patch remove the support of QPX/A2Q in llvm, BGQ/BGP in clang,
CNK support in openmp/polly.
Reviewed By: hfinkel
Differential Revision: https://reviews.llvm.org/D83915
2020-07-27 19:24:39 +00:00
Jonathan Roelofs
7c5d2bec76
[llvm] Fix missing FileCheck directive colons
...
https://reviews.llvm.org/D77352
2020-04-06 09:59:08 -06:00
Jian Cai
16fa8b0970
Reland "[ARM] push LR before __gnu_mcount_nc"
...
This relands r369147 with fixes to unit tests.
https://reviews.llvm.org/D65019
llvm-svn: 369173
2019-08-16 23:30:16 +00:00
Eric Christopher
cee313d288
Revert "Temporarily Revert "Add basic loop fusion pass.""
...
The reversion apparently deleted the test/Transforms directory.
Will be re-reverting again.
llvm-svn: 358552
2019-04-17 04:52:47 +00:00
Eric Christopher
a863435128
Temporarily Revert "Add basic loop fusion pass."
...
As it's causing some bot failures (and per request from kbarton).
This reverts commit r358543/ab70da07286e618016e78247e4a24fcb84077fda.
llvm-svn: 358546
2019-04-17 02:12:23 +00:00
Hans Wennborg
b230c763a4
EntryExitInstrumenter: Handle musttail calls
...
Inserting instrumentation between a musttail call and ret instruction
would create invalid IR. Instead, treat musttail calls as function
exits.
llvm-svn: 329385
2018-04-06 10:14:09 +00:00
Hans Wennborg
d97c0f7855
Rename test/Transforms/CountingFunctionInserter -> EntryExitInstrumenter
...
The pass was renamed in r318195.
llvm-svn: 318784
2017-11-21 17:22:19 +00:00