summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallivm,draw,llvmpipe: Remove support for versions of LLVM prior to 3.1.José Fonseca2014-05-141-96/+0
* gallivm: Remove llvm::DisablePrettyStackTrace for LLVM >= 3.4.Vinson Lee2013-11-041-0/+2
* gallivm: Fix build - Remove TargetOptions.RealignStack for llvm>=3.4Laurent Carlier2013-08-061-0/+2
* gallivm: Remove NoFramePointerElimNonLeaf for LLVM >= 3.4.Vinson Lee2013-07-251-0/+2
* gallivm: Fix build for LLVM < 3.3Tom Stellard2013-05-061-0/+6
* gallivm: Move LLVMStartMultithreaded() static initializer into gallivmTom Stellard2013-05-061-0/+15
* gallivm: Fix build with LLVM 3.3Armin K2013-05-021-1/+3
* gallivm: Fix build with LLVM >= r180063Tom Stellard2013-04-231-0/+4
* gallivm: Fix half floats with MCJIT.José Fonseca2013-04-191-0/+3
* gallivm: JIT symbol resolution with linux perf.José Fonseca2013-04-171-23/+0
* gallium: undef PACKAGE_* macros to silence warningsBrian Paul2013-03-251-0/+8
* gallium/gallivm: code generation options for LLVM 3.1+Alexander V. Nikolaev2012-10-281-8/+33