index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
driver
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make clang's rewrite engine a core feature
Alp Toker
2014-07-16
1
-5
/
+2
*
CodeGen: Use LLVM's InstrProfReader in -fprofile-instr-use=
Justin Bogner
2014-04-18
1
-1
/
+1
*
clang/tools/driver/Makefile: Quick fix corresponding to r205181.
NAKAMURA Takumi
2014-03-31
1
-1
/
+1
*
Replace CLANG_IS_PRODUCTION with CLANG_PLUGIN_SUPPORT.
Rafael Espindola
2014-03-10
1
-9
/
+8
*
Set NO_DEAD_STRIP for clang after llvm r198087.
Nico Weber
2013-12-27
1
-0
/
+3
*
Add ObjCARCOpts to LINK_COMPONENTS.
NAKAMURA Takumi
2013-12-10
1
-1
/
+2
*
[Driver] Refactor clang driver to use LLVM's Option library
Reid Kleckner
2013-06-14
1
-1
/
+1
*
Manually specify the link dependencies. Turns out that all the work on
Chandler Carruth
2013-03-26
1
-1
/
+1
*
Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user
Roman Divacky
2012-12-13
1
-6
/
+16
*
Remove some dead code. CLANG_IS_PRODUCTION is now just a build flag and
Rafael Espindola
2012-11-27
1
-5
/
+0
*
Tweak link order to hopefully resolve a buildbot failure.
Ted Kremenek
2012-09-01
1
-1
/
+1
*
Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.
Ted Kremenek
2012-09-01
1
-1
/
+2
*
Fix a big layering violation introduced by r158771.
Chandler Carruth
2012-06-20
1
-1
/
+1
*
Structured comment parsing, first step.
Dmitri Gribenko
2012-06-20
1
-1
/
+1
*
Kill the last vestiges of clangIndex
Douglas Gregor
2012-04-13
1
-1
/
+1
*
Add new code migrator support for migrating existing Objective-C code to use
Ted Kremenek
2012-03-06
1
-1
/
+1
*
Add support for lazily linking bitcode files (using a new
Peter Collingbourne
2011-10-30
1
-1
/
+1
*
Rip out flags for controlling C++ "production mode" separately.
Bob Wilson
2011-10-04
1
-9
/
+0
*
Revert unintentional commit.
Eli Friedman
2011-06-28
1
-0
/
+8
*
Merge some calls to FoldingSetNodeID::AddInteger; assuming my measurements ar...
Eli Friedman
2011-06-27
1
-8
/
+0
*
The ARC Migration Tool. All the credit goes to Argyrios and Fariborz
John McCall
2011-06-15
1
-1
/
+1
*
Wire up the -ftest-coverage and -fprofile-arcs flags to .gcno file emission (at
Nick Lewycky
2011-04-21
1
-1
/
+1
*
[analyzer] Introduce libclangStaticAnalyzerFrontend and move Checkers/Analysi...
Argyrios Kyrtzidis
2011-02-14
1
-1
/
+2
*
Revert r123160. There are linking dependency problems.
Zhongxing Xu
2011-01-10
1
-1
/
+2
*
Chris Lattner has strong opinions about directory
Ted Kremenek
2010-12-23
1
-1
/
+1
*
Rename headers: 'clang/GR' 'clang/EntoSA' and
Ted Kremenek
2010-12-23
1
-1
/
+1
*
[analyzer] Refactoring: Move checkers into lib/GR/Checkers and their own libr...
Argyrios Kyrtzidis
2010-12-22
1
-1
/
+1
*
[analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...
Argyrios Kyrtzidis
2010-12-22
1
-1
/
+1
*
build: Add support for a CLANG_ORDER_FILE build variable to specify the path to
Daniel Dunbar
2010-09-16
1
-0
/
+4
*
Driver: Set TOOL_NO_EXPORTS when building a "production" compiler, we don't
Daniel Dunbar
2010-09-10
1
-0
/
+6
*
Move ExecuteCompilerInvocation to a new library FrontendTool
Peter Collingbourne
2010-08-24
1
-3
/
+4
*
Another step in the process of making the parser depend on Sema:
John McCall
2010-08-20
1
-2
/
+2
*
Reintroduce the serialization library, with fixed dependencies.
Sebastian Redl
2010-08-17
1
-3
/
+3
*
Revert Sebastian's build-breaking patch.
Douglas Gregor
2010-08-17
1
-3
/
+3
*
Create a new Serialization module that contains all the PCH code, and will co...
Sebastian Redl
2010-08-17
1
-3
/
+3
*
Reapply r108617.
Zhongxing Xu
2010-07-19
1
-2
/
+2
*
Revert r108617, it broke the build.
Benjamin Kramer
2010-07-17
1
-2
/
+2
*
Prepare the analyzer for the callee in another translation unit:
Zhongxing Xu
2010-07-17
1
-2
/
+2
*
build/Darwin: Enable version information for clang executable.
Daniel Dunbar
2010-07-15
1
-0
/
+26
*
Clang do so have plugins, we can't prune exports. Fixes plugin support.
Nick Lewycky
2010-07-10
1
-3
/
+0
*
Makefiles: Set Clang CPP compiler flags in a single location, instead of scat...
Daniel Dunbar
2010-06-08
1
-1
/
+0
*
Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile.
Daniel Dunbar
2010-06-08
1
-3
/
+3
*
Frontend: Add CodeGenAction support for handling LLVM IR. - This magically e...
Daniel Dunbar
2010-06-07
1
-1
/
+2
*
Driver: Add support for a CLANGXX_IS_PRODUCTION build variable, which enable
Daniel Dunbar
2010-04-01
1
-1
/
+7
*
Allow users to set CPPFLAGS and CXXFLAGS on the make command line.
Jeffrey Yasskin
2010-03-12
1
-1
/
+1
*
Fix linking problem on Linux.
Zhongxing Xu
2010-01-29
1
-2
/
+2
*
Split libAnalysis into two libraries: libAnalysis and libChecker.
Ted Kremenek
2010-01-25
1
-3
/
+3
*
-fno-rtti is now the default.
Chris Lattner
2010-01-24
1
-1
/
+0
*
Don't build/install clang++ in CLANG_IS_PRODUCTION build mode yet.
Daniel Dunbar
2010-01-18
1
-0
/
+2
*
Implement clang -cc1.
Daniel Dunbar
2009-12-11
1
-8
/
+13
[next]