summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/patches/patch-r274286-llvm-r201784-asm-dollar.diff
Commit message (Collapse)AuthorAgeFilesLines
* Bring the contrib/llvm/patches directory up-to-date.dim2015-05-161-0/+216
| | | | | | | | | | | | | | | | | | | | | | | | | | | | MFC r263892: Add the llvm/clang patch for r263891. MFC r264350: Update the llvm/clang patch for r264345. MFC r266675: Add the clang patch for r266674. MFC r275651: Add llvm patch corresponding to r275633. MFC r275747: Update llvm patches for r274286 and r275633 so all the tests will pass. MFC r275760: Add clang patch corresponding to r275759. MFC r275772: Update clang patch for r275759 to use correct test cases. Additionally: * Remove the clang patch corresponding to r263619, as ARM EABI hard-float support was never MFC'd. * Add clang patch corresponding to r279302.
* MFC r274286:dim2014-11-111-0/+55
Pull in r201784 from upstream llvm trunk (by Benjamin Kramer): AsmParser: Disable Darwin-style macro argument expansion on non-darwin targets. There is code in the wild that relies on $0 not being expanded. This fixes some cases of using $ signs in literals being incorrectly assembled. Reported by: Richard Henderson Upstream PR: http://llvm.org/PR21500 MFC r274294: Add llvm patch corresponding to r274286.
OpenPOWER on IntegriCloud