aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/ARMAttributeParser.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-02-21[ARM] Change ARMAttributeParser::Parse to use support::endianness and simplifyFangrui Song1-4/+4
2019-11-02ARMAttributeParser - fix shadow variable name warnings from decodeULEB128 cal...Simon Pilgrim1-9/+9
2019-06-14Fix failing test on ARM buildbotEugene Leviant1-1/+1
2019-06-13Extra error checking to ARMAttributeParserEugene Leviant1-0/+6
2019-05-30[ARM] add target arch definitions for 8.1-M and MVESjoerd Meijer1-1/+16
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-02-26Test commitDavid Zarzycki1-1/+0
2017-12-28Avoid int to string conversion in Twine or raw_ostream contexts.Benjamin Kramer1-1/+1
2017-12-14Fix many -Wsign-compare and -Wtautological-constant-compare warnings.Zachary Turner1-1/+1
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-1/+1
2017-01-18[ARM] Create objdump subtarget from build attrsSam Parker1-50/+76
2017-01-13Revert r291903 and r291898. Reason: they break check-lld on the bots.Ivan Krasin1-72/+47
2017-01-13[ARM] Fix ubig32_t read in ARMAttributeParserSam Parker1-3/+3
2017-01-13[ARM] Enable objdump to construct triple for ARMSam Parker1-48/+73
2017-01-13[ARM] Moved ARMAttributeParser to SupportSam Parker1-0/+682