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
/
Frontend
/
FrontendActions.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix <rdar://problem/7490212> clang rewriter: return of the mixed line endings...
Steve Naroff
2010-01-05
1
-1
/
+3
*
Remove RewriteBlocks. It has been superseded by RewriteObjC
Kovarththanan Rajaratnam
2009-12-23
1
-5
/
+0
*
Fix CompilerInstance::createOutputFile to use proper diagnostics, and (try to...
Daniel Dunbar
2009-12-03
1
-12
/
+39
*
Eliminate CodeGenOptions::TimePasses.
Daniel Dunbar
2009-11-30
1
-1
/
+2
*
Fix PR5633 by making the preprocessor handle the case where we can
Chris Lattner
2009-11-30
1
-1
/
+2
*
Don't call exit(). llvm::llvm_report_error() will do just that
Kovarththanan Rajaratnam
2009-11-28
1
-1
/
+0
*
typo
Gabor Greif
2009-11-26
1
-1
/
+1
*
issue a friendlier error if someone tries to send precompiled header to '-' (...
Gabor Greif
2009-11-26
1
-1
/
+1
*
Fix some uses of fprintf/stderr without a prototype.
Daniel Dunbar
2009-11-25
1
-2
/
+2
*
Add TargetOptions and use it when constructing targets.
Daniel Dunbar
2009-11-15
1
-2
/
+2
*
Add FrontendActions for all preprocessor based clang-cc actions.
Daniel Dunbar
2009-11-14
1
-1
/
+104
*
Add FrontendActions, which provides a FrontendAction interface to all the exi...
Daniel Dunbar
2009-11-14
1
-0
/
+178