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
/
Driver
/
clang.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move <root>/Driver into <root>/tools/clang-cc.
Daniel Dunbar
2009-03-24
1
-63
/
+0
*
Implement the machinery that can process TableGenerated warning options.
Sebastian Redl
2009-03-06
1
-0
/
+4
*
Remove unused function declaration.
Daniel Dunbar
2008-11-11
1
-3
/
+0
*
"One" line fix for -parse-noop failure, "id" and several other things
Daniel Dunbar
2008-10-31
1
-1
/
+1
*
Remove unneeded CheckASTConsumer function.
Daniel Dunbar
2008-10-27
1
-3
/
+0
*
Add initial dependency file generation support. Patch by Kovarththanan
Daniel Dunbar
2008-10-24
1
-0
/
+7
*
Added the start of a prototype implementation of PCH based on token caching.
Ted Kremenek
2008-10-21
1
-0
/
+2
*
Add a new -rewrite-test option, which is basically a
Chris Lattner
2008-10-12
1
-0
/
+4
*
Allow -parse-noop -verify options to be used together.
Argyrios Kyrtzidis
2008-06-13
1
-0
/
+3
*
make #if 0 code compile, even though it still isn't very useful.
Chris Lattner
2008-05-09
1
-1
/
+2
*
start implementation of a macro rewriter, this is currently just stubbed out.
Chris Lattner
2008-05-08
1
-0
/
+3
*
Make -o work with -E, patch contributed by Shantonu Sen!
Chris Lattner
2008-01-27
1
-1
/
+1
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Interned MainFileID within SourceManager. Since SourceManager is referenced by
Ted Kremenek
2007-12-19
1
-4
/
+3
*
simplify the interfaces to ProcessInputFile and InitializePreprocessor
Chris Lattner
2007-12-15
1
-3
/
+1
*
Moved construction of TargetInfo objects out of the Driver
Ted Kremenek
2007-12-12
1
-6
/
+0
*
Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. Now
Ted Kremenek
2007-12-11
1
-1
/
+3
*
Modified: CreateTargetInfo(). Now takes Diagnostic* instead of Diagnostic&.
Ted Kremenek
2007-12-05
1
-1
/
+1
*
Implemented initial support for "-triple" option to the clang driver. This
Ted Kremenek
2007-12-03
1
-1
/
+5
*
Implement ObjC built-in types in MinimalAction.
Steve Naroff
2007-10-31
1
-1
/
+2
*
Removed inclusion of <memory>, which is no longer needed since we
Ted Kremenek
2007-09-26
1
-2
/
+0
*
Refactored driver so that any action that is implemented using an
Ted Kremenek
2007-09-26
1
-5
/
+2
*
Added "CheckASTConsumer", a function that generalizes
Ted Kremenek
2007-09-25
1
-0
/
+7
*
silence VC++ warnings, patch by Hartmut Kaiser
Chris Lattner
2007-09-04
1
-1
/
+1
*
Eliminate almost all of the redundancy Bill introduced.
Chris Lattner
2007-06-28
1
-1
/
+4
*
Finally bite the bullet and make the major change: split the clang namespace
Chris Lattner
2007-06-15
1
-2
/
+0
*
Initial scaffolding for an -emit-llvm mode. This requires the LLVM VMCore
Chris Lattner
2007-05-24
1
-0
/
+4
*
ProcessInputFile no longer mutates LangInfo.
Chris Lattner
2006-11-21
1
-1
/
+1
*
start factoring actions into two flavors: minimal and semantic actions.
Chris Lattner
2006-11-05
1
-2
/
+2
*
Add Targets.cpp, which implements the -arch command line option in terms of
Chris Lattner
2006-10-14
1
-0
/
+6
*
Start adding support for printing out parser callbacks and adding ast building
Chris Lattner
2006-08-17
1
-0
/
+5
*
Fix -E mode to enter the main file *after* -E mode configures the preprocessor.
Chris Lattner
2006-07-29
1
-1
/
+2
*
Implement comment saving mode: the -C and -CC options.
Chris Lattner
2006-07-29
1
-2
/
+3
*
Split the -E mode printer out to a separate .cpp file.
Chris Lattner
2006-07-04
1
-0
/
+27