Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include what you use in HexagonAsmPrinter.h | Dmitri Gribenko | 2019-06-03 | 1 | -1/+0 |
| | | | | llvm-svn: 362388 | ||||
* | [AsmPrinter] refactor to remove remove AsmVariant. NFC | Nick Desaulniers | 2019-04-10 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Summary: The InlineAsm::AsmDialect is only required for X86; no architecture makes use of it and as such it gets passed around between arch-specific and general code while being unused for all architectures but X86. Since the AsmDialect is queried from a MachineInstr, which we also pass around, remove the additional AsmDialect parameter and query for it deep in the X86AsmPrinter only when needed/as late as possible. This refactor should help later planned refactors to AsmPrinter, as this difference in the X86AsmPrinter makes it harder to make AsmPrinter more generic. Reviewers: craig.topper Subscribers: jholewinski, arsenm, dschuff, jyknight, dylanmckay, sdardis, nemanjai, jvesely, nhaehnle, javed.absar, sbc100, jgravelle-google, eraman, hiraditya, aheejin, kbarton, fedor.sergeev, asb, rbar, johnrusso, simoncook, apazos, sabuasal, niosHD, jrtc27, zzheng, edward-jones, atanasyan, rogfer01, MartinMosbeck, brucehoult, the_o, PkmX, jocewei, jsji, llvm-commits, peter.smith, srhines Tags: #llvm Differential Revision: https://reviews.llvm.org/D60488 llvm-svn: 358101 | ||||
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| | | | | | | | | | | | | | | | | | to reflect the new license. We understand that people may be surprised that we're moving the header entirely to discuss the new license. We checked this carefully with the Foundation's lawyer and we believe this is the correct approach. Essentially, all code in the project is now made available by the LLVM project under our new license, so you will see that the license headers include that license only. Some of our contributors have contributed code under our old license, and accordingly, we have retained a copy of our old license notice in the top-level files in each project and repository. llvm-svn: 351636 | ||||
* | [Hexagon] Clean up some code in HexagonAsmPrinter, NFC | Krzysztof Parzyszek | 2018-04-02 | 1 | -9/+7 |
| | | | | llvm-svn: 328981 | ||||
* | [Hexagon] Fix some Clang-tidy modernize-use-using and Include What You Use ↵ | Eugene Zelenko | 2017-08-01 | 1 | -8/+13 |
| | | | | | | warnings; other minor fixes (NFC). llvm-svn: 309746 | ||||
* | Use StringRef in Pass/PassManager APIs (NFC) | Mehdi Amini | 2016-10-01 | 1 | -1/+1 |
| | | | | llvm-svn: 283004 | ||||
* | [Hexagon] Preprocess mapped instructions before lowering to MC | Krzysztof Parzyszek | 2015-12-15 | 1 | -0/+4 |
| | | | | llvm-svn: 255653 | ||||
* | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 2015-06-23 | 1 | -1/+1 |
| | | | | | | Apparently, the style needs to be agreed upon first. llvm-svn: 240390 | ||||
* | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | The patch is generated using this command: tools/clang/tools/extra/clang-tidy/tool/run-clang-tidy.py -fix \ -checks=-*,llvm-namespace-comment -header-filter='llvm/.*|clang/.*' \ llvm/lib/ Thanks to Eugene Kosov for the original patch! llvm-svn: 240137 | ||||
* | Define a runOnMachineFunction for the Hexagon AsmPrinter and | Eric Christopher | 2015-02-03 | 1 | -0/+5 |
| | | | | | | use it to initialize the subtarget. llvm-svn: 227948 | ||||
* | std::unique_ptrify the MCStreamer argument to createAsmPrinter | David Blaikie | 2015-01-18 | 1 | -4/+2 |
| | | | | llvm-svn: 226414 | ||||
* | Canonicalize header guards into a common format. | Benjamin Kramer | 2014-08-13 | 1 | -2/+2 |
| | | | | | | | | | | Add header guards to files that were missing guards. Remove #endif comments as they don't seem common in LLVM (we can easily add them back if we decide they're useful) Changes made by clang-tidy with minor tweaks. llvm-svn: 215558 | ||||
* | [C++11] Add 'override' keywords and remove 'virtual'. Additionally add ↵ | Craig Topper | 2014-04-29 | 1 | -5/+6 |
| | | | | | | 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. Hexagon edition llvm-svn: 207508 | ||||
* | Remove leftovers from a non-MC asm printer. | Rafael Espindola | 2013-12-02 | 1 | -97/+0 |
| | | | | llvm-svn: 196068 | ||||
* | Remove #if 0 declarations. | Rafael Espindola | 2013-12-02 | 1 | -8/+0 |
| | | | | llvm-svn: 196067 | ||||
* | Remove dead declarations. | Rafael Espindola | 2013-12-02 | 1 | -6/+0 |
| | | | | llvm-svn: 196063 | ||||
* | Delete executive bit on ./lib/Target/Hexagon/HexagonAsmPrinter.h. | Jakub Staszak | 2012-12-29 | 1 | -0/+0 |
| | | | | llvm-svn: 171225 | ||||
* | Hexagon: enable assembler output through the MC layer. | Evandro Menezes | 2012-04-12 | 1 | -0/+165 |
llvm-svn: 154597 |