Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util: Move p_debug.h into util module. | José Fonseca | 2009-02-18 | 1 | -1/+1 |
| | | | | | The debug functions depend on several util function for os abstractions, and these depend on debug functions, so a seperate module is not possible. | ||||
* | gallivm: replace the temp parameters of the JIT function with alloca'ed ↵ | Stephane Marchesin | 2008-10-30 | 1 | -13/+31 |
| | | | | temps. This avoids useless writes of temporary results. | ||||
* | Gallivm: cleanup soa storage. | Stephane Marchesin | 2008-10-09 | 1 | -33/+12 |
| | |||||
* | Gallivm: don't say hello, it's rude. | Stephane Marchesin | 2008-10-07 | 1 | -1/+0 |
| | |||||
* | Gallivm: fix the constant layout, this gets a bunch of progs/ working. ↵ | Stephane Marchesin | 2008-10-07 | 1 | -11/+60 |
| | | | | Notably, gears doesn't. | ||||
* | adjust llvm code to the changes in 2.3 | Zack Rusin | 2008-05-12 | 1 | -4/+4 |
| | |||||
* | Use llvm 2.3 (2.2 won't work because of a lot of problems, e.g. | Zack Rusin | 2008-04-21 | 1 | -5/+5 |
| | | | | lack of constant vectors handling in execution engine) | ||||
* | start implementing start of bultins | Zack Rusin | 2008-03-01 | 1 | -12/+16 |
| | |||||
* | Rename llvm -> gallivm. | José Fonseca | 2008-02-18 | 1 | -0/+389 |
Following the directory == library name policy simplifies the build system. |