summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/gallivm/lp_bld_init.c
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: use MCJIT on ARM and AArch64Kyle McMartin2013-07-171-1/+1
* gallium: System z supportRichard Sandiford2013-06-051-1/+1
* draw/llvm: Add additional llvm optimization passesStéphane Marchesin2013-05-081-0/+3
* gallivm: Add no_rho_approx debug optionRoland Scheidegger2013-04-181-0/+1
* gallivm: JIT symbol resolution with linux perf.José Fonseca2013-04-171-5/+6
* gallivm: use f16c hw support for float->half and half->float conversionRoland Scheidegger2013-04-041-0/+10
* gallivm: clear Altivec NJ bitAdhemerval Zanella2012-11-291-0/+19
* gallium/gallivm: code generation options for LLVM 3.1+Alexander V. Nikolaev2012-10-281-5/+6
* gallivm: Hide AVX support when requested by LP_NATIVE_VECTOR_WIDTH or unsuppo...José Fonseca2012-10-171-0/+10
* gallivm: Use mcjit for ppc_64 architectureWill Schmidt2012-10-171-1/+4
* gallivm,llvmpipe: Use 4-wide vectors on AMD Bulldozer.José Fonseca2012-09-041-1/+9
* gallivm: Prefer the standard JIT engine whenever possible.José Fonseca2012-07-231-4/+4
* gallivm,draw,llvmpipe: Support wider native registers.José Fonseca2012-07-171-154/+334
* gallivm: Remove MSVC RT hack.José Fonseca2012-02-021-14/+0
* gallivm: Close a memory leakLauri Kasanen2011-12-221-0/+1
* draw: Init llvm if not providedJakob Bornecrantz2011-01-241-1/+5
* gallivm: store callbacks in a linked list rather than fixed size arrayBrian Paul2010-12-131-26/+28
* gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul2010-11-301-42/+317
* gallivm: always enable LLVMAddInstructionCombiningPass()José Fonseca2010-10-281-7/+1
* gallivm: Allow to disable bri-linear filtering with GALLIVM_DEBUG=no_brilinea...José Fonseca2010-10-101-0/+1
* gallivm: Add a new debug flag to warn about performance issues.José Fonseca2010-09-111-0/+1
* gallium: remove stray semicolonsBrian Paul2010-08-061-1/+1
* gallivm: Only get debug option onceJakob Bornecrantz2010-08-051-1/+3
* gallivm: Setup a global optimization pass.José Fonseca2010-07-011-0/+30
* gallivm: Override some of the default target options.José Fonseca2010-06-141-0/+5
* gallivm: Register the JIT engine with oprofile on debug/profile builds.José Fonseca2010-06-031-0/+8
* gallium: silence all debug_named_value related warningsJoakim Sindholt2010-06-031-5/+5
* gallivm: Choose an appropriate code generation optimization level.José Fonseca2010-05-251-1/+33
* gallivm: Centralize some of the LLVM debugging options.José Fonseca2010-05-151-0/+18
* gallivm: Centralize the cpu caps detection.José Fonseca2010-04-241-0/+10
* gallivm: Move the global LLVM objects (module, engine, provider, target) into...José Fonseca2010-04-061-0/+78