serge-sans-paille
|
4ab3041acb
|
Revert "[NFC] remove explicit default value for strboolattr attribute in tests"
This reverts commit bda6e5bee0 .
See https://lab.llvm.org/buildbot/#/builders/109/builds/15424 for instance
|
2021-05-24 19:43:40 +02:00 |
serge-sans-paille
|
bda6e5bee0
|
[NFC] remove explicit default value for strboolattr attribute in tests
Since d6de1e1a71 , no attributes is quivalent to
setting attribute to false.
This is a preliminary commit for https://reviews.llvm.org/D99080
|
2021-05-24 19:31:04 +02:00 |
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 |
Fangrui Song
|
a36ddf0aa9
|
Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"="none" as cleanups after D56351
|
2019-12-24 16:27:51 -08:00 |
Stefan Pintilie
|
892fc6b7f2
|
[Exception Handling] Unwind tables are required for all functions that have an EH personality.
This patch is for defect:
https://bugs.llvm.org/show_bug.cgi?id=32611
Functions may require unwind tables even if they are marked with the attribute
nounwind. Any function with an EH personality may require an unwind table.
Differential Revision: https://reviews.llvm.org/D50987
llvm-svn: 340641
|
2018-08-24 19:38:29 +00:00 |
Stefan Pintilie
|
7cb44f2470
|
Revert "[Exception Handling] Unwind tables are required for all functions that have an EH personality."
This reverts commit rL340614.
Previous commit broke some llvm-cfi-verify tests.
llvm-svn: 340625
|
2018-08-24 17:27:35 +00:00 |
Stefan Pintilie
|
36f31617d3
|
[Exception Handling] Unwind tables are required for all functions that have an EH personality.
This patch is for defect:
https://bugs.llvm.org/show_bug.cgi?id=32611
Functions may require unwind tables even if they are marked with the attribute
nounwind. Any function with an EH personality may require an unwind table.
Differential Revision: https://reviews.llvm.org/D50987
llvm-svn: 340614
|
2018-08-24 15:51:47 +00:00 |