1. 61dc71a Plist diagnostics: distinguish between regular and extended messages for "events". by Ted Kremenek · 15 years ago
  2. e625893 Extend the use of QualifiedNameType to the creation of class template by Douglas Gregor · 15 years ago
  3. c20482b Encode ivar access control info. by Devang Patel · 15 years ago
  4. 9499a2e Update checker build. by Ted Kremenek · 15 years ago
  5. e4e5b05 Introduce a representation for types that we referred to via a by Douglas Gregor · 15 years ago
  6. 7237459 Fix PR 3836 by eagerly assuming symbolic constraints returned by unary '!'. by Ted Kremenek · 15 years ago
  7. eb26eea Use the instantiated expressions to build the ConditionalOperator. This addresses the second part of review feedback. by Gabor Greif · 15 years ago
  8. fb5cab2 Add a sugared version of ASTOwningResult::take, by Gabor Greif · 15 years ago
  9. 5697aa0 Driver: Fix bug in translating -O to clang, add clang-translation test case. by Daniel Dunbar · 15 years ago
  10. ecc6362 Driver: Resolve program path for "cp" (used as part of transparent gcc by Daniel Dunbar · 15 years ago
  11. 60ccc76 Driver: Forcibly disable pipe support until we can execute them, the by Daniel Dunbar · 15 years ago
  12. 84603bc Driver: Delete the temporary files llvm::sys::Path::makeUnique by Daniel Dunbar · 15 years ago
  13. c8ea24e Make -j8 safe. by Mike Stump · 15 years ago
  14. 622bfc8 Add simple test case to make sure driver can generate executables. by Daniel Dunbar · 15 years ago
  15. 49b98e7 Driver: Execute jobs; no pipe support yet. by Daniel Dunbar · 15 years ago
  16. 38e24c7 objc: Implemented variables declared in class interface by Fariborz Jahanian · 15 years ago
  17. e530ad4 Driver: Cleanup temporary/result files. by Daniel Dunbar · 15 years ago
  18. ec099f1 Fix crash reported in <rdar://problem/6695527>. We now have by Ted Kremenek · 15 years ago
  19. 632f50e Driver: Lookup program names using llvm::sys::Program::FindProgramByName by Daniel Dunbar · 15 years ago
  20. d227fe7 The eventual name of this will be clang, might as well start now. by Mike Stump · 15 years ago
  21. ddf4d78 Driver: Update test case. by Daniel Dunbar · 15 years ago
  22. c1ce194 Add stub TableGen file for diagnostic options. by Ted Kremenek · 15 years ago
  23. 33ab3f6 silence some errors that should not apply to .S files on code like: by Chris Lattner · 15 years ago
  24. 42aa16c when preprocessing a .S file, unknown directives should just be passed through, by Chris Lattner · 15 years ago
  25. e91e932 properly form a full token for # before calling HandleDirective. by Chris Lattner · 15 years ago
  26. 5f607c4 This is not considered a preprocessor directive in .S files: # 4 by Chris Lattner · 15 years ago
  27. 48be380 constructs like: #define Y X ## . Y by Chris Lattner · 15 years ago
  28. a88620c added type dependent testcase by Gabor Greif · 15 years ago
  29. 0edefeb Driver: Support ToolChain specific path lists to search for files and programs. by Daniel Dunbar · 15 years ago
  30. 734932c Driver: Get executable path using llvm::sys::Path::GetMainExecutable. by Daniel Dunbar · 15 years ago
  31. 9a2f1ac Add version information to ISO style test results. by Mike Stump · 15 years ago
  32. 299e829 incorporate review comment (about the optimization when we have a non-typedependent expression) by Gabor Greif · 15 years ago
  33. 8f12e27 Move generated file to ObjDir. by Mike Stump · 15 years ago
  34. 0ac86f0 PR3835: Interaction with ABI structure passing can inhibit by Daniel Dunbar · 15 years ago
  35. 214399e Driver: Construct temporary file names. by Daniel Dunbar · 15 years ago
  36. 9a68865 HTML rewriter: Don't replace tabs with spaces by default. by Ted Kremenek · 15 years ago
  37. 8944c38 Add revision information. by Mike Stump · 15 years ago
  38. 40f9292 fix the more complex cases by actually codegen'ing the right expr :) by Chris Lattner · 15 years ago
  39. 75dfeda add codegen support for casting an element to a union. by Chris Lattner · 15 years ago
  40. af2e4ba Driver: Don't warn about unused arguments if there are Driver errors by Daniel Dunbar · 15 years ago
  41. 9c3b3d0 simplify logic, isInvalid check is redundant by Gabor Greif · 15 years ago
  42. 1c90f4d Be sure to not add weak import, if we are ignoring it. by Mike Stump · 15 years ago
  43. b8df0b5 remove two xfailed tests. These aren't doing any good for us until serialization is revisited. by Chris Lattner · 15 years ago
  44. dd62beb Refactor 'Warning', 'Extension', and 'ExtWarn' TableGen classes to subclass by Ted Kremenek · 15 years ago
  45. f8575aa Add codegen support for aggregate BlockDeclRefExprs. by Mike Stump · 15 years ago
  46. e70295b Fix URL trimming for version information. by Mike Stump · 15 years ago
  47. 862a2c5 Ignore weak import on properties. by Mike Stump · 15 years ago
  48. 5d023c3 Improve version number. by Mike Stump · 15 years ago
  49. 1d46033 Driver: Port Clang argument translation. by Daniel Dunbar · 15 years ago
  50. 56c5594 Driver: Bug fix, derived .gch names sometimes started with "/". by Daniel Dunbar · 15 years ago
  51. 5f635e6 ccc: Pass --relocation-model as separate arguments (to match Driver). by Daniel Dunbar · 15 years ago
  52. 18a7f33 Driver: Add argument translation utilities to ArgList. by Daniel Dunbar · 15 years ago
  53. b488c1d Driver: Lift out common GCC tool and implement generic GCC tool by Daniel Dunbar · 15 years ago
  54. e324ffe Driver: Forgot to mark -### as a driver option. by Daniel Dunbar · 15 years ago
  55. d09986a Driver: Add assert and FIXME; arguments which act as linker inputs by Daniel Dunbar · 15 years ago
  56. 21fd6ac Driver: Provide Arg::render implementations. by Daniel Dunbar · 15 years ago
  57. 6d954d7 Driver: Add "d" flag to Options.def for options which are completely by Daniel Dunbar · 15 years ago
  58. 871adcf Driver: ConstructJob also needs to know the destination (where to put by Daniel Dunbar · 15 years ago
  59. aa469f6 Driver: Print version on stderr to match [gc]cc. by Daniel Dunbar · 15 years ago
  60. 24b5560 Driver: Implement -### (hard to tell, since we don't actually by Daniel Dunbar · 15 years ago
  61. cfcb96f Driver: Add forwarding methods to underlying list for PipedJob and JobList. by Daniel Dunbar · 15 years ago
  62. 5ab483b Driver: Claim inputs when we bind the InputAction. by Daniel Dunbar · 15 years ago
  63. 456422c Driver: Make Arg::Claimed mutable. by Daniel Dunbar · 15 years ago
  64. d57ac59 Driver: Rename Command::Argv to Command::Arguments to make it clearer by Daniel Dunbar · 15 years ago
  65. 028801c Driver: Don't claim inputs when pipelining, a tool should eventually by Daniel Dunbar · 15 years ago
  66. 62cf601 Driver: Add a dash of const. by Daniel Dunbar · 15 years ago
  67. 47ac7d2 Driver: Stub out Tool::ConstructJob. by Daniel Dunbar · 15 years ago
  68. 432eeec Add 'make cscope.files' top level target. by Daniel Dunbar · 15 years ago
  69. aa3e0d2 Driver: Fix Compilation::getArgsForToolChain, local variable was by Daniel Dunbar · 15 years ago
  70. c811b6c Driver: Add two normalizations for powerpc. - PR3830 by Daniel Dunbar · 15 years ago
  71. 8cc9d08 fix PR3809, codegen for inc/dec of function pointers. by Chris Lattner · 15 years ago
  72. c3953a6 teach codegen to handle noop casts as lvalues. by Chris Lattner · 15 years ago
  73. 99c7622 Fix -E mismatch; an identifier followed by a numeric constant does not by Daniel Dunbar · 15 years ago
  74. 10ffa9a Driver: Ditch Driver::DefaultToolChain, this can vary between compilations. by Daniel Dunbar · 15 years ago
  75. e29cd6f Driver: I was too hasty in free'ing Actions, we sometimes share by Daniel Dunbar · 15 years ago
  76. 6d91b04 Driver: Initialize Arg::Claimed by Daniel Dunbar · 15 years ago
  77. d9c834f Driver: Err, didn't mean to commit this part yet. by Daniel Dunbar · 15 years ago
  78. 2154923 Driver: Move actions into Compilation, and construct the compilation earlier. by Daniel Dunbar · 15 years ago
  79. 510d732 Driver: Use custom diag printer to drop dependency on libFrontend and libLex. by Daniel Dunbar · 15 years ago
  80. c57bc59 add test case. by Zhongxing Xu · 15 years ago
  81. 5796bf4 Driver: Add test for binding of precompile; exposed bug due to my by Daniel Dunbar · 15 years ago
  82. c2fdb07 Use a work list to recursively build up the subregion mapping, and mark live by Zhongxing Xu · 15 years ago
  83. ec29d36 Driver: Implement JoinedAndSeparateArg::getValue and add parsing test case. by Daniel Dunbar · 15 years ago
  84. b25c7c1 Driver: UnknownHostInfo was always returning 0. by Daniel Dunbar · 15 years ago
  85. 8f25c79 Driver: Use PrettyStackTrace. by Daniel Dunbar · 15 years ago
  86. 6c473c8 cleanup instantiation code, tighten testcase by Gabor Greif · 15 years ago
  87. e7783ab Fix failing test case. by Anders Carlsson · 15 years ago
  88. 7e4534d Driver: Release Host, ToolChain, and Tool implementations. by Daniel Dunbar · 15 years ago
  89. 087edcf instantiate ?: expressions by Gabor Greif · 15 years ago
  90. ca5e77f The scope representation can now be either a DeclContext pointer or a by Douglas Gregor · 15 years ago
  91. d46f0ac Driver: Add test case for -ccc-clang-archs (which, it turns out, was inverted). by Daniel Dunbar · 15 years ago
  92. a35b1d5 Small sanity-checking testcase by Douglas Gregor · 15 years ago
  93. 9d07031 Driver: Add test case for various parts of binding (no-integrated-cpp, by Daniel Dunbar · 15 years ago
  94. e247cba Test had extra line which was masking actual failures. by Daniel Dunbar · 15 years ago
  95. 1a172b8 Driver: Add test for pipelining for analyzer and precompiler. by Daniel Dunbar · 15 years ago
  96. 0d48bf9 pull a nested conditional + comment out into its own variable, by Chris Lattner · 15 years ago
  97. 897cd90 don't crash when sentinel attribute is used on function without a prototype, by Chris Lattner · 15 years ago
  98. 2fa8c25 Fix Type::getDesugaredType() to remove all direct sugar on by Chris Lattner · 15 years ago
  99. 5c3c1d7 Driver: Add -ccc-print-bindings option (for testing); the Python by Daniel Dunbar · 15 years ago
  100. 31b1e54 Driver: Add name to Tool (for testing/debugging) and move GCC_* tools by Daniel Dunbar · 15 years ago