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
/
CodeGen
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2013-03-26
The IRReader header is now part of its own library. Update the include
Chandler Carruth
2013-03-07
Move the atomics code into its own file.
John McCall
2012-07-27
clang/lib: [CMake] Update tblgen'd dependencies.
NAKAMURA Takumi
2012-07-06
Implement AST classes for comments, a real parser for Doxygen comments and a
Dmitri Gribenko
2012-06-21
Remove a goofy CMake hack and use the standard CMake facilities to
Chandler Carruth
2012-02-01
Add missing dependency to unbreak the CMake build
Douglas Gregor
2011-11-27
When destroying temporaries, instead of a custom cleanup use the
Peter Collingbourne
2011-11-10
Add missing dependency for shared library build to CMakeLists. Patch by Joha...
Eli Friedman
2011-10-06
CUDA: IR generation support for kernel call expressions
Peter Collingbourne
2011-09-19
OpenCL: introduce support for function scope __local variables
Peter Collingbourne
2011-04-21
Wire up the -ftest-coverage and -fprofile-arcs flags to .gcno file emission (at
Nick Lewycky
2011-03-25
Unbreak CMake build.
Anders Carlsson
2011-02-11
Add CMake dependencies so that LLVM_USED_LIBS order doesn't matter.
Jeffrey Yasskin
2011-02-10
CMake: LLVM_NO_RTTI must be obsolete now!
NAKAMURA Takumi
2011-01-28
Add my new file to the CMake lists, sorry about that.
John McCall
2011-01-13
Move name mangling support from CodeGen to AST. In the
Peter Collingbourne
2010-11-28
Add a CGCXXABI.cpp file.
Anders Carlsson
2010-10-15
Update CMake.
Daniel Dunbar
2010-09-13
Revert "CMake: Update to use standard CMake dependency tracking facilities in...
Michael J. Spencer
2010-09-11
CMake: Fix mingw32 build.
Michael J. Spencer
2010-09-10
CMake: Update to use standard CMake dependency tracking facilities instead
Michael J. Spencer
2010-09-09
Clean up CMake dependencies
Douglas Gregor
2010-06-17
Update CMake build for new attribute changes.
Sean Hunt
2010-06-15
Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...
Daniel Dunbar
2010-06-09
Add a stub Microsoft Visual C++ ABI class (with stub mangler).
Charles Davis
2010-05-30
Convert DeclNodes to use TableGen.
Sean Hunt
2010-05-25
IRgen: Add a stub class for generating ABI-specific C++ code.
Charles Davis
2010-05-05
Unbreak CMake build.
Douglas Gregor
2010-04-08
Rename CGVtable files to CGVTables.
Anders Carlsson
2010-01-21
Move the VTT related code into its own file, CGVTT.cpp
Anders Carlsson
2010-01-10
Try to make cmake happy
Anton Korobeynikov
2009-12-10
Add CGDeclCXX.cpp and move EmitCXXGlobalVarDeclInit there.
Anders Carlsson
2009-12-02
Rename CGRtti.cpp to CGRTTI.cpp.
Mike Stump
2009-11-24
Get rid of the ugly CGCXX names and replace them with CGClass, CGExprCXX and ...
Anders Carlsson
2009-10-30
Add CGException.cpp, to be used for exception related code generation.
Anders Carlsson
2009-10-11
Add CGVtable.cpp to CMakeLists.
Benjamin Kramer
2009-10-10
Move our (non-existing) RTTI emission code into CGRtti.cpp. No functionality ...
Anders Carlsson
2009-09-22
Move codegen of new and delete to CGCXXExpr.cpp
Anders Carlsson
2009-09-12
Update CMake files.
Benjamin Kramer
2009-07-23
Unbreak the CMake build
Douglas Gregor
2009-07-15
Lexically order files in CMakeLists.txt files.
Ted Kremenek
2009-06-05
Update cmake script
Anton Korobeynikov
2009-06-03
Fix cmake builds.
Mike Stump
2009-02-13
Fix cmake builds.
Mike Stump
2009-02-13
Add basic support for C++ name mangling according to the Itanium C++
Douglas Gregor
2008-10-26
CMake: Builds and installs clang binary and libs (no docs yet). It
Oscar Fuentes