summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp
AgeCommit message (Expand)Author
2011-03-13gallivm: Use LLVM MC disassembler, instead of udis86.José Fonseca
2010-12-22gallivm: Disable MMX-disabling code on llvm-2.9.Vinson Lee
2010-10-15gallivm: added lp_build_load_volatile()Brian Paul
2010-08-30gallivm: Disable LLVM's pretty stack trace dumper.José Fonseca
2010-08-17gallivm: Fix and re-enable MMX-disabling codenobled
2010-07-30llvmpipe: delete function bodies after generating machine codeZack Rusin
2010-07-29llvmpipe: Avoid corrupting the FPU stack with MMX instructions on 32bit OSes.José Fonseca
2010-06-14gallivm: Omit references to NoFramePointerElimNonLeafJosé Fonseca
2010-06-14gallivm: Override some of the default target options.José Fonseca
2010-06-03gallivm: Register the JIT engine with oprofile on debug/profile builds.José Fonseca
2010-05-12gallivm: Ensure PIPE_OS_xxx are defined.José Fonseca
2010-05-10gallivm: Temporarily disable custom LLVMDumpValue on MSVC.José Fonseca
2010-05-08gallivm: Add an alternative to LLVMDumpValue that works with Windows GUI apps.José Fonseca
2010-03-03gallivm: Rename lp_bld_misc -> lp_bld_init.José Fonseca
2010-02-08llvmpipe: export the tgsi translation code to a common layerZack Rusin