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