summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc/SparcJITInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-021-326/+0
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-071-0/+326
* Nuke the old JIT.Rafael Espindola2014-08-071-326/+0
* Replace some assert(0)'s with llvm_unreachable.Craig Topper2014-06-181-1/+2
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* [Sparc] Save and restore float registers that may be used for parameter passing.Venkatraman Govindaraju2014-01-311-2/+44
* [SparcV9] Add support for JIT in Sparc64.Venkatraman Govindaraju2014-01-241-32/+150
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+0
* SparcJITInfo.cpp: Prune "default:" label to fix a warning. [-Wcovered-switch-...NAKAMURA Takumi2013-10-081-1/+0
* Prune trailing linefeeds.NAKAMURA Takumi2013-10-081-2/+0
* [Sparc] Implement JIT for SPARC.Venkatraman Govindaraju2013-10-081-0/+168
OpenPOWER on IntegriCloud