index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
CodeGen
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CMake] Update libdeps.
NAKAMURA Takumi
2014-07-14
1
-0
/
+1
*
[CMake] Reorder libdeps by alphabetical order.
NAKAMURA Takumi
2014-07-14
1
-1
/
+1
*
Decouple llvm::SpecialCaseList text representation and its LLVM IR semantics.
Alexey Samsonov
2014-07-09
1
-1
/
+1
*
Revert "Add lib/Codgen/[CGRTTI|MicrosoftRTTI].cpp to CMakeLists.txt (r212445)"
Tobias Grosser
2014-07-07
1
-2
/
+0
*
Add lib/Codgen/[CGRTTI|MicrosoftRTTI].cpp to CMakeLists.txt
Tobias Grosser
2014-07-07
1
-0
/
+2
*
CodeGen: Refactor RTTI emission
David Majnemer
2014-07-07
1
-2
/
+0
*
[MS-ABI] Implements MS-compatible RTTI
Warren Hunt
2014-05-23
1
-0
/
+1
*
This patch adds a helper class (CGLoopInfo) for marking memory instructions w...
Alexander Musman
2014-05-22
1
-0
/
+1
*
[OPENMP] Initial codegen for '#pragma omp parallel'
Alexey Bataev
2014-05-06
1
-0
/
+2
*
CodeGen: Use LLVM's InstrProfReader in -fprofile-instr-use=
Justin Bogner
2014-04-18
1
-0
/
+1
*
[CMake] Use LINK_LIBS instead of target_link_libraries().
NAKAMURA Takumi
2014-02-26
1
-2
/
+1
*
[CMake] Apply DEPENDS intrinsics_gen in clangCodeGen.
NAKAMURA Takumi
2014-02-26
1
-0
/
+3
*
[CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...
NAKAMURA Takumi
2014-02-21
1
-11
/
+0
*
Properly sort CMake list. NFC.
Ted Kremenek
2014-01-06
1
-6
/
+6
*
CodeGen: Initial instrumentation based PGO implementation
Justin Bogner
2014-01-06
1
-0
/
+1
*
[ms-cxxabi] Move VBTableBuilder from CodeGen over to AST/VTableBuilder.cpp
Reid Kleckner
2014-01-03
1
-1
/
+0
*
[CMake] clang/lib: Prune redundant dependencies.
NAKAMURA Takumi
2013-12-10
1
-2
/
+0
*
[CMake] clang/lib: Satisfy dependencies to add *actually used* libraries on t...
NAKAMURA Takumi
2013-12-09
1
-8
/
+16
*
Add CodeGenABITypes.h for use in LLDB.
Mark Lacey
2013-10-30
1
-0
/
+1
*
[ms-cxxabi] Emit and install appropriately mangled vbtables
Reid Kleckner
2013-06-19
1
-0
/
+1
*
The IRReader header is now part of its own library. Update the include
Chandler Carruth
2013-03-26
1
-0
/
+1
*
Move the atomics code into its own file.
John McCall
2013-03-07
1
-0
/
+1
*
clang/lib: [CMake] Update tblgen'd dependencies.
NAKAMURA Takumi
2012-07-27
1
-0
/
+3
*
Implement AST classes for comments, a real parser for Doxygen comments and a
Dmitri Gribenko
2012-07-06
1
-0
/
+1
*
Remove a goofy CMake hack and use the standard CMake facilities to
Chandler Carruth
2012-06-21
1
-4
/
+12
*
Add missing dependency to unbreak the CMake build
Douglas Gregor
2012-02-01
1
-0
/
+1
*
When destroying temporaries, instead of a custom cleanup use the
Peter Collingbourne
2011-11-27
1
-1
/
+0
*
Add missing dependency for shared library build to CMakeLists. Patch by Joha...
Eli Friedman
2011-11-10
1
-0
/
+1
*
CUDA: IR generation support for kernel call expressions
Peter Collingbourne
2011-10-06
1
-0
/
+2
*
OpenCL: introduce support for function scope __local variables
Peter Collingbourne
2011-09-19
1
-0
/
+1
*
Wire up the -ftest-coverage and -fprofile-arcs flags to .gcno file emission (at
Nick Lewycky
2011-04-21
1
-0
/
+1
*
Unbreak CMake build.
Anders Carlsson
2011-03-25
1
-0
/
+1
*
Add CMake dependencies so that LLVM_USED_LIBS order doesn't matter.
Jeffrey Yasskin
2011-02-11
1
-0
/
+7
*
CMake: LLVM_NO_RTTI must be obsolete now!
NAKAMURA Takumi
2011-02-10
1
-2
/
+0
*
Add my new file to the CMake lists, sorry about that.
John McCall
2011-01-28
1
-0
/
+1
*
Move name mangling support from CodeGen to AST. In the
Peter Collingbourne
2011-01-13
1
-1
/
+0
*
Add a CGCXXABI.cpp file.
Anders Carlsson
2010-11-28
1
-0
/
+1
*
Update CMake.
Daniel Dunbar
2010-10-15
1
-0
/
+1
*
Revert "CMake: Update to use standard CMake dependency tracking facilities in...
Michael J. Spencer
2010-09-13
1
-16
/
+4
*
CMake: Fix mingw32 build.
Michael J. Spencer
2010-09-11
1
-0
/
+2
*
CMake: Update to use standard CMake dependency tracking facilities instead
Michael J. Spencer
2010-09-10
1
-4
/
+14
*
Clean up CMake dependencies
Douglas Gregor
2010-09-09
1
-0
/
+2
*
Update CMake build for new attribute changes.
Alexis Hunt
2010-06-17
1
-1
/
+2
*
Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...
Daniel Dunbar
2010-06-15
1
-0
/
+2
*
Add a stub Microsoft Visual C++ ABI class (with stub mangler).
Charles Davis
2010-06-09
1
-0
/
+1
*
Convert DeclNodes to use TableGen.
Alexis Hunt
2010-05-30
1
-1
/
+1
*
IRgen: Add a stub class for generating ABI-specific C++ code.
Charles Davis
2010-05-25
1
-1
/
+2
*
Unbreak CMake build.
Douglas Gregor
2010-05-05
1
-0
/
+2
*
Rename CGVtable files to CGVTables.
Anders Carlsson
2010-04-08
1
-1
/
+1
*
Move the VTT related code into its own file, CGVTT.cpp
Anders Carlsson
2010-01-21
1
-0
/
+1
[next]