summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc/SparcRelocations.h
Commit message (Collapse)AuthorAgeFilesLines
* [MCJIT] Nuke MachineRelocation and MachineCodeEmitter. Now that the old JIT isLang Hames2014-09-231-56/+0
| | | | | | gone they're no longer needed. llvm-svn: 218320
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
| | | | | | | | | | Add header guards to files that were missing guards. Remove #endif comments as they don't seem common in LLVM (we can easily add them back if we decide they're useful) Changes made by clang-tidy with minor tweaks. llvm-svn: 215558
* [SparcV9] Add support for JIT in Sparc64.Venkatraman Govindaraju2014-01-241-1/+16
| | | | | | With this change, all supported tests in test/ExecutionEngine pass in sparcv9. llvm-svn: 199977
* [Sparc] Implement JIT for SPARC.Venkatraman Govindaraju2013-10-081-0/+41
No new testcases. However, this patch makes all supported JIT testcases in test/ExecutionEngine pass on Sparc. llvm-svn: 192176
OpenPOWER on IntegriCloud