aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp
Commit message (Expand)AuthorAgeFilesLines
* util: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIANDylan Baker2019-11-051-1/+1
* util/u_endian: set PIPE_ARCH_*_ENDIAN to 1Dylan Baker2019-11-051-1/+1
* gallivm: Limit DEBUG workaround to LLVM < 7Michel Dänzer2019-09-171-0/+4
* gallium: Restore VSX for llvm >= 4Adam Jackson2019-09-121-0/+14
* gallium: Require LLVM >= 3.9Adam Jackson2019-09-111-38/+0
* gallium: Require LLVM >= 3.7Adam Jackson2019-09-111-30/+3
* gallium: Require LLVM >= 3.6Adam Jackson2019-09-111-136/+15
* gallium: Require LLVM >= 3.5Adam Jackson2019-09-111-22/+1
* gallium: Require LLVM >= 3.4Adam Jackson2019-09-111-129/+4
* gallivm: drop LLVM<3.3 code paths as no build system allows thatEric Engestrom2019-09-061-25/+24
* gallivm: replace more complex 3.x version check with LLVM_VERSION_MAJOR/MINOREric Engestrom2019-09-061-49/+51
* gallivm: replace major llvm version checks with LLVM_VERSION_MAJOREric Engestrom2019-09-061-3/+4
* gallivm: add support for fences api on older llvmDave Airlie2019-08-271-0/+11
* gallivm: fix issue with AtomicCmpXchg wrapper on llvm 3.5-3.8Roland Scheidegger2019-08-021-1/+3
* gallivm: add compare exchange wrapperDave Airlie2019-07-071-0/+30
* gallivm: disable NEON instructions if they are not supportedLubomir Rintel2019-04-221-0/+7
* gallivm: guess CPU features also on ARMLubomir Rintel2019-04-221-7/+6
* gallivm: Detect VSX separately from AltivecVicki Pfau2018-08-301-18/+3
* ac: import lp_create_builder() from gallivmSamuel Pitoiset2018-01-161-29/+0
* gallivm: Use new LLVM fast-math-flags APITobias Droste2017-11-081-0/+4
* gallivm/ppc64le: adjust VSX code generation control.Ben Crocker2017-10-051-7/+30
* gallivm: allow additional llc optionsBen Crocker2017-10-051-0/+23
* gallivm: inline gallivm_init_llvm_targetsMarek Olšák2017-07-171-15/+8
* gallivm: Fix build against LLVM SVN >= r302589Michel Dänzer2017-05-111-3/+9
* gallivm: remove lp_add_attr_dereferenceable in favor of amd/commonMarek Olšák2017-03-221-11/+0
* gallivm: add no-signed-zeros-fp-math option to lp_create_builder (v2)Marek Olšák2017-02-211-3/+12
* gallivm: Reenable PPC VSX (v3)Ben Crocker2017-02-201-1/+13
* gallivm: Override getHostCPUName() "generic" w/ "pwr8" (v4)Ben Crocker2017-02-201-0/+13
* gallivm: Improve debug output (V2)Ben Crocker2017-02-201-0/+14
* gallivm: remove explicit __STDC_.*_MACROS definesEmil Velikov2017-01-271-8/+0
* gallivm: use getHostCPUFeatures on x86/llvm-4.0+.Tim Rowley2016-12-051-0/+15
* gallivm: limit use of setFastMathFlags to LLVM 3.8 and laterMarek Olšák2016-11-151-0/+2
* gallivm: add lp_create_builder with an unsafe_fpmath optionMarek Olšák2016-11-151-0/+14
* gallivm: try to fix build with LLVM <= 3.4 due to missing CallSite.hMarek Olšák2016-10-201-1/+5
* gallivm: add wrappers for missing functions in LLVM <= 3.8Marek Olšák2016-10-201-0/+21
* gallivm: add helper lp_add_attr_dereferenceableMarek Olšák2016-07-131-0/+11
* gallivm: Never emit llvm.fmuladd on LLVM 3.3.Jose Fonseca2016-06-101-1/+1
* util,gallivm: Explicitly enable/disable fma attribute.Jose Fonseca2016-06-101-0/+9
* gallivm: initialize init_native_targets_once_flag correctlyFrederic Devernay2016-05-301-1/+1
* gallivm: disable avx512 featuresRoland Scheidegger2016-05-101-0/+12
* gallium: enable intel jitevents profilingTim Rowley2016-05-091-0/+9
* gallivm: Fix MCJIT with LLVM 3.3.Jose Fonseca2016-04-191-3/+3
* gallivm: Use LLVMSetTarget.Jose Fonseca2016-04-191-3/+9
* gallivm: Remove lp_build_load_volatile.Jose Fonseca2016-04-031-8/+0
* gallivm: Use standard LLVMSetAlignment from LLVM 3.4 onwards.Jose Fonseca2016-04-031-10/+16
* gallivm: Add helpers for creating and destroying TargetLibraryInfoTom Stellard2016-02-171-0/+30
* llvmpipe: disable VSX in ppc due to LLVM PPC bugOded Gabbay2015-11-181-0/+9
* gallivm: Explicitly disable unsupported CPU features.Jose Fonseca2015-10-231-38/+34
* gallivm: Translate all util_cpu_caps bits to LLVM attributes.Jose Fonseca2015-10-221-2/+34
* gallivm: Allow drivers and state trackers to initialize gallivm LLVM targets v2Tom Stellard2015-10-021-7/+30