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