1. 523aa60 Remainder is only valid on integer vector operands. by Daniel Dunbar · 16 years ago
  2. 8141b75 Back out code for handling VectorType's in getFloatingRank. by Daniel Dunbar · 16 years ago
  3. 69d1d00 Use CheckVectorOperands when % is applied to a vector type. by Daniel Dunbar · 16 years ago
  4. d786f6a Implement getFloatingRank() for extended vectors. by Daniel Dunbar · 16 years ago
  5. 3ef5db6 Silence a GCC warning by Sebastian Redl · 16 years ago
  6. 64b45f7 PODness and Type Traits by Sebastian Redl · 16 years ago
  7. a567751 Add prototype ccc rewrite. by Daniel Dunbar · 16 years ago
  8. 6c6fce0 Add forgotten test case for linkage specifications by Douglas Gregor · 16 years ago
  9. 074149e Introduce support for "transparent" DeclContexts, which are by Douglas Gregor · 16 years ago
  10. e1dccae simplify Preprocessor::getSpelling now that identifiers carry around by Chris Lattner · 16 years ago
  11. 6b54bd1 Fix an uninitialized-variable warning by Douglas Gregor · 16 years ago
  12. 5b45473 remove optimization to avoid looking ahead for cases like ::foo. This by Chris Lattner · 16 years ago
  13. 357089d simplify some code. by Chris Lattner · 16 years ago
  14. 608d1fc Rearrange some code in TryAnnotateTypeOrScopeToken to make it by Chris Lattner · 16 years ago
  15. 83cf05a Fix a bug where we'd try to look beyond the current cached tokens when by Chris Lattner · 16 years ago
  16. e90b0ac Pass '-undefined- to the linker by Anders Carlsson · 16 years ago
  17. 7452c6f TryAnnotateTypeOrScopeToken and TryAnnotateCXXScopeToken can by Chris Lattner · 16 years ago
  18. 835c909 Generate debug info for VLA types by Anders Carlsson · 16 years ago
  19. a67865c add a testcase by Chris Lattner · 16 years ago
  20. 55a7cef ParseCXXSimpleTypeSpecifier can only be called on things that are by Chris Lattner · 16 years ago
  21. 5e02c47 sink a call to TryAnnotateCXXScopeToken down into the by Chris Lattner · 16 years ago
  22. 532e19b Simplify some control flow and remove a call to TryAnnotateCXXScopeToken by Chris Lattner · 16 years ago
  23. e26ff02 code simplification by Chris Lattner · 16 years ago
  24. 166a8fc sink calls to TryAnnotateTypeOrScopeToken down into the only cases that they by Chris Lattner · 16 years ago
  25. e584926 push the call in isCXXDeclarationSpecifier to TryAnnotateTypeOrScopeToken by Chris Lattner · 16 years ago
  26. a7bc7c8 my previous patch caused sema to drop the global qualifier, make by Chris Lattner · 16 years ago
  27. 74ba410 sink the call to TryAnnotateTypeOrScopeToken in by Chris Lattner · 16 years ago
  28. 6ec76d4 use early exits to reduce nesting. by Chris Lattner · 16 years ago
  29. 2dcaab3 simplify control flow by removing a goto. by Chris Lattner · 16 years ago
  30. 59232d3 eliminate lookahead when parsing ::new / ::delete. by Chris Lattner · 16 years ago
  31. e607e80 minor simplifications. by Chris Lattner · 16 years ago
  32. b723f75 Fix the bug that would cause Python to crash at startup. by Anders Carlsson · 16 years ago
  33. 5c5a7ee Rename AddReadAttrs to FunctionAttrs. This is related to Duncan's patch r61525. by Bill Wendling · 16 years ago
  34. 562489e Perform default function/array conversion for input arguments to inline asm statements if the input expr can be a memory operand by Anders Carlsson · 16 years ago
  35. f780abc Parser support for C++ using directives, from Piotr Rak by Douglas Gregor · 16 years ago
  36. fc820a4 Remove hasKind(). Use existing getKind(). by Fariborz Jahanian · 16 years ago
  37. 39e9800 Fill in C++ status table for statements. by Sebastian Redl · 16 years ago
  38. 117054a Convert a two more statement actions to smart pointers. by Sebastian Redl · 16 years ago
  39. b8ab5eb Fix a grep error that caused CodeGenObjC/encode-test.m to fail. by Sebastian Redl · 16 years ago
  40. a4ed0d8 Diagnose declarations that don't declare anything, and fix PR3020. by Sebastian Redl · 16 years ago
  41. 3c902ce Fix filename typo. by Sebastian Redl · 16 years ago
  42. 9c08f27 add RUN line by Nuno Lopes · 16 years ago
  43. 12868cc Add a MS specific intrinsic. by Anders Carlsson · 16 years ago
  44. 6b06b7a Eli noticed that I had forgotten some #defines. Add them. by Anders Carlsson · 16 years ago
  45. 629c5b4 Add float.h header. Eli, please review :) by Anders Carlsson · 16 years ago
  46. cfd489c Add __builtin_flt_rounds by Anders Carlsson · 16 years ago
  47. 70316a0 Add support for out-of-line definitions of conversion functions and member operators by Douglas Gregor · 16 years ago
  48. 4bcd44d Fix implementation of _mm_pause. by Anders Carlsson · 16 years ago
  49. 4fd3e63 OK, all tests pass. Let's start using the SSE2 header by Anders Carlsson · 16 years ago
  50. 3cd860c Add two more builtins by Anders Carlsson · 16 years ago
  51. fceeec9 Complete the test after adding handling of merged attributes on decls. by Anton Korobeynikov · 16 years ago
  52. 2f40270 Add full dllimport / dllexport support: both sema checks and codegen. by Anton Korobeynikov · 16 years ago
  53. 7f7bb72 Testcase for stdcall/fastcall sema checks. Patch by Ilya Okonsky! by Anton Korobeynikov · 16 years ago
  54. 92d6686 Fix formatting by Anders Carlsson · 16 years ago
  55. f1bc660 Add _mm_pause and _MM_SHUFFLE by Anders Carlsson · 16 years ago
  56. 4547075 More SSE2 intrinsics by Anders Carlsson · 16 years ago
  57. 0727df0 More SSE2 intrinsics by Anders Carlsson · 16 years ago
  58. 86bc6cf Add parser support for __forceinline, __w64, __ptr64. by Steve Naroff · 16 years ago
  59. 239f073 Add parser support for __cdecl, __stdcall, and __fastcall. by Steve Naroff · 16 years ago
  60. 776caef Add Fedora 10 GCC paths. by Zhongxing Xu · 16 years ago
  61. dfb0911 Make _mm_add_si64 inlined by Anders Carlsson · 16 years ago
  62. f59e17e Add explicit "fuzzy" parse support for Microsoft declspec. by Steve Naroff · 16 years ago
  63. 7a89722 Fix try statement deserialization. by Sebastian Redl · 16 years ago
  64. 869fb4a Add a bunch of comments and FIXMEs. by Ted Kremenek · 16 years ago
  65. 1302016 set region default value if there are not enough init values for array and struct. by Zhongxing Xu · 16 years ago
  66. 501c725 Add serialization support for TypeOfType. by Zhongxing Xu · 16 years ago
  67. 8fbc527 Add serialization support for TypeOfExpr. by Zhongxing Xu · 16 years ago
  68. c4b4e7b Keep track of template arguments when we parse them. Right now, we don't actually do anything with the template arguments, but they'll be used to create template declarations by Douglas Gregor · 16 years ago
  69. 07603aa Add integer arithmetic intrinsics by Anders Carlsson · 16 years ago
  70. 445afa0 Add store/set/load intrisics by Anders Carlsson · 16 years ago
  71. 37f2f00 Start implementing some SSE2 instructions by Anders Carlsson · 16 years ago
  72. 50dc1b3 Comment and fixup GDM entries for RegionStore to use unique 'tag classes' to identify GDM entries. by Ted Kremenek · 16 years ago
  73. 61366e9 Correct the order in which we cope with end-of-class-definition by Douglas Gregor · 16 years ago
  74. 7b0a52f Sema for fastcall/stdcall stuff. Tests will follow. Patch by Ilya Okonsky! by Anton Korobeynikov · 16 years ago
  75. 5cc3709 Fix misguided type selection by Douglas Gregor · 16 years ago
  76. fdfab6b When determining whether a class type has a const copy constructor, be by Douglas Gregor · 16 years ago
  77. 3e1b16c Last patch, for now, to privde ObjC's encoding of types. by Fariborz Jahanian · 16 years ago
  78. 6ed40e3 Don't push OverloadedFunctionDecls onto the chain of declarations by Douglas Gregor · 16 years ago
  79. 46a98a7 Fix <rdar://problem/6465284> clang ObjC rewriter: objc_super messed up again. by Steve Naroff · 16 years ago
  80. a1c033e Lot more encoding work. We are closing the gap to by Fariborz Jahanian · 16 years ago
  81. 6aa6ac4 Remove old PTH token-generation test harness. by Ted Kremenek · 16 years ago
  82. 59d08cb PTH: Remove some methods and simplify some conditions in PTHLexer::Lex(). No big functionality change. by Ted Kremenek · 16 years ago
  83. 18d9afb PTH: Use 3 bytes instead of 4 bytes to encode the persistent ID for a token. by Ted Kremenek · 16 years ago
  84. 6b1c970 Cosmetics: rename a variable and tighten spacing. No functionality change. by Ted Kremenek · 16 years ago
  85. 1f5432c Merge pr-3188.cpp into constructor.cpp. by Sebastian Redl · 16 years ago
  86. a3ab4b8 Add a setter for CVR qualifiers, patch by Lukasz Janyst! by Chris Lattner · 16 years ago
  87. 8f174e1 PTH: by Ted Kremenek · 16 years ago
  88. 866bdf7 PTH: by Ted Kremenek · 16 years ago
  89. e5680f3 PTH: by Ted Kremenek · 16 years ago
  90. 2a7e58d Add some block-pointer conversions in C++ by Douglas Gregor · 16 years ago
  91. 3fc749d Don't explicitly represent OverloadedFunctionDecls within by Douglas Gregor · 16 years ago
  92. 5b8c7d9 More encoding support; in this case, encoding of by Fariborz Jahanian · 16 years ago
  93. 1a93764 Fix <rdar://problem/6463613> clang ObjC rewriter: assertion failure rewriting @selector?. by Steve Naroff · 16 years ago
  94. 494bb06 Guard against the return of PR3188 by Sebastian Redl · 16 years ago
  95. 8351da0 Full AST support and better Sema support for C++ try-catch. by Sebastian Redl · 16 years ago
  96. 27b09ac Support conversion from a null pointer constant o any Objective-C object pointer type. Fixes rdar://problem/6463298 by Douglas Gregor · 16 years ago
  97. 669e8d3 Fixed a bug showed up the meta-data for protocol by Fariborz Jahanian · 16 years ago
  98. 4b07b29 Partial AST and Sema support for C++ try-catch. by Sebastian Redl · 16 years ago
  99. 804058e Patch to remove bogus warning in case of @dynamic by Fariborz Jahanian · 16 years ago
  100. cfb664c Expr and Stmt must be destroyed with Destroy, not delete. Fixes PR/3245. by Sebastian Redl · 16 years ago