1. 34d55e1 Fix formatting. No functional change. by Craig Topper · 11 years ago
  2. 52d08fe Use the new boolean to StringRef function to generate the proper StringRefs. by Bill Wendling · 11 years ago
  3. b0e603c Debug Info / EmitCallArgs: arguments may modify the debug location. by Adrian Prantl · 11 years ago
  4. d10e5c2 Remove trailing whitespace. by Craig Topper · 11 years ago
  5. 1cc87df Remove trailing whitespace. by Craig Topper · 11 years ago
  6. ea7fb0c [PowerPC] Support powerpc64le as a syntax-checking target. by Bill Schmidt · 11 years ago
  7. 11311ea Fix GNU ObjC ABI for a message returning a struct. by Eli Friedman · 11 years ago
  8. 7185d62 Remove the mblaze backend from clang. by Rafael Espindola · 11 years ago
  9. cab4a09 Replace the "NoFramePointerElimNonLeaf" target option with a function attribute. by Bill Wendling · 11 years ago
  10. 3b47759 Debug Info: Fine-tune the simple return expression location handling to by Adrian Prantl · 11 years ago
  11. 09ade33 typo. by Adrian Prantl · 11 years ago
  12. 0323a78 Partial revert of r185568. by Eli Bendersky · 11 years ago
  13. b6cdc96 Debug Info: Fix an oversight of r186553. Ensure that the function prologue by Adrian Prantl · 11 years ago
  14. 21fe450 Use ARM-style representation for C++ method pointers under PNaCl/Emscripten by Mark Seaborn · 11 years ago
  15. b199310 [PowerPC64] Fix passing of single-vector-member structs to match ABI. by Bill Schmidt · 11 years ago
  16. 1f43791 Implement a better fix for r186894 by setting the appropriate type for __byref_variable_layout. by Adrian Prantl · 11 years ago
  17. 334ded9 Debug Info: Acknowledge the alignment when locating byref block variables. by Adrian Prantl · 11 years ago
  18. 45ccf28 Use the updated name for the attribute. by Bill Wendling · 11 years ago
  19. a4130ba [ms-cxxabi] Emit linkonce complete dtors in TUs that need them by Reid Kleckner · 11 years ago
  20. 73701ea Rename D to GD to match the type, which is GlobalDecl by Reid Kleckner · 11 years ago
  21. ddcff1b Tighten up the set of operator new/operator delete calls we're permitted to by Richard Smith · 11 years ago
  22. a5e6601 Make IgnoreParens() look through ChooseExprs. by Eli Friedman · 11 years ago
  23. 6e007f9 Simplify the CodeGenFunction::Build*Virtual*Call family of functions by Timur Iskhodzhanov · 11 years ago
  24. 4fa7eab OpenMP: basic support for #pragma omp parallel by Alexey Bataev · 11 years ago
  25. 8fed3f4 Update createCompileUnit call for llvm changes. by Eric Christopher · 11 years ago
  26. b061ce2 s/BuiltinLocation/ArtificialLocation/ by Adrian Prantl · 11 years ago
  27. b2d1392 Instead of checking against some version of "isType()" go ahead and by Eric Christopher · 11 years ago
  28. 0a10323 Fix a compile error caught by bb-chapuni. by Adrian Prantl · 11 years ago
  29. 6e73edf Fix a compile error caught by bb-chapuni. by Adrian Prantl · 11 years ago
  30. b3f111b Don't generate bogus line table entries for __copy_helper_block_ and by Adrian Prantl · 11 years ago
  31. ed6bbe4 Replace llvm::DIBuilder::DisableDebugLocations() with two RAII interfaces by Adrian Prantl · 11 years ago
  32. 18a0cd5 Clarified documentation. by Adrian Prantl · 11 years ago
  33. 5f4554f Simplify logic by using the appropriate function. by Adrian Prantl · 11 years ago
  34. 7dab97b 80-column fixes. by Eric Christopher · 11 years ago
  35. ab96e56 Propagate alignment for _Complex by JF Bastien · 11 years ago
  36. 21cde05 Make Expr::isConstantInitializer match IRGen. by Eli Friedman · 11 years ago
  37. be6d913 Fix crash on complex constant zero. by Eli Friedman · 11 years ago
  38. 09df2b0 ARM: implement low-level intrinsics for the atomic exclusive operations. by Tim Northover · 11 years ago
  39. b960232 Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]). by Craig Topper · 11 years ago
  40. 0f855a9 Reformat line. by Eric Christopher · 11 years ago
  41. 688cf5b Move BlockLiteralGeneric earlier in CGDebugInfo and remove by Eric Christopher · 11 years ago
  42. d3003dc Update a few comments and reformat a decl for clarity. by Eric Christopher · 11 years ago
  43. ad5b69d Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector size. by Craig Topper · 11 years ago
  44. 658cd2c PR16214, PR14467: DebugInfo: use "RequireCompleteType" to decide when to emit the full definition of a type in -flimit-debug-info by David Blaikie · 11 years ago
  45. 226399c Correctly classify pack expansions as NON_CANONICAL_UNLESS_DEPENDENT by David Blaikie · 11 years ago
  46. c250192 Changes so that a few tests do not fail when running under guarded malloc. by Argyrios Kyrtzidis · 11 years ago
  47. 8d230b4 Use function attributes to pass along the stack protector buffer size instead of making it a target option. by Bill Wendling · 11 years ago
  48. c1b8d09 Compute 'this' correctly for block in lambda. by Eli Friedman · 11 years ago
  49. eb1f276 Fix build. by Eli Friedman · 11 years ago
  50. 5154dce Add a __builtin_addressof that performs the same functionality as the built-in by Richard Smith · 11 years ago
  51. 336d9df Simplify atomic load/store IRGen. by Eli Friedman · 11 years ago
  52. 7b309b0 Use a LexicalScope here since it is one and it will encapsulate by Eric Christopher · 11 years ago
  53. e579889 Get rid of dead/useless code for block mangling. by Eli Friedman · 11 years ago
  54. a967935 Apply BlackList -> SpecialCaseList rename in Clang. by Peter Collingbourne · 11 years ago
  55. 4b87382 Reapply an improved version of r180816/180817. by Adrian Prantl · 11 years ago
  56. b9bad79 Simplify code. No functional change. by Craig Topper · 11 years ago
  57. 1847c71 Don't use mangleCXXRTTIName in TBAA for C code. by Eli Friedman · 11 years ago
  58. 6b9240e Use SmallVectorImpl& for function arguments instead of SmallVector. by Craig Topper · 11 years ago
  59. 64b22d8 Add target hook CodeGen queries when generating builtin pow*. by Eli Bendersky · 11 years ago
  60. b6b0a71 Debug Info: clean up usage of Verify. by Manman Ren · 11 years ago
  61. 7a36a59 Simplify linkage code for static local vars. by Eli Friedman · 11 years ago
  62. 07369dd Fix mangling for block literals. by Eli Friedman · 11 years ago
  63. 3b50e8d Restore r184205 and associated commits (after commit of r185290) by Stephen Lin · 11 years ago
  64. 2e43015 Remove dead code. by Eli Friedman · 11 years ago
  65. e1e35f7 [ms-cxxabi] Move CodeGenVTables::needsVTTParameter to ItaniumCXXABI. by Peter Collingbourne · 11 years ago
  66. 1d7bb6c Delete dead code. by Eli Friedman · 11 years ago
  67. 24118f5 Use the zero-argument DIBuilder::createNullPtrType in Clang. by Peter Collingbourne · 11 years ago
  68. 02a01fa Ensure that debugger calls to signature-less functions default to by John McCall · 11 years ago
  69. cd06f26 Rewrite record layout for ms_struct structs. by Eli Friedman · 11 years ago
  70. a7732c7 Remove misplaced comment by Eli Bendersky · 11 years ago
  71. fdf137b Make -vectorize-... proper cc1 flags instead of abusing -backend-option. Fixes by Nick Lewycky · 11 years ago
  72. 12df246 [AST] Introduce a new DecayedType sugar node by Reid Kleckner · 11 years ago
  73. ac8f43c DebugInfo: ensure negative enumerators are emitted as such by David Blaikie · 11 years ago
  74. 35178dc DebugInfo: Support (using GNU extensions) for template template parameters and parameter packs by David Blaikie · 11 years ago
  75. 23e66db DebugInfo: Random tidying up/simplification by David Blaikie · 11 years ago
  76. 373ac0a Teach ARM va_arg to ignore empty structs. by Tim Northover · 11 years ago
  77. f5c3a25 Check for trivial constructibility before emptiness in ARM ABI. by Tim Northover · 11 years ago
  78. 73b8d4b Fix a leak of TargetMachine in clang. We'll continue to leak it on purpose if by Nick Lewycky · 11 years ago
  79. f0c31d9 PR16214: Debug info for types first used via pointers or qualified types & later require definitions by David Blaikie · 11 years ago
  80. 9b60195 [ms-cxxabi] Destroy temporary record arguments in the callee by Reid Kleckner · 11 years ago
  81. 076f51f Fix all the silly things I committed in r184509 by David Blaikie · 11 years ago
  82. eab6a36 Alternative fix for r184473. by David Blaikie · 11 years ago
  83. 98d1ec1 [checked-arithmetic builtins] Added builtins to enable users to perform checked-arithmetic in c. by Michael Gottesman · 11 years ago
  84. 14b0e4b Fix typo in comment. Patch by Matthew Dempsky! by Richard Smith · 11 years ago
  85. 45ff380 Call __cxa_begin_catch before std::terminate() in a noexcept trap. by John McCall · 11 years ago
  86. 6bb1102 Debug Info: Attempt to resolve forward declarations if we are not emitting by Adrian Prantl · 11 years ago
  87. 381c9b7 CodeGen: Don't set 'PMBuilder.DisableSimplifyLibCalls' by Meador Inge · 11 years ago
  88. 3258abc Revert r184205 and associated patches while investigating issue with broken buildbot (possible interaction with LTO) by Stephen Lin · 11 years ago
  89. 41c9bae Debug Info: PR14763/r183329 - specify that non-trivial pass-by-value parameters are stored indirectly by David Blaikie · 11 years ago
  90. 4444dbb Corrections to r184205 ('this'-return optimization) due to the wrong version of the patch being committed originally. by Stephen Lin · 11 years ago
  91. 43a75fc [CodeGen] Move EHScopeStack into its own header by Reid Kleckner · 11 years ago
  92. 9063302 [ms-cxxabi] Emit and install appropriately mangled vbtables by Reid Kleckner · 11 years ago
  93. 1fea06d Fix a warning. [-Wunused-variable] by NAKAMURA Takumi · 11 years ago
  94. fc0f91c Debug Info: support for gdwarf-2 gdwarf-3 gdwarf-4 by Manman Ren · 11 years ago
  95. 776bfa1 Add some comments to r184252. by Adrian Prantl · 11 years ago
  96. 14c1a13 Emit forward decls for structs with declarations only when we are by Adrian Prantl · 11 years ago
  97. ee76e72 [multiprecision-builtins] Added missing builtin __builtin_{add,sub}cb for {add,sub} with carry for bytes. by Michael Gottesman · 11 years ago
  98. d4c0cd0 CodeGen: Have 'this'-returning constructors and destructors to take advantage of the new backend 'returned' attribute. by Stephen Lin · 11 years ago
  99. b8b5297 Add support for -fpcc-struct-return. Patch by Arthur O'Dwyer! by John McCall · 11 years ago
  100. 2736f2e Remove an ugly hack that was meant to eliminate the breakpoint ambiguity by Adrian Prantl · 11 years ago