aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallivm: Workaround LLVM PR23628.Jose Fonseca2015-05-281-0/+11
* gallivm: Do not use NoFramePointerElim with LLVM 3.7.Vinson Lee2015-05-271-0/+2
* gallivm: Fix build against LLVM 3.7 SVN r235265Nick Sarnie2015-04-201-1/+1
* gallivm: (trivial) Fix typo in comment introduced by 70dc8aAlexandre Demers2015-03-131-1/+1
* gallivm: Prevent double delete on LLVM 3.6Jose Fonseca2015-03-121-0/+1
* gallivm: init MM = NULL to silence warningBrian Paul2015-03-041-1/+1
* gallivm: Update for RTDyldMemoryManager becoming an unique_ptr.José Fonseca2014-12-031-0/+4
* gallivm: Disable frame-pointer-omission on x86 to ensure right stack alignment.José Fonseca2014-11-031-1/+3
* gallivm: Fix build with LLVM 3.3.José Fonseca2014-10-231-0/+2
* gallivm: Properly update for removal of JITMemoryManager in LLVM 3.6.José Fonseca2014-10-231-27/+41
* gallivm: Fix white-space.José Fonseca2014-10-231-7/+7
* gallivm,llvmpipe,clover: Bump required LLVM version to 3.3.José Fonseca2014-10-231-28/+2
* gallivm: Fix build for LLVM 3.2Mathias Fröhlich2014-10-011-0/+9
* llvmpipe: Make a llvmpipe OpenGL context thread safe.Mathias Fröhlich2014-09-301-18/+23
* gallivm: Wrap deleted inlcude in if HAVE_LLVM < 0x0306Tom Stellard2014-09-241-0/+2
* gallivm: Disable gallivm to fix build with LLVM 3.6Tom Stellard2014-09-241-0/+10
* gallivm: Fix build against LLVM SVN >= r216982Michel Dänzer2014-09-031-0/+2
* gallivm: Fix build with LLVM >= 3.6 r215967.Vinson Lee2014-08-201-0/+4
* gallivm: set mcpu when initializing llvm execution engineRoland Scheidegger2014-06-191-2/+20
* gallivm: Disable workaround for PR12833 on LLVM 3.2+.José Fonseca2014-05-231-2/+2
* gallivm: Support MCJIT on Windows.José Fonseca2014-05-231-0/+9
* gallivm: Remove lp_func_delete_body.José Fonseca2014-05-141-8/+0
* gallivm: One code memory pool with deferred free.Frank Henigman2014-05-141-1/+272