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