summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AVR/MCTargetDesc
Commit message (Expand)AuthorAgeFilesLines
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-141-1/+1
* [MC] Add parameter `Address` to MCInstrPrinter::printInstructionFangrui Song2020-01-062-2/+2
* [MC] Add parameter `Address` to MCInstPrinter::printInstFangrui Song2020-01-062-4/+5
* [AVR] Fix endianness handling in AVR MCserge_sans_paille2019-11-251-5/+3
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-211-1/+1
* [Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin2019-10-232-2/+2
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* 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
* [AVR] Create a TargetInfo header. NFCRichard Trieu2019-05-142-2/+1
* [AVR] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-115-2/+226
* [AVR] Enable emission of debug informationDylan McKay2019-01-211-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1918-72/+54
* [AVR] Fix build after r334078Alex Bradbury2018-06-072-4/+10
* MC: Separate creating a generic object writer from creating a target object w...Peter Collingbourne2018-05-214-12/+9
* MC: Change MCAsmBackend::writeNopData() to take a raw_ostream instead of an M...Peter Collingbourne2018-05-212-5/+4
* MC: Change the streamer ctors to take an object writer instead of a stream. N...Peter Collingbourne2018-05-183-10/+15
* Fix build of WebAssembly and AVR backends after r321692Alex Bradbury2018-01-032-5/+6
* [AVR] Implement some missing code pathsDylan McKay2017-12-112-4/+19
* [AVR] Fix incorrectly-calculated AVRMCExpr evaluationsDylan McKay2017-12-111-12/+9
* Revert and accidentally committed revert commitDylan McKay2017-12-0910-16/+189
* Revert "[AVR] Override ParseDirective"Dylan McKay2017-12-0910-189/+16
* [AVR] Override ParseDirectiveLeslie Zhai2017-12-0710-16/+189
* [AVR] Update to current LLVM APIDylan McKay2017-10-185-9/+19
* [AVR] Remove the 'IsN64' argument to 'MCELFObjectWriter'Dylan McKay2017-09-221-1/+1
* [AVR] Enable the '__do_copy_data' functionDylan McKay2017-09-112-0/+22
* [AVR] Rename 'AVRTiny' to 'Tiny'Dylan McKay2017-07-111-1/+1
* [AVR] Update AVRASmBackend from API change in r306906Dylan McKay2017-07-012-7/+7
* [AVR] Migrate to new MCAsmBackend applyFixup and processFixupValueLeslie Zhai2017-06-272-28/+26
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-062-2/+2
* [AVR] Fix a bug so that we now emit R_AVR_16 fixups with the correct offsetDylan McKay2017-04-302-3/+4
* [AVR] Migrate to new MCAsmInfo CodePointerSizeLeslie Zhai2017-04-191-1/+0
* [AVR] Fix the buildDylan McKay2017-04-181-1/+1
* test commitLeslie Zhai2017-04-181-0/+1
* Fix spelling compliment->complement. Mostly refering to 2s complement. NFCCraig Topper2017-04-111-1/+1
* [AVR] Migrate to new MCAsmBackend applyFixupJonathan Roelofs2017-04-112-2/+2
* [AVR] Set UseIntegratedAssemblerDylan McKay2017-02-181-0/+1
* [AVR] Add missing #includesDylan McKay2017-02-082-0/+3
* [AVR] Compile the disassemblerDylan McKay2016-10-271-1/+1
* [AVR] Add the machine code emitterDylan McKay2016-10-274-0/+423
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-092-10/+11
* [AVR] Add backend dependencies to MCTargetDesc/LLVMBuild.txtDylan McKay2016-10-081-1/+1
* [AVR] Set up the instruction printer and the assembly backendDylan McKay2016-10-081-0/+19
* [AVR] Add the machine code backendDylan McKay2016-10-053-0/+552
* [AVR] Add the ELF object file writerDylan McKay2016-09-302-0/+128
* [AVR] Import the LLVM namespace inside AVRMCTargetDesc.cppDylan McKay2016-09-281-0/+2
* [AVR] Add AVRMCTargetDesc.cppDylan McKay2016-09-282-0/+97
* [AVR] Update the signature of createAVRAsmBackendDylan McKay2016-09-281-1/+3
* [AVR] Add AVRMCExprDylan McKay2016-09-264-0/+427
OpenPOWER on IntegriCloud