summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AVR
Commit message (Expand)AuthorAgeFilesLines
* Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders2019-08-155-14/+14
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-153-6/+6
* Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...Sylvestre Ledru2019-08-032-2/+2
* Emit diagnostic if an inline asm constraint requires an immediateBill Wendling2019-08-031-3/+3
* Delete dead storesFangrui Song2019-07-121-3/+3
* [AVR] Don't look for the TargetFrameLowering in the FrameLowering implementationDylan McKay2019-06-281-1/+1
* Don't look for the TargetFrameLowering in the implementationMatt Arsenault2019-06-251-2/+1
* [AVR] Adjust to Register class changeAyke van Laethem2019-06-252-2/+2
* [AVR] Change limit type to match the argument type (NFC)Evandro Menezes2019-06-191-1/+1
* Revert CMake: Make most target symbols hidden by defaultTom Stellard2019-06-116-6/+6
* CMake: Make most target symbols hidden by defaultTom Stellard2019-06-106-6/+6
* [AVR] Expand 16-bit rotations during the legalization stageDylan McKay2019-06-071-2/+2
* [AVR] Fix incorrect source regclass of LDWRdPtrJim Lin2019-06-032-6/+6
* [AVR] Disable register coalescing to the PTRDISPREGS classDylan McKay2019-06-012-0/+22
* Add TargetLoweringInfo hook for explicitly setting the ABI calling convention...Dylan McKay2019-05-211-0/+5
* [AVR] Create a TargetInfo header. NFCRichard Trieu2019-05-148-3/+24
* [AVR] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-1110-36/+6
* [AsmPrinter] refactor to support %c w/ GlobalAddress'Nick Desaulniers2019-04-261-3/+2
* [AsmPrinter] refactor to remove remove AsmVariant. NFCNick Desaulniers2019-04-101-9/+5
* [AVR] Fix a typo - 's/analisys/analysis'Dylan McKay2019-02-131-1/+1
* Implementation of asm-goto support in LLVMCraig Topper2019-02-081-1/+2
* [AVR] Insert unconditional branch when inserting MBBs between blocks with fal...Dylan McKay2019-01-211-0/+9
* [AVR] Enable emission of debug informationDylan McKay2019-01-211-0/+1
* Revert "[AVR] Insert unconditional branch when inserting MBBs between blocks ...Dylan McKay2019-01-211-9/+0
* [AVR] Insert unconditional branch when inserting MBBs between blocks with fal...Dylan McKay2019-01-211-0/+9
* [AVR] Replace two references to ARM's 't2_so_imm' type commentsDylan McKay2019-01-201-2/+2
* [AVR] Fix codegen bug in 16-bit loadsDylan McKay2019-01-202-8/+5
* Revert "[AVR] Fix codegen bug in 16-bit loads"Dylan McKay2019-01-201-5/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1956-224/+168
* [AVR] Fix codegen bug in 16-bit loadsDylan McKay2019-01-181-5/+5
* [AVR] Rewrite the CBRRdK instruction as an alias of ANDIRdKDylan McKay2019-01-182-21/+33
* [AVR] Expand 8/16-bit multiplication to libcalls on MCUs that don't have hard...Dylan McKay2019-01-184-15/+38
* [Targets] Add errors for tiny and kernel codemodel on targets that don't supp...David Green2018-12-071-8/+2
* [AVR] Silence fallthrough warning. NFC.Nirav Dave2018-12-041-0/+1
* Fix modules build of AVRAsmParser.cppAlexander Richardson2018-11-131-3/+4
* [AVR] Fix a backend bug that left extraneous operands after expansionDylan McKay2018-11-051-0/+1
* [AVR] Disallow the LDDWRdPtrQ instruction with Z as the destinationDylan McKay2018-11-052-1/+21
* [AVR] Redefine the 'LSL' instruction as an alias of 'ADD'Dylan McKay2018-09-013-10/+19
* [AVR] Redefine the 'SBR' instruction as an aliasDylan McKay2018-09-011-9/+8
* [AVR] Define the TST instruction as an alias of ANDDylan McKay2018-09-011-9/+6
* [AVR] Define the ROL instruction as an alias of ADCDylan McKay2018-09-013-11/+15
* [MI] Change the array of `MachineMemOperand` pointers to beChandler Carruth2018-08-161-26/+26
* [SDAG] Update the AVR backend for the SelectionDAG API changes inChandler Carruth2018-08-151-6/+2
* [AVR] Re-enable expansion of ADDE/ADDC/SUBE/SUBC in ISelDylan McKay2018-07-291-0/+7
* [AVR] Document some public functionsDylan McKay2018-07-151-0/+2
* [AVR] Set trackLivenessAfterRegAllocDylan McKay2018-06-111-0/+5
* [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
OpenPOWER on IntegriCloud