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
/
include
/
llvm
/
IRBuilder.h
Age
Commit message (
Expand
)
Author
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-01
Add IRBuilder::CreateVectorSplat and use it to simplify code.
Benjamin Kramer
2012-12-17
Fix typo that results in new landing pads not getting a name, fixing PR14617.
Duncan Sands
2012-12-04
Fix comment typo.
Duncan Sands
2012-12-03
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-11-28
Fast-math: Extend IRBuilder to have settable FastMathFlags to create instruct...
Michael Ilseman
2012-10-31
Add IRBuilderBase::getIntPtrTy.
Evgeniy Stepanov
2012-09-26
Add IRBuilder code for adding !tbaa.struct metadata tags to llvm.memcpy calls.
Dan Gohman
2012-09-26
Address Duncan's comments on r164684:
Hans Wennborg
2012-09-26
Add some convenience methods to IRBuilder for constructing aligned loads
Chandler Carruth
2012-09-18
Mark constructors, destructors, and operator new commented as 'do not impleme...
Craig Topper
2012-09-13
Fix Doxygen issues:
Dmitri Gribenko
2012-07-16
Add support for attaching branch weight metadata directly from the IRBuilder.
Chandler Carruth
2012-06-29
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth