1. af2e4ba Driver: Don't warn about unused arguments if there are Driver errors by Daniel Dunbar · 16 years ago
  2. 9c3b3d0 simplify logic, isInvalid check is redundant by Gabor Greif · 16 years ago
  3. 1c90f4d Be sure to not add weak import, if we are ignoring it. by Mike Stump · 16 years ago
  4. b8df0b5 remove two xfailed tests. These aren't doing any good for us until serialization is revisited. by Chris Lattner · 16 years ago
  5. dd62beb Refactor 'Warning', 'Extension', and 'ExtWarn' TableGen classes to subclass by Ted Kremenek · 16 years ago
  6. f8575aa Add codegen support for aggregate BlockDeclRefExprs. by Mike Stump · 16 years ago
  7. e70295b Fix URL trimming for version information. by Mike Stump · 16 years ago
  8. 862a2c5 Ignore weak import on properties. by Mike Stump · 16 years ago
  9. 5d023c3 Improve version number. by Mike Stump · 16 years ago
  10. 1d46033 Driver: Port Clang argument translation. by Daniel Dunbar · 16 years ago
  11. 56c5594 Driver: Bug fix, derived .gch names sometimes started with "/". by Daniel Dunbar · 16 years ago
  12. 5f635e6 ccc: Pass --relocation-model as separate arguments (to match Driver). by Daniel Dunbar · 16 years ago
  13. 18a7f33 Driver: Add argument translation utilities to ArgList. by Daniel Dunbar · 16 years ago
  14. b488c1d Driver: Lift out common GCC tool and implement generic GCC tool by Daniel Dunbar · 16 years ago
  15. e324ffe Driver: Forgot to mark -### as a driver option. by Daniel Dunbar · 16 years ago
  16. d09986a Driver: Add assert and FIXME; arguments which act as linker inputs by Daniel Dunbar · 16 years ago
  17. 21fd6ac Driver: Provide Arg::render implementations. by Daniel Dunbar · 16 years ago
  18. 6d954d7 Driver: Add "d" flag to Options.def for options which are completely by Daniel Dunbar · 16 years ago
  19. 871adcf Driver: ConstructJob also needs to know the destination (where to put by Daniel Dunbar · 16 years ago
  20. aa469f6 Driver: Print version on stderr to match [gc]cc. by Daniel Dunbar · 16 years ago
  21. 24b5560 Driver: Implement -### (hard to tell, since we don't actually by Daniel Dunbar · 16 years ago
  22. cfcb96f Driver: Add forwarding methods to underlying list for PipedJob and JobList. by Daniel Dunbar · 16 years ago
  23. 5ab483b Driver: Claim inputs when we bind the InputAction. by Daniel Dunbar · 16 years ago
  24. 456422c Driver: Make Arg::Claimed mutable. by Daniel Dunbar · 16 years ago
  25. d57ac59 Driver: Rename Command::Argv to Command::Arguments to make it clearer by Daniel Dunbar · 16 years ago
  26. 028801c Driver: Don't claim inputs when pipelining, a tool should eventually by Daniel Dunbar · 16 years ago
  27. 62cf601 Driver: Add a dash of const. by Daniel Dunbar · 16 years ago
  28. 47ac7d2 Driver: Stub out Tool::ConstructJob. by Daniel Dunbar · 16 years ago
  29. 432eeec Add 'make cscope.files' top level target. by Daniel Dunbar · 16 years ago
  30. aa3e0d2 Driver: Fix Compilation::getArgsForToolChain, local variable was by Daniel Dunbar · 16 years ago
  31. c811b6c Driver: Add two normalizations for powerpc. - PR3830 by Daniel Dunbar · 16 years ago
  32. 8cc9d08 fix PR3809, codegen for inc/dec of function pointers. by Chris Lattner · 16 years ago
  33. c3953a6 teach codegen to handle noop casts as lvalues. by Chris Lattner · 16 years ago
  34. 99c7622 Fix -E mismatch; an identifier followed by a numeric constant does not by Daniel Dunbar · 16 years ago
  35. 10ffa9a Driver: Ditch Driver::DefaultToolChain, this can vary between compilations. by Daniel Dunbar · 16 years ago
  36. e29cd6f Driver: I was too hasty in free'ing Actions, we sometimes share by Daniel Dunbar · 16 years ago
  37. 6d91b04 Driver: Initialize Arg::Claimed by Daniel Dunbar · 16 years ago
  38. d9c834f Driver: Err, didn't mean to commit this part yet. by Daniel Dunbar · 16 years ago
  39. 2154923 Driver: Move actions into Compilation, and construct the compilation earlier. by Daniel Dunbar · 16 years ago
  40. 510d732 Driver: Use custom diag printer to drop dependency on libFrontend and libLex. by Daniel Dunbar · 16 years ago
  41. c57bc59 add test case. by Zhongxing Xu · 16 years ago
  42. 5796bf4 Driver: Add test for binding of precompile; exposed bug due to my by Daniel Dunbar · 16 years ago
  43. c2fdb07 Use a work list to recursively build up the subregion mapping, and mark live by Zhongxing Xu · 16 years ago
  44. ec29d36 Driver: Implement JoinedAndSeparateArg::getValue and add parsing test case. by Daniel Dunbar · 16 years ago
  45. b25c7c1 Driver: UnknownHostInfo was always returning 0. by Daniel Dunbar · 16 years ago
  46. 8f25c79 Driver: Use PrettyStackTrace. by Daniel Dunbar · 16 years ago
  47. 6c473c8 cleanup instantiation code, tighten testcase by Gabor Greif · 16 years ago
  48. e7783ab Fix failing test case. by Anders Carlsson · 16 years ago
  49. 7e4534d Driver: Release Host, ToolChain, and Tool implementations. by Daniel Dunbar · 16 years ago
  50. 087edcf instantiate ?: expressions by Gabor Greif · 16 years ago
  51. ca5e77f The scope representation can now be either a DeclContext pointer or a by Douglas Gregor · 16 years ago
  52. d46f0ac Driver: Add test case for -ccc-clang-archs (which, it turns out, was inverted). by Daniel Dunbar · 16 years ago
  53. a35b1d5 Small sanity-checking testcase by Douglas Gregor · 16 years ago
  54. 9d07031 Driver: Add test case for various parts of binding (no-integrated-cpp, by Daniel Dunbar · 16 years ago
  55. e247cba Test had extra line which was masking actual failures. by Daniel Dunbar · 16 years ago
  56. 1a172b8 Driver: Add test for pipelining for analyzer and precompiler. by Daniel Dunbar · 16 years ago
  57. 0d48bf9 pull a nested conditional + comment out into its own variable, by Chris Lattner · 16 years ago
  58. 897cd90 don't crash when sentinel attribute is used on function without a prototype, by Chris Lattner · 16 years ago
  59. 2fa8c25 Fix Type::getDesugaredType() to remove all direct sugar on by Chris Lattner · 16 years ago
  60. 5c3c1d7 Driver: Add -ccc-print-bindings option (for testing); the Python by Daniel Dunbar · 16 years ago
  61. 31b1e54 Driver: Add name to Tool (for testing/debugging) and move GCC_* tools by Daniel Dunbar · 16 years ago
  62. 6199190 Stub out some code for support for NSDeallocateObject. This is enabled yet until by Ted Kremenek · 16 years ago
  63. aae82f1 GCC 4.0 isn't happy with VISIBILITY_HIDDEN on a namespace. by Chris Lattner · 16 years ago
  64. 985b825 Driver: GCC 4.0 isn't happy with VISIBILITY_HIDDEN on a namespace. by Daniel Dunbar · 16 years ago
  65. 9c073ff Driver: Stub out generic GCC tool selection (missed a file) by Daniel Dunbar · 16 years ago
  66. 670b7f4 Driver: Stub out generic GCC tool selection. by Daniel Dunbar · 16 years ago
  67. 83b08eb Driver: Stub out generic GCC tool chain implementation. by Daniel Dunbar · 16 years ago
  68. baf0775 Driver: Make sure to get the default arch name from the tool chain, not the by Daniel Dunbar · 16 years ago
  69. fa0cda4 Driver: Pass HostInfo reference into ToolChain. by Daniel Dunbar · 16 years ago
  70. 8dbc269 Refactor instantiation of declarations within a template into a much by Douglas Gregor · 16 years ago
  71. e504952 Driver: Pass Driver reference down into Host info, which will need it by Daniel Dunbar · 16 years ago
  72. ec504fd Driver: Fix typo ArgList destructor. by Daniel Dunbar · 16 years ago
  73. f95e9fc retain/release checker: Add support for reasoning about -dealloc. by Ted Kremenek · 16 years ago
  74. 879fd49 Implement instantiation of enums within class templates. This isn't by Douglas Gregor · 16 years ago
  75. 1fd6c4b Driver: Hide HostInfo implementations. by Daniel Dunbar · 16 years ago
  76. cd4e186 Driver: Add two option form of ArgList::getLastArg. by Daniel Dunbar · 16 years ago
  77. 441d060 Driver: Add logic for computing where to put job outputs (pipe, by Daniel Dunbar · 16 years ago
  78. df78a95 Driver: Add list of temporary and result files to Compilation. by Daniel Dunbar · 16 years ago
  79. 3494bb1 Add ArgList::MakeArgString and make ArgList::Make* const. by Daniel Dunbar · 16 years ago
  80. d7ee349 typo by Gabor Greif · 16 years ago
  81. 0ae7b2b Initialize the cleanup.dst variable if necessary. Fixes PR3789. by Anders Carlsson · 16 years ago
  82. 4598ffa We want to grep the output, not the input :-) by Anders Carlsson · 16 years ago
  83. 70c1684 Fix unused variable warning in -Asserts mode. by Daniel Dunbar · 16 years ago
  84. 0cde0a3 Handle ImplicitCastExprs when instantiating templates. by Anders Carlsson · 16 years ago
  85. ec9b5d5 Fix struct field's debug info. by Devang Patel · 16 years ago
  86. 1ac02dc Fix a problem noticed by Anders, where we were creating by Douglas Gregor · 16 years ago
  87. 7c80bd6 Almost complete implementation of rvalue references. One bug, and a few unclear areas. Maybe Doug can shed some light on some of the fixmes. by Sebastian Redl · 16 years ago
  88. a393e9e Build system changes to use TableGen to generate the various by Douglas Gregor · 16 years ago
  89. 8c84417 some updates, Daniel points out that this is woefully out of date. by Chris Lattner · 16 years ago
  90. 7afae71 simplify this code by reading the decision from LangOptions instead by Chris Lattner · 16 years ago
  91. f257b61 Check signedness of bitfield sizes. by Anders Carlsson · 16 years ago
  92. c31a0ce We support static_assert. by Anders Carlsson · 16 years ago
  93. f353c8c Driver: Implement majority tool binding logic. by Daniel Dunbar · 16 years ago
  94. 586dc23 Driver: Migrate some data into the Compilation; after pipelining by Daniel Dunbar · 16 years ago
  95. 2ba38ba Driver: Sketch Tool and ToolChain classes. by Daniel Dunbar · 16 years ago
  96. a1ead48 Driver: Include Casting header definitions in a few places, add by Daniel Dunbar · 16 years ago
  97. 05532f2 Parser support for rvalue references. by Sebastian Redl · 16 years ago
  98. 76b1c84 (Hopefully) instantiate dependent array types correctly. by Anders Carlsson · 16 years ago
  99. 94b15fb Handle static_asserts when instantiating structs. by Anders Carlsson · 16 years ago
  100. a135fb4 Add the ability to clone integer and string literals. Use it when instantiating template expressions. by Anders Carlsson · 16 years ago