summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/llvm/tgsitollvm.cpp
AgeCommit message (Collapse)Author
2008-02-13handle temporaries in llvm code generated pathsZack Rusin
2008-02-13get mov workingZack Rusin
2008-02-13add functiontype for the llvm native vs entry pointZack Rusin
2008-02-12stop generate llvm entry pointsZack Rusin
entrypoints are useless because we use the same paths as all other code. also simplify llvm swizzling code
2008-02-11start genering soa type code in llvm pathsZack Rusin
2008-02-10rewrite the way we handle ir in llvm codeZack Rusin
introduce intermediate step gallivm_ir before compiling it down to the final llvm ir.