summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AVR
Commit message (Expand)AuthorAgeFilesLines
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-146-6/+6
* [Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()Fangrui Song2020-01-111-2/+0
* AVR: Update for getRegisterByName changeMatt Arsenault2020-01-092-3/+3
* [MC] Add parameter `Address` to MCInstrPrinter::printInstructionFangrui Song2020-01-062-2/+2
* [MC] Add parameter `Address` to MCInstPrinter::printInstFangrui Song2020-01-062-4/+5
* Fix typo "psuedo" in commentsJay Foad2020-01-031-2/+2
* DAG: Use TargetConstant for FENCE operandsMatt Arsenault2020-01-021-1/+1
* [AVR] Fix codegen for rotate instructionsJim Lin2019-12-233-4/+104
* [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-214-4/+4
* Use MCRegister in copyPhysRegMatt Arsenault2019-11-112-3/+3
* [Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin2019-10-232-2/+2
* [Alignment][NFC] Use Align for TargetFrameLowering/SubtargetGuillaume Chatelet2019-10-171-1/+2
* TLI: Remove DAG argument from getRegisterByNameMatt Arsenault2019-10-012-6/+5
* [Alignment][NFC] Remove unneeded llvm:: scoping on Align typesGuillaume Chatelet2019-09-271-1/+1
* avr targetinfo: remove unneeded dep on MCNico Weber2019-09-211-2/+2
* Replicate the change "[Alignment][NFC] Use Align with TargetLowering::setMinF...Sylvestre Ledru2019-09-071-1/+1
* [LLVM][Alignment] Make functions using log of alignment explicitGuillaume Chatelet2019-09-051-1/+1
* 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
OpenPOWER on IntegriCloud