gallium: Require LLVM >= 3.9
[mesa.git] / src / gallium / auxiliary / gallivm / lp_bld_misc.cpp
2019-09-11 Adam Jacksongallium: Require LLVM >= 3.9
2019-09-11 Adam Jacksongallium: Require LLVM >= 3.7
2019-09-11 Adam Jacksongallium: Require LLVM >= 3.6
2019-09-11 Adam Jacksongallium: Require LLVM >= 3.5
2019-09-11 Adam Jacksongallium: Require LLVM >= 3.4
2019-09-06 Eric Engestromgallivm: drop LLVM<3.3 code paths as no build system...
2019-09-06 Eric Engestromgallivm: replace more complex 3.x version check with...
2019-09-06 Eric Engestromgallivm: replace major llvm version checks with LLVM_VE...
2019-08-27 Dave Airliegallivm: add support for fences api on older llvm
2019-08-02 Roland Scheideggergallivm: fix issue with AtomicCmpXchg wrapper on llvm...
2019-07-07 Dave Airliegallivm: add compare exchange wrapper
2019-04-22 Lubomir Rintelgallivm: disable NEON instructions if they are not...
2019-04-22 Lubomir Rintelgallivm: guess CPU features also on ARM
2018-08-30 Vicki Pfaugallivm: Detect VSX separately from Altivec
2018-01-16 Samuel Pitoisetac: import lp_create_builder() from gallivm
2017-11-08 Tobias Drostegallivm: Use new LLVM fast-math-flags API
2017-10-05 Ben Crockergallivm/ppc64le: adjust VSX code generation control.
2017-10-05 Ben Crockergallivm: allow additional llc options
2017-07-17 Marek Olšákgallivm: inline gallivm_init_llvm_targets
2017-05-11 Michel Dänzergallivm: Fix build against LLVM SVN >= r302589
2017-03-22 Marek Olšákgallivm: remove lp_add_attr_dereferenceable in favor...
2017-02-21 Marek Olšákgallivm: add no-signed-zeros-fp-math option to lp_creat...
2017-02-20 Ben Crockergallivm: Reenable PPC VSX (v3)
2017-02-20 Ben Crockergallivm: Override getHostCPUName() "generic" w/ "pwr8...
2017-02-20 Ben Crockergallivm: Improve debug output (V2)
2017-01-27 Emil Velikovgallivm: remove explicit __STDC_.*_MACROS defines
2016-12-05 Tim Rowleygallivm: use getHostCPUFeatures on x86/llvm-4.0+.
2016-11-15 Marek Olšákgallivm: limit use of setFastMathFlags to LLVM 3.8...
2016-11-15 Marek Olšákgallivm: add lp_create_builder with an unsafe_fpmath...
2016-10-20 Marek Olšákgallivm: try to fix build with LLVM <= 3.4 due to missi...
2016-10-20 Marek Olšákgallivm: add wrappers for missing functions in LLVM...
2016-07-13 Marek Olšákgallivm: add helper lp_add_attr_dereferenceable
2016-06-10 Jose Fonsecagallivm: Never emit llvm.fmuladd on LLVM 3.3.
2016-06-10 Jose Fonsecautil,gallivm: Explicitly enable/disable fma attribute.
2016-05-30 Frederic Devernaygallivm: initialize init_native_targets_once_flag correctly
2016-05-10 Roland Scheideggergallivm: disable avx512 features
2016-05-09 Tim Rowleygallium: enable intel jitevents profiling
2016-04-19 Jose Fonsecagallivm: Fix MCJIT with LLVM 3.3.
2016-04-19 Jose Fonsecagallivm: Use LLVMSetTarget.
2016-04-04 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-03 Jose Fonsecagallivm: Remove lp_build_load_volatile.
2016-04-03 Jose Fonsecagallivm: Use standard LLVMSetAlignment from LLVM 3...
2016-02-24 Kristian Høgsberg... Merge remote-tracking branch 'origin/master' into vulkan
2016-02-17 Tom Stellardgallivm: Add helpers for creating and destroying Target...
2015-11-23 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-18 Oded Gabbayllvmpipe: disable VSX in ppc due to LLVM PPC bug
2015-11-03 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-23 Jose Fonsecagallivm: Explicitly disable unsupported CPU features.
2015-10-22 Jose Fonsecagallivm: Translate all util_cpu_caps bits to LLVM attri...
2015-10-03 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-02 Tom Stellardgallivm: Allow drivers and state trackers to initialize...
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-05-28 Jose Fonsecagallivm: Workaround LLVM PR23628.
2015-05-28 Vinson Leegallivm: Do not use NoFramePointerElim with LLVM 3.7.
2015-04-20 Nick Sarniegallivm: Fix build against LLVM 3.7 SVN r235265
2015-03-13 Alexandre Demersgallivm: (trivial) Fix typo in comment introduced by...
2015-03-12 Jose Fonsecagallivm: Prevent double delete on LLVM 3.6
2015-03-04 Brian Paulgallivm: init MM = NULL to silence warning
2014-12-03 José Fonsecagallivm: Update for RTDyldMemoryManager becoming an...
2014-11-03 José Fonsecagallivm: Disable frame-pointer-omission on x86 to ensur...
2014-10-23 José Fonsecagallivm: Fix build with LLVM 3.3.
2014-10-23 José Fonsecagallivm: Properly update for removal of JITMemoryManage...
2014-10-23 José Fonsecagallivm: Fix white-space.
2014-10-23 José Fonsecagallivm,llvmpipe,clover: Bump required LLVM version...
2014-09-30 Mathias Fröhlichgallivm: Fix build for LLVM 3.2
2014-09-30 Mathias Fröhlichllvmpipe: Make a llvmpipe OpenGL context thread safe.
2014-09-24 Tom Stellardgallivm: Wrap deleted inlcude in if HAVE_LLVM < 0x0306
2014-09-24 Tom Stellardgallivm: Disable gallivm to fix build with LLVM 3.6
2014-09-03 Michel Dänzergallivm: Fix build against LLVM SVN >= r216982
2014-08-20 Vinson Leegallivm: Fix build with LLVM >= 3.6 r215967.
2014-06-19 Roland Scheideggergallivm: set mcpu when initializing llvm execution...
2014-05-23 José Fonsecagallivm: Disable workaround for PR12833 on LLVM 3.2+.
2014-05-23 José Fonsecagallivm: Support MCJIT on Windows.
2014-05-14 José Fonsecagallivm: Remove lp_func_delete_body.
2014-05-14 Frank Henigmangallivm: One code memory pool with deferred free.
2014-05-14 José Fonsecagallivm,draw,llvmpipe: Remove support for versions...
2013-11-05 Vinson Leegallivm: Remove llvm::DisablePrettyStackTrace for LLVM...
2013-08-06 Laurent Carliergallivm: Fix build - Remove TargetOptions.RealignStack...
2013-07-25 Vinson Leegallivm: Remove NoFramePointerElimNonLeaf for LLVM...
2013-05-06 Tom Stellardgallivm: Fix build for LLVM < 3.3
2013-05-06 Tom Stellardgallivm: Move LLVMStartMultithreaded() static initializ...
2013-05-02 Armin Kgallivm: Fix build with LLVM 3.3
2013-04-23 Tom Stellardgallivm: Fix build with LLVM >= r180063
2013-04-19 José Fonsecagallivm: Fix half floats with MCJIT.
2013-04-17 José Fonsecagallivm: JIT symbol resolution with linux perf.
2013-03-25 Brian Paulgallium: undef PACKAGE_* macros to silence warnings
2012-10-28 Alexander V. Nikolaevgallium/gallivm: code generation options for LLVM 3.1+
2012-07-17 José Fonsecagallivm,draw,llvmpipe: Support wider native registers.
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-02 James Bentongallivm: added aligned pointer get/set
2012-03-14 Vinson Leegallivm: Fix createOProfileJITEventListener namespace...
2011-12-17 Vinson Leegallivm: Fix build with llvm-3.1svn.
2011-11-14 José Fonsecagallivm: Include stddef.h before the LLVM C++ headers.
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-24 Vinson Leegallivm: Fix x86 build with llvm-3.0svn.
2011-06-03 Christian KönigMerge remote-tracking branch 'mareko/r300g-draw-instanc...
next