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
/
IRReader.h
Age
Commit message (
Expand
)
Author
2013-03-26
Split out the IRReader header and the utility functions it provides into
Chandler Carruth
2013-03-22
Revert r177543: Add timing of the IR parsing code with a new
Chandler Carruth
2013-03-20
Add timing of the IR parsing code with a new -time-ir-parsing flag
Eli Bendersky
2011-10-16
Make SMDiagnostic a little more sane. Instead of passing around note/warning...
Chris Lattner
2010-12-16
MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...
Michael J. Spencer
2010-12-09
Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...
Michael J. Spencer
2010-08-04
Don't print the filename twice in file-not-found errors.
Dan Gohman
2010-07-23
Fix use-after-free error.
Owen Anderson
2010-05-27
Make ParseIRFile and getLazyIRFileModule incoporate the underlying
Dan Gohman
2010-04-06
enhance SMDiagnostic to also maintain a pointer to the SourceMgr.
Chris Lattner
2010-04-06
Give llvm::SourceMgr the ability to have a client-specified
Chris Lattner
2010-01-29
Rename two IRReader.h functions to indicate that they return a Module
Jeffrey Yasskin
2010-01-27
Kill ModuleProvider and ghost linkage by inverting the relationship between
Jeffrey Yasskin
2009-09-08
Use MemoryBuffer::getBufferIdentifier() in the AsmPrinter instead
Dan Gohman
2009-09-02
Add convenience functions for reading in LLVM IR that autodetect
Dan Gohman