1. a92d613 Use getLocStart(), instead of getLocEnd(), to record starting location of objc method. :) by Devang Patel · 15 years ago
  2. 74f7293 Emit the 'alignstack' LLVM function attribute when we encounter a function by Charles Davis · 15 years ago
  3. d263e7b Use current location as the location of compiler generated arguments, e.g. self, _cmd etc. by Devang Patel · 15 years ago
  4. 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
  5. 04a67a6 Standardize the parsing of function type attributes in a way that by John McCall · 15 years ago
  6. d82bf2d Convert this test to FileCheck instead of grepping LLVM IR. by Charles Davis · 15 years ago
  7. 16c4f3c Now that we store calling conventions in the types, use them instead of by Charles Davis · 15 years ago
  8. aa74a1e Implement promotion for enumeration types. by Douglas Gregor · 15 years ago
  9. 4581581 ARM/APCS: Fix classification of small complex integer types as "integer like". by Daniel Dunbar · 15 years ago
  10. 4cc753f ARM/APCS: Pass Complex types following llvm-gcc. by Daniel Dunbar · 15 years ago
  11. b9f7096 Don't explicitly force utf strings into the __TEXT,__ustring by Chris Lattner · 15 years ago
  12. 188aed3 New test case. by Devang Patel · 15 years ago
  13. 679855a ARM/APCS ABI: Fix some problems with bit-fields in structures. After rereading by Daniel Dunbar · 15 years ago
  14. 21fd7d7 Fix an incorrect union layout assert. Fixes PR6164. by Anders Carlsson · 15 years ago
  15. f95dd73 Adjust testcase for recent DWARF printer changes. by Benjamin Kramer · 15 years ago
  16. d2635a4 Fix for Release-Asserts. by Mike Stump · 15 years ago
  17. c31176d Use -fno-math-errno by default, and remove the IsMathErrnoDefault by Dan Gohman · 15 years ago
  18. 3f27b38 __builtin_object_size(ptr, type) returns -1 for type = {0,1} if there are any side-effects. by Benjamin Kramer · 15 years ago
  19. 8b7124a Add test for annotate attribute for coverage. by Eli Friedman · 15 years ago
  20. 5b088a1 Fix minor oversight for increment/decrement of complex int. Add tests for by Eli Friedman · 15 years ago
  21. 9b71b97 Add a couple more tests for coverage. by Eli Friedman · 15 years ago
  22. efa42f7 Don't look through casts when looking for the underlying decl for a function by Eli Friedman · 15 years ago
  23. 7c8f9b7 fix typo by Chris Lattner · 15 years ago
  24. 998eab1 fix opencl extvector element extraction on rvalues. We previously by Chris Lattner · 15 years ago
  25. fee667f Update for the intrinsic changes in llvm: the object size intrinsic by Eric Christopher · 15 years ago
  26. 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
  27. 80737ad Update tests to use %clang instead of 'clang', and forcibly disable use of ' by Daniel Dunbar · 15 years ago
  28. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  29. 01ed063 Make tests use the new clang -cc1 flag. by Fariborz Jahanian · 15 years ago
  30. c3420ff Revert mmx palignr to use an intrinsic, since mmx shuffle patterns are missing. by Nate Begeman · 15 years ago
  31. ce5818a Support x86's PALIGNR instruction without the use of a palignr intrinsic. by Nate Begeman · 15 years ago
  32. 386ca78 Fix for PR5709: use the computed type of the declaration instead of the by Eli Friedman · 15 years ago
  33. 6ef83cc Remove include of system header. by Daniel Dunbar · 15 years ago
  34. 972adb8 Use clang-cc in this test. by Daniel Dunbar · 15 years ago
  35. bc773a0 Switch over to checking .ll files instead of .s files. by Mike Stump · 15 years ago
  36. c08582b add 'F' to a bunch of libm builtins so that codegen doesn't die on them, by Chris Lattner · 15 years ago
  37. 7c176fa fix comment. by Chris Lattner · 15 years ago
  38. 36a2be1 consolidate some tests. by Chris Lattner · 15 years ago
  39. 761acc1 implement rdar://7346691 by codegen'ing struct/array initializers by Chris Lattner · 15 years ago
  40. ff933b7 simplify a condition and add a testcase. by Chris Lattner · 15 years ago
  41. 63db522 Use '-FOO' 'BAR' instead of '-FOO=BAR' for FOO in -stack-protector, -fvisibility, and -fconstant-string-class. by Daniel Dunbar · 15 years ago
  42. 8a90ac0 Normalize options to use '-FOO' instead of '--FOO'. by Daniel Dunbar · 15 years ago
  43. a760199 Update a test to FileCheck. by Anders Carlsson · 15 years ago
  44. baf524d Use intptr_t from stdint.h (in freestanding mode) instead of redefining it here by Ken Dyck · 15 years ago
  45. 228db47 Convert test to FileCheck. by Daniel Dunbar · 15 years ago
  46. e37f4b8 Driver: Use '-target-abi' 'FOO' instead of '-target-abi=FOO'. by Daniel Dunbar · 15 years ago
  47. a31100e Pass '-mcpu' 'FOO' instead of '-mcpu=FOO'. by Daniel Dunbar · 15 years ago
  48. 600d47e Fix some codegen tests to include positive checks. by Daniel Dunbar · 15 years ago
  49. 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
  50. fff9403 Remove unnecessary &&s. by Daniel Dunbar · 15 years ago
  51. 5e530af Added block type introspection support. by David Chisnall · 15 years ago
  52. 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
  53. b1295da Remove some redundant tests. by Daniel Dunbar · 15 years ago
  54. 9e5cc6b Add -fblocks, -stack-protector, and -fobjc-nonfragile-abi defaulting to driver, by Daniel Dunbar · 15 years ago
  55. 936d2a8 Fix tests after enabling -split-phi-edges. by Jakob Stoklund Olesen · 15 years ago
  56. 16fea9b PR5526: Make sure to set the right cast kinds for the inserted implicit casts. by Eli Friedman · 15 years ago
  57. f70b24e Make __func__ and friends work correctly within the initializer for a static by Eli Friedman · 15 years ago
  58. 64241fc Obvious fix for PR5474. by Eli Friedman · 15 years ago
  59. 131c981 And now a test fix in +Asserts mode, which I broke. by Daniel Dunbar · 15 years ago
  60. 47d1e82 Fix some tests in -Asserts mode. - FileCheck is a *huuuuge* improvement here. by Daniel Dunbar · 15 years ago
  61. 3ada2df Enable the use of the new llvm objectsize intrinsic. by Mike Stump · 15 years ago
  62. 2475d76 Remove RUN: true lines. by Daniel Dunbar · 15 years ago
  63. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
  64. 75711ec commit test update by Chris Lattner · 15 years ago
  65. eadfeb5 MIPS linkage name confuses gdb here. Generate and test DW_AT_name here. by Devang Patel · 15 years ago
  66. cb9b010 Test case for recent checkin. by Mike Stump · 15 years ago
  67. d739021 Switch XFAIL format to match LLVM. by Daniel Dunbar · 15 years ago
  68. 3114af3 Add missing colons for FileCheck. by Benjamin Kramer · 15 years ago
  69. 3f0147e Fix one more bug with __builtin_object_size. by Mike Stump · 15 years ago
  70. 2623aa2 Add yet more testcases. by Mike Stump · 15 years ago
  71. 48c2af8 Add some more testcases. by Mike Stump · 15 years ago
  72. 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
  73. 7b8da89 make this interpretable. by Chris Lattner · 15 years ago
  74. 6ebd79b make this more interesting, test the static const array. by Chris Lattner · 15 years ago
  75. 457e281 Mangle based on the declaration we're given, not the canonical by Douglas Gregor · 15 years ago
  76. 7ab1c3e Set OptimizeForSize LLVM function attribute with -Os. by Daniel Dunbar · 15 years ago
  77. 0aa9424 Convert test to FileCheck. by Daniel Dunbar · 15 years ago
  78. cc179cb Make test independent of darwin system headers. by Benjamin Kramer · 15 years ago
  79. 660e6f7 __builtin_object_size refinements. Also handle stack based objects. WIP. by Mike Stump · 15 years ago
  80. 06bc9bc __builtin_object_size refinements. When we run out of object, be sure by Mike Stump · 15 years ago
  81. 07e72fd Convert a few tests to FileCheck for PR5307. by Edward O'Callaghan · 15 years ago
  82. 64eda9e __builtin_object_size refinements. WIP. by Mike Stump · 15 years ago
  83. 386378d Add radar number. by Mike Stump · 15 years ago
  84. 91cc815 Fixup the return type of functions. by Mike Stump · 15 years ago
  85. 27059c8 Force triple; this test was failing on non-darwin platforms due to different by Benjamin Kramer · 15 years ago
  86. f6a39b7 Encode global variable name in debug info. by Devang Patel · 15 years ago
  87. bd339f7 Add test for OpenCL vector initializer codegen by Nate Begeman · 15 years ago
  88. d077288 daniel really wants this in the testsuite. by Chris Lattner · 15 years ago
  89. f65b9f5 Sorry! Accidentally checked in experimental change. by John Thompson · 15 years ago
  90. 6d8b16c Make this at least compile. by Mike Stump · 15 years ago
  91. 0653066 Removed math.h include, as Windows math.h has a compile error. by John Thompson · 15 years ago
  92. 278b9f0 fix some cfstring related issues: by Chris Lattner · 15 years ago
  93. 3ae9f48 Teach sema and codegen about the difference between address of labels, by Chris Lattner · 15 years ago
  94. f3b1862 merge an indirect goto test into statements, add another by Chris Lattner · 15 years ago
  95. 4053983 fix PR4938 by recognizing % as a modifier on outputs, by Chris Lattner · 15 years ago
  96. 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
  97. 76bee4b Speed up testing by avoiding stdio.h, also helps testing on windows. by Mike Stump · 15 years ago
  98. e368031 In VC++, the *printf functions put an extra "0" in the exponent part by Mike Stump · 15 years ago
  99. 8408db3 Convert some tests to FileCheck to be more portable. Patch by John Thompson. by Mike Stump · 15 years ago
  100. 31c5141 Add codegen for __builtin_abort. Convert to FileCheck. by Mike Stump · 15 years ago