1. 25bc47e [ms-inline asm] Revert accidental commit. Sorry for the churn. by Chad Rosier · 12 years ago
  2. 793c405 [ms-inline asm] Set the SemaCallback in the TargetAsmParser. by Chad Rosier · 12 years ago
  3. 1f432ee tests: Fix two tests to just use -triple instead of XFAIL+XTARGET. by Daniel Dunbar · 12 years ago
  4. 8e8fb3b Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. by Andy Gibbs · 12 years ago
  5. da3301e Add a new option for and disable column number information as there by Eric Christopher · 12 years ago
  6. a9b1aa5 [ms-inline asm] Remove accidental commit. by Chad Rosier · 12 years ago
  7. 7fd00b1 [ms-inline asm] Move most of the AsmParsing logic in clang back into the MC by Chad Rosier · 12 years ago
  8. 2e2f9dc ARM ABI: fix testing case arm-abi-vector.c by using [[VAR]] by Manman Ren · 12 years ago
  9. 263366f Add pnaclcall convention to Native Client targets. by Derek Schuff · 12 years ago
  10. 3f784bf XFAIL this testing case to recover buildbot by Manman Ren · 12 years ago
  11. 9337102 ARM ABI: fix ABI alignment issues in varargs. by Manman Ren · 12 years ago
  12. 97f8157 ARM ABI: passing illegal vector types as varargs. by Manman Ren · 12 years ago
  13. d105e73 ARM ABI: fix ABI alignment issues when passing legal vector types as varargs. by Manman Ren · 12 years ago
  14. 4695f91 When using a symbol with attribute weakref, search for it first and by Joerg Sonnenberger · 12 years ago
  15. d9b56ed [ms-inline asm] Rework the front-end to use the API introduced in r165946. by Chad Rosier · 12 years ago
  16. 2784453 "Implement" codegen support for __noop(). by Nico Weber · 12 years ago
  17. b2aa66c -fcatch-undefined-behavior: Trap undefined behavior due to conversions to or by Richard Smith · 12 years ago
  18. fba3fb9 [ms-inline asm] Remove a bunch of parsing code from the front-end, which will be by Chad Rosier · 12 years ago
  19. 8b799f3 Remove XFAIL,fix test by Bill Schmidt · 12 years ago
  20. cfe9f32 XFAIL pending further investigation by Bill Schmidt · 12 years ago
  21. b1f5fe0 This patch addresses PR13948. by Bill Schmidt · 12 years ago
  22. 90a76e5 [ms-inline asm] Remove a bunch of parsing code from the front-end, which will be by Chad Rosier · 12 years ago
  23. 3440415 [ms-inline asm] Lookup the IdentifierInfo using the Idents table and remove the by Chad Rosier · 12 years ago
  24. 7da46f9 Properly factor Native Client defines to support NaCl as an OS by Derek Schuff · 12 years ago
  25. 146e5a4 X86: add F16C support in Clang by Manman Ren · 12 years ago
  26. f82232c Apply the same fundamental fix for PR14048 as was applied for PR11905. by Chandler Carruth · 12 years ago
  27. 930c05c -fcatch-undefined-behavior: catch a VLA bound which evalutes to a non-positive value. by Richard Smith · 12 years ago
  28. 0a94068 Fix test broken by r165572. by Richard Smith · 12 years ago
  29. 8b2bfdd People put pragmas in crazy places; add more handling. PR14046. by Eli Friedman · 12 years ago
  30. 238b6a9 The clang driver has a fairly fancy support for executing gcc instead of by Rafael Espindola · 12 years ago
  31. 4def70d -fcatch-undefined-behavior: emit calls to the runtime library whenever one of the checks fails. by Richard Smith · 12 years ago
  32. d190057 Expose __builtin_bswap16. by Benjamin Kramer · 12 years ago
  33. cbeda89 Fix another spot where this test varied for a Release build. by Alex Rosenberg · 12 years ago
  34. 74112be Make test resilient to Release build temp names. by Alex Rosenberg · 12 years ago
  35. c857ce8 Propagate calling convention for aliases and weakrefs. by Alex Rosenberg · 12 years ago
  36. 26994a1 FileCheckize test by Alex Rosenberg · 12 years ago
  37. 54db324 Changing line endings from Windows to Unix. No functional changes. by Aaron Ballman · 12 years ago
  38. 4d1499d Add intrinsic of MULX in BMI2 header by Michael Liao · 12 years ago
  39. 76dd249 Test case for r165275. by Chad Rosier · 12 years ago
  40. 36ef0d5 If we flow off the end of a value-returning function: by Richard Smith · 12 years ago
  41. 3645056 Fix the CodeGen/ppc64-varargs-struct.c test case to tolerate release builds. by Bill Schmidt · 12 years ago
  42. 61e404e Add a test case for r156143, which enabled general varargs support for the by Bill Schmidt · 12 years ago
  43. 763794a Revert 165129 by Preston Gurd · 12 years ago
  44. eddb00a Test file-scoped FP_CONTRACT pragma. by Lang Hames · 12 years ago
  45. 9595c7e Permanently end the whole "pragma got handled by the parser too early" by Eli Friedman · 12 years ago
  46. 36d0676 Update test case for r165174. by Chad Rosier · 12 years ago
  47. f2a2dae Fix failure of newly added test, by using %clang instead of %clang_cc1 by Preston Gurd · 12 years ago
  48. d73ea0b Adds a test to verify that Clang does the optimization to use a by Preston Gurd · 12 years ago
  49. 72a91dd Matching block names with FileCheck requires asserts. by Benjamin Kramer · 12 years ago
  50. 7b2f93c CodeGen: Fix a silly typo when emitting subs of block addresses. by Benjamin Kramer · 12 years ago
  51. ac9289d [ms-inline asm] Fixup test case to be valid ms-style asm. Fix whitespace. by Chad Rosier · 12 years ago
  52. 438daee FP_CONTRACT: Fix two tests for -Asserts. by NAKAMURA Takumi · 12 years ago
  53. 82bfa19 Allowing individual targets to determine whether a given calling convention is allowed or ignored with warning. This allows for correct name mangling for x64 targets on Windows, which in turn allows for linking against the Win32 APIs. by Aaron Ballman · 12 years ago
  54. be9af12 Add FP_CONTRACT support for clang. by Lang Hames · 12 years ago
  55. 6e208db Mark two Clang tests as passing on ARM by Nico Weber · 12 years ago
  56. 5819750 fix test/CodeGen/tbaa-for-vptr.cpp: don't hardcode the index of metadata by Kostya Serebryany · 12 years ago
  57. 436e825 clang/test/CodeGen/tbaa-struct.cpp: Fix. Be aware of 32 bit pointer. by NAKAMURA Takumi · 12 years ago
  58. b22c7dc Add basic support for adding !tbaa.struct metadata on llvm.memcpy calls for by Dan Gohman · 12 years ago
  59. cc59e91 clang/test/CodeGen/ms-inline-asm.c: It requires x86 codegen. Reported by Joey Gouly. by NAKAMURA Takumi · 12 years ago
  60. dc32de2 Fix two more tests that didn't do anything. by Nico Weber · 12 years ago
  61. 2df67ea This patch introduces A15 as a target in Clang. by Silviu Baranga · 12 years ago
  62. b55e602 [ms-inline asm] Handle the enumeration of input and output expressions in a by Chad Rosier · 12 years ago
  63. 1fa1e0c Whitespace. by Chad Rosier · 12 years ago
  64. a912649 Fix test case for Release builds. by Chad Rosier · 12 years ago
  65. 47fa999 [ms-inline asm] Add a test case. by Chad Rosier · 12 years ago
  66. 808a1d0 [ms-inline asm] Test case for r163729. by Chad Rosier · 12 years ago
  67. 7f9678b [ms-inline asm] If we have a single asm operand that maps to multiple by Chad Rosier · 12 years ago
  68. a0fed12 clang/test/CodeGen/2008-01-25-ZeroSizedAggregate.c: [PR8833] Add REQUIRES: LP64. It fails with +Asserts for Win64. by NAKAMURA Takumi · 12 years ago
  69. b774d73 clang/test: [PR8833] Introduce the feature "LP64" to suppress LLP64-incompatible tests. by NAKAMURA Takumi · 12 years ago
  70. 4de9716 [ms-inline asm] Add $$ before numeric constants in the IR. by Chad Rosier · 12 years ago
  71. 7ac9ef1 -fcatch-undefined-behavior: Factor emission of the creation of, and branch to, by Richard Smith · 12 years ago
  72. c691649 [ms-inline asm] Output empty asm statements for the directives we don't by Chad Rosier · 12 years ago
  73. acc22b6 [ms-inline asm] The IR representation of inline assembly enumerates the input by Chad Rosier · 12 years ago
  74. 9ed63f8 Use custom ABIInfo for le32/PNaCl argument codegen by Derek Schuff · 12 years ago
  75. fcf75a3 Update for r163231. by Chad Rosier · 12 years ago
  76. 1524de1 [ms-inline asm] Update test case for r163181. by Chad Rosier · 12 years ago
  77. ef5c554 [ms-inline asm] Remove the Inline Asm Non-Standard Dialect attribute. This by Chad Rosier · 12 years ago
  78. 21a3704 [ms-inline asm] The MCInstrDesc only tracks register definitions. For now, by Chad Rosier · 12 years ago
  79. 1588cb8 Fix test case for Release builds. by Chad Rosier · 12 years ago
  80. d1a8d2e [ms-inline asm] Have MSAsmStmts use the generic EmitAsmStmt codegen function. by Chad Rosier · 12 years ago
  81. 47f5a06 Make test pass in Release builds, which use a different naming scheme for llvm values. by Benjamin Kramer · 12 years ago
  82. 212f80d Merge test case for PR13704 into exprs.c to reduce test cases by Michael Liao · 12 years ago
  83. 36d5cea Fix PR13704 by Michael Liao · 12 years ago
  84. cfa07e3 CodeGen: When emitting stores for an initializer, only emit a GEP if we really need the store. by Benjamin Kramer · 12 years ago
  85. be22cb8 Support MIPS DSP Rev2 intrinsics. The patch reviewed by Akira Hatanaka. by Simon Atanasyan · 12 years ago
  86. 9d3e226 -fcatch-undefined-behavior: add the -ftrapv checks to the set of things caught by Richard Smith · 12 years ago
  87. 2c9f87c New -fcatch-undefined-behavior features: by Richard Smith · 12 years ago
  88. ea93e40 Use the alignment from lvalue emission to more accurately compute the alignment by Eli Friedman · 12 years ago
  89. 2735df2 [ms-inline asm] Start sending non-simple inline asms to the AsmParser. by Chad Rosier · 12 years ago
  90. a148fbc Make ceil/floor/nearbyint/rint/round const even with -fmath-errno. by Benjamin Kramer · 12 years ago
  91. 5c1dcc5 Math builtin definition tweaks. by Benjamin Kramer · 12 years ago
  92. 7fcde17 [ms-inline asm] Remove this test case and the associated special case code. by Chad Rosier · 12 years ago
  93. 6e86867 When this test case was first created it was by Jack Carter · 12 years ago
  94. f0a2649 Fix InitListExpr::isStringLiteralInit so it handles various edge cases correctly. PR13643. by Eli Friedman · 12 years ago
  95. 700ce64 [ms-inline asm] Add a helper function, isMSAsmKeyword(). by Chad Rosier · 12 years ago
  96. 183e8ae Fixup test case for Release builds. by Chad Rosier · 12 years ago
  97. f64c118 [ms-inline asm] Start tracking which tokens are registers and which are by Chad Rosier · 12 years ago
  98. 0e9eaa8 Remove names from the CHECK lines. by Tanya Lattner · 12 years ago
  99. c58dcdc Convert loads and stores of vec3 to vec4 to achieve better code generation. Add test case. by Tanya Lattner · 12 years ago
  100. b5f9eb8 [ms-inline asm] Use a set container to remove redundant clobbers. by Chad Rosier · 12 years ago