summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AVR
Commit message (Expand)AuthorAgeFilesLines
* [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
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-142-3/+3
* [DebugInfo] Examine all uses of isDebugValue() for debug instructions.Shiva Chen2018-05-091-2/+2
* Remove duplicate tablegen lines from AVR target.Nico Weber2018-04-041-6/+2
* [AVR] Lower i128 divisions to runtime library callsDylan McKay2018-03-191-0/+3
* [AVR] Remove the earlyclobber flag from LDDWRdYQDylan McKay2018-03-061-2/+16
* [AVR] Set the program address space in the data layoutDylan McKay2018-02-191-1/+1
* [AVR] Fix a lowering bug in AVRISelLowering.cppDylan McKay2018-02-191-4/+6
* [SelectionDAGISel] Add a debug print before call to Select. Adjust where blan...Craig Topper2018-01-261-3/+0
* Fix build of WebAssembly and AVR backends after r321692Alex Bradbury2018-01-032-5/+6
* MachineFunction: Return reference from getFunction(); NFCMatthias Braun2017-12-153-5/+5
* [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-0911-22/+275
* Revert "[AVR] Override ParseDirective"Dylan McKay2017-12-0911-275/+22
* Relax unaligned access assertion when type is byte alignedDylan McKay2017-12-091-0/+1
* [AVR] Override ParseDirectiveLeslie Zhai2017-12-0711-22/+275
* Add backend name to AVR Target to enable runtime info to be fed back into Tab...Leslie Zhai2017-11-231-1/+1
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-176-7/+7
OpenPOWER on IntegriCloud