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
/
Driver
/
ArgList.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add an arg_iterator, for iterating over a subset of arguments in an ArgList.
Daniel Dunbar
2009-11-25
1
-72
/
+40
*
Driver: Introduce OptSpecifier class for protecting access to an option id.
Daniel Dunbar
2009-11-19
1
-17
/
+17
*
Driver: Switch to using explicit {getLast,has}ArgNoClaim functions instead of...
Daniel Dunbar
2009-11-19
1
-16
/
+19
*
StringRefize ArgList construction of ArgStrings.
Daniel Dunbar
2009-09-09
1
-8
/
+18
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-16
/
+14
*
Add stack protector support to clang. This generates the 'ssp' and 'sspreq'
Bill Wendling
2009-06-28
1
-0
/
+29
*
Add option for AddAllArgsTranslated to control whether output argument
Daniel Dunbar
2009-04-26
1
-3
/
+11
*
Driver: Add default for ArgList::hasFlag and simplify implementation.
Daniel Dunbar
2009-04-07
1
-6
/
+2
*
Driver: Explicitly ignore -fpch-preprocess when using clang, we don't
Daniel Dunbar
2009-04-03
1
-0
/
+9
*
Driver: Unbreak ArgList::hasFlag.
Daniel Dunbar
2009-03-30
1
-1
/
+1
*
Driver: Track which original arguments an arg is derived from, so that
Daniel Dunbar
2009-03-29
1
-8
/
+9
*
Driver: Add ArgList::AddAllArgsTranslated; for forwarding options to
Daniel Dunbar
2009-03-26
1
-0
/
+13
*
Driver: Prep for tool chain specific argument translation.
Daniel Dunbar
2009-03-25
1
-50
/
+78
*
Driver: ArgList::getLastArg was in fact returning the first matching arg.
Daniel Dunbar
2009-03-24
1
-3
/
+1
*
Driver: Implement 'missing argument' error.
Daniel Dunbar
2009-03-22
1
-1
/
+3
*
Driver: Add two option overload for AddAllArgValues.
Daniel Dunbar
2009-03-20
1
-0
/
+13
*
Driver: Add argument translation utilities to ArgList.
Daniel Dunbar
2009-03-18
1
-0
/
+65
*
Driver: Fix typo ArgList destructor.
Daniel Dunbar
2009-03-17
1
-1
/
+1
*
Driver: Add two option form of ArgList::getLastArg.
Daniel Dunbar
2009-03-17
1
-0
/
+14
*
Add ArgList::MakeArgString and make ArgList::Make* const.
Daniel Dunbar
2009-03-17
1
-6
/
+10
*
Driver: Update ArgList::{hasArg,getLastArg} to optionally claim the
Daniel Dunbar
2009-03-15
1
-3
/
+6
*
Driver: Fix think in ArgList::MakeIndex.
Daniel Dunbar
2009-03-13
1
-1
/
+1
*
Driver: Add ArgList support for synthesizing arguments.
Daniel Dunbar
2009-03-12
1
-0
/
+36
*
Driver: Add ArgList::getLastArg.
Daniel Dunbar
2009-03-12
1
-3
/
+3
*
Driver: Fix thinko in Arg::hasArg.
Daniel Dunbar
2009-03-12
1
-1
/
+1
*
Driver: Add ArgList::hasArg, for testing for the presence of an
Daniel Dunbar
2009-03-12
1
-0
/
+11
*
Driver: Add ArgList::{append, getArgString}
Daniel Dunbar
2009-03-04
1
-0
/
+9
*
Driver: Add ArgList implementation.
Daniel Dunbar
2009-03-04
1
-0
/
+22