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-12-12
Backend: Switch to using TargetOptions or TargetMachine to set some options i...
Daniel Dunbar
2009-12-08
Increase inlining threshold at -O3, to match llvm-gcc.
Daniel Dunbar
2009-12-04
PR5684: Fix refacto, the backend consumer was copying the Diagnostic object,
Daniel Dunbar
2009-12-03
Fix BackendConsumer to use proper diagnostics.
Daniel Dunbar
2009-11-30
Add CodeGenOptions::{SoftFloat,FloatABI}, and update the all the (far too man...
Daniel Dunbar
2009-11-30
Eliminate CodeGenOptions::TimePasses.
Daniel Dunbar
2009-11-30
Eliminate CodeGenOptions::SimplifyLibCalls.
Daniel Dunbar
2009-11-29
Move LLVM backend options to explicit clang-cc / clang -cc1 options, which we...
Daniel Dunbar
2009-11-28
Remove VISIBILITY_HIDDEN from anonymous namespaces in libFrontend.
Benjamin Kramer
2009-11-15
Add TargetOptions and use it when constructing targets.
Daniel Dunbar
2009-11-12
Move CompileOptions -> CodeGenOptions, and sink it into the CodeGen library.
Chandler Carruth
2009-11-10
Localize -disable-llvm-optzns handling to BackendConsumer::CreatePasses.
Daniel Dunbar
2009-09-26
Pass the formatted_raw_ostream to createPrintModulePass and
Dan Gohman
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
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