summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AVR
Commit message (Expand)AuthorAgeFilesLines
* TargetMachine: Indicate whether machine verifier passes.Matthias Braun2017-05-311-0/+4
* [AVR] Fix a big in shift operator lowering; Authored by Dr. Gergo ErdiDylan McKay2017-05-311-2/+2
* [AVR] CPIRdK can only work with r16..r31; Authored by Dr. Gergo ErdiDylan McKay2017-05-311-1/+1
* TargetPassConfig: Keep a reference to an LLVMTargetMachine; NFCMatthias Braun2017-05-301-2/+2
* [AVR] Remove SREG from CPI's Uses; authored by Florian ZeitzDylan McKay2017-05-291-1/+0
* [AVR] When lowering Select8/Select16, put newly generated MBBs in the same spotDylan McKay2017-05-131-2/+3
* [AVR] Remove an unused variableDylan McKay2017-05-131-1/+0
* [AVR] Migrate to new StructType::get owing to Supress all uses of LLVM_END_WI...Leslie Zhai2017-05-121-1/+1
* Add extra operand to CALLSEQ_START to keep frame part set up previouslySerge Pavlov2017-05-093-6/+5
* [AVR] Reserve the Y register in all functionsDylan McKay2017-05-031-6/+12
* Revert "[AVR] Enable the frame pointer for all functions"Dylan McKay2017-05-031-3/+2
* [AVR] Save/restore the frame pointer for all functionsDylan McKay2017-05-021-11/+10
* [AVR] Fix a bug where the frame pointer is clobberedDylan McKay2017-05-021-7/+17
* [AVR] Enable the frame pointer for all functionsDylan McKay2017-05-011-2/+3
* [AVR] Implement non-constant bit rotationsDylan McKay2017-05-013-1/+63
* [AVR] Fix a bug so that we now emit R_AVR_16 fixups with the correct offsetDylan McKay2017-04-303-8/+9
* [AVR] Remove an unused local variableDylan McKay2017-04-261-1/+0
* [AVR] Do not kill the dest register for a pseudo instructionDylan McKay2017-04-251-1/+1
* [AVR] Support the LDWRdPtr instruction with the same Src+Dst registerDylan McKay2017-04-251-52/+75
* Move value type list from TargetRegisterClass to TargetRegisterInfoKrzysztof Parzyszek2017-04-242-6/+7
* Revert r301231: Accidentally committed stale filesKrzysztof Parzyszek2017-04-242-7/+6
* Move value type list from TargetRegisterClass to TargetRegisterInfoKrzysztof Parzyszek2017-04-242-6/+7
* Move size and alignment information of regclass to TargetRegisterInfoKrzysztof Parzyszek2017-04-242-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-112-3/+3
* [AVR] Migrate to new MCAsmBackend applyFixupJonathan Roelofs2017-04-112-2/+2
* [AVR] Fix build after r298178Meador Inge2017-03-241-9/+9
* Rename AttributeSet to AttributeListReid Kleckner2017-03-211-1/+1
* Make library calls sensitive to regparm module flag (Fixes PR3997).Nirav Dave2017-03-181-2/+1
* Remove getArgumentList() in favor of arg_begin(), args(), etcReid Kleckner2017-03-161-1/+1
* [AVR] Set UseIntegratedAssemblerDylan McKay2017-02-181-0/+1
* [AVR] Add missing #includesDylan McKay2017-02-082-0/+3
* [AVR] Use 'print' instead of 'dump'Dylan McKay2017-02-061-1/+1
* [AVR] Implement stacksave/stackrestore by expanding (PR31342)Dylan McKay2017-02-051-0/+2
* [AVR] Fix a bug where asm operands are printed twiceDylan McKay2017-02-051-1/+2
* [AVR] Support zero-sized arguments in defined methodsDylan McKay2017-02-051-0/+6
* [CodeGen] Rename MachineInstrBuilder::addOperand. NFCDiana Picus2017-01-131-10/+7
* [AVR] Implement TargetLoweing::getRegisterByNameDylan McKay2017-01-072-0/+44
* [AVR] Parenthesize a boolean expressionDylan McKay2017-01-071-2/+2
* [AVR] Optimize 16-bit ANDs with '1'Dylan McKay2016-12-311-0/+4
* [AVR] Optimize 16-bit ORs with '0'Dylan McKay2016-12-301-12/+27
* [AVR] Support floats in the instrumention passDylan McKay2016-12-151-14/+14
* [AVR] Add argument indices to the instrumention hook functionsDylan McKay2016-12-151-2/+4
* [AVR] Add a function instrumentation passDylan McKay2016-12-144-0/+224
* [AVR] Add an 'relax memory operation' passDylan McKay2016-12-135-2/+157
* [AVR] Fix a signed vs unsigned compiler warningDylan McKay2016-12-111-1/+1
* [AVR] Remove incorrect commentDylan McKay2016-12-101-2/+0
* [AVR] Add a stub README fileDylan McKay2016-12-101-0/+8
OpenPOWER on IntegriCloud