aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallivm,draw,llvmpipe: Support wider native registers.José Fonseca2012-07-171-0/+111
* gallivm: added aligned pointer get/setJames Benton2012-05-021-0/+15
* gallivm: Fix createOProfileJITEventListener namespace with llvm-3.1.Vinson Lee2012-03-141-0/+4
* gallivm: Fix build with llvm-3.1svn.Vinson Lee2011-12-161-0/+2
* gallivm: Include stddef.h before the LLVM C++ headers.José Fonseca2011-11-141-0/+2
* gallivm: Fix x86 build with llvm-3.0svn.Vinson Lee2011-06-231-0/+4
* gallivm: Fix for dynamically linked LLVM 2.8 library.José Fonseca2011-05-201-2/+12
* gallivm: Tell LLVM to not assume a 16-byte aligned stack on x86.José Fonseca2011-05-181-0/+13
* gallivm: Use LLVM MC disassembler, instead of udis86.José Fonseca2011-03-131-60/+0
* gallivm: Disable MMX-disabling code on llvm-2.9.Vinson Lee2010-12-221-0/+2
* gallivm: added lp_build_load_volatile()Brian Paul2010-10-151-0/+10
* gallivm: Disable LLVM's pretty stack trace dumper.José Fonseca2010-08-301-0/+8
* gallivm: Fix and re-enable MMX-disabling codenobled2010-08-171-5/+1
* llvmpipe: delete function bodies after generating machine codeZack Rusin2010-07-301-0/+8