1. c3420ff Revert mmx palignr to use an intrinsic, since mmx shuffle patterns are missing. by Nate Begeman · 15 years ago
  2. ce5818a Support x86's PALIGNR instruction without the use of a palignr intrinsic. by Nate Begeman · 15 years ago
  3. 386ca78 Fix for PR5709: use the computed type of the declaration instead of the by Eli Friedman · 15 years ago
  4. 6ef83cc Remove include of system header. by Daniel Dunbar · 15 years ago
  5. 972adb8 Use clang-cc in this test. by Daniel Dunbar · 15 years ago
  6. bc773a0 Switch over to checking .ll files instead of .s files. by Mike Stump · 15 years ago
  7. c08582b add 'F' to a bunch of libm builtins so that codegen doesn't die on them, by Chris Lattner · 15 years ago
  8. 7c176fa fix comment. by Chris Lattner · 15 years ago
  9. 36a2be1 consolidate some tests. by Chris Lattner · 15 years ago
  10. 761acc1 implement rdar://7346691 by codegen'ing struct/array initializers by Chris Lattner · 15 years ago
  11. ff933b7 simplify a condition and add a testcase. by Chris Lattner · 15 years ago
  12. 63db522 Use '-FOO' 'BAR' instead of '-FOO=BAR' for FOO in -stack-protector, -fvisibility, and -fconstant-string-class. by Daniel Dunbar · 15 years ago
  13. 8a90ac0 Normalize options to use '-FOO' instead of '--FOO'. by Daniel Dunbar · 15 years ago
  14. a760199 Update a test to FileCheck. by Anders Carlsson · 15 years ago
  15. baf524d Use intptr_t from stdint.h (in freestanding mode) instead of redefining it here by Ken Dyck · 15 years ago
  16. 228db47 Convert test to FileCheck. by Daniel Dunbar · 15 years ago
  17. e37f4b8 Driver: Use '-target-abi' 'FOO' instead of '-target-abi=FOO'. by Daniel Dunbar · 15 years ago
  18. a31100e Pass '-mcpu' 'FOO' instead of '-mcpu=FOO'. by Daniel Dunbar · 15 years ago
  19. 600d47e Fix some codegen tests to include positive checks. by Daniel Dunbar · 15 years ago
  20. 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
  21. fff9403 Remove unnecessary &&s. by Daniel Dunbar · 15 years ago
  22. 5e530af Added block type introspection support. by David Chisnall · 15 years ago
  23. 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
  24. b1295da Remove some redundant tests. by Daniel Dunbar · 15 years ago
  25. 9e5cc6b Add -fblocks, -stack-protector, and -fobjc-nonfragile-abi defaulting to driver, by Daniel Dunbar · 15 years ago
  26. 936d2a8 Fix tests after enabling -split-phi-edges. by Jakob Stoklund Olesen · 15 years ago
  27. 16fea9b PR5526: Make sure to set the right cast kinds for the inserted implicit casts. by Eli Friedman · 15 years ago
  28. f70b24e Make __func__ and friends work correctly within the initializer for a static by Eli Friedman · 15 years ago
  29. 64241fc Obvious fix for PR5474. by Eli Friedman · 15 years ago
  30. 131c981 And now a test fix in +Asserts mode, which I broke. by Daniel Dunbar · 15 years ago
  31. 47d1e82 Fix some tests in -Asserts mode. - FileCheck is a *huuuuge* improvement here. by Daniel Dunbar · 15 years ago
  32. 3ada2df Enable the use of the new llvm objectsize intrinsic. by Mike Stump · 15 years ago
  33. 2475d76 Remove RUN: true lines. by Daniel Dunbar · 15 years ago
  34. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
  35. 75711ec commit test update by Chris Lattner · 15 years ago
  36. eadfeb5 MIPS linkage name confuses gdb here. Generate and test DW_AT_name here. by Devang Patel · 15 years ago
  37. cb9b010 Test case for recent checkin. by Mike Stump · 15 years ago
  38. d739021 Switch XFAIL format to match LLVM. by Daniel Dunbar · 15 years ago
  39. 3114af3 Add missing colons for FileCheck. by Benjamin Kramer · 15 years ago
  40. 3f0147e Fix one more bug with __builtin_object_size. by Mike Stump · 15 years ago
  41. 2623aa2 Add yet more testcases. by Mike Stump · 15 years ago
  42. 48c2af8 Add some more testcases. by Mike Stump · 15 years ago
  43. c6eb131 make clang emit undefs for padding of structs and unions instead of zeros. this enables constant compaction optimizations. by Nuno Lopes · 15 years ago
  44. 7b8da89 make this interpretable. by Chris Lattner · 15 years ago
  45. 6ebd79b make this more interesting, test the static const array. by Chris Lattner · 15 years ago
  46. 457e281 Mangle based on the declaration we're given, not the canonical by Douglas Gregor · 15 years ago
  47. 7ab1c3e Set OptimizeForSize LLVM function attribute with -Os. by Daniel Dunbar · 15 years ago
  48. 0aa9424 Convert test to FileCheck. by Daniel Dunbar · 15 years ago
  49. cc179cb Make test independent of darwin system headers. by Benjamin Kramer · 15 years ago
  50. 660e6f7 __builtin_object_size refinements. Also handle stack based objects. WIP. by Mike Stump · 15 years ago
  51. 06bc9bc __builtin_object_size refinements. When we run out of object, be sure by Mike Stump · 15 years ago
  52. 07e72fd Convert a few tests to FileCheck for PR5307. by Edward O'Callaghan · 15 years ago
  53. 64eda9e __builtin_object_size refinements. WIP. by Mike Stump · 15 years ago
  54. 386378d Add radar number. by Mike Stump · 15 years ago
  55. 91cc815 Fixup the return type of functions. by Mike Stump · 15 years ago
  56. 27059c8 Force triple; this test was failing on non-darwin platforms due to different by Benjamin Kramer · 15 years ago
  57. f6a39b7 Encode global variable name in debug info. by Devang Patel · 15 years ago
  58. bd339f7 Add test for OpenCL vector initializer codegen by Nate Begeman · 15 years ago
  59. d077288 daniel really wants this in the testsuite. by Chris Lattner · 15 years ago
  60. f65b9f5 Sorry! Accidentally checked in experimental change. by John Thompson · 15 years ago
  61. 6d8b16c Make this at least compile. by Mike Stump · 15 years ago
  62. 0653066 Removed math.h include, as Windows math.h has a compile error. by John Thompson · 15 years ago
  63. 278b9f0 fix some cfstring related issues: by Chris Lattner · 15 years ago
  64. 3ae9f48 Teach sema and codegen about the difference between address of labels, by Chris Lattner · 15 years ago
  65. f3b1862 merge an indirect goto test into statements, add another by Chris Lattner · 15 years ago
  66. 4053983 fix PR4938 by recognizing % as a modifier on outputs, by Chris Lattner · 15 years ago
  67. 72ad5f5 Disable tests that check debug info intrinsic. This does not work if debug info intrinsics are not used to encode debug info. by Devang Patel · 15 years ago
  68. 76bee4b Speed up testing by avoiding stdio.h, also helps testing on windows. by Mike Stump · 15 years ago
  69. e368031 In VC++, the *printf functions put an extra "0" in the exponent part by Mike Stump · 15 years ago
  70. 8408db3 Convert some tests to FileCheck to be more portable. Patch by John Thompson. by Mike Stump · 15 years ago
  71. 31c5141 Add codegen for __builtin_abort. Convert to FileCheck. by Mike Stump · 15 years ago
  72. bc64bb1 remove this test, grepping for define isn't really testing anything. by Chris Lattner · 15 years ago
  73. d9097ff FileCheckize test case. by Benjamin Kramer · 15 years ago
  74. 2df96e7 Don't update the struct alignment when adding fields to a packed struct. Fixes PR5118. by Anders Carlsson · 15 years ago
  75. 31f2f9c When building constant structs, check if the resulting LLVM struct will be bigger than the record layout size and use a packed struct if that's the case. Fixes PR5108. by Anders Carlsson · 15 years ago
  76. 60a90cc Tweak CHECK lines to eliminate a failure on i686-apple-darwin10 by Douglas Gregor · 15 years ago
  77. a67810e Convert from nonportable grep to filecheck, patch by John Thompson by Chris Lattner · 15 years ago
  78. 41f8a13 Set alignment on static function level decls and VLAs. Fixes PR5060. by Anders Carlsson · 15 years ago
  79. 55e59e1 Darwin/x86-32: Enumerated types and block pointer types in structures were not by Daniel Dunbar · 15 years ago
  80. c1f2cdd Add ARM register names and aliases. - Patch by Shantonu Sen! by Daniel Dunbar · 15 years ago
  81. 4202557 ARM/[A]APCS: Ignore empty records passed as arguments. by Daniel Dunbar · 15 years ago
  82. 34771b5 Fix subtle bug in generating LLVM function declarations for builtin functions. by Daniel Dunbar · 15 years ago
  83. b0d5819 ARM/APCS: Don't treat structs w/ floating point types as "integer like". by Daniel Dunbar · 15 years ago
  84. 16a0808 Some minor clang/ARM/AAPCS tweaks. by Daniel Dunbar · 15 years ago
  85. 018ba5a Add TargetInfo::getABI(), and base ARM APCS vs AAPCS choice on that. by Daniel Dunbar · 15 years ago
  86. e0c8822 Fix another byref bug. This should hopefully get QuickLookPlugins building successfully. by Anders Carlsson · 15 years ago
  87. 98303b9 ARM/APCS: Only "integer like" aggregates should be returned in r0 (following by Daniel Dunbar · 15 years ago
  88. 1fc09a9 Rework the way we determine whether an externally visible symbol is by Douglas Gregor · 15 years ago
  89. 0a23d76 Don't use the PredefinedExpr string as the global variable name, these don't by Daniel Dunbar · 15 years ago
  90. 18be84c Add support for __block variables with alignment greater than __alignof(void *). by Anders Carlsson · 15 years ago
  91. 5e7bace Stub out room for ARM APCS ABI implementation (and AAPCS_VFP, although you can't by Daniel Dunbar · 15 years ago
  92. 1da83fa Update this test to expect the "inbounds" keyword, which LLVM's constant by Dan Gohman · 15 years ago
  93. 3604386 Make the forwarding member of block byref structs be a pointer to the block byref struct itself. by Anders Carlsson · 15 years ago
  94. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  95. 60e8188 convert this to filecheck, hopefully it will fix PR4888. If nothing by Chris Lattner · 15 years ago
  96. 3a082d8 Vastly improve PredefinedExpr output, both in Sema and CodeGen. Patch by Sam Weinig! by Anders Carlsson · 15 years ago
  97. 3662000 If the alignment of the chosen field in a union is greater than the alignment of the union, we need to use a packed LLVM struct. Fixes <rdar://problem/7184250>. by Anders Carlsson · 15 years ago
  98. d0eb3b9 Packed unions should be packed. Fixes an assert Daniel reported. by Anders Carlsson · 15 years ago
  99. d613989 PR4836, part 2: CodeGen for __builtin_isnan. by Eli Friedman · 15 years ago
  100. 9058f90 convert to filecheck and force a triple so that this passes on big by Chris Lattner · 15 years ago