Commit
abb174bbc100437556fd386d920a9939723e0647
by jhuber6[OpenMP] Add example in Libomptarget Information docs
Add an example to the OpenMP Documentation on the LIBOMPTARGET_INFO environment variable
Reviewed By: jdoerfert
Differential Revision: https://reviews.llvm.org/D94246
|
 | openmp/docs/design/Runtimes.rst |
Commit
467e916d3032bc068995aa1b6b16655eb573e750
by joker.ephFix gcc5 build failure (NFC)
The loop index was shadowing the container name. It seems that we can just not use a for-range loop here since there is an induction variable anyway.
Differential Revision: https://reviews.llvm.org/D94254
|
 | llvm/lib/Target/AMDGPU/AMDGPUCallLowering.cpp |
Commit
3854b81b0fd23adc9bab91bf68918d102dc31f51
by alexandre.ganea[Clang][Driver] Fix read-after-free when using /clang:
Fixes PR42501.
Differential Revision: https://reviews.llvm.org/D93772
|
 | clang/test/Driver/cl-options.c |
 | clang/lib/Driver/Driver.cpp |