summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Memory.cpp
Commit message (Collapse)AuthorAgeFilesLines
* One more patch towards JIT support for Mips.Bruno Cardoso Lopes2011-09-141-0/+35
| | | | | | | | | | | | | | - Add TSFlags for the instruction formats. The idea here is to use as much encoding as possible from getBinaryCodeForInstr, and having TSFLags formats for that would make it easier to encode most part of the instructions (since Mips encodings are pretty straightforward) - Improve the mips mechanism for compilation callback - Add Mips specific code for invalidating the instruction cache - Next patch will address wrong tablegen encoding Commit msg added by my own but the patch is from Sasa Stankovic. llvm-svn: 139688
* Merge System into Support.Michael J. Spencer2010-11-291-0/+74
llvm-svn: 120298
OpenPOWER on IntegriCloud