Author: Dmitry Mikulin
Date: 2020-03-16T16:52:47-07:00
New Revision: fbb23c9714f21c5f46ced5ccaed0cb90e05f61e7
URL:
https://github.com/llvm/llvm-project/commit/fbb23c9714f21c5f46ced5ccaed0cb90e05f61e7
DIFF:
https://github.com/llvm/llvm-project/commit/fbb23c9714f21c5f46ced5ccaed0cb90e05f61e7.diff
Author: dmikulin
Date: Wed Oct 16 17:55:38 2019
New Revision: 375069
URL: http://llvm.org/viewvc/llvm-project?rev=375069&view=rev
Log:
Revert Tag CFI-generated data structures with "#pragma clang section"
attributes.
This reverts r375022 (git commit e2692b3bc0327606748b6d291b9009d2c845ced5)
Rem
Author: dmikulin
Date: Wed Oct 16 10:51:40 2019
New Revision: 375022
URL: http://llvm.org/viewvc/llvm-project?rev=375022&view=rev
Log:
Tag CFI-generated data structures with "#pragma clang section" attributes.
Differential Revision: https://reviews.llvm.org/D68808
Added:
cfe/trunk/test/CodeG
Author: dmikulin
Date: Tue Oct 15 11:31:10 2019
New Revision: 374934
URL: http://llvm.org/viewvc/llvm-project?rev=374934&view=rev
Log:
Added support for "#pragma clang section relro="
Differential Revision: https://reviews.llvm.org/D68806
Modified:
cfe/trunk/docs/LanguageExtensions.rst
c
Author: dmikulin
Date: Tue Oct 15 09:32:50 2019
New Revision: 374909
URL: http://llvm.org/viewvc/llvm-project?rev=374909&view=rev
Log:
CFI: wrong type passed to llvm.type.test with multiple inheritance
devirtualization.
Differential Revision: https://reviews.llvm.org/D67985
Added:
cfe/trunk