1. b81a7dc gallivm: replace the temp parameters of the JIT function with alloca'ed temps. This avoids useless writes of temporary results. by Stephane Marchesin · 16 years ago
  2. 94ba48b Gallivm: fix the constant layout, this gets a bunch of progs/ working. Notably, gears doesn't. by Stephane Marchesin · 16 years ago
  3. e884c7e start implementing start of bultins by Zack Rusin · 16 years ago
  4. 3f3b09d Rename llvm -> gallivm. by José Fonseca · 16 years ago[Renamed from src/gallium/auxiliary/llvm/storagesoa.h]
  5. 92fcbf6 Code reorganization: s/aux/auxiliary/. by José Fonseca · 16 years ago[Renamed from src/gallium/aux/llvm/storagesoa.h]
  6. b642730 Code reorganization: move files into their places. by José Fonseca · 16 years ago[Renamed from src/mesa/pipe/llvm/storagesoa.h]
  7. 4593be3 vastly simplify indexing by Zack Rusin · 16 years ago
  8. cf51d5c redo indirection by Zack Rusin · 16 years ago
  9. f70cc89 redo the way immediates are handled implement madd start implementing arl by Zack Rusin · 16 years ago
  10. ae33759 rename 'argument' to 'load' because that's what it does by Zack Rusin · 16 years ago
  11. d036458 implement swizzling on writes by Zack Rusin · 16 years ago
  12. 2e75f39 make swizzling on incoming arguments work by Zack Rusin · 16 years ago
  13. 7e51d2a implement immediates and make them work by Zack Rusin · 16 years ago
  14. c107d57 try to load the consts correctly by Zack Rusin · 16 years ago
  15. 4bb1a14 handle temporaries in llvm code generated paths by Zack Rusin · 16 years ago
  16. cad7bc7 llvm ir code to fetch the elements by Zack Rusin · 16 years ago
  17. e761161 start genering soa type code in llvm paths by Zack Rusin · 16 years ago