1. a0992b6 by Steve Naroff · 16 years ago
  2. 5280408 Fix PR2042. One remaining issue: we don't currently diagnose by Chris Lattner · 16 years ago
  3. d3f2f79 Implemnt isVariablyModifiedType correctly. by Eli Friedman · 16 years ago
  4. 19a1d7c implement codegen support for aggregates casted to void. by Chris Lattner · 16 years ago
  5. fea90b8 Implement extern block var. by Lauro Ramos Venancio · 16 years ago
  6. 5a1b0c4 Add more tests by Anders Carlsson · 16 years ago
  7. e9ba323 Fix CheckEndOfDirective to diagnose lines that contain macros that expand to by Chris Lattner · 16 years ago
  8. 6a24acb Make sizeof and __alignof work correctly with packed structs. by Anders Carlsson · 16 years ago
  9. 3e5849e Fix PR2041: restrict is not a keyword in c90. by Chris Lattner · 16 years ago
  10. f963339 Get rid of outdated code that masks type errors. Fixes PR2036. by Eli Friedman · 16 years ago
  11. 708eed5 Nevermind, these tests work... I messed up my testing. by Eli Friedman · 16 years ago
  12. d574052 Partial fix for struct compatibility; there's still something messy by Eli Friedman · 16 years ago
  13. e39bfd0 by Steve Naroff · 16 years ago
  14. 4b3f9b3 Fix a minor bug in isNullPointerConstant triggered by the linux tgmath.h. by Eli Friedman · 16 years ago
  15. bab9696 Make typechecking for enum+int compatibility stricter. by Eli Friedman · 16 years ago
  16. 4c721d3 Fix type compatibility between constant and variable arrays. by Eli Friedman · 16 years ago
  17. 9532414 by Steve Naroff · 16 years ago
  18. 88cf226 Get rid of bogus warnings when the second argument in va_start is either an implicit cast expr or a paren expr. by Anders Carlsson · 16 years ago
  19. 3a15485 by Steve Naroff · 16 years ago
  20. b43eaa5 by Steve Naroff · 16 years ago
  21. a7ad98f Fix PR1992 by computing the right type for string literals, which by Chris Lattner · 16 years ago
  22. 68f624e Basic codegen test for conditional with void*. by Eli Friedman · 16 years ago
  23. f76f5ed Add a couple of sema tests for qualifiers with conditionals containing void*. by Eli Friedman · 16 years ago
  24. 99d724f Fix PR1999, by emitting a hard error only if an argument declarator is completely by Chris Lattner · 16 years ago
  25. acb818a by Steve Naroff · 16 years ago
  26. 75ceedf by Steve Naroff · 16 years ago
  27. 8bd36fc Behave correctly if a constraint expression is invalid. by Anders Carlsson · 16 years ago
  28. 336ed0b by Steve Naroff · 16 years ago
  29. efe7f36 by Steve Naroff · 16 years ago
  30. c0959fc Fix a bitfield regression. Reported by Anders Carlsson. by Lauro Ramos Venancio · 16 years ago
  31. 3628097 by Steve Naroff · 16 years ago
  32. 03d6bc6 by Steve Naroff · 16 years ago
  33. a312ce2 Improve diagnostic for illegal array initialization. by Eli Friedman · 16 years ago
  34. d957aa0 Simplify bitfield codegen. Fix codegen of struct { short a[3]; int b:15; }. by Lauro Ramos Venancio · 16 years ago
  35. 8432f4b Fix codegen of struct { char a[3]; unsigned char b:1; }; by Lauro Ramos Venancio · 16 years ago
  36. 3f1cc83 Implement support for the extremely atrocious MS /##/ extension, by Chris Lattner · 16 years ago
  37. 5101907 Make sure to propagate qualifiers through the member operator. by Eli Friedman · 16 years ago
  38. c8edf6b explicitly document that return statement argument does not necessarily follow the result type of the function. Add testcase. by Chris Lattner · 16 years ago
  39. 75afb58 Fix the codegen of structs with flexible array members. by Eli Friedman · 16 years ago
  40. 4e92acf Be a bit stricter about array type compatibility. by Eli Friedman · 16 years ago
  41. 9eee0f8 Finish off the refactoring of type handling stuff. Now we recompile every by Chris Lattner · 16 years ago
  42. e66b65c pull .ll and .bc writing out of the ASTConsumer destructors into some top by Chris Lattner · 16 years ago
  43. 64515f3 by Steve Naroff · 16 years ago
  44. d86e6bc rewrite some of the type refinement code to eliminate dangling pointers by Chris Lattner · 16 years ago
  45. c4b23a5 Relax an assertion, fixing PR1968 by Chris Lattner · 16 years ago
  46. eae1560 Cleanup InitListExpr code generation code. by Devang Patel · 16 years ago
  47. b41a7d2 Add ending newline to test. by Christopher Lamb · 16 years ago
  48. ebb97e9 Add experimental support for address space qualified types. Address space by Christopher Lamb · 16 years ago
  49. 3508084 Implement support for __extension__ which silences extwarnings in its by Chris Lattner · 16 years ago
  50. 4f45b46 Add RUN line. by Anders Carlsson · 16 years ago
  51. 3ea740e testcase for previous patch. by Chris Lattner · 16 years ago
  52. 2cec15f Add trailing newline. by Anders Carlsson · 16 years ago
  53. 79b67f3 Only OCU vectors can be splatted. by Anders Carlsson · 16 years ago
  54. e12e692 by Steve Naroff · 16 years ago
  55. 5f0ad3f Moved "Rewriter" tests from test/Sema to test/Rewriter. by Ted Kremenek · 16 years ago
  56. 369dee4 It is allowed to get the address of an array subscript, even if the array has the register qualifier, if the array is really a pointer. by Anders Carlsson · 16 years ago
  57. 6e10a08 make some diagnostics more terse, update testcases. by Chris Lattner · 16 years ago
  58. 77250c8 Added back 'CodeGen' to test suite (accidentally removed in my last patch). by Ted Kremenek · 16 years ago
  59. a6e4d21 Implemented casts for ConcreteInt and ConcreteIntLValue. by Ted Kremenek · 16 years ago
  60. e0e713b Fix PR1965: missing diagnostics for parameters that are missing by Chris Lattner · 16 years ago
  61. 868d08f Fix a bogus test by Chris Lattner · 16 years ago
  62. 338d1e2 Fix a rewriter crash when the whole body of a foreach is itself by Chris Lattner · 16 years ago
  63. 6860f3c Fix PR1921 by promoting negative indices to intptrty. by Chris Lattner · 16 years ago
  64. 890d93e by Steve Naroff · 16 years ago
  65. 5bfe18c getLLVMFieldNo can't be called before emitting the base value. by Lauro Ramos Venancio · 16 years ago
  66. 8df106e A pointer to an opaque type is an "opaque type definition". by Lauro Ramos Venancio · 16 years ago
  67. b1284ac Fix codegen for conditionals with incommpatible pointer types. Code by Eli Friedman · 16 years ago
  68. 01e3c9e fix a problem reported by Eli, caused by not keeping bool as i1 by Chris Lattner · 16 years ago
  69. e0c5414 make this pass by adding an expected error, add some tests. by Chris Lattner · 16 years ago
  70. b7b032e by Steve Naroff · 16 years ago
  71. 47fb697 Handle incomplete struct initializer. by Devang Patel · 16 years ago
  72. a0f5579 Rewriting of @synchronized. This has one FIXME in it. But this should allow @sychronized to be rewritten. by Fariborz Jahanian · 16 years ago
  73. 2565eef by Steve Naroff · 16 years ago
  74. 356916e Fix a bug where CodeGen would attempt to erase an instruction that was by Eli Friedman · 16 years ago
  75. 5a1deb8 Implement __builtin_offsetof. by Anders Carlsson · 16 years ago
  76. 71a3a8d Fix a bug where we would incorrectly emit a "cannot paste" error by Chris Lattner · 16 years ago
  77. ce6237e Handle binary or in constant expressions. by Anders Carlsson · 16 years ago
  78. a3881fc Correctly handle constants that refer to enums. by Anders Carlsson · 16 years ago
  79. f6884ac Correctly handle scalars in braces. by Anders Carlsson · 16 years ago
  80. ba03eda by Steve Naroff · 16 years ago
  81. 578edc6 by Steve Naroff · 16 years ago
  82. 5c74942 Add support for dispatching an objc message to a variable by Chris Lattner · 16 years ago
  83. da46f3b First half of a fix for the "objc message send in initializer" bug. This only by Chris Lattner · 16 years ago
  84. 1dad5b2 Diagnose bad receiver type. by Fariborz Jahanian · 16 years ago
  85. d47d4f5 Support checking and codegen of constant vector globals by Nate Begeman · 16 years ago
  86. a996033 by Steve Naroff · 16 years ago
  87. 0cbc215 Fix a bug recovering from broken code with a goto that Eli reported. by Chris Lattner · 16 years ago
  88. 7da8d94 Fixed a nasty bug which took a while to come up with a test case, by Fariborz Jahanian · 16 years ago
  89. 116a4b1 add support for -Wundef. by Chris Lattner · 16 years ago
  90. 7d6b46d Problem with ObjC's type-encoding of nested structs causing infinit recursion. by Fariborz Jahanian · 17 years ago
  91. a0c5d0e Implement bitfield write. by Lauro Ramos Venancio · 17 years ago
  92. 3b8c22d Implement bitfield read. by Lauro Ramos Venancio · 17 years ago
  93. c21d9e4 Fix PR1936, a crash on malformed #if. Thanks to Neil for noticing this! by Chris Lattner · 17 years ago
  94. ca10730 Sema::CheckInitializerTypes(). Start simpliying and cleaning up... by Steve Naroff · 17 years ago
  95. 2338d58 Elimate bogus warning when va_start is correctly used in a method. by Fariborz Jahanian · 17 years ago
  96. 2c46ce8 Simplify the bitfield codegen. by Lauro Ramos Venancio · 17 years ago
  97. 7c39ff7 Synthesize methods with va-arg list correctly. by Fariborz Jahanian · 17 years ago
  98. 20ebf8f by Steve Naroff · 17 years ago
  99. 9a75f8a by Steve Naroff · 17 years ago
  100. a46b759 Assert that the type of the cast is equal to the _unqualified_ type of the subexpression. Fixes a problem spotted by Nuno Lopes. by Anders Carlsson · 17 years ago