aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/MBlaze/MBlazeIntrinsicInfo.cpp
AgeCommit message (Expand)Author
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-07s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-10-15Attributes RewriteBill Wendling
2012-03-01Emit the "is an intrinsic overloaded" table as a bitfield.Benjamin Kramer
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu
2012-02-05Convert assert(0) to llvm_unreachableCraig Topper
2011-10-17Use a SmallVector for intrinsic argument types.Benjamin Kramer
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner
2011-07-12Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad
2011-07-12Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling
2011-07-11De-constify Types in FunctionType::get().Jay Foad
2010-11-08Adding working version of assembly parser for the MBlaze backendWesley Peck
2010-03-18Check if function names start with "llvm." before trying to lookup them up asBob Wilson
2010-02-24Adding function "lookupGCCName" to MBlazeIntrinsicInfoWesley Peck
2010-02-23Adding the MicroBlaze backend.Wesley Peck