Commit History

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