1. fc94627 DebugInfo: Do not include line/file info for artificial parameters & parameters of artificial functions by David Blaikie · 11 years ago
  2. 93ab6bf CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. by Stephen Lin · 11 years ago
  3. 931a4fe Fix FileCheck --check-prefix lines. by Tim Northover · 11 years ago
  4. dcd4cc7 Fix test for Release builds. by Eli Friedman · 11 years ago
  5. d46bedc Fix test for Release builds. by Eli Friedman · 11 years ago
  6. 11311ea Fix GNU ObjC ABI for a message returning a struct. by Eli Friedman · 11 years ago
  7. b6cdc96 Debug Info: Fix an oversight of r186553. Ensure that the function prologue by Adrian Prantl · 11 years ago
  8. d60911a add radar number to testcase. by Adrian Prantl · 11 years ago
  9. 683a37b Further simplify test case from r186894 by David Blaikie · 11 years ago
  10. 08bf33a Simplify testcase. rdar://problem/14386148 by Adrian Prantl · 11 years ago
  11. 334ded9 Debug Info: Acknowledge the alignment when locating byref block variables. by Adrian Prantl · 11 years ago
  12. b3f111b Don't generate bogus line table entries for __copy_helper_block_ and by Adrian Prantl · 11 years ago
  13. 361a329 Objective-C: Produce gcc compatible encoding of by Fariborz Jahanian · 11 years ago
  14. d029cbb Replace 'grep foo | count 0' with 'not grep foo'. by Rafael Espindola · 11 years ago
  15. 09a5604 DebugInfo: handle the DI asm printing change to reword '[fwd]' as '[decl]' and add '[def]' for non-decl tag types by David Blaikie · 11 years ago
  16. ddb5a39 Unify return type checking for functions and ObjC methods. Move all the by Eli Friedman · 11 years ago
  17. 188ddb1 Correctly handle designated initializers which modify an array initialized by Eli Friedman · 11 years ago
  18. 2ac2fa7 Make sure we don't emit invalid IR for StmtExprs with complex cleanups. by Eli Friedman · 11 years ago
  19. 5ae17a1 ObjC Debug Info: Emit the names of accessors whenever they diverge from by Adrian Prantl · 11 years ago
  20. 48eff6c Objective-C encoding. Fixes up encodeing for by Fariborz Jahanian · 11 years ago
  21. 7c731f5 Do not reuse the debug location of the return value's store if there is autorelease code to be emitted between store and return instructions. This is analoguous to what we do for lexical scope cleanups. by Adrian Prantl · 11 years ago
  22. c32a217 Bugfix for r181629: by Adrian Prantl · 11 years ago
  23. 687ecae ObjC Debug Info: Emit the correct method names for accessors for by Adrian Prantl · 11 years ago
  24. 566a9c3 ObjC debug info: Substitute the class type for methods that return by Adrian Prantl · 11 years ago
  25. f5ebf9b Correctly emit certain implicit references to 'self' even within a lambda. by John McCall · 11 years ago
  26. fa6b079 Ensure that the line table for functions with cleanups is sequential. by Adrian Prantl · 11 years ago
  27. 0105ae5 Remove an empty line so the line numbers match up again after the recent documentation change. by Adrian Prantl · 11 years ago
  28. a0e3df7 still not relaxed enough. by Adrian Prantl · 11 years ago
  29. 7018070 cleanup and relax test cases by Adrian Prantl · 11 years ago
  30. 59d6a71 Emit the underlying type in the debug info for all kinds of fixed enums by Adrian Prantl · 11 years ago
  31. b57f6b3 objc_autoreleasePoolPop() can throw if a -dealloc does. by John McCall · 11 years ago
  32. 35e62d3 Trying fixing test to make buildbot happy again. by Fariborz Jahanian · 11 years ago
  33. 007149a modify test to try to make buildbot happy. by Fariborz Jahanian · 11 years ago
  34. 428edb7 Objective-C IRGen. Use llvm::WeakVH by Fariborz Jahanian · 11 years ago
  35. 292285e FileCheck-ify more grep tests with quoted double quotes by Reid Kleckner · 11 years ago
  36. 2c5a38e FileCheck-ify some clang grep tests that use double quotes by Reid Kleckner · 11 years ago
  37. 4b9bcd6 Don't copy just to capture a strong block pointer under ARC. by John McCall · 11 years ago
  38. b846381 Be sure to check ARC conventions on the implicit method declarations by John McCall · 11 years ago
  39. 527842f Protect the values of array and dictionary literals from the by John McCall · 11 years ago
  40. 73c56bb In ObjC++ on legacy runtimes, push an EH cleanup as well as by John McCall · 11 years ago
  41. c22856d generalize testcase by Adrian Prantl · 11 years ago
  42. 9b97adf Bugfix/Followup for r177086. by Adrian Prantl · 11 years ago
  43. 495cfa4 Make clang to mark static stack allocations with lifetime markers to enable a more aggressive stack coloring. by Nadav Rotem · 11 years ago
  44. b6a6079 Under ARC, when we're passing the address of a strong variable by John McCall · 11 years ago
  45. cf4bd50 Generalize debug info tests to be forward compatible with future DISubprogram changes by David Blaikie · 11 years ago
  46. 8a40cc6 Simplify/generalize some debug info test cases by David Blaikie · 11 years ago
  47. 7cca821 Add a clarifying note when a return statement is rejected because by John McCall · 11 years ago
  48. 367989b Generalize a few debug info test cases by David Blaikie · 11 years ago
  49. 503836a Add a testcase for r177118. by Adrian Prantl · 11 years ago
  50. 836e7c9 Allocate stack storage for .block_descriptor and captured self at -O0. by Adrian Prantl · 11 years ago
  51. 5b07e80 Tighten up the rules for precise lifetime and document by John McCall · 11 years ago
  52. ebbd7e0 Improve the caching of debuginfo Objective C interface types. by Adrian Prantl · 11 years ago
  53. 4919de6 Ensure that DIType is regenerated after we visit an implementation by Adrian Prantl · 11 years ago
  54. be9e8bf Add more of the command line options as attribute flags. by Bill Wendling · 11 years ago
  55. bd7370a Use the actual ABI-determined C calling convention for runtime by John McCall · 11 years ago
  56. 10b4df7 Temporarily revert r176116 for compile-time performance regression. by Adrian Prantl · 11 years ago
  57. 8992457 Reapply r176133 with testcase fixes. by Bill Wendling · 11 years ago
  58. 58c7903 Ensure that DIType is regenerated after we visited an implementation that adds ivars to an interface. Fixes rdar://13175234 by Adrian Prantl · 11 years ago
  59. c283311 Revert "Add more attributes from the command line to functions." by Anna Zaks · 11 years ago
  60. d620e09 Add more attributes from the command line to functions. by Bill Wendling · 11 years ago
  61. 5bb033b Update tests so that we don't test for function-only attributes on call sites. by Bill Wendling · 11 years ago
  62. 4e1125f Update to use references to attribute groups instead of listing the attributes on the call/invoke instructions. by Bill Wendling · 11 years ago
  63. 05f8ff1 Patch for debug info of qualified-id types is 'id' By Adrian Pranti. by Fariborz Jahanian · 11 years ago
  64. 41a6a3e objective-C arc IR-gen. Retaining of strong by Fariborz Jahanian · 11 years ago
  65. f7a9da0 Modify the tests to use attribute group references instead of listing the by Bill Wendling · 11 years ago
  66. 0b5a483 Use the actual class visibility for the ObjC EHTYPE global, by John McCall · 11 years ago
  67. 3b1a40f CodeGenFunction::CurFuncDecl can be NULL; fix crash introduced in r175386. by Douglas Gregor · 11 years ago
  68. 6b8f37a Update test cases to account for DIBuilder type changes. by David Blaikie · 11 years ago
  69. e50e91d Test ivar-invariant.m: use a more idiomatic RUN line and tighten the test by Dmitri Gribenko · 11 years ago
  70. 28a2cec [clang] fix test execution command by Saleem Abdulrasool · 11 years ago
  71. 961f570 [CodeGen] tighten objc ivar invariant.load attribution by Saleem Abdulrasool · 11 years ago
  72. c0dcc2d Add the 'target-cpu' and 'target-features' attributes to functions. by Bill Wendling · 11 years ago
  73. 17c1a2e objective-C: Fixes a compiler crash when encoding by Fariborz Jahanian · 11 years ago
  74. ae6133f Make this test determinstic for my last patch. // rdar://13192366 by Fariborz Jahanian · 11 years ago
  75. 2c5d845 objective-C: Make order of ivars which are synthesized by Fariborz Jahanian · 11 years ago
  76. 0609858 Properly assemble PHIs after a null-checked invoke of objc_msgSend. by John McCall · 11 years ago
  77. 72dcecc In ARC, emit non-peepholed +1s within the full-expression instead by John McCall · 11 years ago
  78. 35be402 Split a couple of tests out into their own file. by John McCall · 11 years ago
  79. 8f98bf9 Changed CGObjCMac.cpp to add the marker externally_initialized to SELECTOR_REFERENCES in both the fragile and non-fragile API. by Michael Gottesman · 11 years ago
  80. 554b07d On platforms which do not support ARC natively, do not mark objc_retain/objc_release as "nonlazybind". by Michael Gottesman · 11 years ago
  81. 083b90d Generalize DebugInfo tests by avoiding explicit metadata numbers by David Blaikie · 11 years ago
  82. e953172 Tests: remove disabled llvm-gcc invocations by Dmitri Gribenko · 11 years ago
  83. a650485 PR14566: Debug Info: avoid top level lexical blocks in functions by David Blaikie · 11 years ago
  84. 90a2d39 objC block layout: Patch reorders block layout to by Fariborz Jahanian · 12 years ago
  85. 65bd4ac Enable the new (more C++-like, less broken) EH model when targeting the GNUstep by David Chisnall · 12 years ago
  86. ba3c9ca In my last patch initialize the destination to null (with a simple store) before doing a storeStrong to it. by Fariborz Jahanian · 12 years ago
  87. df0be6d Fix testing case for Release build (r171493) by Manman Ren · 12 years ago
  88. 7a77f19 objective-C arc: in copy helper function for by Fariborz Jahanian · 12 years ago
  89. 3c7a0e1 Debug Info: fix the line location for cleanup code of a block function by Manman Ren · 12 years ago
  90. ebf75d7 Change this to an IR test instead of an assembly test (as per comment in r171134). by David Blaikie · 12 years ago
  91. 66c0899 Update test for backend change. by Eric Christopher · 12 years ago
  92. 3624e9e Robustify the @encode code and add support for _Atomic. by John McCall · 12 years ago
  93. d397cfe Reapply r170344, this time without forgetting to commit the header changes. by David Chisnall · 12 years ago
  94. e315cb3 Revert "Added support for new property helpers (GNUstep runtime)." by Benjamin Kramer · 12 years ago
  95. 648dd82 Added support for new property helpers (GNUstep runtime). by David Chisnall · 12 years ago
  96. df76f1e Marking the objc_autoreleaseReturnValue and objc_retainAutoreleaseReturnValue by Chad Rosier · 12 years ago
  97. 34db84f objective-C blocks: Check for record type when deciding if by Fariborz Jahanian · 12 years ago
  98. e56bb36 Fix the required args count for variadic blocks. by John McCall · 12 years ago
  99. 8fda1ab clang/test: Remove "REQUIRES:LP64" in two tests. Each of them have explicit triple. by NAKAMURA Takumi · 12 years ago
  100. 72d2dab Rework the bitfield access IR generation to address PR13619 and by Chandler Carruth · 12 years ago