1. 3144b72 Fix this test case on no-asserts builds by not trying to match the basic by John McCall · 15 years ago
  2. f6a1648 Although we currently have explicit lvalue-to-rvalue conversions, they're by John McCall · 15 years ago
  3. 0982136 Implement -cl-single-precision-constant by Peter Collingbourne · 15 years ago
  4. 61e0786 Implement -cl-opt-disable by Peter Collingbourne · 15 years ago
  5. 830937b IR Gen. part of API support for __block cxx by Fariborz Jahanian · 15 years ago
  6. 1b72677 Improve codegen for initializer lists to use memset more aggressively by Chris Lattner · 15 years ago
  7. a6cf1e7 Add support for the common and nocommon attributes. by Eric Christopher · 15 years ago
  8. 7b3982b FileCheckize. by Eric Christopher · 15 years ago
  9. 7c92342 FileCheckize. by Eric Christopher · 15 years ago
  10. 70b0294 Enhance the init generation logic to emit a memset followed by a few stores when by Chris Lattner · 15 years ago
  11. faa5bfc Declaring local static in global block by Fariborz Jahanian · 15 years ago
  12. f0438e7 Replace \r\n with \n. No functional change. by Nick Lewycky · 15 years ago
  13. cb690b1 Fix a (probably very old) regression where we weren't using the typedef name for anonymous tag types. by Anders Carlsson · 15 years ago
  14. 6c6feac This test does not need to test the alignment of pointers. Make it pass by John McCall · 15 years ago
  15. 02a8078 long => int to make the test pass on system where sizeof(long) = 64. by Francois Pichet · 15 years ago
  16. 8e161ed Microsoft C anonymous struct implementation. by Francois Pichet · 15 years ago
  17. aa4fe05 comparison of AltiVec vectors now gives bool result (fix for 7533) by Anton Yartsev · 15 years ago
  18. 8e8c7e0 Re-enable test with modifications for Neon vector changes in clang. by Bob Wilson · 15 years ago
  19. f08f2dd Temporarily disable this check for Neon vector type mangling. by Bob Wilson · 15 years ago
  20. ba772ba This really seems like a boring set of fixes to our tests to make them more by Chandler Carruth · 15 years ago
  21. b418d74 Simplify some complex emission and implement correct semantics for by John McCall · 15 years ago
  22. 5c8e13f Restore these tests. I think I fixed the problem. We shall see. by Fariborz Jahanian · 15 years ago
  23. ff624c1 Always emit full loads from volatile complex l-values. by John McCall · 15 years ago
  24. 3d56065 Removing these test till redo them so they won't depend on the built compiler. by Fariborz Jahanian · 15 years ago
  25. 4672879 Fix the test for Release. by Argyrios Kyrtzidis · 15 years ago
  26. 981b6fd Fix miscompilation regarding VLAs; subscription of VLA pointers was incorrect. by Argyrios Kyrtzidis · 15 years ago
  27. 4468078 ARM EH uses a different personality function in C. by John McCall · 15 years ago
  28. 926ee13 Tests for inline asm constraints, generic and x86. by John Thompson · 15 years ago
  29. 35cebc3 Unbreak private_extern, which apparently we had zero tests for. by John McCall · 15 years ago
  30. 46ec70e When emitting l-values for bool non-__block decl references, make a pointer by John McCall · 15 years ago
  31. e7bc972 When computing visibility, use the latest declaration's explicit visibility by John McCall · 15 years ago
  32. 26815d9 Restore r117403 (fixing IR gen for bool atomics), this time being less by John McCall · 15 years ago
  33. 1189332 Revert r117403 as it caused PR8480. by Rafael Espindola · 15 years ago
  34. 789a159 Extract procedures to do scalar-to-memory and memory-to-scalar conversions by John McCall · 15 years ago
  35. ac65c62 A couple of tweaks to the visibility rules: by John McCall · 15 years ago
  36. 4846675 Implement GNU C extension: two types are compatible if they appear by Peter Collingbourne · 15 years ago
  37. 80d56a9 Linux still needs these hacks. by Bill Wendling · 15 years ago
  38. da7700e Now that mm_malloc.h was rewritten to *not* include errno.h (see by Bill Wendling · 15 years ago
  39. 5d058e7 test: FileCheck'ize and document test. by Michael J. Spencer · 15 years ago
  40. bb465d7 Reapply r116684 with fixes. The test cases needed to be updated. by Bill Wendling · 15 years ago
  41. 44270d6 support for AltiVec extensions from the Cell architecture by Anton Yartsev · 15 years ago
  42. 9046c22 Allow a string literal to initialize a tail array (PR8217), patch by Chris Lattner · 15 years ago
  43. 1944ec1 Implement __builtin_ia32_vec_ext_v2si function (required by Qt). by Argyrios Kyrtzidis · 15 years ago
  44. 59705ae Add support for UCNs for character literals by Nico Weber · 15 years ago
  45. 022d13d This patch fixes multiple issues in clang's designated init builder and by Douglas Gregor · 15 years ago
  46. 04ea366 tests: Force a triple to avoid wchar_t differences. by Daniel Dunbar · 15 years ago
  47. a0f15b0 Add support for 4-byte UCNs like \U12345678. Warn about UCNs in c90 mode. by Nico Weber · 15 years ago
  48. ecb1b4c Erm...this isn't the same as PR6658. by Bill Wendling · 15 years ago
  49. eb7fe36 MMX conversion work is done. We can remove the FIXMEs. by Bill Wendling · 15 years ago
  50. 2ef48a4 Add same hack to mmx-builtins.c as in Headers/c89.c to get it to pass on Win32. PR6658. by Bill Wendling · 15 years ago
  51. da500ca Do x86_64. by Bill Wendling · 15 years ago
  52. 9ab0a15 Test to verify that all of the MMX builtins are handled by the front-end. by Bill Wendling · 15 years ago
  53. d47e262 Clang part of MMX rewrite (goes with 115243). by Dale Johannesen · 15 years ago
  54. dd0cb22 Add support for attribute((naked)), patch by Zoxc on cfe-commits! by Daniel Dunbar · 15 years ago
  55. c5be7b0 vla expressions used in __typeof__ must be evaluated. Fixes rdar://8476159. by Fariborz Jahanian · 15 years ago
  56. 745da3a Patch implements passing arrays to functions expecting vla. Implements pr7827. by Fariborz Jahanian · 15 years ago
  57. 47423bd Don't crash on _Imaginary. by Argyrios Kyrtzidis · 15 years ago
  58. 7bb1d23 Tweak test to pass -ffreestanding, to avoid platform dependent header issues. by Daniel Dunbar · 15 years ago
  59. f554b1c IRgen/ABI/ARM: Return large vectors in memory. by Daniel Dunbar · 15 years ago
  60. 8aa87c7 IRgen/ABI/ARM: Trust the backend to pass vectors correctly for the given ABI. by Daniel Dunbar · 15 years ago
  61. b4a9aec Testcase for r114585. by Devang Patel · 15 years ago
  62. 4f20944 fix the rest of rdar://8461279 - clang miscompiles address-space qualified atomics by Chris Lattner · 15 years ago
  63. 780a2eb same bug as before, this time with __sync_val_compare_and_swap. by Chris Lattner · 15 years ago
  64. f2b9527 fix __sync_bool_compare_and_swap to work with address-space qualified types. by Chris Lattner · 15 years ago
  65. c7f78c7 filecheckize. by Chris Lattner · 15 years ago
  66. f443570 Fixes an IRgen ICE due to cast of null pointer to a vla type (fixes pr7827). by Fariborz Jahanian · 15 years ago
  67. aa3b57e Implements in IRgen gnu extensions missing LHS for by Fariborz Jahanian · 15 years ago
  68. 1fb019b Problem with gnu conditional extension with missing by Fariborz Jahanian · 15 years ago
  69. 2f474ea Added '|' delimiter to separate inline asm multiple alternative constraints for Clang side of support. by John Thompson · 15 years ago
  70. 1dfc212 Testcase for r114239. by Bill Wendling · 15 years ago
  71. 41e11a9 Sema/transparent_union: Make sure to add implicit cast when constructing by Daniel Dunbar · 15 years ago
  72. 7f18e67 Add a -ftrapv-handler= option which allows a handler to invoke instead of simply aborting when a signed operation overflows. This mirrors the (GCC-incompatible) behaviour from clang 1.0 and 1.1 when -ftrapv was specified, but allows the handler to be defined for each compilation unit. by David Chisnall · 15 years ago
  73. dc24572 Use a temporary file for output which gets renamed after all the writing is finished. by Argyrios Kyrtzidis · 15 years ago
  74. e59d858 IRgen/ABI/x86-32: Realign indirect arguments when the ABI requires us to pass by Daniel Dunbar · 15 years ago
  75. 93ae947 IRgen/ABI/x86_32/Darwin: On Darwin, only structures with SSE vector types get passed by Daniel Dunbar · 15 years ago
  76. fb67d6c IRgen/x86_32/Linux: Linux seems to align all stack objects to 4 bytes, unlike by Daniel Dunbar · 15 years ago
  77. 424a5c6 While handling change of file, check if _current_ file is already seen or not. If current file is seen then it indicates that end of previous file's lexical scope. by Devang Patel · 15 years ago
  78. 1d03891 Revert "Clean up in buildbot directories." by Jakob Stoklund Olesen · 15 years ago
  79. bf3a60b Tweak regex not to accidentally match a trailing \r. by Benjamin Kramer · 15 years ago
  80. ee0f984 Fix pointer-signext.c test case: it was relying on value names, which don't appear in the non-assert build. Switch to using check-next as well. by Cameron Esfahani · 15 years ago
  81. 1484e0d Fix Windows64 target info so pointer arithmetic is done correctly, and no sign extension code is emitted: PtrDiffType needs to be a signed long long. Add a corresponding test case. by Cameron Esfahani · 15 years ago
  82. 4ada2ca Fix VLA miscompilation. by Argyrios Kyrtzidis · 15 years ago
  83. 206caf5 Clean up in buildbot directories. by Jakob Stoklund Olesen · 15 years ago
  84. c77c5cd Try to get this to stop leaving a temporary file on linux. by Eric Christopher · 15 years ago
  85. 4635845 Congruent diagnostic for void* arithmetic. by Abramo Bagnara · 15 years ago
  86. 7da7102 Have Sema check for validity of CGString literal by Fariborz Jahanian · 15 years ago
  87. 0e72864 Adjust a test that's expecting optimizations to be done by Dale Johannesen · 15 years ago
  88. fdc9025 Due to asmparser improvements, this error message is now better by Chris Lattner · 15 years ago
  89. bd7de38 move the hackaround for PR6537 to catch unions as well, fixing the ICE in PR7151 by Chris Lattner · 15 years ago
  90. a7dedf7 PR7242: Make sure to use a different context for evaluating constant by Eli Friedman · 15 years ago
  91. 9c20fa9 A constant initializer never matches the type of the variable it's by John McCall · 15 years ago
  92. db50547 IRgen: Fix silly thinko in r112021, which was generating code for the same expr by Daniel Dunbar · 15 years ago
  93. 6b61fcd stop looking for #uses comments. by Chris Lattner · 15 years ago
  94. d5a83fb remove some tests that aren't adding any value: the check lines don't by Chris Lattner · 15 years ago
  95. 6014f96 Newline at end of file. by Bill Wendling · 15 years ago
  96. cd4c34d Correct this test for the fact that the number of uses is now printed by Duncan Sands · 15 years ago
  97. 4599f34 Fix PR8029, a x86-32 ABI regression in introduced in r112211 by Chris Lattner · 15 years ago
  98. 2e29a99 add radar # by Chris Lattner · 15 years ago
  99. bbae8b4 fix 2xi16 to pass as i32 instead of <2 x i16>. The former passes in by Chris Lattner · 15 years ago
  100. 0fefa41 vector of long and ulong are also classified as INTEGER in x86-64 abi, by Chris Lattner · 15 years ago