summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc/AsmParser/SparcAsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-141-1/+1
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-4/+4
* Revert CMake: Make most target symbols hidden by defaultTom Stellard2019-06-111-1/+1
* CMake: Make most target symbols hidden by defaultTom Stellard2019-06-101-1/+1
* [Sparc] Create a TargetInfo header. NFCRichard Trieu2019-05-151-0/+1
* Use bitset for assembler predicatesStanislav Mekhanoshin2019-03-111-1/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Sparc] Add membar assembler tagsDaniel Cederman2018-12-131-0/+55
* Remove trailing spaceFangrui Song2018-07-301-4/+4
* [Sparc] Add support for 13-bit PICDaniel Cederman2018-06-111-3/+11
* [Sparc] Add .uahalf and .uaword directivesDaniel Cederman2018-05-281-0/+2
* [Sparc] Use addAliasForDirective to support data directivesAlex Bradbury2018-05-231-38/+6
* [Asm] Add debug tracing in table-generated assembly matcherOliver Stannard2017-10-111-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-2/+2
* [Sparc] Fix some Include What You Use warnings; other minor fixes (NFC).Eugene Zelenko2017-02-041-22/+34
* [Sparc] Fix parsing of double-precision %f18, %f20, and %f22Daniel Cederman2016-12-021-1/+1
* [TableGen] Move OperandMatchResultTy enum to MCTargetAsmParser.hAlex Bradbury2016-11-011-4/+4
* Revert r283690, "MC: Remove unused entities."Peter Collingbourne2016-10-101-1/+1
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-091-3/+3
* MC: Remove unused entities.Peter Collingbourne2016-10-091-1/+1
* Defer asm errors to post-statement failureNirav Dave2016-09-161-9/+7
* Revert r281336 (and r281337), it caused PR30372.Nico Weber2016-09-131-7/+9
* Defer asm errors to post-statement failureNirav Dave2016-09-131-9/+7
* Temporarily Revert "[MC] Defer asm errors to post-statement failure" as it's ...Eric Christopher2016-09-131-7/+9
* [MC] Defer asm errors to post-statement failureNirav Dave2016-09-121-9/+7
* Don't pass a Reloc::Model to MC.Rafael Espindola2016-05-181-3/+2
* [Sparc][LEON] Add LEON-specific CASA instruction.Chris Dewhurst2016-05-161-1/+1
* Sparc: silently ignore .proc assembler directiveDouglas Katzman2016-03-281-0/+6
* This change adds co-processor condition branching and conditional traps to th...Chris Dewhurst2016-03-091-2/+6
* The patch adds missing registers and instructions to complete all the registe...Chris Dewhurst2016-02-271-0/+74
* Reverting breaking change. Sorry.Chris Dewhurst2016-02-261-74/+0
* Reviewed at reviews.llvm.org/D17133Chris Dewhurst2016-02-261-0/+74
* Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs.Benjamin Kramer2016-01-271-2/+2
* Reduce the size of MCRelaxableFragment.Akira Hatanaka2015-11-141-1/+1
* [MCTargetAsmParser] Move the member varialbes that referenceAkira Hatanaka2015-11-141-5/+4
* [Sparc] Use MCPhysReg instead of unsigned to size static arrays of registers....Craig Topper2015-10-181-6/+7
* Make a bunch of static arrays const.Craig Topper2015-10-181-6/+6
* [SPARCv9] Add support for the rdpr/wrpr instructions.Joerg Sonnenberger2015-10-041-0/+76
* Fix relocation used for GOT references in non-PIC mode. Fix relocationsJoerg Sonnenberger2015-10-011-28/+33
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-151-1/+1
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-1/+1
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-1/+1
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-151-1/+1
* SparcAsmParser.cpp: Appease msc x86.NAKAMURA Takumi2015-08-211-1/+1
* [Sparc]: correct the 'set' synthetic instructionDouglas Katzman2015-08-201-5/+37
* [SPARC] Enable writing to floating-point-state register.Douglas Katzman2015-08-191-0/+9
* Map %fprs to %asr6 in the Sparc assembler parser.Joerg Sonnenberger2015-08-191-0/+7
* [SPARC]: recognize '.' as the start of an assembler expression.Douglas Katzman2015-08-171-0/+1
* [Sparc] Implement i64 load/store support for 32-bit sparc.James Y Knight2015-08-101-0/+34
* [SPARC] Don't compare arch name as a string, use the enum instead.Douglas Katzman2015-08-061-1/+1
OpenPOWER on IntegriCloud