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
/
VMCore
/
IRBuilder.cpp
Age
Commit message (
Expand
)
Author
2013-01-02
Rename VMCore directory to IR.
Chandler Carruth
2012-09-26
Add IRBuilder code for adding !tbaa.struct metadata tags to llvm.memcpy calls.
Dan Gohman
2012-07-19
Remove tabs.
Bill Wendling
2012-06-29
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
2012-06-23
Extend the IL for selecting TLS models (PR9788)
Hans Wennborg
2012-02-05
reapply the patches reverted in r149470 that reenable ConstantDataArray,
Chris Lattner
2012-02-01
Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...
Argyrios Kyrtzidis
2012-01-31
eliminate the "string" form of ConstantArray::get, using
Chris Lattner
2011-12-22
Give string constants generated by IRBuilder private linkage.
Benjamin Kramer
2011-07-18
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-15
Convert CallInst and InvokeInst APIs to use ArrayRef.
Jay Foad
2011-07-14
Change Intrinsic::getDeclaration and friends to take an ArrayRef.
Benjamin Kramer
2011-07-12
Second attempt at de-constifying LLVM Types in FunctionType::get(),
Jay Foad
2011-07-12
make the IRBuilder type methods return non-const types.
Chris Lattner
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
2011-05-21
Add CreateLifetimeStart and CreateLifetimeEnd to the IRBuilder, with plans to
Nick Lewycky
2011-04-12
Make IRBuilder support StringRef for building strings.
Nick Lewycky
2011-04-07
Set unnamed_addr on strings created through the IRBuilder.
Nick Lewycky
2010-12-26
add methods to IRBuilder to create memcpy/memset/memmove.
Chris Lattner
2010-03-31
make irbuilder use the new optimized debug info accessors.
Chris Lattner
2010-02-10
Fix several comments which had previously been "the the" where a
Dan Gohman
2010-02-10
Fix "the the" and similar typos.
Dan Gohman
2009-12-29
Final step in the metadata API restructuring: move the
Chris Lattner
2009-12-28
This is a major cleanup of the instruction metadata interfaces that
Chris Lattner
2009-12-28
remove #include of Function.h from IRBuilder
Chris Lattner
2009-12-28
move debug info stuff out of line, allowing two #includes
Chris Lattner
2009-12-28
split code that doesn't need to be templated out of IRBuilder into a new
Chris Lattner