1. 6949ab1 [ms-inline asm] Add a test case for the offset operator where the operand is a by Chad Rosier · 12 years ago
  2. f8a6cb1 CodeGen/compound-assign-overflow.c: include stdint.h in freestanding mode by Dmitri Gribenko · 12 years ago
  3. 2fcadfe Add a test to make sure that vector output happens for debug info. by Eric Christopher · 12 years ago
  4. 822023a [ubsan] Use correct type for compound assignment ops. by Will Dietz · 12 years ago
  5. 7520fca Test case for r171784. by Chad Rosier · 12 years ago
  6. 7a83421 Scalar shifts in the OpenCL specification (as of v. 1.2) are defined to be by David Tweed · 12 years ago
  7. 3de93c8 FileCheck-ize test/CodeGen/inline.c. by David Blaikie · 12 years ago
  8. 390a70f [mips] Fix data layout string. Add 64 to the list of native integer widths by Akira Hatanaka · 12 years ago
  9. 2d382d1 [ubsan] Recover by default, use -fno-sanitize-recover to disable. by Will Dietz · 12 years ago
  10. 3898008 Add intel_ocl_bicc calling convention as a function attribute to clang. The calling convention is already implemented in LLVM. by Guy Benyei · 12 years ago
  11. d29b455 Add a testcase for ARM cortex-r5 subtarget by Quentin Colombet · 12 years ago
  12. 0db661e Don't eagerly emit a global static merged with a local extern. by Rafael Espindola · 12 years ago
  13. d538ed9 Implement AST dumper for Decls. http://llvm-reviews.chandlerc.com/D52 by Alexander Kornienko · 12 years ago
  14. 08cc03f CodeGen: Expand creal and cimag into complex field loads by Meador Inge · 12 years ago
  15. 853c370 Now that the uninitialized variable has been fixed in llvm, add this test back, by Rafael Espindola · 12 years ago
  16. 9e6111a This patch fixes PR13624, which notes a 64-bit PowerPC ELF ABI by Bill Schmidt · 12 years ago
  17. 1bdbe4d [ubsan] Emit branch weight metadata to hint towards common case. by Will Dietz · 12 years ago
  18. 463b48b ubsan: Add -fsanitize=bool and -fsanitize=enum, which check for loads of by Richard Smith · 12 years ago
  19. a923c97 Rewrite calls to bitcast unprototyped functions when emitting a definition. by John McCall · 12 years ago
  20. 39450d0 Remove until I can fix this. by Bill Wendling · 12 years ago
  21. 41bde8c Use correct flags for this test. by Bill Wendling · 12 years ago
  22. 26df84a Fixup test case from r169755. These are driver options, not frontend options. by Chad Rosier · 12 years ago
  23. 44f4a2d Specify if `-mno-red-zone' was used when creating the GCOV instrucmentation pass. by Bill Wendling · 12 years ago
  24. 23add33 Remove unneeded typedef and volatile by Michael Ilseman · 12 years ago
  25. e56bb36 Fix the required args count for variadic blocks. by John McCall · 12 years ago
  26. 8fd7f67 clang/test/CodeGen/2008-01-07-UnusualIntSize.c: Add triple x86_64. It doesn't assume 32-bit target, for now. by NAKAMURA Takumi · 12 years ago
  27. 72d2dab Rework the bitfield access IR generation to address PR13619 and by Chandler Carruth · 12 years ago
  28. 15490fd [driver, ms-inline asm] MS-Style inline assembly is controlled by the by Chad Rosier · 12 years ago
  29. e0c0196 [ms-inline asm] Add more tests. by Chad Rosier · 12 years ago
  30. cdeb7d5 Have clang use LLVM IR's fast-math flags when in FastMath or FiniteMathOnly modes. Test cases included. by Michael Ilseman · 12 years ago
  31. ad95481 [ubsan] Add flag to enable recovery from checks when possible. by Will Dietz · 12 years ago
  32. ac55865 Fix a test that was redefining FileCheck variables while referencing old ones. by Eli Bendersky · 12 years ago
  33. 6e6330c Don't emit a warning with an input/output parameter. We assume the user knows what they're doing here. by Bill Wendling · 12 years ago
  34. e2dbaa9 Don't warn if the input size is less than the register size. Also don't warn if by Bill Wendling · 12 years ago
  35. e5965df Add a test case for the new cortex-a5 switch by Quentin Colombet · 12 years ago
  36. db748a3 Fix a small calling-convention bug for x86-32. PR14453. by Eli Friedman · 12 years ago
  37. 060f34d ABI: comments from Eli on r168820. by Manman Ren · 12 years ago
  38. f51c61c ABI: modify CreateCoercedLoad and CreateCoercedStore to not use load or store of by Manman Ren · 12 years ago
  39. 30cddae Teach Lexer::getSpelling about raw string literals. Specifically, if a raw by Richard Smith · 12 years ago
  40. b854036 Add -fsanitize=integer for reporting suspicious integer behaviors. by Will Dietz · 12 years ago
  41. c9715fc This patch addresses an incompatibility relative to the 64-bit PowerPC ELF ABI. by Bill Schmidt · 12 years ago
  42. 9e4bafc check that always_inline attribute works with -fno-inline by Sebastian Pop · 12 years ago
  43. 8548908 PR14306: Move -fbounds-checking to -fsanitize=bounds. by Joey Gouly · 12 years ago
  44. 7baa711 Enable inlining of 4 byte atomic ops on ppc32, 8 byte atomic ops on ppc64. by Benjamin Kramer · 12 years ago
  45. 84fd6df Make sure CodeGenTypes correctly reconverts function types. Fixes PR14355, a crash in IR generation. by Eli Friedman · 12 years ago
  46. f5bf912 When evaluating variably modified types for function parameters, dig out the by Eli Friedman · 12 years ago
  47. 825d386 Remove the cellspu port. by Eric Christopher · 12 years ago
  48. 0c949ef Revert "Use the 'count' attribute instead of the 'upper_bound' attribute." by Eric Christopher · 12 years ago
  49. 30305be Use the 'count' attribute instead of the 'upper_bound' attribute. by Bill Wendling · 12 years ago
  50. 8187c7e Fix IR generation for bool on PPC (and any other target where bool is not 8 bits in memory). by Eli Friedman · 12 years ago
  51. 41296e8 That's causing an error. by Bill Wendling · 12 years ago
  52. 5ece32e Don't test for incomplete types. by Bill Wendling · 12 years ago
  53. ba541d3 Update testcase to show that we don't emit an error for sizes <= 32-bits. by Bill Wendling · 12 years ago
  54. 68fd608 Check that the input size is correct for the given constraint. by Bill Wendling · 12 years ago
  55. 463eb89 Add clang support of RTM from TSX by Michael Liao · 12 years ago
  56. 6c801b6 Add a few more test cases for verifying -fno-builtin. by Meador Inge · 12 years ago
  57. d1542c2 [NVPTX] Add __nvvm_* intrinsics as Clang builtins by Justin Holewinski · 12 years ago
  58. c449703 llvm/ConstantFolding.cpp: Make ReadDataFromGlobal() and FoldReinterpretLoadFromConstPtr() Big-endian-aware. by NAKAMURA Takumi · 12 years ago
  59. 885ad69 ARM byval: when type alignment is bigger than ABI alignment, instead of by Manman Ren · 12 years ago
  60. c54e25f Classify the INT_MIN/-1 check as -fsanitize=signed-integer-overflow, not as -fsanitize=divide-by-zero. by Richard Smith · 12 years ago
  61. d6396a6 Use the individual -fsanitize=<...> arguments to control which of the UBSan by Richard Smith · 12 years ago
  62. 71c0dcc On PowerPC64, integer arguments and return values need to be sign- or by Ulrich Weigand · 12 years ago
  63. 9417b05 Fix debug tag type of forward declarations of struct/class in C++. by David Blaikie · 12 years ago
  64. 9b1a48a clang/test/CodeGen/bitfield-promote.c: Add explicit triple for now. It has been failing for big endian targets, for example, ppc. by NAKAMURA Takumi · 12 years ago
  65. 36db2d8 clang/test/CodeGen/bitfield-promote.c: FileCheck-ize. by NAKAMURA Takumi · 12 years ago
  66. aee56fa Update the front end to use minsize attribute by Quentin Colombet · 12 years ago
  67. bb12243 Remove divison-by-zero checks from -ftrapv. These checks were incompatible with by Richard Smith · 12 years ago
  68. 292d67b -fcatch-undefined-behavior: Start checking loads and stores for null pointers. by Richard Smith · 12 years ago
  69. 710c517 ARM AAPCS-VFP: fix tracking of allocated VFP registers. by Manman Ren · 12 years ago
  70. 66fb028 [driver] Remove the -ccc-host-triple alias. This has been replaced by the by Chad Rosier · 12 years ago
  71. b3fa55f ARM AAPCS-VFP: fix handling of homogeneous aggreate. by Manman Ren · 12 years ago
  72. 356d9cc Change ForceSizeOpt attribute into MinSize attribute by Quentin Colombet · 12 years ago
  73. ee1ea80 Don't crash on bad atomic operations. PR14176. by Eli Friedman · 12 years ago
  74. 8e68ef0 Revert commit r166946 by Quentin Colombet · 12 years ago
  75. ba927d9 Make forcesizeopt attribute available to the end user by Quentin Colombet · 12 years ago
  76. dbaf4bc This patch adds alignment information for long double to the 64-bit PowerPC by Bill Schmidt · 12 years ago
  77. e6b3dba Handle '*' and '#' asm constraint modifiers. by Ulrich Weigand · 12 years ago
  78. 7b82cfc Fix typo. by Eli Friedman · 12 years ago
  79. 3d7c780 Add missing safety check to an optimization for do-while loops. PR14191. by Eli Friedman · 12 years ago
  80. 3b33403 This patch is a follow-up to r166805. As suggested on-list, a check was by Bill Schmidt · 12 years ago
  81. 485717e This patch addresses a 64-bit PowerPC ELF ABI compatibility issue with by Bill Schmidt · 12 years ago
  82. da5c3b7 [ms-inline asm] Test case for r166790. by Chad Rosier · 12 years ago
  83. dd6e106 These tests require an actual x86 registered target, so mark them as such. Tested on ARM. by David Tweed · 12 years ago
  84. 9046768 Oz optimization level sets ForceSizeOpt attribute for each function by Quentin Colombet · 12 years ago
  85. f0e97db X86 SSE Intrinsics: update header for sqrt_ss, rsqrt_ss and rcp_ss. by Manman Ren · 12 years ago
  86. 50d46ca Recommit Eric's code to validate ASM string's constraints and modifiers. by Bill Wendling · 12 years ago
  87. d2e7d20 [ms-inline asm] Add a test case for r166723 and r166724. by Chad Rosier · 12 years ago
  88. f742727 [ms-inline asm] Test case for r166632. by Chad Rosier · 12 years ago
  89. 1bed9b7 [ms-inline asm] Add test cases for r166451. by Chad Rosier · 12 years ago
  90. 4224255 [ms-inline asm] Add test cases for r166592. The test cases only works if the by Chad Rosier · 12 years ago
  91. 9230997 A number of test cases assume that an "int" parameter or return value by Ulrich Weigand · 12 years ago
  92. 04631c3 Revert r166541, "clang/test: Add appropriate requirements as REQUIRES, corresponding to r166532." by NAKAMURA Takumi · 12 years ago
  93. 045d707 clang/test: Add appropriate requirements as REQUIRES, corresponding to r166532. by NAKAMURA Takumi · 12 years ago
  94. e4aeeaa Add padding inreg registers to cause llvm to skip ecx when needed with by Rafael Espindola · 12 years ago
  95. b693269 Add inreg markers with the x86_fastcallcc calling convention. by Rafael Espindola · 12 years ago
  96. e72faf6 [ms-inline asm] Test case for r166526. by Chad Rosier · 12 years ago
  97. 82573e3 [ms-inline asm] Update the triple to test r166523. by Chad Rosier · 12 years ago
  98. 4d5dd7c [ms-inline asm] Update for r166433. by Chad Rosier · 12 years ago
  99. 293e2eb Testcase change for r166440. by Eli Friedman · 12 years ago
  100. 5a12aca [ms-inline asm] Test case for r166433. by Chad Rosier · 12 years ago