1. 1a343eb Enter the cleanups for a block outside the enclosing by John McCall · 14 years ago
  2. 51f4708 Rename Expr::Evaluate to Expr::EvaluateAsRValue to make it clear that it will by Richard Smith · 14 years ago
  3. 2a04f1c Fix mismatched new[]/delete[]. by Benjamin Kramer · 14 years ago
  4. 0625366 Fix PR11073 by adding the argument type information to the decl we construct by Eric Christopher · 14 years ago
  5. 73fb350 Recommit: by Eric Christopher · 14 years ago
  6. b001de7 Support for C1x _Atomic specifier (see testcase). This is primarily being committed at the moment to help support C++0x <atomic>, but it should be a solid base for implementing the full specification of C1x _Atomic. by Eli Friedman · 14 years ago
  7. a4ae229 CUDA: IR generation support for device stubs by Peter Collingbourne · 14 years ago
  8. 578faa8 de-tmpify clang. by Benjamin Kramer · 14 years ago
  9. 285cfd8 Throw the switch to convert clang to the new exception handling model! by Bill Wendling · 14 years ago
  10. 77f68bb Bring llvm.annotation* intrinsics support back to where it was in llvm-gcc: can by Julien Lerouge · 14 years ago
  11. acae011 Carry the debug information from single exit unified return block by Eric Christopher · 14 years ago
  12. bcfd1f5 Extend the ASTContext constructor to delay the initialization of by Douglas Gregor · 14 years ago
  13. 777d6e5 Simplify EH control flow by observing that EH scopes form a simple by John McCall · 14 years ago
  14. 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 14 years ago
  15. 0f6ac7c Convert IRBuilder::CreateGEP and IRBuilder::CreateInBoundsGEP to use ArrayRef. by Jay Foad · 14 years ago
  16. 2acc6e3 de-constify llvm::Type, patch by David Blaikie! by Chris Lattner · 14 years ago
  17. 8dd55a3 Change intrinsic getter to take an ArrayRef, now that the underlying function in LLVM does. by Benjamin Kramer · 14 years ago
  18. 9cbe4f0 clang side to match the LLVM IR type system rewrite patch. by Chris Lattner · 14 years ago
  19. bdc4d80 A number of array-related IR-gen cleanups. by John McCall · 14 years ago
  20. bc8d40d Change the IR-generation of VLAs so that we capture bounds, by John McCall · 14 years ago
  21. f85e193 Automatic Reference Counting. by John McCall · 14 years ago
  22. 93c332a Convert Clang over to resuming from landing pads with llvm.eh.resume. by John McCall · 14 years ago
  23. 95d318c Eliminate temporary argument vectors. by Benjamin Kramer · 14 years ago
  24. 7aa488a Fix crash on C++ code when compiling with -finstrument-functions. by Ted Kremenek · 14 years ago
  25. f2aac84 Make CGF.getContext() inlinable, because it's trivial, and optimize by John McCall · 14 years ago
  26. 79be76c Eliminate some literal 8s from EmitNullInitialization() by converting by Ken Dyck · 14 years ago
  27. 6f14165 PR9214: Convert Metadata API to use ArrayRef. by Jay Foad · 14 years ago
  28. f111d93 C1X: implement generic selections by Peter Collingbourne · 14 years ago
  29. bbf3bac Remove PHINode::reserveOperandSpace(). Instead, add a parameter to by Jay Foad · 14 years ago
  30. d26bc76 Use the "undergoes default argument promotion" bit on parameters to by John McCall · 14 years ago
  31. aa11289 DebugInfo can be enabled or disabled at function level (e.g. using an attribute). However, at module level it is determined by command line option and the state of command line option does not change during compilation. Make this layering explicit and fix accidental cases where the code generator was checking whether module has debug info enabled instead of checking whether debug info is enabled for this function or not. by Devang Patel · 14 years ago
  32. e3eb83b Initialize variable. by Bill Wendling · 14 years ago
  33. 9c6082f Revert "Add CC_Win64ThisCall and set it in the necessary places." by Tilmann Scheller · 14 years ago
  34. 88d117c Add CC_Win64ThisCall and set it in the necessary places. by Tilmann Scheller · 14 years ago
  35. 2bef7f5 fix my containsBreak predicate. by Chris Lattner · 14 years ago
  36. ef425a6 Add some helper methods that will be used in my next patch. by Chris Lattner · 14 years ago
  37. c2c9001 Change the interface to ConstantFoldsToSimpleInteger to not encode by Chris Lattner · 14 years ago
  38. c1cfdf8 Add a LangOptions::areExceptionsEnabled and start using it. by Anders Carlsson · 14 years ago
  39. 56ca35d Change the representation of GNU ?: expressions to use a different expression by John McCall · 14 years ago
  40. ad8dcf4 Step #1/N of implementing support for __label__: split labels into by Chris Lattner · 14 years ago
  41. 5936e33 Assorted cleanup: by John McCall · 14 years ago
  42. f315fa8 OpenCL: add support for __kernel, kernel keywords and EXTENSION, by Peter Collingbourne · 14 years ago
  43. 7502c1d Give some convenient idiomatic accessors to Stmt::child_range and by John McCall · 14 years ago
  44. a18652f IRgen: Fix an immediate-exit-from-fn style nit. by Daniel Dunbar · 14 years ago
  45. be4c870 Implement mcount profiling, enabled via -pg. by Roman Divacky · 14 years ago
  46. d16c2cf Reorganize CodeGen{Function,Module} to eliminate the unfortunate by John McCall · 14 years ago
  47. 7143325 Do the right thing for zero-initializing VLAs that don't have a zero by John McCall · 15 years ago
  48. 36f893c Move all the cleanups framework code into a single file. Pure motion. by John McCall · 15 years ago
  49. 150b462 Better framework for conditional cleanups; untested as yet. by John McCall · 15 years ago
  50. 5576d9b Support the zero-initialization of VLAs when that really means a zero by John McCall · 15 years ago
  51. b842437 When simplifying a cleanup's entry by merging it into a single predecessor, by John McCall · 15 years ago
  52. 9f0c7cc Simplify mem{cpy, move, set} creation with IRBuilder. by Benjamin Kramer · 15 years ago
  53. e23cf43 Restore r121752 without modification. by John McCall · 15 years ago
  54. 5bfe232 Pull out r121752 in case it's causing the selfhost breakage. by John McCall · 15 years ago
  55. 0e88aa7 Factor out most of the extra state in a FunctionProtoType into a separate by John McCall · 15 years ago
  56. 075f8f1 Added ParenType type node. by Abramo Bagnara · 15 years ago
  57. bc07a55 Use CodeGenFunction's getContext(), for consistency. by Dan Gohman · 15 years ago
  58. 189d6ef Permit constant evaluation of const floating-point variables with by John McCall · 15 years ago
  59. d2829b7 Remove unused argument. by Devang Patel · 15 years ago
  60. e71d60d Teach PopCleanupBlock to correctly handle the possibility of branching through by John McCall · 15 years ago
  61. 0680e97 If we're resolving all outstanding fixups, and there are multiple fixups by John McCall · 15 years ago
  62. 745da3a Patch implements passing arrays to functions expecting vla. Implements pr7827. by Fariborz Jahanian · 15 years ago
  63. 8abdbd8 Adjust a fixup's starting branch if it's being resolved because by John McCall · 15 years ago
  64. 3019c44 When emitting a new-expression inside a conditional expression, by John McCall · 15 years ago
  65. 7d8647f Implement the EH cleanup to call 'operator delete' if a new-expression throws by John McCall · 15 years ago
  66. 4c40d98 Teach IR generation to return 'this' from constructors and destructors by John McCall · 15 years ago
  67. 2de56d1 GCC didn't care for my attempt at API compatibility, so brute-force everything by John McCall · 15 years ago
  68. f16aa10 Go back to asking CodeGenTypes whether a type is zero-initializable. by John McCall · 15 years ago
  69. d608cdb Experiment with using first-class aggregates to represent member function by John McCall · 15 years ago
  70. cf2c85e Abstract more member-pointerness out. by John McCall · 15 years ago
  71. 838d796 More cleanup enabling. by John McCall · 15 years ago
  72. cd2d2b7 Sketch out a framework for delaying the activation of a cleanup. by John McCall · 15 years ago
  73. b3a29f1 Revise r110163: don't mark weak functions nounwind, because the optimizer by John McCall · 15 years ago
  74. faa3449 IRGen support for functions returning objc object types. Fixes PR7865. by Fariborz Jahanian · 15 years ago
  75. 25c2c8f Simplify code and add comments, in code that generate debug info for constant integer globals, based on Chris's feedback. by Devang Patel · 15 years ago
  76. 8d30838 Even if a constant's evaluated value is used, emit debug info for the constant variable. by Devang Patel · 15 years ago
  77. 9021718 Inline a special case of EmitAggregateCopy into EmitNullInitialization by John McCall · 15 years ago
  78. 39dad53 Do a very simple pass over every function we emit to infer whether we can by John McCall · 15 years ago
  79. 413e677 When creating a jump destination, its scope should be the scope of the by John McCall · 15 years ago
  80. 7cd4b06 Test for the presence of EH branch-throughs instead of normal branch-throughs. by John McCall · 15 years ago
  81. ff331c1 Remove the vast majority of the Destroy methods from the AST library, by Douglas Gregor · 15 years ago
  82. ff8e115 Revise cleanup IR generation to fix a major bug with cleanups (PR7686) by John McCall · 15 years ago
  83. 5a6fbcf Keep track of artificial scopes introduced by line directives. For example, by Devang Patel · 15 years ago
  84. 1f0fca5 Rename LazyCleanup -> Cleanup. No functionality change for these last three by John McCall · 15 years ago
  85. 7495f22 Rip out EHCleanupScope. by John McCall · 15 years ago
  86. 4d939e6 Remove unused argument. by Devang Patel · 15 years ago
  87. 83252dc Follow the implementation approach suggested by PR6687, by Chris Lattner · 15 years ago
  88. 6c552c1 implement rdar://5739832 - operator new should check for overflow in multiply, by Chris Lattner · 15 years ago
  89. da65ea8 Teach IR generation how to lazily emit cleanups. This has a lot of advantages, by John McCall · 15 years ago
  90. 744016d Provide a hook for the benefit of clients using clang IR gen as a subroutine: by John McCall · 15 years ago
  91. 66d80a9 When destroying a cleanup, kill any references to instructions in the entry by John McCall · 15 years ago
  92. f1549f6 Validated by nightly-test runs on x86 and x86-64 darwin, including after by John McCall · 15 years ago
  93. 3416199 Revert "IRgen: Make sure any prolog instructions get debug info.", the lexical by Daniel Dunbar · 15 years ago
  94. 727bd97 IRgen: Make sure any prolog instructions get debug info. by Daniel Dunbar · 15 years ago
  95. fbe02ff misc tidying by Chris Lattner · 15 years ago
  96. 77b89b8 finally get around to doing a significant cleanup to irgen: by Chris Lattner · 15 years ago
  97. 35b21b8 Change IR generation for return (in the simple case) to avoid doing silly by Chris Lattner · 15 years ago
  98. 8dab657 polish the -finstrument-functions implementation, patch by Nelson Elhage! by Chris Lattner · 15 years ago
  99. 7255a2d implement support for -finstrument-functions, patch by Nelson Elhage! by Chris Lattner · 15 years ago
  100. 5687a5c Rename __tcf_ to __cxx_global_array_dtor. Remove the UniqueAggreDestructorCount from CodeGenFunction and let LLVM handle uniquing the internal functions instead. by Anders Carlsson · 15 years ago