Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallivm: Adapt to header file move in LLVM 2.4. | Michel Dänzer | 2009-01-12 | 1 | -1/+1 |
| | |||||
* | Gallivm: port to llvm 2.4. | Stephane Marchesin | 2008-10-02 | 1 | -18/+18 |
| | |||||
* | Gallivm: more instructions. | Stephane Marchesin | 2008-10-02 | 1 | -3/+58 |
| | |||||
* | Gallivm: make it compile again, add some opcodes. | Stephane Marchesin | 2008-10-02 | 1 | -466/+702 |
| | |||||
* | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul | 2008-08-24 | 1 | -1/+1 |
| | | | | Also, rename p_tile.[ch] to u_tile.[ch] | ||||
* | gallivm: Translate KIL instead of KILP. | Michal Krol | 2008-08-13 | 1 | -2/+2 |
| | |||||
* | adjust llvm code to the changes in 2.3 | Zack Rusin | 2008-05-12 | 1 | -16/+14 |
| | |||||
* | Use llvm 2.3 (2.2 won't work because of a lot of problems, e.g. | Zack Rusin | 2008-04-21 | 1 | -21/+21 |
| | | | | lack of constant vectors handling in execution engine) | ||||
* | make llvm draw paths compile with the latest changes | Zack Rusin | 2008-04-21 | 1 | -3/+8 |
| | | | | | switch the method of distribution of builtins (to get rid of the llvm2cpp dependency) | ||||
* | start implementing start of bultins | Zack Rusin | 2008-03-01 | 1 | -0/+10 |
| | |||||
* | Rename llvm -> gallivm. | José Fonseca | 2008-02-18 | 1 | -0/+889 |
Following the directory == library name policy simplifies the build system. |