1. 3ecd785 Reapply patch for adding support for address spaces and added a isVolatile field to memcpy, memmove, and memset. by Mon P Wang · 15 years ago
  2. c7cbed0 Avoid unneeded calls to opt/llvm-dis. by Daniel Dunbar · 15 years ago
  3. fae7bf2 Merge several tests into switch.c. by Daniel Dunbar · 15 years ago
  4. c90f56d Revert r100193 since it causes failures in objc in clang by Mon P Wang · 15 years ago
  5. 8facca6 Reapply patch for adding support for address spaces and added a isVolatile field to memcpy, memmove, and memset. by Mon P Wang · 15 years ago
  6. 658f679 Slightly relax test case. An upcoming LLVM commit will change the xor instruction. by Jakob Stoklund Olesen · 15 years ago
  7. 7c76027 Fix test in -Asserts build. by Daniel Dunbar · 15 years ago
  8. b5896c3 Revert Mon Ping's 99930 due to broken llvm-gcc buildbots. by Bob Wilson · 15 years ago
  9. 425ef72 Remember the regparm attribute in FunctionType::ExtInfo. Fixes PR3782. by Rafael Espindola · 15 years ago
  10. 366ed48 Fix this test on windows. When running on windows we print by Rafael Espindola · 15 years ago
  11. 3b5caa2 Added support for address spaces and added a isVolatile field to memcpy, memmove, and memset by Mon P Wang · 15 years ago
  12. 264ba48 the big refactoring bits of PR3782. by Rafael Espindola · 15 years ago
  13. d8e10d2 When mapping restrict to noalias, look for 'restrict' on the parameter variable by John McCall · 15 years ago
  14. 0e5f067 Implement new mangling for vectors. by Nick Lewycky · 15 years ago
  15. 7eff7c4 Remove support for nand atomic builtins. They are inconsistently implemented in by Daniel Dunbar · 15 years ago
  16. cb61a7b IRgen: Wrap atomic intrinsics with memory barriers, to ensure we honor the semantics. by Daniel Dunbar · 15 years ago
  17. e0cdb4e Evaluate: Fix a subtle bug in the pointer evaluator in which we would do an by Daniel Dunbar · 15 years ago
  18. a14db75 fix PR6433, crash on va_arg of typedef. by Chris Lattner · 15 years ago
  19. d58562e Fix file reference for derived and composite types. Now, dwarf writer uses strict verifier that ignores debug info for such types if their file info is unknown. by Devang Patel · 15 years ago
  20. b35baae add a codegen hack to work around an AST bug, allowing us to compile the by Chris Lattner · 15 years ago
  21. ba68b08 PR6515: Implement __builtin_signbit and friends. by Eli Friedman · 15 years ago
  22. fdf30ae Remove header file dependencies in block patch test case. by Fariborz Jahanian · 15 years ago
  23. a36e223 add support for a 1<<29 bit in the block flags field to mark blocks using alternate struct return ABI by Blaine Garst · 15 years ago
  24. da18261 really fix 6473 by handling weakref in constant expressions. by Rafael Espindola · 15 years ago
  25. 6a83670 Fix PR6473. by Rafael Espindola · 15 years ago
  26. 468ec6c Revert changes r97693, r97700, and r97718. by John McCall · 15 years ago
  27. 3ff6302 XFAIL these tests on win32, since the win32 buildbot apparently disables all by John McCall · 15 years ago
  28. 2ac7472 Fix __builtin_ia32_roundss and __builtin_ia32_roundsd definitions. by Eric Christopher · 15 years ago
  29. 06a3066 Implement __builtin_dwarf_sp_column(). by John McCall · 15 years ago
  30. 29a4071 fix a buildbot failure, this was passing for me because the by Chris Lattner · 15 years ago
  31. eeeb49a merge asm-2.c into asm.c, remove asm-inout.c because it is by Chris Lattner · 15 years ago
  32. b992259 fix PR6475, we were doing side-effecting stuff in an assert. by Chris Lattner · 15 years ago
  33. 2752c01 add framework for ARM builtins, Patch by Edmund Grimley Evans! by Chris Lattner · 15 years ago
  34. db7b72a Support constant-evaluation of __builtin_nans* as well as the correct constant by John McCall · 15 years ago
  35. 1a4bb5c Make this test portable to ABIs that use sret. by John McCall · 15 years ago
  36. b7d3589 Fix test case and convert fully to FileCheck. by John McCall · 15 years ago
  37. 0b0ef0a Canonicalize parameter and return types before computing ABI info. Eliminates by John McCall · 15 years ago
  38. 70c23cd Emit debug info for VectorType. by Devang Patel · 15 years ago
  39. 573e59d fix buildbot failure on windows by slightly trimming test output to ignore temporary name by Blaine Garst · 15 years ago
  40. 11e8ce7 Add support for the weakref attribute. We still produce "alias weak" as llvm-gcc does, but are more strict on what uses of weakref we accept. by Rafael Espindola · 15 years ago
  41. 2a7eb28 Unconditionally support block introspection data in a new field at the end by Blaine Garst · 15 years ago
  42. 18da88a PR6386: Fix a recent regression in IRGen of cast-to-union constructs. by Eli Friedman · 15 years ago
  43. f3f8d2a Allow redefinitions of extern inline functions in GNU89 mode, just as GCC by Charles Davis · 15 years ago
  44. d19429f Distinguish two lexical blocks at the same level. by Devang Patel · 15 years ago
  45. f0122fe dllimport and dllexport are declspec attributes, too. They're also by Charles Davis · 15 years ago
  46. a92d613 Use getLocStart(), instead of getLocEnd(), to record starting location of objc method. :) by Devang Patel · 15 years ago
  47. 74f7293 Emit the 'alignstack' LLVM function attribute when we encounter a function by Charles Davis · 15 years ago
  48. d263e7b Use current location as the location of compiler generated arguments, e.g. self, _cmd etc. by Devang Patel · 15 years ago
  49. 195337d IRgen: Add CreateMemTemp, for creating an temporary memory object for a particular type, and flood fill. - CreateMemTemp sets the alignment on the alloca correctly, which fixes a great many places in IRgen where we were doing the wrong thing. by Daniel Dunbar · 15 years ago
  50. 04a67a6 Standardize the parsing of function type attributes in a way that by John McCall · 15 years ago
  51. d82bf2d Convert this test to FileCheck instead of grepping LLVM IR. by Charles Davis · 15 years ago
  52. 16c4f3c Now that we store calling conventions in the types, use them instead of by Charles Davis · 15 years ago
  53. aa74a1e Implement promotion for enumeration types. by Douglas Gregor · 15 years ago
  54. 4581581 ARM/APCS: Fix classification of small complex integer types as "integer like". by Daniel Dunbar · 15 years ago
  55. 4cc753f ARM/APCS: Pass Complex types following llvm-gcc. by Daniel Dunbar · 15 years ago
  56. b9f7096 Don't explicitly force utf strings into the __TEXT,__ustring by Chris Lattner · 15 years ago
  57. 188aed3 New test case. by Devang Patel · 15 years ago
  58. 679855a ARM/APCS ABI: Fix some problems with bit-fields in structures. After rereading by Daniel Dunbar · 15 years ago
  59. 21fd7d7 Fix an incorrect union layout assert. Fixes PR6164. by Anders Carlsson · 15 years ago
  60. f95dd73 Adjust testcase for recent DWARF printer changes. by Benjamin Kramer · 15 years ago
  61. d2635a4 Fix for Release-Asserts. by Mike Stump · 15 years ago
  62. c31176d Use -fno-math-errno by default, and remove the IsMathErrnoDefault by Dan Gohman · 15 years ago
  63. 3f27b38 __builtin_object_size(ptr, type) returns -1 for type = {0,1} if there are any side-effects. by Benjamin Kramer · 15 years ago
  64. 8b7124a Add test for annotate attribute for coverage. by Eli Friedman · 15 years ago
  65. 5b088a1 Fix minor oversight for increment/decrement of complex int. Add tests for by Eli Friedman · 15 years ago
  66. 9b71b97 Add a couple more tests for coverage. by Eli Friedman · 15 years ago
  67. efa42f7 Don't look through casts when looking for the underlying decl for a function by Eli Friedman · 15 years ago
  68. 7c8f9b7 fix typo by Chris Lattner · 15 years ago
  69. 998eab1 fix opencl extvector element extraction on rvalues. We previously by Chris Lattner · 15 years ago
  70. fee667f Update for the intrinsic changes in llvm: the object size intrinsic by Eric Christopher · 15 years ago
  71. 38b48af clang -cc1: Rename -mcpu to -target-cpu to match other target options and not alias driver/backend option. by Daniel Dunbar · 15 years ago
  72. 80737ad Update tests to use %clang instead of 'clang', and forcibly disable use of ' by Daniel Dunbar · 15 years ago
  73. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  74. 01ed063 Make tests use the new clang -cc1 flag. by Fariborz Jahanian · 15 years ago
  75. c3420ff Revert mmx palignr to use an intrinsic, since mmx shuffle patterns are missing. by Nate Begeman · 15 years ago
  76. ce5818a Support x86's PALIGNR instruction without the use of a palignr intrinsic. by Nate Begeman · 15 years ago
  77. 386ca78 Fix for PR5709: use the computed type of the declaration instead of the by Eli Friedman · 15 years ago
  78. 6ef83cc Remove include of system header. by Daniel Dunbar · 15 years ago
  79. 972adb8 Use clang-cc in this test. by Daniel Dunbar · 15 years ago
  80. bc773a0 Switch over to checking .ll files instead of .s files. by Mike Stump · 15 years ago
  81. c08582b add 'F' to a bunch of libm builtins so that codegen doesn't die on them, by Chris Lattner · 15 years ago
  82. 7c176fa fix comment. by Chris Lattner · 15 years ago
  83. 36a2be1 consolidate some tests. by Chris Lattner · 15 years ago
  84. 761acc1 implement rdar://7346691 by codegen'ing struct/array initializers by Chris Lattner · 15 years ago
  85. ff933b7 simplify a condition and add a testcase. by Chris Lattner · 15 years ago
  86. 63db522 Use '-FOO' 'BAR' instead of '-FOO=BAR' for FOO in -stack-protector, -fvisibility, and -fconstant-string-class. by Daniel Dunbar · 15 years ago
  87. 8a90ac0 Normalize options to use '-FOO' instead of '--FOO'. by Daniel Dunbar · 15 years ago
  88. a760199 Update a test to FileCheck. by Anders Carlsson · 15 years ago
  89. baf524d Use intptr_t from stdint.h (in freestanding mode) instead of redefining it here by Ken Dyck · 15 years ago
  90. 228db47 Convert test to FileCheck. by Daniel Dunbar · 15 years ago
  91. e37f4b8 Driver: Use '-target-abi' 'FOO' instead of '-target-abi=FOO'. by Daniel Dunbar · 15 years ago
  92. a31100e Pass '-mcpu' 'FOO' instead of '-mcpu=FOO'. by Daniel Dunbar · 15 years ago
  93. 600d47e Fix some codegen tests to include positive checks. by Daniel Dunbar · 15 years ago
  94. 53e8484 Switch -f{builtin,math-errno,rtti} and -analyzer-purge-dead to -...no... variants instead of using llvm::cl::init(true) arguments. by Daniel Dunbar · 15 years ago
  95. fff9403 Remove unnecessary &&s. by Daniel Dunbar · 15 years ago
  96. 5e530af Added block type introspection support. by David Chisnall · 15 years ago
  97. 23afaad Don't #include <stdio.h> when tests don't need it, or use clang instead of clang-cc when they do. by Daniel Dunbar · 15 years ago
  98. b1295da Remove some redundant tests. by Daniel Dunbar · 15 years ago
  99. 9e5cc6b Add -fblocks, -stack-protector, and -fobjc-nonfragile-abi defaulting to driver, by Daniel Dunbar · 15 years ago
  100. 936d2a8 Fix tests after enabling -split-phi-edges. by Jakob Stoklund Olesen · 15 years ago