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
/
Option.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove stray emacs mode markers in all these files that was causing emacs to
Nick Lewycky
2010-12-31
1
-1
/
+1
*
Driver/OptParser: Add a NoForward flag to prevent forwarding certain options to
Daniel Dunbar
2010-08-13
1
-1
/
+1
*
Driver: Change OptTable::ParseArg to take any ArgList.
Daniel Dunbar
2010-06-11
1
-10
/
+10
*
Driver: Change Option parsing to always create arguments referring to unaliased
Daniel Dunbar
2010-06-09
1
-9
/
+10
*
Driver: Eliminate Arg subclasses, which are now unnecessary.
Daniel Dunbar
2010-06-09
1
-17
/
+34
*
Driver: Keep the rendering style in the option, instead of as part of the Arg.
Daniel Dunbar
2010-06-09
1
-1
/
+25
*
Driver: Change Arg to just hold the values directly, instead of implicitly
Daniel Dunbar
2010-06-09
1
-8
/
+17
*
Revert "Driver: Change Option parsing to always create arguments referring to
Daniel Dunbar
2010-06-09
1
-9
/
+9
*
Driver: Change Option parsing to always create arguments referring to unaliased
Daniel Dunbar
2010-06-09
1
-9
/
+9
*
Driver: Add an explicit offset to JoinedArg and JoinedAndSeparateArg, so that
Daniel Dunbar
2010-06-09
1
-4
/
+5
*
Driver: Take option ID for {Input,Unknown}Option, to drop dependency on actua...
Daniel Dunbar
2009-11-19
1
-4
/
+4
*
Driver: Introduce OptSpecifier class for protecting access to an option id.
Daniel Dunbar
2009-11-19
1
-25
/
+13
*
Driver: Resolve inconsistency in matching options against options which are
Daniel Dunbar
2009-11-19
1
-7
/
+2
*
Driver: Store Option ID field as unsigned to drop dependency on the options
Daniel Dunbar
2009-11-18
1
-10
/
+10
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-29
/
+28
*
Driver: Add 'q' flag for options which shouldn't be reported as unused.
Daniel Dunbar
2009-04-07
1
-1
/
+1
*
Driver: Replace Option::ForwardToGCC by Option::DriverOption (which
Daniel Dunbar
2009-03-25
1
-1
/
+1
*
Driver: Prep for tool chain specific argument translation.
Daniel Dunbar
2009-03-25
1
-10
/
+11
*
Driver: Implement 'missing argument' error.
Daniel Dunbar
2009-03-22
1
-9
/
+19
*
Driver: Add "d" flag to Options.def for options which are completely
Daniel Dunbar
2009-03-18
1
-1
/
+2
*
Driver: Drop some unnecessary uses of clang namespace.
Daniel Dunbar
2009-03-12
1
-1
/
+0
*
Driver: Add Option flags.
Daniel Dunbar
2009-03-12
1
-0
/
+1
*
Driver: Tweak option naming/def:
Daniel Dunbar
2009-03-12
1
-2
/
+2
*
Driver: Add Option::getId and Option::matches taking an option
Daniel Dunbar
2009-03-12
1
-0
/
+16
*
Remove some now-unneeded calls to llvm::errs().flush().
Daniel Dunbar
2009-03-10
1
-2
/
+0
*
Driver: Basic argument parsing.
Daniel Dunbar
2009-03-05
1
-9
/
+2
*
Driver: Implement Option::accept methods.
Daniel Dunbar
2009-03-04
1
-14
/
+58
*
Driver: Option's need to know their ID.
Daniel Dunbar
2009-03-04
1
-24
/
+28
*
Driver: Add Option flags.
Daniel Dunbar
2009-03-04
1
-1
/
+4
*
Driver: Tweak Option::accept interface.
Daniel Dunbar
2009-03-04
1
-10
/
+10
*
Driver: More Option implementation.
Daniel Dunbar
2009-03-04
1
-24
/
+115
*
Sketch Driver Option classes.
Daniel Dunbar
2009-03-03
1
-0
/
+89