Age | Commit message (Expand) | Author |
---|---|---|
2003-06-02 | * Removed SparcEmitter.cpp; rolled into lib/Target/Sparc/SparcV9CodeEmitter.cpp | Misha Brukman |
2003-06-02 | The flag modifications weren't picking up the old values of the | Brian Gaeke |
2003-06-01 | Fix induction variable name clash in for loops, in finishFunction(). | Brian Gaeke |
2003-05-31 | Fixed rewriting of branches -- they now work forward and backward. | Misha Brukman |
2003-05-30 | Since malloc is no longer used, no need to free() memory. | Misha Brukman |
2003-05-30 | Fix call to mmap, so that it can be used on sparc. | Brian Gaeke |
2003-05-28 | mmap() seems to be failing on Sparc, so just use malloc()/free() . | Misha Brukman |
2003-05-27 | Allow for specification of which JIT to run on the commandline. | Misha Brukman |