Bill Wendling
|
2127c9b93a
Remove tabs.
|
13 年之前 |
Duncan Sands
|
e840fef4c2
Don't cast away constant qualifier.
|
13 年之前 |
David Blaikie
|
ebba0558c8
Correct use of const in ParseCommandLineOptions
|
13 年之前 |
Jim Grosbach
|
c48d4dc8a9
Tidy up. s/Low Level Virtual Machine/LLVM/.
|
13 年之前 |
David Blaikie
|
d0278d529b
Remove dead default.
|
13 年之前 |
David Blaikie
|
2dd674fdce
Removing unused default switch cases in switches over enums that already account for all enumeration values explicitly.
|
13 年之前 |
Sebastian Pop
|
6e9b5eb51b
revert r147542 after comments from Joerg Sonnenberger
|
13 年之前 |
Sebastian Pop
|
8a86887ba3
use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJIT
|
13 年之前 |
David Blaikie
|
0becc96b24
Add some missing anchors.
|
13 年之前 |
Sebastian Pop
|
0173864d8a
rename getHostTriple into getDefaultTargetTriple
|
14 年之前 |
Benjamin Kramer
|
b3514569d0
CommandLine: Add support for 64 bit unsigned integer options.
|
14 年之前 |
Chandler Carruth
|
4039313b4c
Move the registered target printing in version strings completely out of
|
14 年之前 |
Chandler Carruth
|
077c408717
Move the logic for printing the registered targets into a static
|
14 年之前 |
Chandler Carruth
|
6d51d26a24
Add an extension point to the CommandLine library where clients can
|
14 年之前 |
Evan Cheng
|
ff276b40f0
Aliased flag options should be directed to stdout, not stderr to be consistent. Patch by Julien Lerouge.
|
14 年之前 |
Nick Lewycky
|
95d206a9c7
In option typo correction, consider -foo=VALUE flags as two distinct parts. The
|
14 年之前 |
Frits van Bommel
|
090771fa26
Fix a few instances of "warning: extra ';' outside of a function [-pedantic]".
|
14 年之前 |
Andrew Trick
|
ce96902d88
Added *hidden* flags -print-options and -print-all-options so
|
14 年之前 |
Daniel Dunbar
|
c98d82a7f0
Support/CommandLine: Fix LookupNearestOption to also search extra option names.
|
14 年之前 |
Daniel Dunbar
|
f4fb66acae
Support/CommandLine: Add "Did you mean" print for mismatched operands.
|
14 年之前 |
Michael J. Spencer
|
b3127bb06a
Support/PathV1: Deprecate getLast.
|
14 年之前 |
Michael J. Spencer
|
3ff9563c3e
MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> via an out parm.
|
14 年之前 |
Michael J. Spencer
|
333fb04506
Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code &ec. And fix clients.
|
14 年之前 |
Michael J. Spencer
|
1f6efa3996
Merge System into Support.
|
14 年之前 |
Rafael Espindola
|
a962b40f0b
Fix a use after free. Patch by Frits van Bommel.
|
14 年之前 |
Daniel Dunbar
|
dd464df687
Add new configure option, --disable-timestamps, intended to turn off anything which would mess up binary/object comparisons. Currently:
|
15 年之前 |
Dan Gohman
|
16e02097d2
Fix minor style issues.
|
15 年之前 |
Duncan Sands
|
7e7ae5ad69
Refer to -help instead of --help since this is what tools themselves say.
|
15 年之前 |
Benjamin Kramer
|
12ea66a727
Replace strcpy with memcpy when we have the length around anyway.
|
15 年之前 |
Duncan Sands
|
1fa8b00b30
Suppress use of uninitialized variable warning.
|
15 年之前 |