index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Frontend
/
Backend.cpp
Age
Commit message (
Expand
)
Author
2009-08-23
use errs() instead of cerr.
Chris Lattner
2009-08-04
Update for LLVM API change
Daniel Dunbar
2009-08-03
Update for LLVM API change.
Daniel Dunbar
2009-08-03
Update for LLVM API change.
Daniel Dunbar
2009-07-29
Don't use a formatted ostream when writing .ll either.
Daniel Dunbar
2009-07-29
Don't use a formatted ostream when writing .bc files. I don't really understand
Daniel Dunbar
2009-07-26
Update for API change.
Daniel Dunbar
2009-07-26
Lookup targets by Triple instead of Module.
Daniel Dunbar
2009-07-15
Reapply r75764: [llvm up] Switch to using the new TargetRegistry
Daniel Dunbar
2009-07-15
Revert r75764 "[llvm up] Switch to using the new TargetRegistry" to fix build.
Argyrios Kyrtzidis
2009-07-15
[llvm up] Switch to using the new TargetRegistry.
Daniel Dunbar
2009-07-14
fix fallout of the LLVM codegen switching to formatted_raw_ostream.
Chris Lattner
2009-07-01
Update for changes in LLVM. Hopefully this is the last one for a while.
Owen Anderson
2009-07-01
Hold the LLVMContext by reference instead of by pointer.
Owen Anderson
2009-07-01
Update for LLVMContext+Module change.
Owen Anderson
2009-06-11
PR4371: Reduce the inlining threshold outside of -O3. This makes
Eli Friedman
2009-06-03
(llvm up) Switch to using StandardPasses.h
Daniel Dunbar
2009-06-02
Add clang-cc support for -disable-llvm-optzns.
Daniel Dunbar
2009-05-31
Unbreak the clang build by applying the same temporary
Duncan Sands
2009-05-18
Move ASTConsumers.h to include/clang/Frontend, and move the associated
Eli Friedman