index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
CodeGen
/
CodeGenAction.h
Age
Commit message (
Expand
)
Author
2012-09-13
Fix Doxygen misuse: refer to parameter names in paragraphs correctly (\arg is
Dmitri Gribenko
2012-02-05
Basic: import OwningPtr<> into clang namespace
Dylan Noblesmith
2011-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-14
Per discussion on the list, remove BitcodeVerify pass to reimplement as a fre...
Chad Rosier
2011-12-12
Add frontend flags to enable bitcode verifier pass.
Chad Rosier
2011-10-30
Add support for lazily linking bitcode files (using a new
Peter Collingbourne
2011-07-20
now that we have a centralized place to do so, add some using declarations for
Chris Lattner
2011-02-19
Re-instate r125819 and r125820 with no functionality change
Peter Collingbourne
2011-02-19
Revert 125820 and 125819 to fix PR9266.
Rafael Espindola
2011-02-18
Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenAction
Peter Collingbourne
2011-01-25
Add -add-plugin flag, which runs plugins in addition to codegen.
Nico Weber
2010-06-15
Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...
Daniel Dunbar