1. 3fe51c4 Driver: Drop code for checking bounds in SeparateArg::render, this by Daniel Dunbar · 16 years ago
  2. b0c4df5 Driver: Implement 'missing argument' error. by Daniel Dunbar · 16 years ago
  3. 378fd73 fix PR3859: crash with 'cc -V' by Nuno Lopes · 16 years ago
  4. af96def Driver: Give Compilation::Execute total control over the Driver result by Daniel Dunbar · 16 years ago
  5. e33bea4 ccc/Driver: .s defaults to 'assembler-with-cpp' on Darwin. by Daniel Dunbar · 16 years ago
  6. 049853d Driver: Switch to using -include-pth. by Daniel Dunbar · 16 years ago
  7. fc6a899 Driver: Parse Darwin version out of target triple. by Daniel Dunbar · 16 years ago
  8. 8cac5f7 Driver: Add and use darwin::Assemble tool. by Daniel Dunbar · 16 years ago
  9. ee51031 Driver: Add two option overload for AddAllArgValues. by Daniel Dunbar · 16 years ago
  10. 38dd3d5 Driver: Add Arg::getAsString and use when dumping arguments to by Daniel Dunbar · 16 years ago
  11. 71061bf strictly evaluate SVN_REVISION so that svnversion is run once instead of 4 times. by Chris Lattner · 16 years ago
  12. ca3459e Driver: Implement -print-search-dirs. by Daniel Dunbar · 16 years ago
  13. 8eddb3f Driver: Sketch Darwin tool chains. by Daniel Dunbar · 16 years ago
  14. ff7488d Driver: Add darwin::Lipo tool. by Daniel Dunbar · 16 years ago
  15. 3917608 Driver: Move tool chain implementations into ToolChains.cpp. by Daniel Dunbar · 16 years ago
  16. b7b61b2 Driver: Temporary hack to allow -ccc-print-bindings to work (for by Daniel Dunbar · 16 years ago
  17. 55b3b5f Driver/clang: -mattr strings were not comma separated. by Daniel Dunbar · 16 years ago
  18. 56b10ab Driver: Compilation::Execute wasn't returning result code correctly. by Daniel Dunbar · 16 years ago
  19. ceafbc8 Driver: Executing piped jobs with a single command is easy. by Daniel Dunbar · 16 years ago
  20. 05494a7 Driver: Claim unused input arguments when emitting "input file unused" by Daniel Dunbar · 16 years ago
  21. 7587719 Driver: Claim -arch options when pipelining, and claim arguments that by Daniel Dunbar · 16 years ago
  22. 115a792 Driver: Handle "linker input" arguments. by Daniel Dunbar · 16 years ago
  23. 42f7fc2 Driver: Add Arg::renderAsInput; this is a messy area and something I by Daniel Dunbar · 16 years ago
  24. 5697aa0 Driver: Fix bug in translating -O to clang, add clang-translation test case. by Daniel Dunbar · 16 years ago
  25. ecc6362 Driver: Resolve program path for "cp" (used as part of transparent gcc by Daniel Dunbar · 16 years ago
  26. 60ccc76 Driver: Forcibly disable pipe support until we can execute them, the by Daniel Dunbar · 16 years ago
  27. 84603bc Driver: Delete the temporary files llvm::sys::Path::makeUnique by Daniel Dunbar · 16 years ago
  28. c8ea24e Make -j8 safe. by Mike Stump · 16 years ago
  29. 49b98e7 Driver: Execute jobs; no pipe support yet. by Daniel Dunbar · 16 years ago
  30. e530ad4 Driver: Cleanup temporary/result files. by Daniel Dunbar · 16 years ago
  31. 632f50e Driver: Lookup program names using llvm::sys::Program::FindProgramByName by Daniel Dunbar · 16 years ago
  32. d227fe7 The eventual name of this will be clang, might as well start now. by Mike Stump · 16 years ago
  33. 0edefeb Driver: Support ToolChain specific path lists to search for files and programs. by Daniel Dunbar · 16 years ago
  34. 8f12e27 Move generated file to ObjDir. by Mike Stump · 16 years ago
  35. 214399e Driver: Construct temporary file names. by Daniel Dunbar · 16 years ago
  36. 8944c38 Add revision information. by Mike Stump · 16 years ago
  37. af2e4ba Driver: Don't warn about unused arguments if there are Driver errors by Daniel Dunbar · 16 years ago
  38. e70295b Fix URL trimming for version information. by Mike Stump · 16 years ago
  39. 5d023c3 Improve version number. by Mike Stump · 16 years ago
  40. 1d46033 Driver: Port Clang argument translation. by Daniel Dunbar · 16 years ago
  41. 56c5594 Driver: Bug fix, derived .gch names sometimes started with "/". by Daniel Dunbar · 16 years ago
  42. 18a7f33 Driver: Add argument translation utilities to ArgList. by Daniel Dunbar · 16 years ago
  43. b488c1d Driver: Lift out common GCC tool and implement generic GCC tool by Daniel Dunbar · 16 years ago
  44. d09986a Driver: Add assert and FIXME; arguments which act as linker inputs by Daniel Dunbar · 16 years ago
  45. 21fd6ac Driver: Provide Arg::render implementations. by Daniel Dunbar · 16 years ago
  46. 6d954d7 Driver: Add "d" flag to Options.def for options which are completely by Daniel Dunbar · 16 years ago
  47. 871adcf Driver: ConstructJob also needs to know the destination (where to put by Daniel Dunbar · 16 years ago
  48. aa469f6 Driver: Print version on stderr to match [gc]cc. by Daniel Dunbar · 16 years ago
  49. 24b5560 Driver: Implement -### (hard to tell, since we don't actually by Daniel Dunbar · 16 years ago
  50. 5ab483b Driver: Claim inputs when we bind the InputAction. by Daniel Dunbar · 16 years ago
  51. d57ac59 Driver: Rename Command::Argv to Command::Arguments to make it clearer by Daniel Dunbar · 16 years ago
  52. 028801c Driver: Don't claim inputs when pipelining, a tool should eventually by Daniel Dunbar · 16 years ago
  53. 62cf601 Driver: Add a dash of const. by Daniel Dunbar · 16 years ago
  54. 47ac7d2 Driver: Stub out Tool::ConstructJob. by Daniel Dunbar · 16 years ago
  55. aa3e0d2 Driver: Fix Compilation::getArgsForToolChain, local variable was by Daniel Dunbar · 16 years ago
  56. c811b6c Driver: Add two normalizations for powerpc. - PR3830 by Daniel Dunbar · 16 years ago
  57. 10ffa9a Driver: Ditch Driver::DefaultToolChain, this can vary between compilations. by Daniel Dunbar · 16 years ago
  58. e29cd6f Driver: I was too hasty in free'ing Actions, we sometimes share by Daniel Dunbar · 16 years ago
  59. 6d91b04 Driver: Initialize Arg::Claimed by Daniel Dunbar · 16 years ago
  60. 2154923 Driver: Move actions into Compilation, and construct the compilation earlier. by Daniel Dunbar · 16 years ago
  61. 5796bf4 Driver: Add test for binding of precompile; exposed bug due to my by Daniel Dunbar · 16 years ago
  62. ec29d36 Driver: Implement JoinedAndSeparateArg::getValue and add parsing test case. by Daniel Dunbar · 16 years ago
  63. b25c7c1 Driver: UnknownHostInfo was always returning 0. by Daniel Dunbar · 16 years ago
  64. 8f25c79 Driver: Use PrettyStackTrace. by Daniel Dunbar · 16 years ago
  65. 7e4534d Driver: Release Host, ToolChain, and Tool implementations. by Daniel Dunbar · 16 years ago
  66. d46f0ac Driver: Add test case for -ccc-clang-archs (which, it turns out, was inverted). by Daniel Dunbar · 16 years ago
  67. 5c3c1d7 Driver: Add -ccc-print-bindings option (for testing); the Python by Daniel Dunbar · 16 years ago
  68. 31b1e54 Driver: Add name to Tool (for testing/debugging) and move GCC_* tools by Daniel Dunbar · 16 years ago
  69. aae82f1 GCC 4.0 isn't happy with VISIBILITY_HIDDEN on a namespace. by Chris Lattner · 16 years ago
  70. 985b825 Driver: GCC 4.0 isn't happy with VISIBILITY_HIDDEN on a namespace. by Daniel Dunbar · 16 years ago
  71. 9c073ff Driver: Stub out generic GCC tool selection (missed a file) by Daniel Dunbar · 16 years ago
  72. 670b7f4 Driver: Stub out generic GCC tool selection. by Daniel Dunbar · 16 years ago
  73. 83b08eb Driver: Stub out generic GCC tool chain implementation. by Daniel Dunbar · 16 years ago
  74. baf0775 Driver: Make sure to get the default arch name from the tool chain, not the by Daniel Dunbar · 16 years ago
  75. fa0cda4 Driver: Pass HostInfo reference into ToolChain. by Daniel Dunbar · 16 years ago
  76. e504952 Driver: Pass Driver reference down into Host info, which will need it by Daniel Dunbar · 16 years ago
  77. ec504fd Driver: Fix typo ArgList destructor. by Daniel Dunbar · 16 years ago
  78. 1fd6c4b Driver: Hide HostInfo implementations. by Daniel Dunbar · 16 years ago
  79. cd4e186 Driver: Add two option form of ArgList::getLastArg. by Daniel Dunbar · 16 years ago
  80. 441d060 Driver: Add logic for computing where to put job outputs (pipe, by Daniel Dunbar · 16 years ago
  81. 3494bb1 Add ArgList::MakeArgString and make ArgList::Make* const. by Daniel Dunbar · 16 years ago
  82. 70c1684 Fix unused variable warning in -Asserts mode. by Daniel Dunbar · 16 years ago
  83. a393e9e Build system changes to use TableGen to generate the various by Douglas Gregor · 16 years ago
  84. f353c8c Driver: Implement majority tool binding logic. by Daniel Dunbar · 16 years ago
  85. 586dc23 Driver: Migrate some data into the Compilation; after pipelining by Daniel Dunbar · 16 years ago
  86. 2ba38ba Driver: Sketch Tool and ToolChain classes. by Daniel Dunbar · 16 years ago
  87. 411f2e4 Driver: claim input arguments when building phases. by Daniel Dunbar · 16 years ago
  88. 8d2554a Driver: Start warning about unused arguments. by Daniel Dunbar · 16 years ago
  89. 8022fd4 Driver: Update ArgList::{hasArg,getLastArg} to optionally claim the by Daniel Dunbar · 16 years ago
  90. 4db938c Driver: Add types::{isAcceptedByClang,isCXX} predicates. by Daniel Dunbar · 16 years ago
  91. 789e220 Driver: Add simple Job classes, simple wrappers for information about by Daniel Dunbar · 16 years ago
  92. 0c3f599 Driver: Action vtables were still hungry. by Daniel Dunbar · 16 years ago
  93. f40ed17 Driver: Provide food and shelter for Action vtables. by Daniel Dunbar · 16 years ago
  94. 57b704d Driver: Sprinkle some consts in, stub out BuildJobs method. by Daniel Dunbar · 16 years ago
  95. 1368954 Driver: For universal builds, handle archs in the order they were seen. by Daniel Dunbar · 16 years ago
  96. 83dd21f Driver: Fix '-x none' handling. by Daniel Dunbar · 16 years ago
  97. 2093335 ccc/Driver: Normalize phase spelling in -ccc-print-phases. by Daniel Dunbar · 16 years ago
  98. 3dbd6c5 Driver: Some minor bug fixes. by Daniel Dunbar · 16 years ago
  99. c0dfd53 Driver: Fix think in ArgList::MakeIndex. by Daniel Dunbar · 16 years ago
  100. ab83543 Driver: Return 0 from BuildCompilation on -ccc-print-phases, -ccc-print-options. by Daniel Dunbar · 16 years ago