Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-15 | gallivm: added lp_build_load_volatile() | Brian Paul | |
There's no LLVM C LLVMBuildLoadVolatile() function so roll our own. Not used anywhere at this time but can come in handy during debugging. | |||
2010-07-30 | llvmpipe: delete function bodies after generating machine code | Zack Rusin | |
2010-07-01 | gallivm: Setup a global optimization pass. | José Fonseca | |
Modules are still free to setup their own optimization passes, but for the normal case it should not be necessary. | |||
2010-04-06 | gallivm: Move the global LLVM objects (module, engine, provider, target) ↵ | José Fonseca | |
into here. | |||
2010-03-03 | gallivm: Centralize initialization. Fix stack alignment issues on Windows. | José Fonseca | |
2010-03-03 | gallivm: Rename lp_bld_misc -> lp_bld_init. | José Fonseca | |