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
/
OptTable.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
OptTable: Allow option groups to be used to define "help groups", which will
Daniel Dunbar
2009-12-04
1
-20
/
+61
*
OptParser: Add HelpHidden flag.
Daniel Dunbar
2009-12-04
1
-1
/
+5
*
Add OptTable::PrintHelp.
Daniel Dunbar
2009-12-03
1
-0
/
+75
*
Factor out OptTable::ParseArgs, for parsing an entire argument vector.
Daniel Dunbar
2009-11-19
1
-0
/
+35
*
Driver: Take option ID for {Input,Unknown}Option, to drop dependency on actua...
Daniel Dunbar
2009-11-19
1
-5
/
+4
*
Driver: Introduce OptSpecifier class for protecting access to an option id.
Daniel Dunbar
2009-11-19
1
-0
/
+4
*
Driver: Split OptTable out into OptTable.{h,cpp}
Daniel Dunbar
2009-11-19
1
-32
/
+2
*
Make MSVC happy.
Daniel Dunbar
2009-11-18
1
-12
/
+12
*
Driver: Rework OptTable to have no dependency on the options it manages.
Daniel Dunbar
2009-11-18
1
-99
/
+67
*
Driver: Switch Options.def to storing flags as a bitmask (instead of mangled
Daniel Dunbar
2009-11-18
1
-25
/
+37
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-6
/
+6
*
Explicitly initialize the options array, MinGW's gcc 4.3.5 appears to have a bug
Daniel Dunbar
2009-07-13
1
-1
/
+5
*
Driver: Add 'q' flag for options which shouldn't be reported as unused.
Daniel Dunbar
2009-04-07
1
-0
/
+1
*
Driver: Fix a parsing bug where some options were matched
Daniel Dunbar
2009-04-07
1
-8
/
+15
*
Driver: Add OptTable::getOptionKind.
Daniel Dunbar
2009-03-31
1
-3
/
+5
*
Driver: Add extra parameters for help text to option definitions.
Daniel Dunbar
2009-03-31
1
-4
/
+18
*
Driver: Replace Option::ForwardToGCC by Option::DriverOption (which
Daniel Dunbar
2009-03-25
1
-6
/
+1
*
Driver: Prep for tool chain specific argument translation.
Daniel Dunbar
2009-03-25
1
-1
/
+1
*
gcc 4.3 finds my use of ^ suspicious.
Daniel Dunbar
2009-03-25
1
-1
/
+1
*
Driver: Make argument parsing fast.
Daniel Dunbar
2009-03-23
1
-13
/
+32
*
Driver: Fix off by one in computation of first searchable option.
Daniel Dunbar
2009-03-23
1
-1
/
+1
*
Driver: Check that options are ordered properly (outside of
Daniel Dunbar
2009-03-23
1
-5
/
+75
*
Driver: Implement 'missing argument' error.
Daniel Dunbar
2009-03-22
1
-3
/
+10
*
Driver: Add "d" flag to Options.def for options which are completely
Daniel Dunbar
2009-03-18
1
-3
/
+13
*
Driver: Value initialization is nicer than memset.
Daniel Dunbar
2009-03-12
1
-2
/
+1
*
Driver: Drop some unnecessary uses of clang namespace.
Daniel Dunbar
2009-03-12
1
-1
/
+0
*
Driver: '-' is parsed as an input.
Daniel Dunbar
2009-03-12
1
-2
/
+2
*
Driver: Add Option flags.
Daniel Dunbar
2009-03-12
1
-3
/
+4
*
Driver: Tweak option naming/def:
Daniel Dunbar
2009-03-12
1
-8
/
+8
*
Driver: Reorder arguments in Options.def so option name is first.
Daniel Dunbar
2009-03-12
1
-6
/
+7
*
Driver: Implement Option::accept methods.
Daniel Dunbar
2009-03-04
1
-1
/
+1
*
Driver: Fix off by one in ParseOneArg; this code is ugly but will be
Daniel Dunbar
2009-03-04
1
-2
/
+2
*
Driver: Add OptTable::ParseOneArg.
Daniel Dunbar
2009-03-04
1
-0
/
+23
*
Driver: Option's need to know their ID.
Daniel Dunbar
2009-03-04
1
-11
/
+18
*
Driver: Add Option flags.
Daniel Dunbar
2009-03-04
1
-13
/
+6
*
Driver: More Option implementation.
Daniel Dunbar
2009-03-04
1
-0
/
+117