1. 2d6a567 constexpr irgen: Add irgen support for APValue::Struct, APValue::Union, by Richard Smith · 13 years ago
  2. bd9482d Eliminate ObjCForwardProtocolDecl, which is redundant now that by Douglas Gregor · 13 years ago
  3. 5120188 Unrevert r147271, reverted in r147361. by Richard Smith · 13 years ago
  4. 375bb14 Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl by Douglas Gregor · 13 years ago
  5. 6da2c71 Switch LValue so that it exposes alignment in CharUnits. (No functional change.) by Eli Friedman · 13 years ago
  6. 15de72c Introduce a module import declaration, so that we properly represent, e.g., by Douglas Gregor · 13 years ago
  7. 4bb6686 Fix wrong-code bug when a const automatic variable of struct type has both a by Richard Smith · 13 years ago
  8. 7a71524 The cheap version of getName() is sufficient here. by Benjamin Kramer · 13 years ago
  9. c3c8f22 CodeGen: Simplify code. by Benjamin Kramer · 13 years ago
  10. 5c247db CodeGen: allow __asm renaming on static local variables. by Benjamin Kramer · 13 years ago
  11. 1a343eb Enter the cleanups for a block outside the enclosing by John McCall · 13 years ago
  12. ddfb8d1 Fix the alignment on scalar parameter variables so that it matches what the AST thinks it should be. Per report on cfe-dev. by Eli Friedman · 13 years ago
  13. 578faa8 de-tmpify clang. by Benjamin Kramer · 13 years ago
  14. b219cfc Switch assert(0/false) llvm_unreachable. by David Blaikie · 13 years ago
  15. 8c25fc5 OpenCL: introduce support for function scope __local variables by Peter Collingbourne · 13 years ago
  16. e289d81 Switch LangOptions over to a .def file that describes header of the by Douglas Gregor · 13 years ago
  17. 77f68bb Bring llvm.annotation* intrinsics support back to where it was in llvm-gcc: can by Julien Lerouge · 13 years ago
  18. 410ffb2 Track whether an AggValueSlot is potentially aliased, and do not by John McCall · 13 years ago
  19. 7c2349b Use stronger typing for the flags on AggValueSlot and require by John McCall · 13 years ago
  20. 045c842 blocks - capturing logic of byref block variable's expression by Fariborz Jahanian · 13 years ago
  21. 736a9c2 Make constant aggregate constant initializers private linkage. by Eric Christopher · 13 years ago
  22. c6fad60 Whitespace and 80-col cleanup. by Eric Christopher · 13 years ago
  23. e1f5490 Whitespace. by Eric Christopher · 13 years ago
  24. 5033be1 checking for __block variable captured by given by Fariborz Jahanian · 13 years ago
  25. b9dbab1 block IRgen - Fixes a crash when determining if given block variable by Fariborz Jahanian · 13 years ago
  26. af0f4d0 Implement function template specialization at class scope extension in Microsoft mode. A new AST node is introduced: ClassScopeFunctionSpecialization. This node holds a FunctionDecl that is not yet specialized; then during the class template instantiation the ClassScopeFunctionSpecialization will spawn the actual function specialization. by Francois Pichet · 13 years ago
  27. fb72081 Fix a couple of problems with initialization and assignment to by John McCall · 13 years ago
  28. 6421162 Rename getInstantiationLineNumber to getExpansionLineNumber in both by Chandler Carruth · 13 years ago
  29. 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 13 years ago
  30. 0f6ac7c Convert IRBuilder::CreateGEP and IRBuilder::CreateInBoundsGEP to use ArrayRef. by Jay Foad · 13 years ago
  31. 2acc6e3 de-constify llvm::Type, patch by David Blaikie! by Chris Lattner · 13 years ago
  32. fbf780a Okay, that rule about zero-length arrays applies to destroying them, too. by John McCall · 13 years ago
  33. ad346f4 Generalize Cleanup::Emit's "isForEH" parameter into a set by John McCall · 13 years ago
  34. 9928c48 Switch field destruction over to use the new destroyer-based API by John McCall · 13 years ago
  35. 2673c68 Fix a lot of problems with the partial destruction of arrays: by John McCall · 13 years ago
  36. 0850e8d More compiler workarounds. I have to admit that I was not by John McCall · 13 years ago
  37. 7566aa2 GCC 4.2 compatibility hack. by John McCall · 13 years ago
  38. bdc4d80 A number of array-related IR-gen cleanups. by John McCall · 13 years ago
  39. bcc3e66 Don't zero-initialize default-initialized local variables that have by Douglas Gregor · 13 years ago
  40. 8fefc8e objc-arc: fix a IRGen crash when checking for by Fariborz Jahanian · 13 years ago
  41. 545d996 LValue carries a type now, so simplify the main EmitLoad/Store APIs by John McCall · 13 years ago
  42. 0c24c80 Honor objc_precise_lifetime in GC mode by feeding the value by John McCall · 13 years ago
  43. bc8d40d Change the IR-generation of VLAs so that we capture bounds, by John McCall · 13 years ago
  44. 19bd77c Remove dead variables. by Benjamin Kramer · 13 years ago
  45. 7acddac Objective-C fast enumeration loop variables are not retained in ARC, but by John McCall · 13 years ago
  46. a07398e Restore correct use of GC barriers. by John McCall · 13 years ago
  47. 175d659 Suppress a warning in -Asserts builds. by John McCall · 13 years ago
  48. f85e193 Automatic Reference Counting. by John McCall · 13 years ago
  49. 98703d3 Do not emit stoppoint before emitting debug info for parameters. by Devang Patel · 13 years ago
  50. 9198126 Rework r132576. by Devang Patel · 13 years ago
  51. c594abd Emit debug info only if there is an insertion point. The debug info should not force an insertion point. Codegen may later on decide to not emit code for some reason, see extensive comment in CodeGenFunction::EmitStmt(), and debug info should not get in the way. by Devang Patel · 13 years ago
  52. 460980d Add unnamed_addr to internal globals which are only used as an operand to memcpy. (Spotted by looking at IR.) by Eli Friedman · 13 years ago
  53. 3e4c6c4 Implement support for C++0x alias templates. by Richard Smith · 13 years ago
  54. 04c9a49 Simplify code a bit by using CallArgList::add. No intended functionality change. by Eli Friedman · 13 years ago
  55. 162e1c1 Support for C++11 (non-template) alias declarations. by Richard Smith · 13 years ago
  56. 12e6d83 Fix typo. by Devang Patel · 13 years ago
  57. 5af02db Move all the significant __block code into CGBlocks.cpp. No functionality by John McCall · 13 years ago
  58. 207f4d8 Add support for language-specific address spaces. On top of that, by Peter Collingbourne · 13 years ago
  59. 60d3365 Extract a function to emit an arbitrary expression as if it were the initializer by John McCall · 13 years ago
  60. 4707b9a Revert r126422 "Use private linkage to avoid symbol conflicts in by Douglas Gregor · 13 years ago
  61. 093ac46 Encode argument numbering in debug info so that code generator can emit them in order. by Devang Patel · 14 years ago
  62. 41ba267 revert r126858. by Devang Patel · 14 years ago
  63. 810b07c by Devang Patel · 14 years ago
  64. 3da5cb2 Revert r126794. by Devang Patel · 14 years ago
  65. 8a04585 Encode argument numbering in debug info so that code generator can emit them in order. by Devang Patel · 14 years ago
  66. bab380c Use private linkage to avoid symbol conflicts in corner cases like the one by Rafael Espindola · 14 years ago
  67. 8178df3 Emit the structure layout of the block literal parameter to a block by John McCall · 14 years ago
  68. 57b3b6a Establish the iteration variable of an ObjC for-in loop before by John McCall · 14 years ago
  69. 3469585 Reorganize the emission of local variables. by John McCall · 14 years ago
  70. 0d3c985 The flags we're supposed to write into a byref struct are *not* the by John McCall · 14 years ago
  71. 4ae493c implement basic support for __label__. I wouldn't be shocked if there are by Chris Lattner · 14 years ago
  72. ad8dcf4 Step #1/N of implementing support for __label__: split labels into by Chris Lattner · 14 years ago
  73. a03733b Ensure that the NRVO flag has some block to insert into. Fixes PR9178! by Nick Lewycky · 14 years ago
  74. 3475380 Simplify test to check an aggregate argument that has non trivial constructor or destructor. by Devang Patel · 14 years ago
  75. 5936e33 Assorted cleanup: by John McCall · 14 years ago
  76. 570729e If an aggregate argument is passed indirectly because it has non trivial by Devang Patel · 14 years ago
  77. d16c2cf Reorganize CodeGen{Function,Module} to eliminate the unfortunate by John McCall · 14 years ago
  78. 6b5a61b A few more tweaks to the blocks AST representation: by John McCall · 14 years ago
  79. 3ad32c8 Convert the exception-freeing cleanup over to the conditional cleanups code, by John McCall · 14 years ago
  80. 52a80e1 Fixes an IRgen bug where __block variable is by Fariborz Jahanian · 14 years ago
  81. 06f486e Replace calls to CharUnits::fromQuantity() with ones to by Ken Dyck · 14 years ago
  82. 1411047 Move name mangling support from CodeGen to AST. In the by Peter Collingbourne · 14 years ago
  83. 0ec89f9 Add support for declaring register contraints in variables. They are only used by Rafael Espindola · 14 years ago
  84. a9de3fa Correct function name in comment. by Nick Lewycky · 14 years ago
  85. 9f0c7cc Simplify mem{cpy, move, set} creation with IRBuilder. by Benjamin Kramer · 14 years ago
  86. 830937b IR Gen. part of API support for __block cxx by Fariborz Jahanian · 14 years ago
  87. 1b72677 Improve codegen for initializer lists to use memset more aggressively by Chris Lattner · 14 years ago
  88. c0f31fd attempt to fix a buildbot failure, apparently apache fails to build. by Chris Lattner · 14 years ago
  89. 70b0294 Enhance the init generation logic to emit a memset followed by a few stores when by Chris Lattner · 14 years ago
  90. 94cd011 add some infrastructure that will let us codegen by Chris Lattner · 14 years ago
  91. 4c53dc1 get some i32/i8/i1 constants from Builder, which is much less painful than by Chris Lattner · 14 years ago
  92. faa5bfc Declaring local static in global block by Fariborz Jahanian · 14 years ago
  93. 41f5e66 Fix warning: enumeration value 'IndirectField' not handled in switch. by Francois Pichet · 14 years ago
  94. e38be61 Fixes synthesis of type for the object which holds info. by Fariborz Jahanian · 14 years ago
  95. 2715b20 Some cleanup of block API code. by Fariborz Jahanian · 14 years ago
  96. 3030eb8 Simplify the logic for emitting guard variables for template static by John McCall · 14 years ago
  97. 112c967 Ensure that static local variables in function templates inherit the by John McCall · 14 years ago
  98. b6bbcc9 Death to blocks, or at least the word "block" in one particular obnoxiously by John McCall · 14 years ago
  99. 34fdee3 Re-enable EH cleanups to destroy __block variables, now that we have a moment to by John McCall · 14 years ago
  100. 558d2ab one piece of code is responsible for the lifetime of every aggregate by John McCall · 14 years ago