Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallivm: Make sure the bitcode buffer is followed by a 0 byte. | Michel Dänzer | 2009-01-12 | 1 | -2/+2 |
| | | | | May fail to parse otherwise. | ||||
* | Use llvm 2.3 (2.2 won't work because of a lot of problems, e.g. | Zack Rusin | 2008-04-21 | 1 | -6/+6 |
| | | | | lack of constant vectors handling in execution engine) | ||||
* | make llvm draw paths compile with the latest changes | Zack Rusin | 2008-04-21 | 1 | -2/+6 |
| | | | | | 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 | -2/+5 |
| | |||||
* | Rename llvm -> gallivm. | José Fonseca | 2008-02-18 | 1 | -0/+85 |
Following the directory == library name policy simplifies the build system. |