1. 119a1c6 Kill the KVC l-value kind and calculate the base expression when emitting by John McCall · 15 years ago
  2. 91252d1 Implement -cl-std= by Peter Collingbourne · 15 years ago
  3. 4400cb8 Implement -cl-mad-enable by Peter Collingbourne · 15 years ago
  4. f084082 Implement -cl-fast-relaxed-math by Peter Collingbourne · 15 years ago
  5. 5f67e13 Implement -cl-unsafe-math-optimizations by Peter Collingbourne · 15 years ago
  6. 5d729a3 Implement -cl-finite-math-only by Peter Collingbourne · 15 years ago
  7. 0982136 Implement -cl-single-precision-constant by Peter Collingbourne · 15 years ago
  8. 61e0786 Implement -cl-opt-disable by Peter Collingbourne · 15 years ago
  9. 0a3c03c Refactor optimisation level code by Peter Collingbourne · 15 years ago
  10. 53c92be Introduce CompilerInvocation::setLangDefaults function by Peter Collingbourne · 15 years ago
  11. 640ccf0 Minor refactoring; have BugReport::getRanges return a pair of iterator, no functionality change. by Argyrios Kyrtzidis · 15 years ago
  12. ae3038c Mark functions referenced by 'cleanup' attribute as used. Fixes rdar://8728293 by Argyrios Kyrtzidis · 15 years ago
  13. 74b2756 Diagnose when accessing property in a class method and by Fariborz Jahanian · 15 years ago
  14. 6c572f1 Fixed typo. by Abramo Bagnara · 15 years ago
  15. a88cefd Added struct/class syntactic info for c++0x scoped enum. by Abramo Bagnara · 15 years ago
  16. 953d513 Add support for vmul_p8 Neon intrinsic. Radar 8446141. by Bob Wilson · 15 years ago
  17. 2357207 Implement caching for the linkage and visibility calculations of declarations. by Douglas Gregor · 15 years ago
  18. 7965396 Add a separate rightShift flag instead of reusing the existing "poly" variable by Bob Wilson · 15 years ago
  19. 722109c Add some warning messages about invalid use of common/nocommon attributes. by Eric Christopher · 15 years ago
  20. 40406fe Fix an insidious bug in BugReporter where by Ted Kremenek · 15 years ago
  21. 8673a68 Also include the pointer address of the ExplodedNode by Ted Kremenek · 15 years ago
  22. 774dfbb Also show notes about the taken path in TextPathDiagnostics. by Argyrios Kyrtzidis · 15 years ago
  23. a599ae8 Remove leftover code and use the text path diagnostic client even without a specified output file since by Argyrios Kyrtzidis · 15 years ago
  24. ebd4f52 Introduce TextPathDiagnostics, a simple PathDiagnosticClient that outputs as diagnostic notes by Argyrios Kyrtzidis · 15 years ago
  25. b6b7e7b Handle any number of SourceRanges inside BugReporter::FlushReport. by Argyrios Kyrtzidis · 15 years ago
  26. f928dca Rename Create[*]DiagnosticClient -> create[*]DiagnosticClient. by Argyrios Kyrtzidis · 15 years ago
  27. 23ef69d Fix diagnostic for reporting bad escape sequence. Patch by Paul Curtis! by Ted Kremenek · 15 years ago
  28. 8c00ad1 Reflow to a style doug prefers, increasing indentation :-) by Chris Lattner · 15 years ago
  29. a3998bd When we're performing an explicit cast of some sort, don't complain by Douglas Gregor · 15 years ago
  30. f91d757 Merge transparent union types using member's unqualified type by Peter Collingbourne · 15 years ago
  31. 7966297 Fix range in printf warnings for invalid conversion specifiers. by Ted Kremenek · 15 years ago
  32. b97c403 Merge transparent union types using member's canonical param type by Peter Collingbourne · 15 years ago
  33. c04d9d1 Fix inverted return value in the ASTImporter. No matter how much LLVM by Douglas Gregor · 15 years ago
  34. a44724d Fixed source range for MS asm statement. by Abramo Bagnara · 15 years ago
  35. d1d56df fix PR8726 by teaching the aggregate init optimization code to handle by Chris Lattner · 15 years ago
  36. 830937b IR Gen. part of API support for __block cxx by Fariborz Jahanian · 15 years ago
  37. fce5656 Do not change the size of LookupResult::Filter based on the NDEBUG by Douglas Gregor · 15 years ago
  38. 7bd245b Tweaks. by John McCall · 15 years ago
  39. 3bddf5c ObjC support in the XML dumper. by John McCall · 15 years ago
  40. c8413fd Merge ValueManager into SValBuilder. by Ted Kremenek · 15 years ago
  41. 1b72677 Improve codegen for initializer lists to use memset more aggressively by Chris Lattner · 15 years ago
  42. c0f31fd attempt to fix a buildbot failure, apparently apache fails to build. by Chris Lattner · 15 years ago
  43. a6cf1e7 Add support for the common and nocommon attributes. by Eric Christopher · 15 years ago
  44. a878cda Perform lvalue-to-rvalue at the end of an expression statement in C. by John McCall · 15 years ago
  45. 70b0294 Enhance the init generation logic to emit a memset followed by a few stores when by Chris Lattner · 15 years ago
  46. 12f78a6 Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPropertyRefExpr by John McCall · 15 years ago
  47. de3deea Swap order of checking for compatible vector types. by Bob Wilson · 15 years ago
  48. 3a1c36c Eliminate two uses of NDEBUG in headers that cause different symbols by Douglas Gregor · 15 years ago
  49. 7e44e3f Make TypeLocBuilder an implementation detail of Sema. Nobody else should be using it by Douglas Gregor · 15 years ago
  50. 26ac3f3 Extend ExternalASTSource with the ability to lazily complete the by Douglas Gregor · 15 years ago
  51. 1ceee5c Sema/AST work for capturing copy init expression by Fariborz Jahanian · 15 years ago
  52. 28f47b9 Rename all 'AssumeXXX' methods in libChecker to 'assumeXXX'. by Ted Kremenek · 15 years ago
  53. f48f367 80-col fixups. by Eric Christopher · 15 years ago
  54. 64ce733 Optimized IR for vec_splat by Anton Yartsev · 15 years ago
  55. 9c14953 Rename all 'EvalXXX' methods in libChecker to 'evalXXX'. by Ted Kremenek · 15 years ago
  56. da80f74 Improve our handling of cv-qualifiers in Objective-C pointer by Douglas Gregor · 15 years ago
  57. 846eabd Rename 'SValuator' to 'SValBuilder'. The new name by Ted Kremenek · 15 years ago
  58. 7306ebf Not content to implement just "extern" explicit template by Douglas Gregor · 15 years ago
  59. 08a5326 Serialization: support for CUDA language extensions by Peter Collingbourne · 15 years ago
  60. a61b3e7 After parsing a ':' in an enum-specifier within class context, by Douglas Gregor · 15 years ago
  61. d11617f Improve the diagnostic when the fixed underlying type of a by Douglas Gregor · 15 years ago
  62. 9fa8c46 AST printing for scoped enumerations and enumerations with a fixed underlying type, from Daniel Wallin by Douglas Gregor · 15 years ago
  63. b7b2688 Eliminate vtables from the Type hierarchy. by John McCall · 15 years ago
  64. 0ae287a Restore the lvalue-to-rvalue conversion patch with a minimal fix. by John McCall · 15 years ago
  65. bb3f995 Remove stray emacs mode marker. by Nick Lewycky · 15 years ago
  66. ced7671 Basic, Sema: add support for CUDA location attributes by Peter Collingbourne · 15 years ago
  67. 895fcca Driver, Frontend: add CUDA language support by Peter Collingbourne · 15 years ago
  68. 8a24341 Don't check the isysroot path for Path::isValid(); if the user has by Dan Gohman · 15 years ago
  69. 94cd011 add some infrastructure that will let us codegen by Chris Lattner · 15 years ago
  70. 49c64fd Handle -nostartfiles. by Rafael Espindola · 15 years ago
  71. 4c53dc1 get some i32/i8/i1 constants from Builder, which is much less painful than by Chris Lattner · 15 years ago
  72. d5dc83a Implement AST import support for class template specializations. by Douglas Gregor · 15 years ago
  73. 2600503 When unknown method is sent to a receiver of by Fariborz Jahanian · 15 years ago
  74. d9e0ff2 A CGRecordLayout object persists. Since its contained types may by John McCall · 15 years ago
  75. d0de0ce CGRecordLayoutBuilder does not need to be exported from this module. by John McCall · 15 years ago
  76. faa5bfc Declaring local static in global block by Fariborz Jahanian · 15 years ago
  77. 26e10be Follow through references to catch returned stack addresses, local blocks, label addresses or references to temporaries, e.g: by Argyrios Kyrtzidis · 15 years ago
  78. 040afae Implement basic AST importing and merging support for class template by Douglas Gregor · 15 years ago
  79. 7907fad Eliminate more pointless default statements by Douglas Gregor · 15 years ago
  80. 20fbe7c L-value to r-value conversion is not ready for prime-time. by John McCall · 15 years ago
  81. 67aba81 Such function decls,as objc's objc_msgSend, builtins in by Fariborz Jahanian · 15 years ago
  82. 7e48579 Introduce an r-value to l-value cast kind. I'm not promising anything by John McCall · 15 years ago
  83. 6710cf1 Make the dumper safe against null declaration names. by John McCall · 15 years ago
  84. aab440b Take John McCall's suggestion and fix this silly gcc warnings in a way that by Nick Lewycky · 15 years ago
  85. f402943 I hate pointless default statements by Douglas Gregor · 15 years ago
  86. a6a2897 Harden CGDebugInfo::CreateType() a bit for cases where we couldn't generate type info for its component types by Douglas Gregor · 15 years ago
  87. 89d9980 When using a precompiled preamble with detailed preprocessing records, by Douglas Gregor · 15 years ago
  88. 414cb64 When loading a precompiled preamble, use the file ID of the by Douglas Gregor · 15 years ago
  89. 15d5c83 Fix bug in r120299 spotted by dgregor. by Nico Weber · 15 years ago
  90. 9b4b9d6 Fix another case of giving the wrong value kind to a dependent cast to by John McCall · 15 years ago
  91. 1b51e3b Add a default clause to avoid this GCC warning: by Nick Lewycky · 15 years ago
  92. d976ca4 Revert r120331 since it causes spurious warnings and a possible assertion hit when self-host. by Argyrios Kyrtzidis · 15 years ago
  93. bbd3407 Incomplete enum types not to be treated as integer type by Fariborz Jahanian · 15 years ago
  94. 8b2f01b Emit warnings if we are returning a reference to a local temporary. by Argyrios Kyrtzidis · 15 years ago
  95. 08e41a6 Always use a function's decl context when building default arguments. Fixes http://http://llvm.org/pr8479. by Nico Weber · 15 years ago
  96. 03013fa Merge System into Support. by Michael J. Spencer · 15 years ago
  97. 8a72621 Revert r120063, it was wrong. by John McCall · 15 years ago
  98. 2a601eb I hate default statements by Douglas Gregor · 15 years ago
  99. 7f946ad When performing code completion within ASTUnit, allocate the AugmentedCodeCompleteConsumer on the heap, so it's always cleaned up properly by Douglas Gregor · 15 years ago
  100. 0629cbe Teach the ASTImporter how to create CXXMethodDecls. Somehow, this case was missed previously by Douglas Gregor · 15 years ago