Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallivm: replace the temp parameters of the JIT function with alloca'ed ↵ | Stephane Marchesin | 2008-10-30 | 1 | -5/+5 |
| | | | | temps. This avoids useless writes of temporary results. | ||||
* | Gallivm: fix the constant layout, this gets a bunch of progs/ working. ↵ | Stephane Marchesin | 2008-10-07 | 1 | -2/+5 |
| | | | | Notably, gears doesn't. | ||||
* | start implementing start of bultins | Zack Rusin | 2008-03-01 | 1 | -11/+4 |
| | |||||
* | Rename llvm -> gallivm. | José Fonseca | 2008-02-18 | 1 | -0/+111 |
Following the directory == library name policy simplifies the build system. |