[llvm-branch-commits] [compiler-rt] 3bd2ad5 - [DFSan] Add several math functions to ABI list.

2020-12-08 Thread Matt Morehouse via llvm-branch-commits
Author: Matt Morehouse Date: 2020-12-08T10:51:05-08:00 New Revision: 3bd2ad5a0828e956400393e3ea153c417f256aab URL: https://github.com/llvm/llvm-project/commit/3bd2ad5a0828e956400393e3ea153c417f256aab DIFF: https://github.com/llvm/llvm-project/commit/3bd2ad5a0828e956400393e3ea153c417f256aab.diff

[llvm-branch-commits] [compiler-rt] 483fb33 - [DFSan] Add pthread and other functions to ABI list.

2020-12-08 Thread Matt Morehouse via llvm-branch-commits
Author: Matt Morehouse Date: 2020-12-08T13:55:35-08:00 New Revision: 483fb333605fc3a392ba140d33e8d9187cf02b70 URL: https://github.com/llvm/llvm-project/commit/483fb333605fc3a392ba140d33e8d9187cf02b70 DIFF: https://github.com/llvm/llvm-project/commit/483fb333605fc3a392ba140d33e8d9187cf02b70.diff

[llvm-branch-commits] [compiler-rt] 6f13445 - [DFSan] Add custom wrapper for epoll_wait.

2020-12-09 Thread Matt Morehouse via llvm-branch-commits
Author: Matt Morehouse Date: 2020-12-09T06:05:29-08:00 New Revision: 6f13445fb601f2ad30cdd0b89492af8681bc6c70 URL: https://github.com/llvm/llvm-project/commit/6f13445fb601f2ad30cdd0b89492af8681bc6c70 DIFF: https://github.com/llvm/llvm-project/commit/6f13445fb601f2ad30cdd0b89492af8681bc6c70.diff

[llvm-branch-commits] [compiler-rt] a3eb2fb - [DFSan] Add custom wrapper for recvmsg.

2020-12-09 Thread Matt Morehouse via llvm-branch-commits
Author: Matt Morehouse Date: 2020-12-09T13:07:51-08:00 New Revision: a3eb2fb247686af0216337687e921118710b56f3 URL: https://github.com/llvm/llvm-project/commit/a3eb2fb247686af0216337687e921118710b56f3 DIFF: https://github.com/llvm/llvm-project/commit/a3eb2fb247686af0216337687e921118710b56f3.diff

[llvm-branch-commits] [compiler-rt] 4eedc2e - [DFSan] Add custom wrapper for getsockopt.

2020-12-09 Thread Matt Morehouse via llvm-branch-commits
Author: Matt Morehouse Date: 2020-12-09T14:29:38-08:00 New Revision: 4eedc2e3af3aa01279c5131b527e452c34dde953 URL: https://github.com/llvm/llvm-project/commit/4eedc2e3af3aa01279c5131b527e452c34dde953 DIFF: https://github.com/llvm/llvm-project/commit/4eedc2e3af3aa01279c5131b527e452c34dde953.diff

[llvm-branch-commits] [compiler-rt] 8a874a4 - [DFSan] Add custom wrapper for getsockname.

2020-12-10 Thread Matt Morehouse via llvm-branch-commits
Author: Matt Morehouse Date: 2020-12-10T08:13:05-08:00 New Revision: 8a874a42298d030715e041dcaae132095dee URL: https://github.com/llvm/llvm-project/commit/8a874a42298d030715e041dcaae132095dee DIFF: https://github.com/llvm/llvm-project/commit/8a874a42298d030715e041dcaae132095dee.diff

[llvm-branch-commits] [compiler-rt] bdaeb82 - [DFSan] Add custom wrapper for sigaltstack.

2020-12-10 Thread Matt Morehouse via llvm-branch-commits
Author: Matt Morehouse Date: 2020-12-10T10:16:36-08:00 New Revision: bdaeb82a5f84b813f5eb7e63e6e111c4566c61ab URL: https://github.com/llvm/llvm-project/commit/bdaeb82a5f84b813f5eb7e63e6e111c4566c61ab DIFF: https://github.com/llvm/llvm-project/commit/bdaeb82a5f84b813f5eb7e63e6e111c4566c61ab.diff

[llvm-branch-commits] [compiler-rt] 72fd47b - [DFSan] Add custom wrapper for _dl_get_tls_static_info.

2020-12-10 Thread Matt Morehouse via llvm-branch-commits
Author: Matt Morehouse Date: 2020-12-10T11:03:28-08:00 New Revision: 72fd47b93d1165f7e4499a5c2b4241dae7ce82ae URL: https://github.com/llvm/llvm-project/commit/72fd47b93d1165f7e4499a5c2b4241dae7ce82ae DIFF: https://github.com/llvm/llvm-project/commit/72fd47b93d1165f7e4499a5c2b4241dae7ce82ae.diff

[llvm-branch-commits] [compiler-rt] fa4bd4b - [DFSan] Add custom wrapper for getpeername.

2020-12-10 Thread Matt Morehouse via llvm-branch-commits
Author: Matt Morehouse Date: 2020-12-10T12:26:06-08:00 New Revision: fa4bd4b338d1c8c0a95b63b13640b10694b8185c URL: https://github.com/llvm/llvm-project/commit/fa4bd4b338d1c8c0a95b63b13640b10694b8185c DIFF: https://github.com/llvm/llvm-project/commit/fa4bd4b338d1c8c0a95b63b13640b10694b8185c.diff

[llvm-branch-commits] [compiler-rt] 0099316 - [DFSan] Add custom wrapper for pthread_join.

2020-12-10 Thread Matt Morehouse via llvm-branch-commits
Author: Matt Morehouse Date: 2020-12-10T13:41:24-08:00 New Revision: 009931644a9d2cecdc6e5bf71ed83d59b776eaa3 URL: https://github.com/llvm/llvm-project/commit/009931644a9d2cecdc6e5bf71ed83d59b776eaa3 DIFF: https://github.com/llvm/llvm-project/commit/009931644a9d2cecdc6e5bf71ed83d59b776eaa3.diff

[llvm-branch-commits] [compiler-rt] 5ff3535 - [DFSan] Appease the custom wrapper lint script.

2020-12-10 Thread Matt Morehouse via llvm-branch-commits
Author: Matt Morehouse Date: 2020-12-10T14:12:26-08:00 New Revision: 5ff35356f1af2bb92785b38c657463924d9ec386 URL: https://github.com/llvm/llvm-project/commit/5ff35356f1af2bb92785b38c657463924d9ec386 DIFF: https://github.com/llvm/llvm-project/commit/5ff35356f1af2bb92785b38c657463924d9ec386.diff

[llvm-branch-commits] [compiler-rt] 7bc7501 - [DFSan] Add custom wrapper for recvmmsg.

2020-12-11 Thread Matt Morehouse via llvm-branch-commits
Author: Matt Morehouse Date: 2020-12-11T06:24:56-08:00 New Revision: 7bc7501ac1cb95bb8c410d93d4ed54e4aa19a3cd URL: https://github.com/llvm/llvm-project/commit/7bc7501ac1cb95bb8c410d93d4ed54e4aa19a3cd DIFF: https://github.com/llvm/llvm-project/commit/7bc7501ac1cb95bb8c410d93d4ed54e4aa19a3cd.diff