1. 9cd4fe4 Handle global variable definitions which change the type of a definition, such as: by Chris Lattner · 17 years ago
  2. 58c3f9e implement codegen for functions whose function body type don't match by Chris Lattner · 17 years ago
  3. 2824723 Support initalisers for more than just int-typed static variables. by Oliver Hunt · 17 years ago
  4. 1438b49 fix a couple switch codegen problems Oliver reported. by Chris Lattner · 17 years ago
  5. 3907323 GCC has an extension where the left hand side of the ? : operator can be omitted. Handle this in a few more places. by Anders Carlsson · 17 years ago
  6. 3e47be5 fix a bug handling typedefs in member expr codegen. Patch by Seo Sanghyeon by Chris Lattner · 17 years ago
  7. 2202bce Fix a codegen crash on void ?: reported by Oliver by Chris Lattner · 17 years ago
  8. c69a581 Support fully general case expressions, patch by Sanghyeon Seo! by Chris Lattner · 17 years ago
  9. fbd9173 Doh! Check in this long overdue test fix. by Christopher Lamb · 17 years ago
  10. 695dbb6 Support lax vector conversions. by Anders Carlsson · 17 years ago
  11. 5026540 Added "complex.c" (a copy of test/Codegen/complex.) to the serialization by Ted Kremenek · 17 years ago
  12. 016765e Support floating point literals of the form "1e-16f" which specify an exponent but no decimal point. by Christopher Lamb · 17 years ago
  13. b594a40 Fixed test case to not expect a warning when one should not be emitted. by Ted Kremenek · 17 years ago
  14. 9e7f0ec Added test cases for -Wfloat-equal to test comparisons against literals that can be by Ted Kremenek · 17 years ago
  15. 251f732 Inlined test case to make it independent of the stmt_exprs test case in test/Sema. by Ted Kremenek · 17 years ago
  16. efb7153 Added the "Serialization" test directory to the set of tests executed. by Ted Kremenek · 17 years ago
  17. f387aeb Added initial test case for testing serialization of ASTs. This test by Ted Kremenek · 17 years ago
  18. 6a18c76 Changed TestRunner.sh to dump the output and generated script files in by Ted Kremenek · 17 years ago
  19. 83c903f Added missing "RUN:" to comment for test case file. This fixed a bug where the test by Ted Kremenek · 17 years ago
  20. b751c28 Fix a bug checking for 'int foo(void)' that didn't look through typedefs of void. by Chris Lattner · 17 years ago
  21. 0d3b50e Fix typo in writable string test by Oliver Hunt · 17 years ago
  22. 01acb91 Adding code gen tests for writable and shared string literals. by Oliver Hunt · 17 years ago
  23. dd1b516 Add more intrinsics. We can now correctly parse both Carbon.h and Cocoa.h without having to do -arch ppc. by Anders Carlsson · 17 years ago
  24. 4cc6271 add several cases that Expr::hasStaticStorage missed, pointed out by Oliver Hunt by Chris Lattner · 17 years ago
  25. 529a4ad by Steve Naroff · 17 years ago
  26. a64db8f Report errors for invalid casts from/to vectors. by Anders Carlsson · 17 years ago
  27. 3f35148 Fixed #include of objc/objc.h so that it works on case-sensitive filesystems. by Ted Kremenek · 17 years ago
  28. 2c7038b Patch to fix a regression caused by recent rewrite changes. by Fariborz Jahanian · 17 years ago
  29. f5f20bd The checking for the delimiters of expected error/warning messages was by Bill Wendling · 17 years ago
  30. a21ddb3 Fix sema support for the gnu ?: expression with a by Chris Lattner · 17 years ago
  31. 09376fd this works. by Chris Lattner · 17 years ago
  32. 6fa9086 Check that the clobber registers are valid. by Anders Carlsson · 17 years ago
  33. ca7aa1f Added more test cases for uninitialized values checker. by Ted Kremenek · 17 years ago
  34. ff7c538 Fixed bogus culling of uninitialized-values "taint" propagation during assignments. by Ted Kremenek · 17 years ago
  35. bfc5e50 Moved dead-stores test cast to a new test suite subdirectory: Analysis. by Ted Kremenek · 17 years ago
  36. 75cf288 improve codegen for global variable initializers, implementing by Chris Lattner · 17 years ago
  37. 04728b7 Check asm input and output expressions. by Anders Carlsson · 17 years ago
  38. 0c3eb29 Fix PR1820, an incredibly subtle macro expansion bug that Neil discovered. by Chris Lattner · 17 years ago
  39. eecf847 GCC fails if there is a trailing colon but no clobbers. by Anders Carlsson · 17 years ago
  40. 5519644 Improve function decl merging, patch by Oliver Hunt! by Chris Lattner · 17 years ago
  41. 74c43a0 Added another test case for the Dead Stores checker that tests that by Ted Kremenek · 17 years ago
  42. 8aefcbf Added test case for dead stores checker (live variables analysis) that tests by Ted Kremenek · 17 years ago
  43. f06273f Put back the flags field in the constant CF string type. by Anders Carlsson · 17 years ago
  44. aa395ba Added test case for dead-stores checker. Test case provided by Nuno Lopes. by Ted Kremenek · 17 years ago
  45. f82228f Tighten up address-of checking, implementing test/Sema/expr-address-of.c. by Chris Lattner · 17 years ago
  46. b283298 fix a bug Steve noticed, where a #import of the main file itself would fail. by Chris Lattner · 17 years ago
  47. 921e9ff Fix a bug handling hex floats in c90 mode, pointed out by Neil. by Chris Lattner · 17 years ago
  48. 41af093 implement test/Sema/typedef-prototype.c, allowing code by Chris Lattner · 17 years ago
  49. 6de88a8 Type encoding for structs. by Fariborz Jahanian · 17 years ago
  50. bac97d4 Fixed a rewrite of metadata bug when category implementation has no matching interface. by Fariborz Jahanian · 17 years ago
  51. 4c1a2a9 Parse "sizeof(arr)[0]" as a sizeof of an expr if arr is an expression. by Chris Lattner · 17 years ago
  52. 1b2c54b Updated test case to flag about comparisons against constants. We may by Ted Kremenek · 17 years ago
  53. c8f488d Modified -Wfloat-equal logic to suppress warnings where floating point values by Ted Kremenek · 17 years ago
  54. db87bca Added -Wfloat-equal option to the driver. This makes warnings about by Ted Kremenek · 17 years ago
  55. 1d09ecc improve handling of address of global when checking for by Chris Lattner · 17 years ago
  56. 232220c Patch to do statically typed ivar references. by Fariborz Jahanian · 17 years ago
  57. 0416fb9 by Steve Naroff · 17 years ago
  58. d848a38 by Steve Naroff · 17 years ago
  59. c43d868 by Steve Naroff · 17 years ago
  60. db8f3d3 pretty priting for method definitions. by Fariborz Jahanian · 17 years ago
  61. f68a63f by Steve Naroff · 17 years ago
  62. 1f7b6f8 Added class context to method declarations. Provide "interface *" type by Fariborz Jahanian · 17 years ago
  63. 3560002 Insert invisble arguments to method definition header. by Fariborz Jahanian · 17 years ago
  64. e3995fe improve decl merging logic to be more correct with by Chris Lattner · 17 years ago
  65. fcc2d26 Add better validation for array types when merging decls. Patch by Chris Lattner · 17 years ago
  66. a1ff3e9 Generate code for member exprs. by Anders Carlsson · 17 years ago
  67. ecb01e6 Remaining work to collect objective-c's type qualifiers and use them to encode by Fariborz Jahanian · 17 years ago
  68. 4ef8dd6 Implement test/Sema/init.c by treating functions as constants. by Chris Lattner · 17 years ago
  69. f9fef92 start adding pading fields. by Devang Patel · 17 years ago
  70. 50b5a30 Fix a typo that prevented pointer-to-int conversions from working. by Anders Carlsson · 17 years ago
  71. 148fe67 Handle function calls that return aggregate expressions. by Anders Carlsson · 17 years ago
  72. 9544ff2 New test to verify llvm struct layout. by Devang Patel · 17 years ago
  73. 3a3ca1b Fixed problem with rewriting stand-alone @implementation (with no matching @interface). by Fariborz Jahanian · 17 years ago
  74. 7da36f6 __real__ and __imag__ can be lvalues. Add support to ast and codegen for them. by Chris Lattner · 17 years ago
  75. ca4e19e Fixed tests. by Fariborz Jahanian · 17 years ago
  76. bb60846 Revisited my last patch to be able to do encoding of ivar types with 'id'. by Fariborz Jahanian · 17 years ago
  77. c2939bc Added type encoding for 'id' type. by Fariborz Jahanian · 17 years ago
  78. a8335a9 Added to test case for "self-comparison check" uses of relation operators: x < x and x > x by Ted Kremenek · 17 years ago
  79. 3ca0bf2 For non-floating point types, added check for expressions of the form by Ted Kremenek · 17 years ago
  80. 6a26155 For checking for floating point comparison using == or !=, we now suppress by Ted Kremenek · 17 years ago
  81. b96728d improve error recovery handling broken 'then' or 'else' stmts in by Chris Lattner · 17 years ago
  82. 3da2db4 casting to void is ok for structs (C99 6.5.4p2), this fixes by Chris Lattner · 17 years ago
  83. abad06c Codegen union member references. by Devang Patel · 17 years ago
  84. 0a96118 Handle non LValue base expressions. by Devang Patel · 17 years ago
  85. e40daa4 by Devang Patel · 17 years ago
  86. 636c3d0 Codegen array initializers. by Devang Patel · 17 years ago
  87. 8e53e72 Codegen global array initializers. by Devang Patel · 17 years ago
  88. f86206f Fix "strbuf += stufflen;" crash. by Devang Patel · 17 years ago
  89. e61933d Fix a recovery bug Fariborz and I noticed yesterday. We were producing: by Chris Lattner · 17 years ago
  90. 126a856 Handle foo()->a = 42; by Devang Patel · 17 years ago
  91. a83cc33 Handle non-constant initializers. by Devang Patel · 17 years ago
  92. dbb46b1 Fix typo. by Devang Patel · 17 years ago
  93. b1e3989 Handle nested structs. typdef struct A { int i; struct A *next; } A by Devang Patel · 17 years ago
  94. b9b00ad Handle simple struct member expr. by Devang Patel · 17 years ago
  95. 9a11b9a Fix a crash on test/Sema/invalid-decl.c by Chris Lattner · 17 years ago
  96. 54d02e9 by Steve Naroff · 17 years ago
  97. d4dd30f by Steve Naroff · 17 years ago
  98. 27b837c UsualArithmeticConversions is crashing with an assert by Chris Lattner · 17 years ago
  99. fd8b4a4 by Steve Naroff · 17 years ago
  100. 02209fb remove typedef. by Chris Lattner · 17 years ago