1. 0ff8baf Pass GlobalDecls to GenerateCode and StartFunction. by Anders Carlsson · 15 years ago
  2. 555b4bb GlobalDecl doesn't have an explicit constructor anymore. by Anders Carlsson · 15 years ago
  3. 4a6835e Add stricter GlobalDecl constructors. by Anders Carlsson · 15 years ago
  4. 75212ee Fix a regression where write-barrier was not being generated for block pointer. by Fariborz Jahanian · 15 years ago
  5. f299124 Eliminate some "default"s in CheckICE. by Douglas Gregor · 15 years ago
  6. e30572a Look for overloaded arrow operators in base classes. by Anders Carlsson · 15 years ago
  7. 5803331 Teach LIT2 how to run Clang tests in the objdir for srcdir != objdir builds. by Daniel Dunbar · 15 years ago
  8. cbd1933 Initial handling of -m{soft-float,hard-float,float-abi=} for ARM. by Daniel Dunbar · 15 years ago
  9. e6ad3f9 Move X86 handling of -m[no-]soft-float and -m[no-]red-zone into AddX86TargetArgs. by Daniel Dunbar · 15 years ago
  10. 1d65e4b Change getLLVMArchNameForARM to just get the suffix. by Daniel Dunbar · 15 years ago
  11. 417292c Patch to collect conversion methods in base(s) and derived by Fariborz Jahanian · 15 years ago
  12. d9a1db3 Non fragile ABI for GNU runtime. Patch bu David Chisnall. by Fariborz Jahanian · 15 years ago
  13. 0f72856 Don't check use of a member function declaration used if the member function is virtual and the member reference expression doesn't explicitly qualify it. Fixes PR4878. by Anders Carlsson · 15 years ago
  14. 59600d8 static_cast, reinterpret_cast, and const_cast can all be used in C++ by Douglas Gregor · 15 years ago
  15. e942bbe When performing unqualified name lookup into a DeclContext, also look into by Douglas Gregor · 15 years ago
  16. 736d8a6 Get the size of object to pass to objc_memmove_collectable() by Fariborz Jahanian · 15 years ago
  17. 716a004 set svn:ignore by Nuno Lopes · 15 years ago
  18. 728a512 Add code to mangle the triple for LLVM on ARM. by Daniel Dunbar · 15 years ago
  19. b317f8f Make AnalysisManager stateless. Now other analyzer components only depends on by Zhongxing Xu · 15 years ago
  20. f84a4a4 Don't pass -fno-builtin-str{cat,cpy} to clang-cc, I forget we don't support that yet. PR4941. by Daniel Dunbar · 15 years ago
  21. b163ef7 ARM: Pass -mcpu to clang-cc based on -march= and -mcpu=. by Daniel Dunbar · 15 years ago
  22. 5cea4bd Don't substitute prcontext. by Daniel Dunbar · 15 years ago
  23. 2ba9157 Implement Darwin/ARM behavior for defaulting to -fno-builtin-str{cat,cpy}. by Daniel Dunbar · 15 years ago
  24. 3604386 Make the forwarding member of block byref structs be a pointer to the block byref struct itself. by Anders Carlsson · 15 years ago
  25. e2fd664 Add a check that -static is not used with -dynamic or -mdynamic-no-pic. by Daniel Dunbar · 15 years ago
  26. 88a3d6c Factor out CheckPreprocessing options to share between Clang/CC1 tools. by Daniel Dunbar · 15 years ago
  27. 6598629 Recognize and ignore -Woverloaded-virtual. by Daniel Dunbar · 15 years ago
  28. 70ba7e0 Fix dependencies for DiagnosticGroups.td. by Daniel Dunbar · 15 years ago
  29. 1cdcc57 When re-entering a template scope, we may be entering a class template by Douglas Gregor · 15 years ago
  30. f8d8d1a Don't bother to perform any initialization for a variable declaration by Douglas Gregor · 15 years ago
  31. 9cd9f3f For a C++ delete expression where the operand is of class type that by Douglas Gregor · 15 years ago
  32. 3fec4c6 Use the right GlobalDecl type for destructors. by Anders Carlsson · 15 years ago
  33. 39da0b8 Improve handling of initialization by constructor, by ensuring that by Douglas Gregor · 15 years ago
  34. 84ec96c Improve Darwin argument translation to match what the driver driver does. by Daniel Dunbar · 15 years ago
  35. 6acda16 Move Clang X86 cpu/feature argument translation into AddX86TargetArgs. by Daniel Dunbar · 15 years ago
  36. 5ed34f4 Change Get{File,Program}Path to return an std::string (instead of a sys::Path). by Daniel Dunbar · 15 years ago
  37. 8813764 Remove gratuitous use of c_str(). by Daniel Dunbar · 15 years ago
  38. 302e2ea Use Twine concatenation instead of llvm::format. by Daniel Dunbar · 15 years ago
  39. 5b750fe Simplify. by Daniel Dunbar · 15 years ago
  40. 16484af StringRefize ArgList construction of ArgStrings. by Daniel Dunbar · 15 years ago
  41. a2b6b76 Suppress build warning. by Daniel Dunbar · 15 years ago
  42. 0aebc81 If a cast expression needs either a conversion function or a constructor to be called, generate implicit child expressions that call them. by Anders Carlsson · 15 years ago
  43. cfcd7fd Implement: <rdar://problem/7185647> [RegionStore] 'self' cannot be NULL upon entry to a method by Ted Kremenek · 15 years ago
  44. 0d36aa8 Status update related to code gen for type conversion functions. by Fariborz Jahanian · 15 years ago
  45. cc6f803 Use AddDarwinArch for passing arch name to assembler. by Daniel Dunbar · 15 years ago
  46. fbefe6b Add DarwinTool base class for all Darwin tools, and move AddDarwin[Sub]Arch there. by Daniel Dunbar · 15 years ago
  47. 0dcb9a3 Push bound architecture name into TranslateArgs. by Daniel Dunbar · 15 years ago
  48. 4954018 Push bound architecture name into Compilation::getArgsForToolChain. by Daniel Dunbar · 15 years ago
  49. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  50. 79d39f9 Remove tab characters. by Mike Stump · 15 years ago
  51. db52dcd Reflow comments and some minor whitespace fixups. by Mike Stump · 15 years ago
  52. 8dfb7ec Fix a thinko by Douglas Gregor · 15 years ago
  53. 9ad5513 Make BuildByRefType take a ValueDecl instead of a QualType and an alignment. by Anders Carlsson · 15 years ago
  54. 3dab34a Allow a declaration of an array to complete a prior, incomplete by Douglas Gregor · 15 years ago
  55. 3b6afbb Initial stab at implement dependent member references to member by Douglas Gregor · 15 years ago
  56. 7f4f86a More objc GC's API work for array of pointers declared as __strong. by Fariborz Jahanian · 15 years ago
  57. 7ef7f13 Change Darwin toolchain lookup to use llvm::Triple. - -2+1 FIXMEs. by Daniel Dunbar · 15 years ago
  58. 36df290 Validate arguments to -arch. by Daniel Dunbar · 15 years ago
  59. d7502d0 Rename HostInfo::getToolChain to HostInfo::CreateToolChain, and don't recreate by Daniel Dunbar · 15 years ago
  60. fe8aa47 Delete trailing whitespace. by Daniel Dunbar · 15 years ago
  61. 3f30ddf Simplify. by Daniel Dunbar · 15 years ago
  62. a6046be Fix ShouldUseClangCompiler to use llvm::Triple. by Daniel Dunbar · 15 years ago
  63. a823183 Tweak & reflow comments, and delete trailing whitespace. by Daniel Dunbar · 15 years ago
  64. 9830046 Make sure to access APValue's data via a char array (rather than by Douglas Gregor · 15 years ago
  65. ac423ba Fixes a regression in generating objc's GC API by Fariborz Jahanian · 15 years ago
  66. 60e8188 convert this to filecheck, hopefully it will fix PR4888. If nothing by Chris Lattner · 15 years ago
  67. 3a082d8 Vastly improve PredefinedExpr output, both in Sema and CodeGen. Patch by Sam Weinig! by Anders Carlsson · 15 years ago
  68. 63d65f8 Fix PR4922, where Sema would complete tentative definitions in nondeterminstic by Chris Lattner · 15 years ago
  69. c4f1fb1 reduce indentation. by Chris Lattner · 15 years ago
  70. 6b2becf Support templateids in friend declarations. Fixes bug 4859. by John McCall · 15 years ago
  71. 724827f Support running tests using the new 'lit', via 'make test LIT2=1'. by Daniel Dunbar · 15 years ago
  72. e0be8b1 Remove FIXMEs for pedantically-gcc-bug-compatible behavior. by Daniel Dunbar · 15 years ago
  73. d74d414 Handle variadic constructors better. Share code between BuildCXXConstructExpr and BuildCXXTemporaryObjectExpr. by Anders Carlsson · 15 years ago
  74. bcb11d0 Clean up the CXXConstructExpr constructor, add Arg getters. by Anders Carlsson · 15 years ago
  75. 4ca606e reject returning a block expr even when it has parens and casts in the way. by Chris Lattner · 15 years ago
  76. cbff0dc Remove trailing whitespace. by Daniel Dunbar · 15 years ago
  77. f47511a BuildCXXConstructExpr now takes a MultiExprArg. by Anders Carlsson · 15 years ago
  78. d851b37 Check that the destination type of a static_cast expression is a complete type. by Anders Carlsson · 15 years ago
  79. 05c73c5 More <sstream> removal. by Benjamin Kramer · 15 years ago
  80. 5fcc882 Remove unnecessary #include <sstream>. by Benjamin Kramer · 15 years ago
  81. dec025b Refine vcall offsets. Cleanups. WIP. by Mike Stump · 15 years ago
  82. 3306349 Use a SetVector for tracking some Obj-C metadata, to ensure deterministic by Daniel Dunbar · 15 years ago
  83. 8fc85c4 Test for generation of objc_assign_strongCast in a variety of situations. by Fariborz Jahanian · 15 years ago
  84. 21e1c4e Reapply 81096, now with a fix. Spot the bug: by Anders Carlsson · 15 years ago
  85. 4355be0 Revert "Initialize default CXXConstructExpr arguments to 0. Fixes a crash when by Daniel Dunbar · 15 years ago
  86. 6827f3f lit: Set requireAndAnd config variable (currently unused). by Daniel Dunbar · 15 years ago
  87. 657bff7 Initialize default CXXConstructExpr arguments to 0. Fixes a crash when destroying the CXXConstructExpr. by Anders Carlsson · 15 years ago
  88. 0667db3 Fix buffer overflow reported in PR 4903. by Ted Kremenek · 15 years ago
  89. 98cc710 Refine overrides and thunks for virtual bases. Cleanups. WIP. by Mike Stump · 15 years ago
  90. 458fb10 Replace some instances of std::string with StringRefs. by Benjamin Kramer · 15 years ago
  91. a18df0e Cleanup. by Mike Stump · 15 years ago
  92. e45c90f Cleanups. by Mike Stump · 15 years ago
  93. 8f90f58 Cleanups. by Mike Stump · 15 years ago
  94. b4d2861 Cleanups. by Mike Stump · 15 years ago
  95. 078d778 Cleanups. by Mike Stump · 15 years ago
  96. 9bbe962 Cleanups. by Mike Stump · 15 years ago
  97. bf595a3 Cleanups. by Mike Stump · 15 years ago
  98. efe6aee Overhaul the mangler to use a visitor pattern, at least for types. We can safely by John McCall · 15 years ago
  99. 6d10eb8 Cleanups. WIP. by Mike Stump · 15 years ago
  100. ec8e5ea Pass the ConstructLoc to BuildCXXConstructExpr. by Anders Carlsson · 15 years ago