1. 95b851e codegen string literals using private linkage now like llvm-gcc, eliminating by Chris Lattner · 15 years ago
  2. 9c10fcf reimplement vector comparisons as [fi]cmp+sext instead of using v[if]cmp. by Chris Lattner · 15 years ago
  3. ae0b243 make these tests pass with the stack canary stuff even on targets where they default to on. by Chris Lattner · 15 years ago
  4. 45483f7 Add stack protector support to clang. This generates the 'ssp' and 'sspreq' by Bill Wendling · 15 years ago
  5. 72240d7 Revrt PR4228 fix for now. by Devang Patel · 15 years ago
  6. d6bebbf fix PR4423. by Chris Lattner · 15 years ago
  7. eb44e0a Add a target triple to a couple of tests which depend on it. Reported by Eli Friedman · 15 years ago
  8. 9983169 It is possible that main input file does not have any symbol with debug info. To handle this edge case, always create main compile unit first. by Devang Patel · 15 years ago
  9. c581e6e testcase for r72869, it turns out that it happens in Ruby. by Chris Lattner · 15 years ago
  10. 4c4c527 PR4390: Make sure to handle anonymous unions correctly while building by Eli Friedman · 15 years ago
  11. a1e6de9 Fix the calling convention for structs/unions containing SSE vectors on by Eli Friedman · 15 years ago
  12. 5db7ae5 Fix PR4372, another case where non-prototyped functions can prevent by Chris Lattner · 15 years ago
  13. db75ad9 Fix test, which could miss failures, and also avoid leaving temporary .i file in by Daniel Dunbar · 15 years ago
  14. 9e7d596 Add stack alignment to x86_64 target data. by Daniel Dunbar · 15 years ago
  15. 8fff257 Remove a few more vector builtins. by Eli Friedman · 15 years ago
  16. e0ae8bd Now that LLVM CodeGen can handle the generic variations a bit better, by Eli Friedman · 15 years ago
  17. 61d004a PR4339: make sure to properly extend/trunc the index of a vector element by Eli Friedman · 15 years ago
  18. dc5a1bd Test changes to account for removed builtins. by Eli Friedman · 15 years ago
  19. 2968b77 weak_import should not make definitions have weak linkage. by Daniel Dunbar · 15 years ago
  20. fdf4986 ABI handling: Fix nasty thinko where IRgen could generate an out-of-bounds read by Daniel Dunbar · 15 years ago
  21. 34ebf4d PR4316: Fix IRGen for cast-to-union extension. by Eli Friedman · 16 years ago
  22. e528028 Driver: Support -mllvm; this just forwards options to clang-cc. by Daniel Dunbar · 16 years ago
  23. 877db38 Add clang-cc support for -disable-llvm-optzns. by Daniel Dunbar · 16 years ago
  24. a6d75c0 Add support for __builtin_unwind_init. by Eli Friedman · 16 years ago
  25. 3fbc473 PR4289: Make sure "&func" has the right LLVM type when "func" is a by Eli Friedman · 16 years ago
  26. c13f9f0 Simplify run line. by Eli Friedman · 16 years ago
  27. 4572bab Improve __builtin_nanf support; we now can deal with them as constants. by Mike Stump · 16 years ago
  28. bdad6b6 Re-add a slightly more general version of the check from r72578; it is by Eli Friedman · 16 years ago
  29. 46cd81f We don't want to validate bad code, by Mike Stump · 16 years ago
  30. 2d3b36e Note another case that doesn't work yet. by Mike Stump · 16 years ago
  31. 7f79f9b Fixup the rest of the trivial cases of the codegen of volatile. If by Mike Stump · 16 years ago
  32. 2dce5f8 PR4281: Fix bogus CodeGen assertion. The issue is that by Eli Friedman · 16 years ago
  33. eb4f81e Fix a use-of-undefined, IRgen expects the RValue for "void" to be a scalar RValue. by Daniel Dunbar · 16 years ago
  34. 914bb9d Update comment. by Mike Stump · 16 years ago
  35. ad97cd4 And an additional testcase that also works. by Mike Stump · 16 years ago
  36. 49d1cd5 Fixup codegen for volatile structs in the trivial cases (a a=a and a=a=a). by Mike Stump · 16 years ago
  37. 86e13ee When trying to pass an argument on the stack, assume LLVM will do the right by Daniel Dunbar · 16 years ago
  38. c6c14d1 Handle the edge case of a weak function with incomplete type correctly. by Eli Friedman · 16 years ago
  39. cc0442f Fixup codegen for __block int i; i += rhs();. Should also slightly by Mike Stump · 16 years ago
  40. 3a5f5c5 x86_64 ABI: Account for sret parameters consuming an integer register. by Daniel Dunbar · 16 years ago
  41. 6857d9d Set correct calling convention even if there is a bitcast in the way. by Torok Edwin · 16 years ago
  42. 99459b6 Fixup blocks codegen for { __block i; i = rhs(); }, we want the rhs by Mike Stump · 16 years ago
  43. b77e07a Update test by Daniel Dunbar · 16 years ago
  44. c219a15 Remove the -arch option from clang-cc: for all practical purposes, it's by Eli Friedman · 16 years ago
  45. 409bf46 Remove an unused builtin. by Anders Carlsson · 16 years ago
  46. 79dcf5f Add 'cmp' SSE builtins and get rid of a bunch of other builtins. by Anders Carlsson · 16 years ago
  47. 1c1c736 Avoid generating temp in source directory by Daniel Dunbar · 16 years ago
  48. 7ef455b ABI handling: Fix invalid assertion, it is possible for a valid by Daniel Dunbar · 16 years ago
  49. f58cd9b implement __sync_synchronize and __sync_lock_release, rdar://6880573 by Chris Lattner · 16 years ago
  50. 7a574cc implement l-value codegen of comma expr by Chris Lattner · 16 years ago
  51. 836a064 Darwin x86-32 ABI: Now that structure passing is farther along, we by Daniel Dunbar · 16 years ago
  52. 20e95c5 x86-64 ABI: clang incorrectly passes union { long double, float } in by Daniel Dunbar · 16 years ago
  53. cc401dc Darwin x86-32: Multi-dimensional arrays were not handled correctly, by Daniel Dunbar · 16 years ago
  54. 159c763 Make cleanup-stack.c test stronger, and work in release-asserts mode. by Daniel Dunbar · 16 years ago
  55. 573b907 Darwin x86_32: Treat records with unnamed bit-fields as "empty". by Daniel Dunbar · 16 years ago
  56. 349ab51 force a target triple so that the right greppable output happens. by Chris Lattner · 16 years ago
  57. 8236bf1 x86_64 ABI: Ignore padding bit-fields during classification. by Daniel Dunbar · 16 years ago
  58. 2e00116 Darwin x86_32: When coercing a "single element" structure, make sure by Daniel Dunbar · 16 years ago
  59. fcab2ca Darwin x86_32: Ignore padding bit-fields when looking for "single by Daniel Dunbar · 16 years ago
  60. eedd292 Darwin x86_32: Improve bit-field handling for returning records. by Daniel Dunbar · 16 years ago
  61. f7fff32 Darwin x86_32: Ignore arrays of empty structures inside records. by Daniel Dunbar · 16 years ago
  62. e7ac0a9 Fix the atomics sema code to convert operands to the argument types by Chris Lattner · 16 years ago
  63. 5caa370 reimplement __sync_* builtins to be variadic and to follow the same by Chris Lattner · 16 years ago
  64. b03d9af Fix crash with constant initialization of bit-fields in unions. by Eli Friedman · 16 years ago
  65. 868bd0a Improve handling of (X86) target features. - This is a WIP... by Daniel Dunbar · 16 years ago
  66. bdb0132 When defining a function whose type has no prototype, make an effort by Chris Lattner · 16 years ago
  67. 3189e4b PR4143: don't crash generating debug info for incomplete enum types. by Eli Friedman · 16 years ago
  68. 3b660ef PR4134: Implement __builtin_extract_return_addr. by Eli Friedman · 16 years ago
  69. 5e22213 PR4133: fix always_inline implementation to be consistent with gcc. by Eli Friedman · 16 years ago
  70. 0bdaa5b look at the right operand when increasing the size of an asm output, by Chris Lattner · 16 years ago
  71. 3351f11 allow references to the larger value in a tied constraint by Chris Lattner · 16 years ago
  72. a077b5c add support for tying asm operands where the result is smaller than by Chris Lattner · 16 years ago
  73. 50ac766 Remove typo by Daniel Dunbar · 16 years ago
  74. ede9d90 implement support for asm outputs targetting non-simple lvalue destinations by Chris Lattner · 16 years ago
  75. 4df4ee0 handle codegen of asms where a small input is tied to a large output. by Chris Lattner · 16 years ago
  76. fc24e44 Implement bit-field promotion rules for C99. Fixes PR3500. by Douglas Gregor · 16 years ago
  77. ebe9411 Add testcase that illustrates the problem from r69699 regarding tentative definitions of statics by Douglas Gregor · 16 years ago
  78. dd2fb9c Don't assert when we think we need copy/dispose, but don't need them. by Mike Stump · 16 years ago
  79. bad3a94 Don't use indirect memory destinations for inline asm. Fixes 6841383. by Anders Carlsson · 16 years ago
  80. 944af71 Fix for PR4108: be a bit looser with the casts that we accept in by Eli Friedman · 16 years ago
  81. 4d150c8 only support int128_t on 64-bit and larger targets. 32-bit targets don't by Chris Lattner · 16 years ago
  82. 2df9ced initial support for __[u]int128_t, which should be basically by Chris Lattner · 16 years ago
  83. 9f9bf25 Improve compatibility with GCC regarding inline semantics in GNU89 by Douglas Gregor · 16 years ago
  84. eb32fde Simplify the scheme used for keywords, and change the classification by Eli Friedman · 16 years ago
  85. 8e03444 x86-32 ABI: Fix crash on return of structure with flexible array member. by Daniel Dunbar · 16 years ago
  86. cabec03 When calling the cleanup function specified by __attribute__((cleanup)), make sure to bitcast the argument so it has the same type as the first argument of the cleanup function. Fixes <rdar://problem/6827047>. by Anders Carlsson · 16 years ago
  87. 6545994 fix PR4067: [Linux kernel] cannot aggregate codegen stmtexpr as lvalue by Chris Lattner · 16 years ago
  88. b3efa98 Fix handling of C99 "extern inline" semantics when dealing with by Douglas Gregor · 16 years ago
  89. 87de649 Handle corner case where clang-cc is invoked directly to compile preprocessed source file without -main-file-name. In this case, CDDebugInfo is not able identify correct main source file becase SM.isFromMainFile() returns true for locations from header files as well as locations from main source file. by Devang Patel · 16 years ago
  90. d55a71d Fix some mishandling of the attr(gnu_inline) mode when used with by Chris Lattner · 16 years ago
  91. f0a990c fix PR4026: Clang can't codegen __func__ without implicit cast by Chris Lattner · 16 years ago
  92. f1c97eb use of predefined identifiers like __func__ at global scope warn in sema, by Chris Lattner · 16 years ago
  93. cf2a721 the __gnuc_inline__ attribute is actually named __gnu_inline__, PR4023 by Chris Lattner · 16 years ago
  94. 5994d31 Add test case to check line number in debug info. by Devang Patel · 16 years ago
  95. c62aad8 PR3247: Handle a couple of cases where we weren't emitting VLA sizes (and by Eli Friedman · 16 years ago
  96. 8f426fa PR3248: Make sure the evaluate the operand of a sizeof when it has a VLA type. by Eli Friedman · 16 years ago
  97. 4fb71b0 Print an error for uses of __thread on targets which don't support it. by Eli Friedman · 16 years ago
  98. 56ebe50 PR3853: Add CodeGen support for __thread. by Eli Friedman · 16 years ago
  99. f29c8ad fix incorrect lowering of __builtin_ia32_shufpd, rdar://6803924 by Chris Lattner · 16 years ago
  100. bb6f78b rename file. by Chris Lattner · 16 years ago