summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/JIT/SparcEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* * Removed SparcEmitter.cpp; rolled into lib/Target/Sparc/SparcV9CodeEmitter.cppMisha Brukman2003-06-021-249/+0
* The flag modifications weren't picking up the old values of theBrian Gaeke2003-06-021-5/+10
* Fix induction variable name clash in for loops, in finishFunction().Brian Gaeke2003-06-011-3/+8
* Fixed rewriting of branches -- they now work forward and backward.Misha Brukman2003-05-311-4/+9
* Since malloc is no longer used, no need to free() memory.Misha Brukman2003-05-301-15/+11
* Fix call to mmap, so that it can be used on sparc.Brian Gaeke2003-05-301-10/+5
* mmap() seems to be failing on Sparc, so just use malloc()/free() .Misha Brukman2003-05-281-4/+29
* Allow for specification of which JIT to run on the commandline.Misha Brukman2003-05-271-0/+218
OpenPOWER on IntegriCloud