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
*
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