summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/gallivm/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* gallivm: Make sure the bitcode buffer is followed by a 0 byte.Michel Dänzer2009-01-121-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 Rusin2008-04-211-6/+6
| | | | lack of constant vectors handling in execution engine)
* make llvm draw paths compile with the latest changesZack Rusin2008-04-211-2/+6
| | | | | switch the method of distribution of builtins (to get rid of the llvm2cpp dependency)
* start implementing start of bultinsZack Rusin2008-03-011-2/+5
|
* Rename llvm -> gallivm.José Fonseca2008-02-181-0/+85
Following the directory == library name policy simplifies the build system.