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