summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/AArch64CompressJumpTables.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [AArch64] Fix a bug with jump table generationCullen Rhodes2019-12-061-3/+10
| | | | | | | | | | | | | | | | | | | | Summary: When trying to calculate the offsets for the jump table entries we fail to take into account the block alignment, which could be greater than 4 bytes. This led to cases where the jump table offset was too big to fit in a byte. Reviewers: t.p.northover, sdesmalen, ostannard Reviewed By: ostannard Subscribers: ostannard, kristof.beyls, hiraditya, llvm-commits Committed on behalf of David Sherwood (david-arm) Tags: #llvm Differential Revision: https://reviews.llvm.org/D70533
* [AArch64] Fix scan-build null/uninitialized pointer warnings. NFCI.Simon Pilgrim2019-05-081-0/+1
| | | | llvm-svn: 360267
* [IR] Refactor attribute methods in Function class (NFC)Evandro Menezes2019-04-041-1/+1
| | | | | | | | Rename the functions that query the optimization kind attributes. Differential revision: https://reviews.llvm.org/D60287 llvm-svn: 357731
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-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
* AArch64: add a pass to compress jump-table entries when possible.Tim Northover2018-10-241-0/+162
llvm-svn: 345188
OpenPOWER on IntegriCloud