1. 871adcf Driver: ConstructJob also needs to know the destination (where to put by Daniel Dunbar · 16 years ago
  2. aa469f6 Driver: Print version on stderr to match [gc]cc. by Daniel Dunbar · 16 years ago
  3. 24b5560 Driver: Implement -### (hard to tell, since we don't actually by Daniel Dunbar · 16 years ago
  4. 5ab483b Driver: Claim inputs when we bind the InputAction. by Daniel Dunbar · 16 years ago
  5. d57ac59 Driver: Rename Command::Argv to Command::Arguments to make it clearer by Daniel Dunbar · 16 years ago
  6. 028801c Driver: Don't claim inputs when pipelining, a tool should eventually by Daniel Dunbar · 16 years ago
  7. 62cf601 Driver: Add a dash of const. by Daniel Dunbar · 16 years ago
  8. 47ac7d2 Driver: Stub out Tool::ConstructJob. by Daniel Dunbar · 16 years ago
  9. aa3e0d2 Driver: Fix Compilation::getArgsForToolChain, local variable was by Daniel Dunbar · 16 years ago
  10. c811b6c Driver: Add two normalizations for powerpc. - PR3830 by Daniel Dunbar · 16 years ago
  11. 10ffa9a Driver: Ditch Driver::DefaultToolChain, this can vary between compilations. by Daniel Dunbar · 16 years ago
  12. e29cd6f Driver: I was too hasty in free'ing Actions, we sometimes share by Daniel Dunbar · 16 years ago
  13. 6d91b04 Driver: Initialize Arg::Claimed by Daniel Dunbar · 16 years ago
  14. 2154923 Driver: Move actions into Compilation, and construct the compilation earlier. by Daniel Dunbar · 16 years ago
  15. 5796bf4 Driver: Add test for binding of precompile; exposed bug due to my by Daniel Dunbar · 16 years ago
  16. ec29d36 Driver: Implement JoinedAndSeparateArg::getValue and add parsing test case. by Daniel Dunbar · 16 years ago
  17. b25c7c1 Driver: UnknownHostInfo was always returning 0. by Daniel Dunbar · 16 years ago
  18. 8f25c79 Driver: Use PrettyStackTrace. by Daniel Dunbar · 16 years ago
  19. 7e4534d Driver: Release Host, ToolChain, and Tool implementations. by Daniel Dunbar · 16 years ago
  20. d46f0ac Driver: Add test case for -ccc-clang-archs (which, it turns out, was inverted). by Daniel Dunbar · 16 years ago
  21. 5c3c1d7 Driver: Add -ccc-print-bindings option (for testing); the Python by Daniel Dunbar · 16 years ago
  22. 31b1e54 Driver: Add name to Tool (for testing/debugging) and move GCC_* tools by Daniel Dunbar · 16 years ago
  23. aae82f1 GCC 4.0 isn't happy with VISIBILITY_HIDDEN on a namespace. by Chris Lattner · 16 years ago
  24. 985b825 Driver: GCC 4.0 isn't happy with VISIBILITY_HIDDEN on a namespace. by Daniel Dunbar · 16 years ago
  25. 9c073ff Driver: Stub out generic GCC tool selection (missed a file) by Daniel Dunbar · 16 years ago
  26. 670b7f4 Driver: Stub out generic GCC tool selection. by Daniel Dunbar · 16 years ago
  27. 83b08eb Driver: Stub out generic GCC tool chain implementation. by Daniel Dunbar · 16 years ago
  28. baf0775 Driver: Make sure to get the default arch name from the tool chain, not the by Daniel Dunbar · 16 years ago
  29. fa0cda4 Driver: Pass HostInfo reference into ToolChain. by Daniel Dunbar · 16 years ago
  30. e504952 Driver: Pass Driver reference down into Host info, which will need it by Daniel Dunbar · 16 years ago
  31. ec504fd Driver: Fix typo ArgList destructor. by Daniel Dunbar · 16 years ago
  32. 1fd6c4b Driver: Hide HostInfo implementations. by Daniel Dunbar · 16 years ago
  33. cd4e186 Driver: Add two option form of ArgList::getLastArg. by Daniel Dunbar · 16 years ago
  34. 441d060 Driver: Add logic for computing where to put job outputs (pipe, by Daniel Dunbar · 16 years ago
  35. 3494bb1 Add ArgList::MakeArgString and make ArgList::Make* const. by Daniel Dunbar · 16 years ago
  36. 70c1684 Fix unused variable warning in -Asserts mode. by Daniel Dunbar · 16 years ago
  37. a393e9e Build system changes to use TableGen to generate the various by Douglas Gregor · 16 years ago
  38. f353c8c Driver: Implement majority tool binding logic. by Daniel Dunbar · 16 years ago
  39. 586dc23 Driver: Migrate some data into the Compilation; after pipelining by Daniel Dunbar · 16 years ago
  40. 2ba38ba Driver: Sketch Tool and ToolChain classes. by Daniel Dunbar · 16 years ago
  41. 411f2e4 Driver: claim input arguments when building phases. by Daniel Dunbar · 16 years ago
  42. 8d2554a Driver: Start warning about unused arguments. by Daniel Dunbar · 16 years ago
  43. 8022fd4 Driver: Update ArgList::{hasArg,getLastArg} to optionally claim the by Daniel Dunbar · 16 years ago
  44. 4db938c Driver: Add types::{isAcceptedByClang,isCXX} predicates. by Daniel Dunbar · 16 years ago
  45. 789e220 Driver: Add simple Job classes, simple wrappers for information about by Daniel Dunbar · 16 years ago
  46. 0c3f599 Driver: Action vtables were still hungry. by Daniel Dunbar · 16 years ago
  47. f40ed17 Driver: Provide food and shelter for Action vtables. by Daniel Dunbar · 16 years ago
  48. 57b704d Driver: Sprinkle some consts in, stub out BuildJobs method. by Daniel Dunbar · 16 years ago
  49. 1368954 Driver: For universal builds, handle archs in the order they were seen. by Daniel Dunbar · 16 years ago
  50. 83dd21f Driver: Fix '-x none' handling. by Daniel Dunbar · 16 years ago
  51. 2093335 ccc/Driver: Normalize phase spelling in -ccc-print-phases. by Daniel Dunbar · 16 years ago
  52. 3dbd6c5 Driver: Some minor bug fixes. by Daniel Dunbar · 16 years ago
  53. c0dfd53 Driver: Fix think in ArgList::MakeIndex. by Daniel Dunbar · 16 years ago
  54. ab83543 Driver: Return 0 from BuildCompilation on -ccc-print-phases, -ccc-print-options. by Daniel Dunbar · 16 years ago
  55. b269c32 Driver: Print -ccc-print-phases on stderr. by Daniel Dunbar · 16 years ago
  56. a88162c Driver: Fix thinko in Darwin host identification. by Daniel Dunbar · 16 years ago
  57. ba10213 Driver: Support -ccc-print-phases. by Daniel Dunbar · 16 years ago
  58. 85da007 Driver: Add cast<> support for Action, and some other accessors. by Daniel Dunbar · 16 years ago
  59. ad2a9af Driver: Complete "pipelining" (building the list of abstract actions by Daniel Dunbar · 16 years ago
  60. 3279575 support cmake by Gabor Greif · 16 years ago
  61. 3de1e7c Driver: Make phase names nouns not verbs. by Daniel Dunbar · 16 years ago
  62. c1b5fa8 Driver: Add types::getNumCompilationPhases, getCompilationPhase to by Daniel Dunbar · 16 years ago
  63. b1efcd8 Driver: Pull Phase info into separate file. by Daniel Dunbar · 16 years ago
  64. 4139340 Driver: Ignore empty arguments. by Daniel Dunbar · 16 years ago
  65. cb88167 Driver: Handle "immediate" options. by Daniel Dunbar · 16 years ago
  66. 8b1604e ccc/Driver: Mark {dump{machine,specs,version}, by Daniel Dunbar · 16 years ago
  67. af61c71 Driver: Determine which compilation stages to run. by Daniel Dunbar · 16 years ago
  68. 9aecfab Driver: Value initialization is nicer than memset. by Daniel Dunbar · 16 years ago
  69. 2fe63e6 Driver: Add majority of driver-driver implementation. by Daniel Dunbar · 16 years ago
  70. ba7db7d Driver: Drop some unnecessary uses of clang namespace. by Daniel Dunbar · 16 years ago
  71. d65bddc Driver: Introduce ActionList typedef, tweak some constness. by Daniel Dunbar · 16 years ago
  72. 9f5ef94 Driver: Add types::canLipoType helper method. by Daniel Dunbar · 16 years ago
  73. bca58cb Driver: Add ArgList support for synthesizing arguments. by Daniel Dunbar · 16 years ago
  74. 0c562a2 Driver: Add ArgList::getLastArg. by Daniel Dunbar · 16 years ago
  75. b897f5d Driver: Tweak diag names to be more consistent. by Daniel Dunbar · 16 years ago
  76. 4ad4b3e Driver: Use standard Diagnostic interface for diagnostics. by Daniel Dunbar · 16 years ago
  77. e7fffa1 Driver: Fix thinko in Arg::hasArg. by Daniel Dunbar · 16 years ago
  78. a948045 Driver: '-' is parsed as an input. by Daniel Dunbar · 16 years ago
  79. 53ec552 Driver: Start sketching construction of abstract built actions. by Daniel Dunbar · 16 years ago
  80. e9fba57 Driver: Add information on Driver input/temporary types. by Daniel Dunbar · 16 years ago
  81. 644eade Driver: Add Option flags. by Daniel Dunbar · 16 years ago
  82. b349fcc Driver: Tweak option naming/def: - Use OPT_ prefix for ids. by Daniel Dunbar · 16 years ago
  83. e1495ec Driver: Reorder arguments in Options.def so option name is first. by Daniel Dunbar · 16 years ago
  84. d8cadd4 Driver: Add ArgList::hasArg, for testing for the presence of an by Daniel Dunbar · 16 years ago
  85. cf0dd15 Driver: Add Option::getId and Option::matches taking an option by Daniel Dunbar · 16 years ago
  86. e399564 Driver: Add host info (add new files). by Daniel Dunbar · 16 years ago
  87. dd98e2c Driver: Add host info. by Daniel Dunbar · 16 years ago
  88. 365c02f Driver: Handle magic -ccc- options. by Daniel Dunbar · 16 years ago
  89. 4a77edb Remove some now-unneeded calls to llvm::errs().flush(). by Daniel Dunbar · 16 years ago
  90. 2ace928 Fix warnings in build on clang-x86_64-freebsd buildbot. by Mike Stump · 16 years ago
  91. 0648262 Driver: Basic argument parsing. by Daniel Dunbar · 16 years ago
  92. bbf842b Driver: Implement Option::accept methods. by Daniel Dunbar · 16 years ago
  93. 5cc8c63 Driver: Fix off by one in ParseOneArg; this code is ugly but will be by Daniel Dunbar · 16 years ago
  94. f781c41 Driver: Add Arg::dump and SeparateArg stubs. by Daniel Dunbar · 16 years ago
  95. 70a0dbb Driver: Add OptTable::ParseOneArg. by Daniel Dunbar · 16 years ago
  96. 9358dc8 Driver: Add ArgList::{append, getArgString} by Daniel Dunbar · 16 years ago
  97. fb36cae Driver: Stub out Arg implementations. by Daniel Dunbar · 16 years ago
  98. 30b055f Driver: Option's need to know their ID. by Daniel Dunbar · 16 years ago
  99. 0f9098e Driver: Add Option flags. by Daniel Dunbar · 16 years ago
  100. 3c9cc6b Driver: Tweak Option::accept interface. by Daniel Dunbar · 16 years ago