1. 1d78f32 test/CMakeLists.txt: clang-test may depend on llc when LLVM is built together. by NAKAMURA Takumi · 13 years ago
  2. 92d9a1e test/CMakeLists.txt: Fix ClangUnitTests to be built with clang-test and check-all. by NAKAMURA Takumi · 13 years ago
  3. 04af8aa relax this test a bit to hopefully work with VC++ by Chris Lattner · 13 years ago
  4. 699f9b1 Change __debugbreak signature to void __debugbreak(void); MSVC compatibility. by Francois Pichet · 13 years ago
  5. 3ade975 implement a nice new optimization: CodeGenTypes::UpdateCompletedType by Chris Lattner · 13 years ago
  6. 57eb23f keep track of whether being in a RS_StructPointer state by Chris Lattner · 13 years ago
  7. f0a8679 Fix the clang bootstrap and Jay's testcase from llvm-dev by being completely by Chris Lattner · 13 years ago
  8. f742eb0 Rename CGT::VerifyFuncTypeComplete to isFuncTypeConvertible since by Chris Lattner · 13 years ago
  9. 064fa99 test/CMakeLists.txt: Add missing c-arcmt-test to clang-test.deps. by NAKAMURA Takumi · 13 years ago
  10. b8775eb [arcmt] Remove test/ARCMT/with-working-dir.m which fails at windows hosts and is not that useful by Argyrios Kyrtzidis · 13 years ago
  11. 69325d5 [arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option. by Argyrios Kyrtzidis · 13 years ago
  12. 063481a fix this on 32-bit hosts. by Chris Lattner · 13 years ago
  13. 9cbe4f0 clang side to match the LLVM IR type system rewrite patch. by Chris Lattner · 13 years ago
  14. f073324 cc1 must initialize MC subtarget infos for inline asm parsing. Re-enable asm-errors.c by Evan Cheng · 13 years ago
  15. 287d491 disable this test to get the botz green again. by Chris Lattner · 13 years ago
  16. bdc4d80 A number of array-related IR-gen cleanups. by John McCall · 13 years ago
  17. 6bb31e4 Silly typo in test for r134770. by Eli Friedman · 13 years ago
  18. c3e0fb4 Change -mno-mmx to be more compatible with gcc. Specifically, -mno-mmx should not imply -mno-sse. by Eli Friedman · 13 years ago
  19. 528a8c7 Revert x86_64 ABI changes until I have time to check the items raised by Eli. by Bruno Cardoso Lopes · 13 years ago
  20. 558229f Introduce __builtin_expect() intrinsic support. by Jakub Staszak · 13 years ago
  21. df41b4c Add support for AVX 256-bit in the x86_64 ABI (as in the 0.99.5 draft) by Bruno Cardoso Lopes · 13 years ago
  22. 094240a Add codegen support for the fma/fmal/fmaf builtins. by Cameron Zwarich · 13 years ago
  23. a6e023c Fix up dependency file name printing to more closely match that of gcc, including fixing a nasty recent regression that could make us print "/foo.h" with a command-line including "-I ./". by Eli Friedman · 13 years ago
  24. 82007c3 objc++-arc: more diagnosis of converting a weak-unavailable by Fariborz Jahanian · 13 years ago
  25. 032c869 Teach CXXUnresolvedConstructExpr when it should be an by Douglas Gregor · 13 years ago
  26. 886ea9b Switch the token-paste source locations inside of function style macro by Chandler Carruth · 13 years ago
  27. c8d1ecc Keep track of which source locations are part of a macro argument by Chandler Carruth · 13 years ago
  28. 78b9291 Add a testcase for the previous commit and update an existing test for an by Eric Christopher · 13 years ago
  29. 7a084ec objc++-arc: diagnose assignment/cast of a weak-unavailable by Fariborz Jahanian · 13 years ago
  30. dbd3c85 r134634 causes a failure on MultiSource/Benchmarks/Olden/bh with TEST=nightly, by Cameron Zwarich · 13 years ago
  31. 2357aee A redeclaration of an inline method in C99 mode should trigger emission of that by Nick Lewycky · 13 years ago
  32. 04e5a25 objc-arc: diagnose assignment/cast of a weak-unavailable by Fariborz Jahanian · 13 years ago
  33. 3da626b Introduce a new libclang aPI function, by Douglas Gregor · 13 years ago
  34. 7e5e5f4 In ARC, reclaim all return values of retainable type, not just those by John McCall · 13 years ago
  35. 0fd9c48 When expanding macro arguments, treat '##' coming from an argument as a normal token. by Argyrios Kyrtzidis · 13 years ago
  36. b73377e Make the Preprocessor more memory efficient and improve macro instantiation diagnostics. by Argyrios Kyrtzidis · 13 years ago
  37. e4f22ad In an in-class initialization, defer checks for value-dependent initialization by Nick Lewycky · 13 years ago
  38. 9934078 Do not violate the opencl casting rules. This test case still illustrates the problem. In the future, we should throw an error when doing invalid casting. by Tanya Lattner · 13 years ago
  39. bca01b4 Properly implement the scope restriction on the NRVO for by Douglas Gregor · 13 years ago
  40. 9d5ac7c revert patch for // rdar://9227352 by Fariborz Jahanian · 13 years ago
  41. 742352a objc-arc: Support objc_arc_weak_unavailable on those by Fariborz Jahanian · 13 years ago
  42. c41b878 Don't try to type-check a copy construction of an exception by Douglas Gregor · 13 years ago
  43. 85bea97 Keep track of when "unrecoverable" errors occur, then allow by Douglas Gregor · 13 years ago
  44. 786dcd9 Teach the static analyzer's interpretation of Cocoa conventions to by Douglas Gregor · 13 years ago
  45. 19f74ac Use attributes from the definition (if available) when instantiating functions. by Rafael Espindola · 13 years ago
  46. c8fc90a When tree-transforming an expression sequence, always flag expanded by John McCall · 13 years ago
  47. 9dc71d2 Fixed enum types can be complete without actually being valid to use by John McCall · 13 years ago
  48. 57c1300 Properly protect colons when parsing a nested-name-specifier as part by John McCall · 13 years ago
  49. f1443be Somehow the -fgnu-runtime option itself got lost in all that shuffling. by John McCall · 13 years ago
  50. 256a76e Call objc_terminate() instead of abort() when a cleanup throws an by John McCall · 13 years ago
  51. 9f084a3 Change the driver's logic about Objective-C runtimes: abstract out a by John McCall · 13 years ago
  52. 9670e17 objc-arc: enforce performSelector rules in rejecting retaining selectors by Fariborz Jahanian · 13 years ago
  53. 070c215 Testcase for r134441. by Devang Patel · 13 years ago
  54. 5cbe101 Look through parenthesized declarators when determining whether an by Douglas Gregor · 13 years ago
  55. 9a30c99 ActOnCXXConditionDeclaration should take into account that by Douglas Gregor · 13 years ago
  56. 14508ff Don't use x86_mmx where it isn't necessary. by Eli Friedman · 13 years ago
  57. d18eeca Make clang behave in a gcc-compatible way in the presence of multiple flags for the same x86 target feature (e.g. -mno-sse -msse). gcc uses a somewhat unintuitive algorithm here in that the enabled SSE instructions is based on the order of the *last* flag for *each* feature-level, so that "-mno-sse -msse2" only enables SSE2, but "-mno-sse -msse2 -msse" enables all SSE levels. by Eli Friedman · 13 years ago
  58. 12c738d Add a testcase for r134292. by Eric Christopher · 13 years ago
  59. 28445f0 -Fix mistake in ASTContext::getInnerObjCOwnership noticed by Doug by Argyrios Kyrtzidis · 13 years ago
  60. 05d4876 Fix the warning that is emitted when an ownership attribute is applied incorrectly. by Argyrios Kyrtzidis · 13 years ago
  61. 1c73dcb Fix assertion hit in inferARCWriteback. by Argyrios Kyrtzidis · 13 years ago
  62. 0a85183 [ARC] When casting from a pointer to an objective-c object with known ownership, if the by Argyrios Kyrtzidis · 13 years ago
  63. 31862ba [ARC] When casting from a pointer to an objective-c object with known ownership, if the by Argyrios Kyrtzidis · 13 years ago
  64. 17b6399 Introduce Declarator::ObjCCatchContext, this will result in correct error for 'auto' in obj-c catch. by Argyrios Kyrtzidis · 13 years ago
  65. e67d151 Emit guard variables for any weak global that has a run-time by Douglas Gregor · 13 years ago
  66. 07f4a06 When adding boolean keywords for typo correction, add either "bool" or by Douglas Gregor · 13 years ago
  67. df9a41f Fix testcase by Douglas Gregor · 13 years ago
  68. bcc3e66 Don't zero-initialize default-initialized local variables that have by Douglas Gregor · 13 years ago
  69. 31fd2b7 For code such as: by Richard Trieu · 13 years ago
  70. 304e233 Fix for PR7410. Allow functions in a derived class that improperly overwrite a virtual function in the base class to be inserted into the derived class function list to prevent extra errors every time the derived class is used. by Richard Trieu · 13 years ago
  71. c89edf5 Fix AST representations of alias-declarations which define tag types. Inside classes, the tag types need to have an associated access specifier, and inside function definitions, they need to be included in the declarations of the DeclStmt. These issues manifested as assertions during template instantiation, and also in a WIP constexpr patch. by Richard Smith · 13 years ago
  72. 35ee32e Just mangle substituted template parameter types as unresolved types. by John McCall · 13 years ago
  73. 561f812 Introduce the notion of instantiation dependence into Clang's AST. A by Douglas Gregor · 13 years ago
  74. 68a51a7 Change the mangling of enclosing template template parameters by John McCall · 13 years ago
  75. 935a70c Fix off-by-one error in StringLiteral::getLocationOfByte. by Hans Wennborg · 13 years ago
  76. 150fee8 Move test/Sema/return.cpp into test/SemaCXX/return.cpp by Hans Wennborg · 13 years ago
  77. ea4aba0 Perform lvalue-to-rvalue conversions on both operands of ->* by John McCall · 13 years ago
  78. 62273f9 Test for errors for returning a value from a ctor or dtor. by Hans Wennborg · 13 years ago
  79. 54001c1 Check for deprecated/unavailable/etc attributes on fields that are by Douglas Gregor · 13 years ago
  80. e12a11f When redeclaring a local extern in the same scope, make sure that we by Douglas Gregor · 13 years ago
  81. 8fefc8e objc-arc: fix a IRGen crash when checking for by Fariborz Jahanian · 13 years ago
  82. 5d9b6bf Use existing -fcatch-undefined-behavior option, by Fariborz Jahanian · 13 years ago
  83. ded137f We don't pass classes with a copy-constructor or destructor byval, so the address takes up an integer register (if one is available). Make sure the x86-64 ABI implementation takes that into account properly. by Eli Friedman · 13 years ago
  84. 1077e42 Under a compiler flag, -freset-local-blocks, by Fariborz Jahanian · 13 years ago
  85. d6a4d18 Revert r133024, "[format strings] correctly suggest correct type for '%@' by Daniel Dunbar · 13 years ago
  86. be098b3 Update this test to reflect the new (deterministic) order in r134038. by Chandler Carruth · 13 years ago
  87. ea76d8a Modify test case to allow buildbots to make forward progress. This test should by Chad Rosier · 13 years ago
  88. 99ca47b Driver/Darwin: -force_load can be specified multiple times. by Daniel Dunbar · 13 years ago
  89. de31fd7 Split out logic for valid clobbers and valid inline asm registers. by Eric Christopher · 13 years ago
  90. d3d49bb Be more thorough about mangling unresolved types. by John McCall · 13 years ago
  91. d8bba9c Add support for C++ namespace-aware typo correction, e.g., correcting by Douglas Gregor · 13 years ago
  92. 020540b Fix test case; we may end up linking against the libprofile_rt dylib. by Douglas Gregor · 13 years ago
  93. 0fa6bf7 [analyzer] strnlen isn't a builtin, don't test for it by Jordy Rose · 13 years ago
  94. 8306831 Fix PR9279 - Macro expansion stack trace seriously broken with function-style macros, by not recursively printing notes for other 'instantiated from' notes. by Chris Lattner · 13 years ago
  95. db7abf7 Remove the call to GetTypeForDeclarator in Sema::ActOnCXXConditionDeclaration. by Argyrios Kyrtzidis · 13 years ago
  96. 2ba68b2 Cut down a few of the excess errors in the test. by Argyrios Kyrtzidis · 13 years ago
  97. 6326e05 Provide fix-it for '.' <-> '->' for Objective-C ivar/property access. by Fariborz Jahanian · 13 years ago
  98. c03fa49 ARC writeback isn't supposed to apply to local indirect pointers, by John McCall · 13 years ago
  99. 6ce51ee Don't factor in visibility for templates and template arguments by John McCall · 13 years ago
  100. a0b7d2e Merge this test into another. by John McCall · 13 years ago