1. 9c08f27 add RUN line by Nuno Lopes · 16 years ago
  2. 12868cc Add a MS specific intrinsic. by Anders Carlsson · 16 years ago
  3. 6b06b7a Eli noticed that I had forgotten some #defines. Add them. by Anders Carlsson · 16 years ago
  4. 629c5b4 Add float.h header. Eli, please review :) by Anders Carlsson · 16 years ago
  5. cfd489c Add __builtin_flt_rounds by Anders Carlsson · 16 years ago
  6. 70316a0 Add support for out-of-line definitions of conversion functions and member operators by Douglas Gregor · 16 years ago
  7. 4bcd44d Fix implementation of _mm_pause. by Anders Carlsson · 16 years ago
  8. 4fd3e63 OK, all tests pass. Let's start using the SSE2 header by Anders Carlsson · 16 years ago
  9. 3cd860c Add two more builtins by Anders Carlsson · 16 years ago
  10. fceeec9 Complete the test after adding handling of merged attributes on decls. by Anton Korobeynikov · 16 years ago
  11. 2f40270 Add full dllimport / dllexport support: both sema checks and codegen. by Anton Korobeynikov · 16 years ago
  12. 7f7bb72 Testcase for stdcall/fastcall sema checks. Patch by Ilya Okonsky! by Anton Korobeynikov · 16 years ago
  13. 92d6686 Fix formatting by Anders Carlsson · 16 years ago
  14. f1bc660 Add _mm_pause and _MM_SHUFFLE by Anders Carlsson · 16 years ago
  15. 4547075 More SSE2 intrinsics by Anders Carlsson · 16 years ago
  16. 0727df0 More SSE2 intrinsics by Anders Carlsson · 16 years ago
  17. 86bc6cf Add parser support for __forceinline, __w64, __ptr64. by Steve Naroff · 16 years ago
  18. 239f073 Add parser support for __cdecl, __stdcall, and __fastcall. by Steve Naroff · 16 years ago
  19. 776caef Add Fedora 10 GCC paths. by Zhongxing Xu · 16 years ago
  20. dfb0911 Make _mm_add_si64 inlined by Anders Carlsson · 16 years ago
  21. f59e17e Add explicit "fuzzy" parse support for Microsoft declspec. by Steve Naroff · 16 years ago
  22. 7a89722 Fix try statement deserialization. by Sebastian Redl · 16 years ago
  23. 869fb4a Add a bunch of comments and FIXMEs. by Ted Kremenek · 16 years ago
  24. 1302016 set region default value if there are not enough init values for array and struct. by Zhongxing Xu · 16 years ago
  25. 501c725 Add serialization support for TypeOfType. by Zhongxing Xu · 16 years ago
  26. 8fbc527 Add serialization support for TypeOfExpr. by Zhongxing Xu · 16 years ago
  27. 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
  28. 07603aa Add integer arithmetic intrinsics by Anders Carlsson · 16 years ago
  29. 445afa0 Add store/set/load intrisics by Anders Carlsson · 16 years ago
  30. 37f2f00 Start implementing some SSE2 instructions by Anders Carlsson · 16 years ago
  31. 50dc1b3 Comment and fixup GDM entries for RegionStore to use unique 'tag classes' to identify GDM entries. by Ted Kremenek · 16 years ago
  32. 61366e9 Correct the order in which we cope with end-of-class-definition by Douglas Gregor · 16 years ago
  33. 7b0a52f Sema for fastcall/stdcall stuff. Tests will follow. Patch by Ilya Okonsky! by Anton Korobeynikov · 16 years ago
  34. 5cc3709 Fix misguided type selection by Douglas Gregor · 16 years ago
  35. fdfab6b When determining whether a class type has a const copy constructor, be by Douglas Gregor · 16 years ago
  36. 3e1b16c Last patch, for now, to privde ObjC's encoding of types. by Fariborz Jahanian · 16 years ago
  37. 6ed40e3 Don't push OverloadedFunctionDecls onto the chain of declarations by Douglas Gregor · 16 years ago
  38. 46a98a7 Fix <rdar://problem/6465284> clang ObjC rewriter: objc_super messed up again. by Steve Naroff · 16 years ago
  39. a1c033e Lot more encoding work. We are closing the gap to by Fariborz Jahanian · 16 years ago
  40. 6aa6ac4 Remove old PTH token-generation test harness. by Ted Kremenek · 16 years ago
  41. 59d08cb PTH: Remove some methods and simplify some conditions in PTHLexer::Lex(). No big functionality change. by Ted Kremenek · 16 years ago
  42. 18d9afb PTH: Use 3 bytes instead of 4 bytes to encode the persistent ID for a token. by Ted Kremenek · 16 years ago
  43. 6b1c970 Cosmetics: rename a variable and tighten spacing. No functionality change. by Ted Kremenek · 16 years ago
  44. 1f5432c Merge pr-3188.cpp into constructor.cpp. by Sebastian Redl · 16 years ago
  45. a3ab4b8 Add a setter for CVR qualifiers, patch by Lukasz Janyst! by Chris Lattner · 16 years ago
  46. 8f174e1 PTH: by Ted Kremenek · 16 years ago
  47. 866bdf7 PTH: by Ted Kremenek · 16 years ago
  48. e5680f3 PTH: by Ted Kremenek · 16 years ago
  49. 2a7e58d Add some block-pointer conversions in C++ by Douglas Gregor · 16 years ago
  50. 3fc749d Don't explicitly represent OverloadedFunctionDecls within by Douglas Gregor · 16 years ago
  51. 5b8c7d9 More encoding support; in this case, encoding of by Fariborz Jahanian · 16 years ago
  52. 1a93764 Fix <rdar://problem/6463613> clang ObjC rewriter: assertion failure rewriting @selector?. by Steve Naroff · 16 years ago
  53. 494bb06 Guard against the return of PR3188 by Sebastian Redl · 16 years ago
  54. 8351da0 Full AST support and better Sema support for C++ try-catch. by Sebastian Redl · 16 years ago
  55. 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
  56. 669e8d3 Fixed a bug showed up the meta-data for protocol by Fariborz Jahanian · 16 years ago
  57. 4b07b29 Partial AST and Sema support for C++ try-catch. by Sebastian Redl · 16 years ago
  58. 804058e Patch to remove bogus warning in case of @dynamic by Fariborz Jahanian · 16 years ago
  59. cfb664c Expr and Stmt must be destroyed with Destroy, not delete. Fixes PR/3245. by Sebastian Redl · 16 years ago
  60. 398082e Fix test failures noticed by Fariborz. by Anders Carlsson · 16 years ago
  61. a5a4166 Fix initialization order. by Zhongxing Xu · 16 years ago
  62. 2a29dcc Flip the switch and start using the new xmmintrin.h by Anders Carlsson · 16 years ago
  63. 8e28d24 Comment out _mm_insert_pi16 for now by Anders Carlsson · 16 years ago
  64. a6431dc Implement the last intrinsics, _mm_insert_pi16 is the last remaining one now. by Anders Carlsson · 16 years ago
  65. 88a3514 Add support for calls to overloaded member functions. Things to note: by Douglas Gregor · 16 years ago
  66. b595509 Add macros by Anders Carlsson · 16 years ago
  67. 50099cb Add misc intrinsics by Anders Carlsson · 16 years ago
  68. c1f9afd Add control register intrinsics by Anders Carlsson · 16 years ago
  69. 62af71c Add integer intrinsics by Anders Carlsson · 16 years ago
  70. 4ee51b4 Generate code for __builtin_ia32_pshufw by Anders Carlsson · 16 years ago
  71. dedad4e Add cacheability intrinsics by Anders Carlsson · 16 years ago
  72. 09b9305 Add store intrinsics by Anders Carlsson · 16 years ago
  73. a6ba001 Add set intrinsics by Anders Carlsson · 16 years ago
  74. 9770086 Add load intrinsics by Anders Carlsson · 16 years ago
  75. ff944a8 Add an option to make 'RemoveDeadBindings' a configurable behavior. This enables by Zhongxing Xu · 16 years ago
  76. 1b76b80 _mm_cvtsi64_ss is 64-bit only, so wrap it in #ifdef __x86_64__ by Anders Carlsson · 16 years ago
  77. 4fcc313 Add a couple of conversion intrinsics by Anders Carlsson · 16 years ago
  78. f62c681 Add comparison intrinsics. by Anders Carlsson · 16 years ago
  79. 566d8da Check in an in-progress version of xmmintrin.h that I had lying around. by Anders Carlsson · 16 years ago
  80. 3f70456 Add codegen support for __null by Anders Carlsson · 16 years ago
  81. a89d82c Fix a comment. by Sebastian Redl · 16 years ago
  82. a0fd865 Parser support for C++ try-catch. by Sebastian Redl · 16 years ago
  83. c994bb2 Correct comments. by Zhongxing Xu · 16 years ago
  84. e3f38ea Test case makes a platform assumption, so force triple. by Sebastian Redl · 16 years ago
  85. a60528c Convert a few Stmt actions to smart pointers. by Sebastian Redl · 16 years ago
  86. 7886ce8 Document how move semantics and the emulation work. Do this in-file because it's such a specific thing. by Sebastian Redl · 16 years ago
  87. 8ce6666 fix 80-col violation. by Zhongxing Xu · 16 years ago
  88. 4a1424f Implement alignof for vla types. by Anders Carlsson · 16 years ago
  89. 47b3240 Use utility method. by Zhongxing Xu · 16 years ago
  90. 6183a99 Add ASTContext::getBaseElementType and use it in CodeGenFunction::EmitArraySubscriptExpr. by Anders Carlsson · 16 years ago
  91. 0269709 Commit the right version of the test by Anders Carlsson · 16 years ago
  92. b50525b Make sure to emit the size expression for sizeof(type) by Anders Carlsson · 16 years ago
  93. 56a3460 Use utility methods. No functional change. by Zhongxing Xu · 16 years ago
  94. a90dce3 Remove unused function. by Zhongxing Xu · 16 years ago
  95. ccf614c Fix for PR3246: an empty clobber list is the empty string, not a null string. by Eli Friedman · 16 years ago
  96. 97e0179 Did not mean to commit this. by Anders Carlsson · 16 years ago
  97. 8b33c08 Handle VLA indexing by Anders Carlsson · 16 years ago
  98. 86f1940 Add support for member references (E1.E2, E1->E2) with C++ semantics, by Douglas Gregor · 16 years ago
  99. 4306d3c Finish up saving original parameter type and by Fariborz Jahanian · 16 years ago
  100. 20c802b Extend the unsupported error to include break and continue, and fix a by Eli Friedman · 16 years ago