1. f64d25c [PCH] Remove redundant stat call when validating the input files. by Argyrios Kyrtzidis · 12 years ago
  2. a89b618 [PCH] When writing out the list of input files, avoid emitting duplicate by Argyrios Kyrtzidis · 12 years ago
  3. acb2b8d clang/test/Driver/linker-opts.c: Fix XFAIL that I removed win32. by NAKAMURA Takumi · 12 years ago
  4. cfe7c28 clang/test/Driver/debug-options-as.c: Fixup not to use prefix=S. I didn't know "REQUIRES:" would match --check-prefix=S ... by NAKAMURA Takumi · 12 years ago
  5. 5e4ccb4 clang/test/Driver: Introduce the feature "clang-driver", set if gcc driver is not used. by NAKAMURA Takumi · 12 years ago
  6. 007c44c BackendUtil.cpp: Add #include "llvm/TargetTransformInfo.h" by NAKAMURA Takumi · 12 years ago
  7. 0aeb40f Add tests for a corner case of when to relax all instructions: by Rafael Espindola · 12 years ago
  8. 1d28caf PR14558: Compute triviality of special members (etc) at the end of the class by Richard Smith · 12 years ago
  9. c2cca23 [analyzer] Don't generate a summary for "freeWhenDone" if method is inlined. by Anna Zaks · 12 years ago
  10. 39450d0 Remove until I can fix this. by Bill Wendling · 12 years ago
  11. d56f403 Add support to Darwin for the -export_dynamic' flag to the linker. by Bill Wendling · 12 years ago
  12. 41bde8c Use correct flags for this test. by Bill Wendling · 12 years ago
  13. 26df84a Fixup test case from r169755. These are driver options, not frontend options. by Chad Rosier · 12 years ago
  14. 44dfff6 Return true from HeaderSearch::isFileMultipleIncludeGuarded if the file by Argyrios Kyrtzidis · 12 years ago
  15. 44f4a2d Specify if `-mno-red-zone' was used when creating the GCOV instrucmentation pass. by Bill Wendling · 12 years ago
  16. 8b39c66 Addi formatting tests for pointer template parameters. by Daniel Jasper · 12 years ago
  17. 23add33 Remove unneeded typedef and volatile by Michael Ilseman · 12 years ago
  18. 56e49c5 Clang-format: error recovery for access specifiers by Alexander Kornienko · 12 years ago
  19. 31bdf07 Clarifying comments for the MatchFinder and matchesNames matcher. by Manuel Klimek · 12 years ago
  20. ec33b6f Adding tests since when I was asked whether this works I wasn't 100% sure. by Manuel Klimek · 12 years ago
  21. 29573b0 Unbreak the clang build after r169712. by Benjamin Kramer · 12 years ago
  22. fff3248 Virtual method overrides can no longer have mismatched calling conventions. This fixes PR14339. by Aaron Ballman · 12 years ago
  23. baab683 Add a triple to this test. It depends on little-endian bitfield layout. by Chandler Carruth · 12 years ago
  24. b50d7a3 Cleanup and fix an assert that was mis-firing. by Chandler Carruth · 12 years ago
  25. 5588a69 Add a test case that I've been using to clarify the bitfield layout for by Chandler Carruth · 12 years ago
  26. ef8d516 Fix the bitfield record layout in codegen for big endian targets. by Chandler Carruth · 12 years ago
  27. 2801d9a Fix overload resolution for the initialization of a multi-dimensional by Richard Smith · 12 years ago
  28. afee0ff PR14550: If a system header contains a bogus constexpr function definition, by Richard Smith · 12 years ago
  29. 569cdc8 PR14549. Don't assert if we see an incomplete decltype specifier at the end of the file. by Richard Smith · 12 years ago
  30. 0f58464 Escape % in the TextDiagnosticBuffer so they aren't interpreted twice when fed into the diagnostic formatting machinery again. by Benjamin Kramer · 12 years ago
  31. 6e399b4 long double should be 64 bits on FreeBSD/MIPS64. It possibly should be on by David Chisnall · 12 years ago
  32. bc2a35d Finish implementing 'selected constructor' rules for triviality in C++11. In by Richard Smith · 12 years ago
  33. 5579865 Remove some remnants of the assumption that there is at most one of each by Richard Smith · 12 years ago
  34. 93699d2 Thread-safety analysis: check member access on guarded non-primitive types. by DeLesley Hutchins · 12 years ago
  35. ac71351 Properly compute triviality for explicitly-defaulted or deleted special members. by Richard Smith · 12 years ago
  36. 5f5250b [libclang] Resolve a cursor that points to a macro name inside a #ifdef/#ifndef by Argyrios Kyrtzidis · 12 years ago
  37. 61c1c8e [Preprocessor] Enhance Ifdef/Ifndef/Defined preprocessor callbacks to also pass by Argyrios Kyrtzidis · 12 years ago
  38. d5be2b5 Add a FIXME. by Richard Smith · 12 years ago
  39. d5bc867 Implement C++03 [dcl.init]p5's checking for value-initialization of references by Richard Smith · 12 years ago
  40. 0ee69cc Currently when AST record layouts are dumped with -fdump-record-layouts, the by Eli Bendersky · 12 years ago
  41. 785b778 s/AttrListPtr/AttributeSet/g to better label what this class is going to be in the near future. by Bill Wendling · 12 years ago
  42. 12f37e4 Fix analysis based warnings so that all warnings are emitted when compiling by DeLesley Hutchins · 12 years ago
  43. 422daa1 Appease -Wnon-virtual-dtor by Matt Beaumont-Gay · 12 years ago
  44. e1c2c20 [libclang] Declarations inside anonymous namespaces have internal linkage so by Argyrios Kyrtzidis · 12 years ago
  45. 60c4612 [analyzer] Rename the option help to reflect better what it does. by Anna Zaks · 12 years ago
  46. 75f31c4 [analyzer] Optimization heuristic: do not reanalyze every ObjC method as by Anna Zaks · 12 years ago
  47. 8784b03 AST matcher tutorial (Part I) by Daniel Jasper · 12 years ago
  48. afa7cae [analyzer] Fix r168019 to work with unpruned paths as well. by Jordan Rose · 12 years ago
  49. 18f860e Reduce conversions between Store <-> ImmutableMapRef in RegionStore. by Ted Kremenek · 12 years ago
  50. 0c312a9 Add helper method to convert from a RegionStoreRefBindings to a Store. by Ted Kremenek · 12 years ago
  51. 3d8d422 Hexagon TC: forward appropriate args to assembler by Matthew Curtis · 12 years ago
  52. 2a907f8 Driver/ToolChains.cpp: Add the name CentOS5 32bit gcc44 (aka i386-redhat-linux6E). by NAKAMURA Takumi · 12 years ago
  53. 469a21b Clang-format: extracted FormatTokenSource from UnwrappedLineParser. by Alexander Kornienko · 12 years ago
  54. 1dbaef5 Hexagon TC: add cc1 defaults for hexagon-gcc compatibility by Matthew Curtis · 12 years ago
  55. c74e279 Small tweaks to clang-format. by Daniel Jasper · 12 years ago
  56. bf25fb1 Cache queries to lookupPrivateMethod() within ObjCMethodCall::getRuntimeDefinition(). by Ted Kremenek · 12 years ago
  57. e56bb36 Fix the required args count for variadic blocks. by John McCall · 12 years ago
  58. 8fda1ab clang/test: Remove "REQUIRES:LP64" in two tests. Each of them have explicit triple. by NAKAMURA Takumi · 12 years ago
  59. 23dca7d Further reduce analysis time by 0.2% on a heavy Objective-C example by avoiding over-eager canonicalization of clusters. by Ted Kremenek · 12 years ago
  60. 75191fd Unbreak the GCC (4.4 & other bot) builds from r169571. by David Blaikie · 12 years ago
  61. 6492c79 Add file missed from r169574! by Richard Smith · 12 years ago
  62. 5046439 Per [dcl.fct.def.default]p1, don't allow variadic special members to be defaulted. by Richard Smith · 12 years ago
  63. 29f5ccd Change RegionStore to always use ImmutableMapRef for processing cluster bindings. by Ted Kremenek · 12 years ago
  64. 5204d9e [analyzer] Remove possible pessimizations from r169563. by Jordan Rose · 12 years ago
  65. de780d4 test/Index/skip-parsed-bodies/compile_commands.json: Remove XFAIL on cygming. by NAKAMURA Takumi · 12 years ago
  66. 0a6e09f [analyzer] Avoid ProgramStateRef copy constructors. by Jordan Rose · 12 years ago
  67. c57d158 Revert r169557. It seems that the test is too restricted by Logan Chien · 12 years ago
  68. 2a06447 [libclang] Add a test to make sure we skip bodies properly from "#pragma once" headers. by Argyrios Kyrtzidis · 12 years ago
  69. cd15652 Add i686-linux-android for gcc toolchain detection. by Logan Chien · 12 years ago
  70. 850532c Add extra truthiness. by Richard Smith · 12 years ago
  71. c35fac1 Fixes Makefile for Format unit tests. by Fariborz Jahanian · 12 years ago
  72. 5705141 hexagon-toolchain.c now passes on win32 by Matthew Curtis · 12 years ago
  73. 803ebf1 relax hexagon-toolchain.c even more to accomodate mingw32 targets by Matthew Curtis · 12 years ago
  74. a64d703 relax hexagon-toolchain.c CHECK to accomodate mingw32 targets by Matthew Curtis · 12 years ago
  75. b283da2 Simplify PDiag's move assignment overload a bit, the self-move check isn't actually necessary. by Benjamin Kramer · 12 years ago
  76. fb4f3a2 Make sure to initialize the HasSkippedBody bit. by Argyrios Kyrtzidis · 12 years ago
  77. 838eb7e [libclang] Introduce a new indexing mode where we skip function bodies by Argyrios Kyrtzidis · 12 years ago
  78. 1449149 Revert "[analyzer] Aggressively cut back on the canonicalization in RegionStore." by Ted Kremenek · 12 years ago
  79. 407a82f Add move semantics to PartialDiagnostic, which can be very expensive to copy. by Benjamin Kramer · 12 years ago
  80. 2ab3b6d Un-XFAIL hexagon-toolchain.c test for mingw32 by Matthew Curtis · 12 years ago
  81. 35f3f36 Add a bit on FunctionDecl/ObjCMethodDecl to indicate if there was a body by Argyrios Kyrtzidis · 12 years ago
  82. c39f9fa [analyzer] Remove isa<> followed by dyn_cast<>. by Jordan Rose · 12 years ago
  83. 9428723 [analyzer] Remove unused fields from ExprEngine. by Jordan Rose · 12 years ago
  84. e9cd031 [analyzer] Remove checks that predate the linearized CFG. by Jordan Rose · 12 years ago
  85. 4ee1c55 [analyzer] Simplify RetainCountChecker's handling of dead symbols. by Jordan Rose · 12 years ago
  86. 4ecca28 [analyzer] Use a smarter algorithm to find the last block in an inlined call. by Jordan Rose · 12 years ago
  87. fbe4d36 [analyzer] Speed up ExplodedNode::Profile by avoiding copy constructors. by Jordan Rose · 12 years ago
  88. 6960d08 [analyzer] Use optimized assumeDual for branches. by Jordan Rose · 12 years ago
  89. 426cc12 [analyzer] Aggressively cut back on the canonicalization in RegionStore. by Jordan Rose · 12 years ago
  90. 7affe15 [analyzer] Remove bindExprAndLocation, which does extra work for no gain. by Jordan Rose · 12 years ago
  91. 1575731 Clang-format: IndentCaseLabels option, proper namespace handling by Alexander Kornienko · 12 years ago
  92. 762661a Fixes a typo in this test. by Fariborz Jahanian · 12 years ago
  93. a3a2b3a Clang-format: detect unbalanced braces. by Alexander Kornienko · 12 years ago
  94. 33c95f1 Hexagon TC: Add/improve support for small data threshold, pic, pie by Matthew Curtis · 12 years ago
  95. c709c8a Fix hexagon-toolchain.c test to handle versioned clang executables. by Matthew Curtis · 12 years ago
  96. 5fdf350 Hexagon TC: Reimplement Link::ConstructJob to call linker directly by Matthew Curtis · 12 years ago
  97. 4242740 Sema: Don't emit a warning when __func__ is used in a lambda outside of a function. by Benjamin Kramer · 12 years ago
  98. 112aff1 test/Driver/hexagon-toolchain.c: Unbreak XPASS. Cygwin can be treated as unix-like system. by NAKAMURA Takumi · 12 years ago
  99. 30ace37 Implements multiple parents in the parent map. by Manuel Klimek · 12 years ago
  100. 6781415 Hexagon TC: Move getHexagonTargetCPU from Tools.cpp to ToolChains.cpp by Matthew Curtis · 12 years ago