1. db9eeb8 Update for encapsulating the "construct*AlignmentFromInt" methods. by Bill Wendling · 12 years ago
  2. 4c919eb ARM: Use a dedicated intrinsic for vector bitwise select. by Jim Grosbach · 12 years ago
  3. 258f930 Tidy up. Trailing whitespace and 80 columns. by Jim Grosbach · 12 years ago
  4. 847665d Grammar. by Eric Christopher · 12 years ago
  5. 20ec2c4 Update and expand comment. by Eric Christopher · 12 years ago
  6. 28e3c99 Handle a captured this for the debug information as well. by Eric Christopher · 12 years ago
  7. 195ff58 Fix awkward comment. by Eric Christopher · 12 years ago
  8. 9b5ede5 Update clang for API change. by Benjamin Kramer · 12 years ago
  9. f56faa0 Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments. by Dmitri Gribenko · 12 years ago
  10. ba77cb9 Fix includes of llvm and clang files that used angle brackets. by Craig Topper · 12 years ago
  11. 82bad6b Fix thunk emission for covariant virtual functions in cases which require by Eli Friedman · 12 years ago
  12. cf15f17 Fix line endings. by Eli Friedman · 12 years ago
  13. d5a73dc Reapply: by Eric Christopher · 12 years ago
  14. 22b617f Revert "Make clang emit a flag for DW_AT_object_pointer for the artificial" by Eric Christopher · 12 years ago
  15. 2b6eb9d Make clang emit a flag for DW_AT_object_pointer for the artificial by Eric Christopher · 12 years ago
  16. 1b5c336 Remove some redundancy from constant aggregate emission. No functionality change. by Richard Smith · 12 years ago
  17. 85f90bd Update comment and space. by Eric Christopher · 12 years ago
  18. 3ed6b91 The type of the self and cmd variables should be artificial. (Note by Eric Christopher · 12 years ago
  19. 1ad23d6 Remove redundant semicolons which are null statements. by Dmitri Gribenko · 12 years ago
  20. e5f0588 When a bad UTF-8 encoding or bogus escape sequence is encountered in a by Richard Smith · 12 years ago
  21. 7ac9ef1 -fcatch-undefined-behavior: Factor emission of the creation of, and branch to, by Richard Smith · 12 years ago
  22. f9fdcc0 In ARC, if we're emitting assembly markers for calls to by John McCall · 12 years ago
  23. 9ed63f8 Use custom ABIInfo for le32/PNaCl argument codegen by Derek Schuff · 12 years ago
  24. 2d234d73 Fixing the return type information for objc_sync_enter and objc_sync_exit. Patch thanks to Joe Ranieri! by Aaron Ballman · 12 years ago
  25. 31ba613 Dont cast away const needlessly. Found by gcc48 -Wcast-qual. by Roman Divacky · 12 years ago
  26. fcf75a3 Update for r163231. by Chad Rosier · 12 years ago
  27. 45e4e08 Changing of type checking order on InitListExpr by Jin-Gu Kang · 12 years ago
  28. 790cbd8 [ms-inline asm] Set the inline assembly dialect in CodeGen. by Chad Rosier · 12 years ago
  29. ef5c554 [ms-inline asm] Remove the Inline Asm Non-Standard Dialect attribute. This by Chad Rosier · 12 years ago
  30. 2ab7d43 Minor cleanup to improve code readability. No functional change intended. by Chad Rosier · 12 years ago
  31. 568ba87 Revert r163083 per chandlerc's request. by Joao Matos · 12 years ago
  32. 94a7142 Rename ANDROIDEABI to Android. by Logan Chien · 12 years ago
  33. 5be92de Implemented parsing and AST support for the MS __leave exception statement. Also a minor fix to __except printing in StmtPrinter.cpp. Thanks to Aaron Ballman for review. by Joao Matos · 12 years ago
  34. 17d35c3 Normalize line endings of r163013 (part 2). by Joao Matos · 12 years ago
  35. 6666ed4 Improved MSVC __interface support by adding first class support for it, instead of aliasing to "struct" which had some incorrect behaviour. Patch by David Robins. by Joao Matos · 12 years ago
  36. a6c66ce Change the representation of builtin functions in the AST by Eli Friedman · 12 years ago
  37. a484fc7 Make alignment computation for pointer values for builtins handle by Eli Friedman · 12 years ago
  38. d1a8d2e [ms-inline asm] Have MSAsmStmts use the generic EmitAsmStmt codegen function. by Chad Rosier · 12 years ago
  39. 1aba778 CUDA: give correct address space to globals declared in functions by Peter Collingbourne · 12 years ago
  40. a23b91d [ms-inline asm] Rename EmitGCCAsmStmt to EmitAsmStmt and have it accept by Chad Rosier · 12 years ago
  41. 36d5cea Fix PR13704 by Michael Liao · 12 years ago
  42. 33f0558 [ms-inline asm] Add virtual function, getClobber, that returns a StringRef. by Chad Rosier · 12 years ago
  43. 5c7f594 [ms-inline asm] Rename getClobber to getClobberStringLiteral. No functional by Chad Rosier · 12 years ago
  44. 06d4368 CodeGen: Hoist check from recursive function to its only callsite. by Benjamin Kramer · 12 years ago
  45. cfa07e3 CodeGen: When emitting stores for an initializer, only emit a GEP if we really need the store. by Benjamin Kramer · 12 years ago
  46. da083b2 [ms-inline asm] Rename GenerateAsmString to generateAsmString to conform with by Chad Rosier · 12 years ago
  47. b41ba1a Fix a CodeGen bug where we would skip zero-initialization for by Eli Friedman · 12 years ago
  48. 5b092ef Remove spurious string literal for bool argument. by Richard Smith · 12 years ago
  49. 9d3e226 -fcatch-undefined-behavior: add the -ftrapv checks to the set of things caught by Richard Smith · 12 years ago
  50. df5faf5 [ms-inline asm] As part of a larger refactoring, rename AsmStmt to GCCAsmStmt. by Chad Rosier · 12 years ago
  51. c831d8b Fix integer unsigned behavior in clang due to signed left shift overflow. by Richard Smith · 12 years ago
  52. 56d7f23 [ms-inline asm] Change the -fenable-experimental-ms-inline-asm option from a by Chad Rosier · 12 years ago
  53. 1708360 Fix 80-column violation. by Chad Rosier · 12 years ago
  54. be3ace8 [ms-inline asm] Refactor code. No functional change intended. by Chad Rosier · 12 years ago
  55. 3b6bef9 Push ArrayRef through the Expr hierarchy. by Benjamin Kramer · 12 years ago
  56. 2c9f87c New -fcatch-undefined-behavior features: by Richard Smith · 12 years ago
  57. 1ddbd89 Fix a few -Wdocumentation warnings. by Dmitri Gribenko · 12 years ago
  58. 42b6055 [ms-inline asm] Remove an unused argument. This logic can now be reused by the by Chad Rosier · 12 years ago
  59. 70517ca Fix a bunch of -Wdocumentation warnings. by Dmitri Gribenko · 12 years ago
  60. a904e01 Fix transposed optional / required in Objective-C metadata (GNUstep runtime) by David Chisnall · 12 years ago
  61. 8e4c189 Attempt to fix clang bootstrap (broken by r162425). by Eli Friedman · 12 years ago
  62. ea93e40 Use the alignment from lvalue emission to more accurately compute the alignment by Eli Friedman · 12 years ago
  63. 2735df2 [ms-inline asm] Start sending non-simple inline asms to the AsmParser. by Chad Rosier · 12 years ago
  64. d48bcb2 Reduce duplicated hash map lookups. by Benjamin Kramer · 12 years ago
  65. a7afeb0 [driver] Add support for the --param ssp-buffer-size= driver option. PR9673 by Chad Rosier · 12 years ago
  66. 05c5ebc [asan] If we are compiling with ASan, add metadata indicating dynamically initialized globals. Patch by Reid Watson, reviewed by Richard Smith by Kostya Serebryany · 12 years ago
  67. 929bbfb When performing a trivial copy of a C++ type, we must be careful not by John McCall · 12 years ago
  68. 0a7dd78 Screw around with ObjCRuntime some more, changing the by John McCall · 12 years ago
  69. d64c2eb Fix a pair of bugs relating to properties in ARC. by John McCall · 12 years ago
  70. bf3a966 Reapply: by Eric Christopher · 12 years ago
  71. 003e756 Reapply: by Eric Christopher · 12 years ago
  72. 1dc7ab0 Temporarily revert r162066 and r162062 to see if it brings the gdb bots back. by Eric Christopher · 12 years ago
  73. e7259aa Fix undefined behavior in debug info emission: operator* on WeakVH returns a by Richard Smith · 12 years ago
  74. 8bf4ab3 Add some caching here for the builtin types. by Eric Christopher · 12 years ago
  75. c076ef6 Make isa part of objc_object at metadata generation time. by Eric Christopher · 12 years ago
  76. c58dcdc Convert loads and stores of vec3 to vec4 to achieve better code generation. Add test case. by Tanya Lattner · 12 years ago
  77. ac45293 Devirtualize calls on glvalues produced by class member access expressions. by Richard Smith · 12 years ago
  78. 9e4abb4 Fix for PR#13606: http://llvm.org/bugs/show_bug.cgi?id=13606 by John Criswell · 12 years ago
  79. 5aad79f [ms-inline asm] Add support for clobbers in CodeGen. by Chad Rosier · 12 years ago
  80. dece8b3 Revert this to try to bring the i386 bots back. by Eric Christopher · 12 years ago
  81. 2f834a5 [ms-inline asm] Add support for clobbers in CodeGen. by Chad Rosier · 12 years ago
  82. ce23bb7 irgen: inline code for several of complex builtin calls. // rdar://8315199 by Fariborz Jahanian · 12 years ago
  83. 550a9d8 Avoid using i64 types for vld1q_lane/vst1q_lane intrinsics. by Bob Wilson · 12 years ago
  84. 634b3d2 ARM: enable struct byval for AAPCS-VFP. by Manman Ren · 12 years ago
  85. 0d72910 Factor out computation of whether a typeid's expression is potentially by Richard Smith · 12 years ago
  86. 860de6b This is always going to be true so the cast isn't necessary. by Eric Christopher · 12 years ago
  87. 60e2580 Add comments for turning on byval by Manman Ren · 12 years ago
  88. c972c92 Don't emit an invoke whose normal destination is a landingpad. Fixes test by Eli Friedman · 12 years ago
  89. 16ba7c8 ARM: enable struct byval for AAPCS. by Manman Ren · 12 years ago
  90. 8ce9cca Decrementing std::string::end is not portable, use array access instead. by Joerg Sonnenberger · 12 years ago
  91. 74896e0 [ms-inline asm] Use the new Inline Asm Non-Standard Dialect attribute. by Chad Rosier · 12 years ago
  92. 79f3098 Fix AAPCS ABI. I can't actually test this, but it restores the behavior from before r159168. PR13562. by Eli Friedman · 12 years ago
  93. 42f74f2 clang support for Bitrig (an OpenBSD fork); patch by David Hill. by Eli Friedman · 12 years ago
  94. 48a05b9 [ms-inline asm] Add basic codegen support for simple asm stmts. Currently, by Chad Rosier · 12 years ago
  95. 859c65c Fix an assertion failure with a C++ constructor initializing a by Eli Friedman · 12 years ago
  96. c343dd8 objc-arc: set nonlazybind attribute on objc_retain/ by Fariborz Jahanian · 12 years ago
  97. c7fb748 If we don't have a complete type for the array type yet either then by Eric Christopher · 12 years ago
  98. d0a97c4 Remove some unintended changes from my last patch. by Eric Christopher · 12 years ago
  99. 363e5ac Make sure when we get the replacement type for a template argument by Eric Christopher · 12 years ago
  100. a841c19 Add __builtin_readcyclecounter() to produce the @llvm.readcyclecounter() intrinsic. by Hal Finkel · 12 years ago