1. 4d3a7b0 More AltiVec support. Patch by Anton Yartsev! by Anton Korobeynikov · 15 years ago
  2. 61c6c91 Fix for PR7415: refactor CodeGenModule::MayDeferGeneration and make it less by Eli Friedman · 15 years ago
  3. 810112e Fix PR7097, a bad interaction between -fno-use-cxa-atexit and by Chris Lattner · 15 years ago
  4. b9d5c22 More Sema Check and a test case for init_priority attr. (radar 8076356). by Fariborz Jahanian · 15 years ago
  5. ba0f61c Fold additive constants, and support comparsions of the form $sym+const1 <> const2 by Jordy Rose · 15 years ago
  6. 8e19890 Don't complain about missing field initializers when the initializer by Douglas Gregor · 15 years ago
  7. d2c6490 Merge the "regparm" attribute from a previous declaration of a by Douglas Gregor · 15 years ago
  8. c62458f Mangle tag types (unions, structs, classes, enums) in the Microsoft C++ Mangler. by Charles Davis · 15 years ago
  9. 4c60219 Printf format strings: Added some more tests and fixed some minor bugs. by Tom Care · 15 years ago
  10. 23d90f9 Add null stream check for more APIs. by Zhongxing Xu · 15 years ago
  11. c070cc6 Given Decl::isUsed() a flag indicating when to consider the "used" by Douglas Gregor · 15 years ago
  12. 353b33b objective-C++ IRGen: property reference as an by Fariborz Jahanian · 15 years ago
  13. 949bd4b Do not treat @selector as lvalue (unlike g++). Patch by Nico Weber (pr7390). by Fariborz Jahanian · 15 years ago
  14. 03b2960 Objective-c++ IRGen. Support for @selector expression as by Fariborz Jahanian · 15 years ago
  15. e4ee966 Bug 7377: Fixed several bad printf format string bugs. by Tom Care · 15 years ago
  16. e2872d0 When pushing a copy of the TypeLoc information for a dependent by Douglas Gregor · 15 years ago
  17. 21e2a7e Mangle operator names in the Microsoft C++ Mangler. by Charles Davis · 15 years ago
  18. a816615 Tweak stack address checker to report multiple cases where globals may reference stack memory. by Ted Kremenek · 15 years ago
  19. 01cb1aa Fix format string checking of '%c' by treating it as an integer conversion. Fixes PR 7391. by Ted Kremenek · 15 years ago
  20. 551bd1f Rework StackAddrLeakChecker to find stores of stack memory addresses to global variables by Ted Kremenek · 15 years ago
  21. e0cc047 When parsing cached C++ method declarations/definitions, save the by Douglas Gregor · 15 years ago
  22. f13ca06 Make the "extra ';' inside a struct or union" diagnostic more by Douglas Gregor · 15 years ago
  23. d6ab232 When we see a 'template' disambiguator that marks the next identifier by Douglas Gregor · 15 years ago
  24. 1a15dae Fix the recently-added warning about 'typename' and 'template' by Douglas Gregor · 15 years ago
  25. 13927a4 Extend format string type-checking to include '%p'. Fixes remaining cases PR 4468. by Ted Kremenek · 15 years ago
  26. 3e1274f Canonicalize template template parameters when canonicalizing a by Douglas Gregor · 15 years ago
  27. 65d7285 tests: Update Frontend config to actually run ir-support tests. by Daniel Dunbar · 15 years ago
  28. 1ed1a59 Change the test for which ABI/CC to use on ARM to be base on the environment by Rafael Espindola · 15 years ago
  29. d426662 Make sure result type of objc++ message expression is by Fariborz Jahanian · 15 years ago
  30. 0a184d3 A a new test for my previous patch. by Rafael Espindola · 15 years ago
  31. 75d0f82 Fix tests that I missed from my previous commit. by Rafael Espindola · 15 years ago
  32. d27e50c Don't poke at an undefined class type of a field. Fixes PR7355. by Douglas Gregor · 15 years ago
  33. a2dd828 Downgrade the error when using a typedef in the nested-name-specifier by Douglas Gregor · 15 years ago
  34. 3956b1a If a non-dependent base class initializer fails to match any direct or by Douglas Gregor · 15 years ago
  35. 52a0275 Fix the build. Using declarations should not be considering when looking by John McCall · 15 years ago
  36. ad00b77 Fix a point of semantics with using declaration hiding: method templates by John McCall · 15 years ago
  37. c196095 Add StreamChecker. This checker models and checks stream manipulation functions. by Zhongxing Xu · 15 years ago
  38. 65161d1 Start mangling function types in the Microsoft C++ Mangler. by Charles Davis · 15 years ago
  39. 2a71107 Moved objective-c++ code gen. tests to their own directory and by Fariborz Jahanian · 15 years ago
  40. 55bcace Patch adds support for copying of those by Fariborz Jahanian · 15 years ago
  41. 6e5122c Update equality and relationship comparisons of pointers to reflect by Douglas Gregor · 15 years ago
  42. 9b30b26 Teach code completion not to ignore data members when performing code by Douglas Gregor · 15 years ago
  43. d5ef4fa add a testcase, from Michael Spencer by Chris Lattner · 15 years ago
  44. 37dd3ec Remove a dead argument to ProcessUCNEscape. by Chris Lattner · 15 years ago
  45. 7cf84d6 Implement -fvisibility-inlines-hidden. <rdar://problem/7819834> by Douglas Gregor · 15 years ago
  46. 2f7ea3d Fix typo. by Benjamin Kramer · 15 years ago
  47. fcd783d Change AnalysisConsumer to analyze functions created by instantiantiating a macro. Fixes PR 7361. by Ted Kremenek · 15 years ago
  48. c66bcfd Make sure to set the visible on a vtable; VTTs and typeinfo already by Douglas Gregor · 15 years ago
  49. 56079f7 Add name mangling for address spaces. We use the vendor-extension by Douglas Gregor · 15 years ago
  50. 732281d Warn when a 'typename' or a 'template' keyword refers to a by Douglas Gregor · 15 years ago
  51. eda3f70 Driver: Fix PR4062 by dissecting one particular -Wp, form. by Daniel Dunbar · 15 years ago
  52. f78925f Driver: Dissect -Wl, and -Xlinker arguments to remove --no-demangle, which was a by Daniel Dunbar · 15 years ago
  53. a6cebab Enable basic testing of __builtin_fpclassify. by Benjamin Kramer · 15 years ago
  54. b021f8b Microsoft C++ Mangler: by Charles Davis · 15 years ago
  55. e656325 Allow an asm label specifier on C++ methods, like GCC does. by Chris Lattner · 15 years ago
  56. 6133aeb fix PR7360: -P mode turns off line markers, but not blank space. by Chris Lattner · 15 years ago
  57. 570d276 Microsoft C++ Mangler: by Charles Davis · 15 years ago
  58. 6907fbe When deciding whether an expression has the boolean nature, don't look through by John McCall · 15 years ago
  59. 1715bf5 Fix PCH issue. Attributes of a declaration were truncated to just one when the decl was read from a PCH file. by Argyrios Kyrtzidis · 15 years ago
  60. c72cc50 Preprocessor: Ignore unknown pragmas in -E -dM and -Eonly modes. by Daniel Dunbar · 15 years ago
  61. a7d6c22 Fix the constant evaluator for AltiVec-style vector literals so that the by John McCall · 15 years ago
  62. 81e317a Allow pseudo-destructors to be called on qualified pointers. Patch by by John McCall · 15 years ago
  63. 24da709 Provide an Objective C mangling for wchar_t. Patch by Nico Weber! by John McCall · 15 years ago
  64. ddb0ce7 Conversions from Objective C object pointers to bool are "pointer conversions by John McCall · 15 years ago
  65. 5edbdcc Add an option -fshow-overloads=best|all to limit the number of overload by Jeffrey Yasskin · 15 years ago
  66. 971154d When mangling for the Microsoft C++ ABI, mangle variables in the global by Charles Davis · 15 years ago
  67. 876e994 Small fixes regarding printf fix suggestions. by Tom Care · 15 years ago
  68. e60cea8 Start implementing the Microsoft-style name mangler. Mangle simple names by Charles Davis · 15 years ago
  69. ed5d5ee Driver: Also mark -F as RenderJoined, the linker doesn't like "-F FOO" either. by Daniel Dunbar · 15 years ago
  70. 41f1423 tests: Update test for previous change. by Daniel Dunbar · 15 years ago
  71. 3856ab3 Driver: Change Option parsing to always create arguments referring to unaliased by Daniel Dunbar · 15 years ago
  72. 7378012 Commit my WIP on constexpr support. This commit: an XFAILed test and treating constexpr as a top-level const. by Sebastian Redl · 15 years ago
  73. e5af3b3 Revert "Driver: Change Option parsing to always create arguments referring to by Daniel Dunbar · 15 years ago
  74. 22685f4 Driver: Change Option parsing to always create arguments referring to unaliased by Daniel Dunbar · 15 years ago
  75. 9b14683 Merge StackAddrLeakChecker and ReturnStackAddressChecker. by Zhongxing Xu · 15 years ago
  76. 2c46458 Directly compare the StackFrameContext. This greatly simplifies logic and by Zhongxing Xu · 15 years ago
  77. 3bfc5f4 Added FixIt support to printf format string checking. by Tom Care · 15 years ago
  78. 5a57efd Tweak our handling of the notion of a standard conversion sequence by Douglas Gregor · 15 years ago
  79. 9df792c Fix test. by Anders Carlsson · 15 years ago
  80. 56833bc Try to fix buildbot tests. by Anders Carlsson · 15 years ago
  81. 605fa8f Add test case. by Anders Carlsson · 15 years ago
  82. e1aa9f3 When referring to a tag that was previously declared only as a friend, by Douglas Gregor · 15 years ago
  83. ccd4713 A built-in overload candidate is consider a non-template function when by Douglas Gregor · 15 years ago
  84. ac7362d Block Code Gen. API. Call destructor on descriptior by Fariborz Jahanian · 15 years ago
  85. afed099 Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. by Daniel Dunbar · 15 years ago
  86. d64fdd0 Warn about comparisons between arrays and improve self-comparison by Douglas Gregor · 15 years ago
  87. 45f5b54 Correctly handle fields with virtual bases containing empty subobjects. by Anders Carlsson · 15 years ago
  88. d7c7338 Fixes a typo which prevented proper code gen. for by Fariborz Jahanian · 15 years ago
  89. d7a9597 Implement a warning when converting the literal 'false' to a by Douglas Gregor · 15 years ago
  90. 6f7e2f4 Correctly mangle static variables of anonymous struct/union type. by Anders Carlsson · 15 years ago
  91. 1622a54 Add a checker check if a global variable holds a local variable's address after by Zhongxing Xu · 15 years ago
  92. a71d3c6 Add a test to the previous commit. by Rafael Espindola · 15 years ago
  93. 99b8b92 Add test for previous commit. by Rafael Espindola · 15 years ago
  94. 6c6424b Driver: Support invoking Clang on .ll or .bc inputs. by Daniel Dunbar · 15 years ago
  95. 4cbbd94 Frontend: Add CodeGenAction support for handling LLVM IR. - This magically enables using 'clang -cc1' as a replacement for most of 'llvm-as', 'llvm-dis', 'llc' and 'opt' functionality. For example, 'llvm-as' is: $ clang -cc1 -emit-llvm-bc FOO.ll -o FOO.bc by Daniel Dunbar · 15 years ago
  96. e2a901a When using property-dot assignment syntax to call a setter method, by Fariborz Jahanian · 15 years ago
  97. 19739ae Fixed a block regression caused by trying to use by Fariborz Jahanian · 15 years ago
  98. 43859f6 Catch free()s on non-regions and regions known to be not from malloc(), by checking the symbol type and memory space. by Jordy Rose · 15 years ago
  99. 57d12fd PR7245: Make binding a reference to a temporary without a usable copy by Jeffrey Yasskin · 15 years ago
  100. 21d07e4 Add an extension to avoid an error when a global template has the same name as by Jeffrey Yasskin · 15 years ago