1. 06fb867 Change ConvertDeclSpecToType to break out of switch instead of by Chris Lattner · 17 years ago
  2. 35fef52 Alternate address spaces work: by Chris Lattner · 17 years ago
  3. 8ff0778 Split out incomplete arrays from VariableArrayType into by Eli Friedman · 17 years ago
  4. 73458bf by Steve Naroff · 17 years ago
  5. 42730c5 Substituted all instances of the string "Objc" for "ObjC". This fixes by Ted Kremenek · 17 years ago
  6. c08564a When promoting array to pointer for argument, don't lose type qualifiers. by Chris Lattner · 17 years ago
  7. 959e5be Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  8. bccfc15 reenable this code, fix the testcase. by Chris Lattner · 17 years ago
  9. c2f7307 disable my commit from yesterday, fixing a regression test failure. by Chris Lattner · 17 years ago
  10. 6ad7e88 Implement C99 6.7.5.3p1 by Chris Lattner · 17 years ago
  11. dcb2b1e Refactoring work. ObjcQualifiedIdType is now derived from 'Type'. by Fariborz Jahanian · 17 years ago
  12. c1a88c1 by Steve Naroff · 17 years ago
  13. e76e841 Patch to implemented objective-c's dynamic object pointer qualified with by Fariborz Jahanian · 17 years ago
  14. 336b2e8 Simplified setting up Method's scope before generating AST for its nody. by Fariborz Jahanian · 17 years ago
  15. 2240f54 Rename Sema method to follow class naming convention by Nate Begeman · 17 years ago
  16. 434fa8d by Steve Naroff · 17 years ago
  17. ff746bc Some code clean up in the form of name changes for functions which by Fariborz Jahanian · 17 years ago
  18. 8473b22 Added class context to method declarations. Provide "interface *" type by Fariborz Jahanian · 17 years ago
  19. ea86cb8 Insert invisble arguments to method definition header. by Fariborz Jahanian · 17 years ago
  20. dfb1c37 First patch toward rewriting of method definitions. This is work in progress. by Fariborz Jahanian · 17 years ago
  21. 91193f6 Patch to create protocol conforming class types. by Fariborz Jahanian · 17 years ago
  22. 2fd1c65 move IdentifierTable.h from liblex to libbasic. by Chris Lattner · 17 years ago
  23. 3fafa10 by Steve Naroff · 17 years ago
  24. 0acc9c9 by Steve Naroff · 17 years ago
  25. 1830be7 by Steve Naroff · 17 years ago
  26. 81f1bba by Steve Naroff · 17 years ago
  27. 63b6a64 by Steve Naroff · 17 years ago
  28. 24c9b98 Polish yesterday's Array/ConstantArray/VariableArray rewrite, removing a couple FIXME's. by Steve Naroff · 17 years ago
  29. d1ad6ae by Steve Naroff · 17 years ago
  30. 47958f6 extwarn about VLAs in C89 mode. by Chris Lattner · 17 years ago
  31. 1a7d991 c++'0x has long long also. by Chris Lattner · 17 years ago
  32. 11f20f9 warn about long long when in c89 mode. by Chris Lattner · 17 years ago
  33. 91b03f7 by Steve Naroff · 17 years ago
  34. 209689a by Steve Naroff · 17 years ago
  35. 5328f31 add sema support for complex integer types by Chris Lattner · 17 years ago
  36. 11b649c by Steve Naroff · 17 years ago
  37. 36be3d8 remove more explicit accesses to the canonical type pointer. by Chris Lattner · 17 years ago
  38. f0c4a0a rename isReferenceType to follow the new scheme. by Chris Lattner · 17 years ago
  39. 7cbb146 by Steve Naroff · 17 years ago
  40. 4b00965 Fix a couple of bugs, add some new cool stuff. by Chris Lattner · 17 years ago