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
___
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
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
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
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
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
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
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
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
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
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
11 matches
Mail list logo