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
/
Support
/
LLVMBuilder.h
Age
Commit message (
Expand
)
Author
2008-04-13
Merge LLVMBuilder and FoldingBuilder, calling
Duncan Sands
2008-04-08
Add CreateGetResult()
Devang Patel
2008-04-08
Add multiple value return instruction constructor.
Devang Patel
2008-04-06
API changes for class Use size reduction, wave 1.
Gabor Greif
2008-04-04
If a value is cast to its own type, then the cast
Duncan Sands
2008-03-19
add some convenience methods for creating GEP instructions and
Chris Lattner
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-17
Add cast operators in LLVMFoldingBuilder.
Devang Patel
2007-10-09
Fix indentation.
Devang Patel
2007-10-09
Add LLVMFoldingBuilder
Devang Patel
2007-09-04
Update GEP constructors to use an iterator interface to fix
David Greene
2007-08-27
Update InvokeInst to work like CallInst
David Greene
2007-08-06
remove #if 0 code.
Chris Lattner
2007-08-06
@verbatim needs to be on a line by itself.
Reid Spencer
2007-08-05
Fix minor doxygen nits.
Reid Spencer
2007-08-01
New CallInst interface to address GLIBCXX_DEBUG errors caused by
David Greene
2007-05-27
Add a new LLVMBuilder class, which makes it simpler and more uniform to
Chris Lattner