[llvm-branch-commits] [llvm] release/19.x: [Support] Silence warnings when retrieving exported functions (#97905) (PR #101266)

2024-07-31 Thread Saleem Abdulrasool via llvm-branch-commits
https://github.com/compnerd approved this pull request. This should be safe to backport. As long as it passes CI, this should not cause issues as it just uses a `void *` cast to strip the calling convention before re-applying it. https://github.com/llvm/llvm-project/pull/101266 ___

[llvm-branch-commits] [libunwind] release/19.x: [libunwind][AIX] Fix the wrong traceback from signal handler (#101069) (PR #101182)

2024-07-30 Thread Saleem Abdulrasool via llvm-branch-commits
https://github.com/compnerd approved this pull request. This is good to include on the release branch, it should be safe and fixes the behavior on AIX. https://github.com/llvm/llvm-project/pull/101182 ___ llvm-branch-commits mailing list llvm-branch-c

[llvm-branch-commits] [llvm] CodeGen: Remove UsesMSVCFloatingPoint from MachineModuleInfo (PR #100368)

2024-07-24 Thread Saleem Abdulrasool via llvm-branch-commits
compnerd wrote: Not entirely - `_fltused` indicates that any floating point operations are being used. The problem is that the kernel mode code does not permit floating point operations (though you can explicitly use `KeSaveFloatingPointState` and `KeRestoreFloatingPointState` to explicitly us

[llvm-branch-commits] [llvm] CodeGen: Remove UsesMSVCFloatingPoint from MachineModuleInfo (PR #100368)

2024-07-24 Thread Saleem Abdulrasool via llvm-branch-commits
compnerd wrote: `_fltused` is used to identify the need for supporting functions and is used during the linking process. Always emitting results in code size increases and overlinking, but catching the generated ones is definitely something that we should be doing. https://github.com/llvm/llv

[llvm-branch-commits] [clang] 16fdc5d - APINotes: annotate dump methods (NFC)

2021-01-08 Thread Saleem Abdulrasool via llvm-branch-commits
Author: Saleem Abdulrasool Date: 2021-01-08T20:49:28Z New Revision: 16fdc5da89068f646c153c6bd6c493b1d666bfbf URL: https://github.com/llvm/llvm-project/commit/16fdc5da89068f646c153c6bd6c493b1d666bfbf DIFF: https://github.com/llvm/llvm-project/commit/16fdc5da89068f646c153c6bd6c493b1d666bfbf.diff

[llvm-branch-commits] [llvm] ee74d1b - X86: use a data driven configuration of Windows x86 libcalls (NFC)

2020-12-09 Thread Saleem Abdulrasool via llvm-branch-commits
Author: Saleem Abdulrasool Date: 2020-12-09T22:49:11Z New Revision: ee74d1b420369d1dbe18be43d71d3392536ce228 URL: https://github.com/llvm/llvm-project/commit/ee74d1b420369d1dbe18be43d71d3392536ce228 DIFF: https://github.com/llvm/llvm-project/commit/ee74d1b420369d1dbe18be43d71d3392536ce228.diff

[llvm-branch-commits] [clang] b13f741 - APINotes: add bitcode format schema definitions

2020-12-08 Thread Saleem Abdulrasool via llvm-branch-commits
Author: Saleem Abdulrasool Date: 2020-12-08T21:15:41Z New Revision: b13f74151137f33327e0549adc9778aebf98a299 URL: https://github.com/llvm/llvm-project/commit/b13f74151137f33327e0549adc9778aebf98a299 DIFF: https://github.com/llvm/llvm-project/commit/b13f74151137f33327e0549adc9778aebf98a299.diff

[llvm-branch-commits] [llvm] 939c8f6 - Bitcode: add some convenience helpers for streaming bitcode

2020-12-08 Thread Saleem Abdulrasool via llvm-branch-commits
Author: Saleem Abdulrasool Date: 2020-12-08T21:15:41Z New Revision: 939c8f676c871682dba8bab25ee4c0c08faf98e1 URL: https://github.com/llvm/llvm-project/commit/939c8f676c871682dba8bab25ee4c0c08faf98e1 DIFF: https://github.com/llvm/llvm-project/commit/939c8f676c871682dba8bab25ee4c0c08faf98e1.diff

[llvm-branch-commits] [clang] f6b02ec - APINotes: add property models for YAML attributes

2020-11-23 Thread Saleem Abdulrasool via llvm-branch-commits
Author: Saleem Abdulrasool Date: 2020-11-23T21:29:17Z New Revision: f6b02ecd027a825f1f4a1804c464f9f96d9372c9 URL: https://github.com/llvm/llvm-project/commit/f6b02ecd027a825f1f4a1804c464f9f96d9372c9 DIFF: https://github.com/llvm/llvm-project/commit/f6b02ecd027a825f1f4a1804c464f9f96d9372c9.diff

[llvm-branch-commits] [llvm-branch] r246136 - ReleaseNotes: add a note about libunwind moving

2015-09-09 Thread Saleem Abdulrasool via llvm-branch-commits
Author: compnerd Date: Wed Aug 26 21:20:03 2015 New Revision: 246136 URL: http://llvm.org/viewvc/llvm-project?rev=246136&view=rev Log: ReleaseNotes: add a note about libunwind moving libunwind moved from libc++abi into a separate project. This may catch users off guard, so add a release note. T

[llvm-branch-commits] [llvm-branch] r246135 - ReleaseNotes: fix minor spelling mistake

2015-09-09 Thread Saleem Abdulrasool via llvm-branch-commits
Author: compnerd Date: Wed Aug 26 21:18:31 2015 New Revision: 246135 URL: http://llvm.org/viewvc/llvm-project?rev=246135&view=rev Log: ReleaseNotes: fix minor spelling mistake Modified: llvm/branches/release_37/docs/ReleaseNotes.rst Modified: llvm/branches/release_37/docs/ReleaseNotes.rst UR