1. 56a44f7 Simplify code. No functionality change. by Benjamin Kramer · 15 years ago
  2. 85b4521 Remove remaining VISIBILITY_HIDDEN from anonymous namespaces. by Benjamin Kramer · 15 years ago
  3. 183700f Change all the Type::getAsFoo() methods to specializations of Type::getAs(). by John McCall · 15 years ago
  4. db52dcd Reflow comments and some minor whitespace fixups. by Mike Stump · 15 years ago
  5. 09105f5 Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRefExpr". by Fariborz Jahanian · 15 years ago
  6. 7765934 Switch to SmallString::str from SmallString::c_str. by Daniel Dunbar · 15 years ago
  7. 154440e Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr. by Fariborz Jahanian · 15 years ago
  8. c9c88b4 Update for LLVM API change. by Owen Anderson · 15 years ago
  9. b3589f4 Canonicalize else spacing. by Mike Stump · 15 years ago
  10. bc0a222 Update for LLVM API change. by Owen Anderson · 15 years ago
  11. 0d9c54c Switch to using llvm::Value::getName() by Daniel Dunbar · 15 years ago
  12. 4a28d5d Update for LLVM API change. by Owen Anderson · 15 years ago
  13. a1cf15f Update for LLVM API change, and contextify a bunch of related stuff. by Owen Anderson · 15 years ago
  14. 6924382 Update for LLVM API change. by Owen Anderson · 15 years ago
  15. 87415d2 Update clang for the add ->add/fadd split. Likewise for sub and mul. by Chris Lattner · 15 years ago
  16. 42f963d Support complex properties, ivars and message expressions. by Daniel Dunbar · 15 years ago
  17. 4b76b4f Implement VisitCXXExprWithTemporaries for complex expressions. by Anders Carlsson · 15 years ago
  18. 7f79f9b Fixup the rest of the trivial cases of the codegen of volatile. If by Mike Stump · 15 years ago
  19. e9f2f45 Functions that return references can be rvalues as well. by Anders Carlsson · 15 years ago
  20. ab3a852 Change compound assignment operators to keep track of both the promoted by Eli Friedman · 15 years ago
  21. c110c54 Some minor fixes for complex IRGen. by Eli Friedman · 15 years ago
  22. 7976932 Minor cleanup for choose expressions: add a helper that returns the by Eli Friedman · 15 years ago
  23. 1e4db7c rip out __builtin_overload by Chris Lattner · 15 years ago
  24. 0785570 Use EmitVAListRef instead of EmitLValue directly to handle array decay by Daniel Dunbar · 15 years ago
  25. 4e484b8 Support va_arg on _Complex. by Daniel Dunbar · 15 years ago
  26. 3498bdb Introduce a new expression node, ImplicitValueInitExpr, that by Douglas Gregor · 15 years ago
  27. 56f0d16 Fix typo by Daniel Dunbar · 15 years ago
  28. e12d8e3 Comment fix. by Daniel Dunbar · 15 years ago
  29. 9615ecb Normalize many BasicBlock names. by Daniel Dunbar · 16 years ago
  30. a448fb2 Rework IRgen invariant w.r.t. current insert point. by Daniel Dunbar · 16 years ago
  31. 0518999 Introduce a single AST node SizeOfAlignOfExpr for all sizeof and alignof expressions, both of values and types. by Sebastian Redl · 16 years ago
  32. d57a871 Add CodeGenFunction::EmitBranch. by Daniel Dunbar · 16 years ago
  33. 55e8742 Centralize basic block creation in CodeGenFunction::createBasicBlock. by Daniel Dunbar · 16 years ago
  34. 45d196b Move IRBuilder type definition to common file. - No functionality change. by Daniel Dunbar · 16 years ago
  35. 7f8ea5c Add Objective-C property setter support. by Daniel Dunbar · 16 years ago
  36. 7267f78 Add CodeGen support for CXXZeroInitValueExpr. by Argyrios Kyrtzidis · 16 years ago
  37. 488e993 Change WarnUnsupported to ErrorUnsupported (in name and in practice). by Daniel Dunbar · 16 years ago
  38. de7fb84 More #include cleaning - Remove internal uses of AST.h by Daniel Dunbar · 16 years ago
  39. 85e3568 update to make IRBuilder API change. by Chris Lattner · 16 years ago
  40. 9619662 remove uses of QualType::getCanonicalType() from codegen for PR2189 by Chris Lattner · 16 years ago
  41. 5549976 This patch is motivated by numerous strict-aliasing warnings when compiling by Ted Kremenek · 16 years ago
  42. c4777f1 Add support for init lists for complex variables. by Eli Friedman · 16 years ago
  43. 2c62a1a use simplified API for making fp constants. by Chris Lattner · 16 years ago
  44. 50b3674 update to follow mainline llvm API change. by Chris Lattner · 16 years ago
  45. 0442108 Add support for C++ default arguments, and rework Parse-Sema by Chris Lattner · 16 years ago
  46. 984d0b4 tracking API changes arising from r49277 by Gabor Greif · 16 years ago
  47. 9b2dc28 Since isComplexType() no longer returns true for _Complex integers, the code by Chris Lattner · 16 years ago
  48. 36b6a0a simplify the clang codegen by using the new Builder.CreateStructGEP method. by Chris Lattner · 16 years ago
  49. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 16 years ago[Renamed from CodeGen/CGExprComplex.cpp]
  50. 67295d0 Implement first round of feedback on __builtin_overload by Nate Begeman · 16 years ago
  51. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  52. 7a9d49f Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. Now by Ted Kremenek · 17 years ago
  53. dc4d280 convert the rest of the stderr users in codegen to use diagnostics. by Chris Lattner · 17 years ago
  54. e9b8c0a Fix 80 col violations. by Devang Patel · 17 years ago
  55. 27437ca Add a new ChooseExpr::isConditionTrue method to unify some code. by Chris Lattner · 17 years ago
  56. 50c9034 Use LLVMFoldingBuilder by Devang Patel · 17 years ago
  57. ca2617c update to match llvm mainline api by Chris Lattner · 17 years ago
  58. 419ea7e When dumping out errors about unsupported stuff, emit loc info. by Chris Lattner · 17 years ago
  59. 124dd7b Fixed compilation on Windows. by Hartmut Kaiser · 17 years ago
  60. d627889 Updated calls to CreateGEP to new interface in LLVM mainline. by Ted Kremenek · 17 years ago
  61. 7e20d09 add support for complex stmtexpr's by Chris Lattner · 17 years ago
  62. 9b65551 Generalize RValue to handle complex better, generalize EmitCompoundStmt to by Chris Lattner · 17 years ago
  63. 6b5d0bf implement a fixme by Chris Lattner · 17 years ago
  64. ab340c2 implement codegen of compound assignment operators for complex. by Chris Lattner · 17 years ago
  65. 612c40c update fixme's by Chris Lattner · 17 years ago
  66. 3219c5d implement complex division by Chris Lattner · 17 years ago
  67. 190dbe2 be slightly more volatile correct by Chris Lattner · 17 years ago
  68. 3707b25 refactor scalar conversions out into CGExprScalar.cpp by Chris Lattner · 17 years ago
  69. d272ff0 Implement casts from scalar -> complex and complex->complex. by Chris Lattner · 17 years ago
  70. db68f1b implement codegen for complex literals. by Chris Lattner · 17 years ago
  71. 7f02f72 completely refactor codegen of scalar expressions out into its own CGExprScalar.cpp file. by Chris Lattner · 17 years ago
  72. 566b6ce rename two files. by Chris Lattner · 17 years ago[Renamed (99%) from CodeGen/CGComplexExpr.cpp]
  73. d0b1203 implement codegen of builtin_choose_expr for complex. by Chris Lattner · 17 years ago
  74. 6bc1ade implement complex subtraction by Chris Lattner · 17 years ago
  75. 23b1cdb implement passing of complex and aggregates through call args. by Chris Lattner · 17 years ago
  76. 419d25e add support for codegen of calls returning complex. by Chris Lattner · 17 years ago
  77. e73e8e2 add some fixme's, implement complex struct members. by Chris Lattner · 17 years ago
  78. 3070f98 implement codegen for --/++ by Chris Lattner · 17 years ago
  79. e98a11c implement __extension__ and unary~ for complex. by Chris Lattner · 17 years ago
  80. fa2b9c9 implement codegen for complex unary +/- by Chris Lattner · 17 years ago
  81. 776c649 minor nicities. by Chris Lattner · 17 years ago
  82. 8bcd723 implement support for complex subscripts. by Chris Lattner · 17 years ago
  83. 76e8033 allow support for volatile lvalues even though it's still not right. by Chris Lattner · 17 years ago
  84. 5083a53 add a new builder ivar. by Chris Lattner · 17 years ago
  85. 46d7d9f move EmitLoadOfComplex/EmitStoreOfComplex into ComplexExprEmitter. by Chris Lattner · 17 years ago
  86. 756a4d8 implement comma for complex. by Chris Lattner · 17 years ago
  87. 4034edb and/or/xor are invalid for complex, even integer complex apparently. by Chris Lattner · 17 years ago
  88. 58dee10 reimplement support for complex comparisons, add support for integer complex compares. by Chris Lattner · 17 years ago
  89. 2823c19 reimplement complex mul by Chris Lattner · 17 years ago
  90. 05ba49c update some comments. by Chris Lattner · 17 years ago
  91. b6ef18a Split complex arithmetic codegen out from aggregate codegen. by Chris Lattner · 17 years ago