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