summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/MBlaze/MBlazeIntrinsicInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the mblaze backend from llvm.Rafael Espindola2013-07-251-111/+0
* Check that a function starts with llvm. before using GET_FUNCTION_RECOGNIZER.Rafael Espindola2013-05-221-3/+2
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-5/+5
* s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling2012-12-071-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+2
* Attributes RewriteBill Wendling2012-10-151-2/+3
* Emit the "is an intrinsic overloaded" table as a bitfield.Benjamin Kramer2012-03-011-7/+4
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-051-0/+1
* Use a SmallVector for intrinsic argument types.Benjamin Kramer2011-10-171-1/+1
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-4/+4
* Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad2011-07-121-1/+1
* Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling2011-07-121-1/+1
* De-constify Types in FunctionType::get().Jay Foad2011-07-111-1/+1
* Adding working version of assembly parser for the MBlaze backendWesley Peck2010-11-081-3/+3
* Check if function names start with "llvm." before trying to lookup them up asBob Wilson2010-03-181-0/+4
* Adding function "lookupGCCName" to MBlazeIntrinsicInfoWesley Peck2010-02-241-0/+8
* Adding the MicroBlaze backend.Wesley Peck2010-02-231-0/+101
OpenPOWER on IntegriCloud