summaryrefslogtreecommitdiff
path: root/external/apache2/llvm/lib/libLLVMX86CodeGen/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'external/apache2/llvm/lib/libLLVMX86CodeGen/Makefile')
0 files changed, 0 insertions, 0 deletions
ufunc.h for mb/wmb/rmb.riastradh 2022-07-17drm: Fix missing barrier definitions on arm.riastradh 2022-07-17drm: Comment *mb() vs smp_*mb() and omit default for *mb().riastradh 2022-04-09linux: Convert various API shims to use membar_release/acquire.riastradh 2021-12-27linux: Define mb/wmb/rmb as mfence/sfence/lfence on i386 too.riastradh 2021-12-19linux: For uniprocessor, define smp_*mb as __insn_barrier.riastradh 2021-12-19linux: Eliminate read_barrier_depends, smp_read_barrier_depends.riastradh 2021-12-19linux: Define mb/wmb/rmb for x86.riastradh 2021-12-19linux: Make WARN_ONCE actually happen only once.riastradh 2021-12-19linux: Move BUILD_BUG_* to common linux/build_bug.h.riastradh 2021-12-19Use adequate memory barrier for load-acquire semantics.riastradh 2021-12-19Move smp_mb_before/after_atomic from linux/atomic.h to asm/barrier.h.riastradh 2021-12-19Make BUILD_BUG_ON_INVALID work on bit-field expressions.riastradh 2021-12-19Side-load linux/compiler.h in asm/barrier.h.riastradh 2021-12-19Define Linux byte order macros __BIG_ENDIAN/__LITTLE_ENDIAN.riastradh 2021-12-19Move linux/bug.h and asm/bug.h to common.riastradh 2020-10-16Fix mb/wmb/rmb on aarch64 to use dsb instead of dmb.jmcneill 2020-02-16Missed a drm2 -> common move.riastradh 2020-02-14Fix undoing of -Wpointer-arith workaround.riastradh 2018-08-28For module build assume multiprocessor.riastradh 2017-09-11keep dsb in vchiq code.maya 2017-09-11add dsb macro from vchiqmaya 2017-09-11Move barrier to common so it can be shared with vchiqmaya