1. 2bedbf8 Drop Sender from GenerateMessageSend* by Daniel Dunbar · 17 years ago
  2. 98c5ead Protocol related tweaks by Daniel Dunbar · 17 years ago
  3. a008db1 Add @selector(...) codegen support. by Daniel Dunbar · 17 years ago
  4. 259d93d Add NeXT support for (simple) message sends. by Daniel Dunbar · 17 years ago
  5. bbce49b Add ObjC constant string support for NeXT. by Daniel Dunbar · 17 years ago
  6. 0d8a13d Fix compilation warning with help from David Chisnall. by Mike Stump · 17 years ago
  7. f77ac86 Add LangOptions::NeXTRuntime. by Daniel Dunbar · 17 years ago
  8. 208ff5e Change CodeGenModule to only create ObjC runtime for ObjC files by Daniel Dunbar · 17 years ago
  9. 6379a7a Add -fexceptions to Driver by Daniel Dunbar · 17 years ago
  10. 58bf610 Update for IRBuilder template change (update LLVM!) by Daniel Dunbar · 17 years ago
  11. acc5f3e More #include cleaning by Daniel Dunbar · 17 years ago
  12. c4a1dea More #include cleaning by Daniel Dunbar · 17 years ago
  13. de7fb84 More #include cleaning - Remove internal uses of AST.h by Daniel Dunbar · 17 years ago
  14. e91593e More #include cleaning by Daniel Dunbar · 17 years ago
  15. c17a4d3 Add dummy Mac Objective-C runtime interface. by Daniel Dunbar · 17 years ago
  16. 1e04976 Back out r54608 (inline string literals were getting an extra '\0') by Daniel Dunbar · 17 years ago
  17. 9ca8bb0 Fix crash during initialization of a bitfield which followed a zero by Daniel Dunbar · 17 years ago
  18. ec5c2a7 Bug fix, inline string literals were getting an extra '\0'. by Daniel Dunbar · 17 years ago
  19. d9f6910 rename PreDefinedExpr -> PredefinedExpr by Chris Lattner · 17 years ago
  20. d7549e7 80 cols by Nico Weber · 17 years ago
  21. afef76e Handle BuiltinType::WChar inside CodeGenTypes::ConvertNewType(). by Argyrios Kyrtzidis · 17 years ago
  22. 85e3568 update to make IRBuilder API change. by Chris Lattner · 17 years ago
  23. 159346a ParseAST now conditionally deletes the passed ASTConsumer. by Ted Kremenek · 17 years ago
  24. 8239713 Fix EmitNullInitializationToLValue for bitfield lvalues. - PR2643 by Daniel Dunbar · 17 years ago
  25. 10e3ded Fix bitfield accesses which straddle the boundary of the underlying type. by Daniel Dunbar · 17 years ago
  26. 8c6f57c Fix CodeGen of pointer arithmetic in compound assignment statements. by Daniel Dunbar · 17 years ago
  27. a735ad8 Implement GNU asm-label extension support in CodeGen. This fixes by Daniel Dunbar · 17 years ago
  28. 3c827a7 Change CodeGen of global decls to key off of the name (instead of by Daniel Dunbar · 17 years ago
  29. 588b1f0 Remove excess #include. by Ted Kremenek · 17 years ago
  30. 815c78f Refactored driver logic for CodeGen into LLVMCodeGenWriter. This ASTConsumer layers on top of LLVMCodeGen (another existing ASTConsumer) to emit bitcode files to disk. This layering takes this logic out of clang.cpp and puts it directly into the ASTConsumer interface. The benefit is that now --emit-llvm works with both serialized ASTs and regular source files. by Ted Kremenek · 17 years ago
  31. 820b033 Bug fix, CodeGen of (void*) - (void*) was broken. - <rdar://problem/6122967> by Daniel Dunbar · 17 years ago
  32. 76526a5 Avoid creating dummy block when no indirect gotos are present. by Daniel Dunbar · 17 years ago
  33. 0ffb125 Add CodeGen support for indirect goto. by Daniel Dunbar · 17 years ago
  34. c63a1f2 by Chris Lattner · 17 years ago
  35. 6bfed7e Support constructor and destructor attributes in CodeGen by Daniel Dunbar · 17 years ago
  36. 05d2fb4 Fix a regression I introduced in r54107: by Chris Lattner · 17 years ago
  37. c500451 Updated to match new atomic names (to enable overloading for pointers to by Mon P Wang · 17 years ago
  38. f9eede1 Fix implicit initialization of structures. by Daniel Dunbar · 17 years ago
  39. 9986eab Change CodeGenModule GlobalDeclMap to directly reference globals by Daniel Dunbar · 17 years ago
  40. bd012ff Rework codegen emission of globals - No (intended) functionality change. by Daniel Dunbar · 17 years ago
  41. 58a7a26 Fix codegen of chained declarations by Daniel Dunbar · 17 years ago
  42. d394cc6 Fix a bug in my previous patch, CGF is not valid for constants outside a function by Chris Lattner · 17 years ago
  43. 9619662 remove uses of QualType::getCanonicalType() from codegen for PR2189 by Chris Lattner · 17 years ago
  44. b77792e change more instances of QualType::getCanonicalType to call by Chris Lattner · 17 years ago
  45. 91d723d implement codegen support for labels at the end of stmtexprs. by Chris Lattner · 17 years ago
  46. 345f720 minor tidying, no functionality change. by Chris Lattner · 17 years ago
  47. 1e9660e Fix rdar://6103124, the only dummy blocks are ones without names. Named blocks by Chris Lattner · 17 years ago
  48. abfaf99 X86 builtin fixes by Nate Begeman · 17 years ago
  49. 7a66d7b Generate vector compares in codegen by Nate Begeman · 17 years ago
  50. 69ce1df Move comment to match style by Nate Begeman · 17 years ago
  51. 16f2357 Rework codegen of case ranges by Daniel Dunbar · 17 years ago
  52. 4efde8d Fix EmitCaseStmtRange to ignore empty ranges by Daniel Dunbar · 17 years ago
  53. 9a847f5 don't depend on the result of CreateNeg to be a binop by Chris Lattner · 17 years ago
  54. f31627f Fix a codegen crash on: by Chris Lattner · 17 years ago
  55. 8ee6a63 Add note to check what __alignof__ a function type should be. by Daniel Dunbar · 17 years ago
  56. 9140845 Prevent codegen crash on sizeof(<function type>), a gcc extension. by Daniel Dunbar · 17 years ago
  57. 1caae95 Implement bzero, memset, memmove builtins. by Daniel Dunbar · 17 years ago
  58. 4493f79 Implement nans, prefetch, and trap builtins. by Daniel Dunbar · 17 years ago
  59. 14ecaef Kill an unused variable warning by Daniel Dunbar · 17 years ago
  60. 780f329 move two more lists of protocols over to use ObjCList<ObjCProtocolDecl>, by Chris Lattner · 17 years ago
  61. a933c3c Add __builtin_powi[fl] support by Daniel Dunbar · 17 years ago
  62. 3db6cae introduce a new ObjCList templated class and start moving by Chris Lattner · 17 years ago
  63. 04b2900 Implement ffs, parity, and popcount builtins. + test case by Daniel Dunbar · 17 years ago
  64. 1565e03 don't pass in null as the Name for GenerateClassStructure, by Chris Lattner · 17 years ago
  65. 6c5df7f Add support shufpd by Mon P Wang · 17 years ago
  66. 1f3846e Fix for codegen crash on multibit bool bitfield initialization by Daniel Dunbar · 17 years ago
  67. ca33f79 remove CGObjCEtoile until it compiles. by Chris Lattner · 17 years ago
  68. 6a705f0 Codegen support for __builtin_stdarg_start by Chris Lattner · 17 years ago
  69. af99417 Fixed bugzilla bug# 2489. by Sanjiv Gupta · 17 years ago
  70. 21cb712 Remove removed header. by Bill Wendling · 17 years ago
  71. b7cfe88 Make a few related changes: by Chris Lattner · 17 years ago
  72. 58cbd06 Add missing include file (due to a file splitting in llvm). by Cedric Venet · 17 years ago
  73. a421007 refactor more objc codegen interfaces to pass around selectors so by Chris Lattner · 17 years ago
  74. fba6763 indenting and other minor things. by Chris Lattner · 17 years ago
  75. d002cc6 refactor interface to GenerateClassStructure to avoid converting a by Chris Lattner · 17 years ago
  76. 5e7dcc6 remove the old getSelector implementation, which removes some by Chris Lattner · 17 years ago
  77. 9384c76 avoid a lot of unneeded selector processing work by passing around by Chris Lattner · 17 years ago
  78. 42ba3e7 use cheaper/simpler getselector call for @selector exprs. by Chris Lattner · 17 years ago
  79. 8e67b63 start avoid doing lots of unneeded work handling selectors by Chris Lattner · 17 years ago
  80. 3aba07c improve indentation, avoid thrashing on maps and recalculating strings as much. by Chris Lattner · 17 years ago
  81. dce1406 give CreateObjCRuntime a full CGM so it can get whatever state it needs, by Chris Lattner · 17 years ago
  82. 630404b Fix 80 col violations, assert on assumptions. by Chris Lattner · 17 years ago
  83. 550b8db a temporary minimal hack to get clang building after the getStringValue changes in llvm mainline. by Chris Lattner · 17 years ago
  84. 09b6bf5 Updated atomic intrinsic name from llvm r52706. Fixed dropped bit in shufps. by Mon P Wang · 17 years ago
  85. 8fdf328 "Support for Objective-C message sends which return structures. Also includes a small fix for constant string handling that should have been in the last patch (sorry!) and a hook for generating selectors (rest of this implementation to follow in the next patch)." by Chris Lattner · 17 years ago
  86. 4e0b264 "This is a small fix for a bug where static object instances were being incorrectly generated. The bug was caused by my inability to read the GNU libobjc source and is only apparent when JITing code (static compilation does not expose the bug due to the data layout of other globals)." by Chris Lattner · 17 years ago
  87. 13fd7e5 "this patch adds code generation hooks for Objective-C constant strings. It also modifies Sema so that Objective-C constant strings are treated as untyped objects if the interface for the constant string class can not be found. This is consistent with Apple GCC. I thought it was consistent with GNU GCC, since this was causing failures when trying to compile GNUstep with (GNU) GCC, but it appears that this is not the case when attempting to produce a simple test case to demonstrate it. Possibly there is a way of making the error go away, but I haven't found out what it is yet." by Chris Lattner · 17 years ago
  88. 18ae3cf Don't add isa with @defs only to work around it in the code generator, patch by Chris Lattner · 17 years ago
  89. 9ea5884 Remove tabs. by Mike Stump · 17 years ago
  90. 4111024 Change self/_cmd to be instances of ImplicitParamDecl instead of ParmVarDecl. by Chris Lattner · 17 years ago
  91. 5549976 This patch is motivated by numerous strict-aliasing warnings when compiling by Ted Kremenek · 17 years ago
  92. 9e800e3 force size of alloca to i32, which is currently required by LLVM IR. by Chris Lattner · 17 years ago
  93. 1e692ac Basic support for volatile loads and stores. Stores the volatile by Eli Friedman · 17 years ago
  94. a7a6dc0 Make CodeGenFunction::EmitDecl() recognise CXXClass/CXXStruct/CXXUnion. by Argyrios Kyrtzidis · 17 years ago
  95. 39ba4ae -Changes to TagDecl: by Argyrios Kyrtzidis · 17 years ago
  96. 507de85 Generate debug descriptors for array types while generating the debug info. by Sanjiv Gupta · 17 years ago
  97. d4cbda6 implement the alias attirbute (in both Sema and Codegen) by Nuno Lopes · 17 years ago
  98. 3cd1a2d fix compiler warnings by Nuno Lopes · 17 years ago
  99. 2659052 Don't crash emitting an initializer for a static local with union type. by Eli Friedman · 17 years ago
  100. c53296e Fix crash with conversion to an address-space-qualified pointer. Bug by Eli Friedman · 17 years ago