summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AVR/AVRISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* [AVR] Prefer BasicBlock::getIterator over Function::begin()Dylan McKay2017-09-261-1/+1
* [AVR] When lowering shifts into loops, put newly generated MBBs in the sameDylan McKay2017-09-261-2/+4
* [SystemZ, LoopStrengthReduce]Jonas Paulsson2017-07-211-1/+1
* [AVR] Fix a big in shift operator lowering; Authored by Dr. Gergo ErdiDylan McKay2017-05-311-2/+2
* [AVR] When lowering Select8/Select16, put newly generated MBBs in the same spotDylan McKay2017-05-131-2/+3
* [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-091-2/+1
* [AVR] Implement non-constant bit rotationsDylan McKay2017-05-011-0/+31
* [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
* [AVR] Implement stacksave/stackrestore by expanding (PR31342)Dylan McKay2017-02-051-0/+2
* [AVR] Support zero-sized arguments in defined methodsDylan McKay2017-02-051-0/+6
* [AVR] Implement TargetLoweing::getRegisterByNameDylan McKay2017-01-071-0/+41
* [AVR] Expand 'SELECT_CC' nodes whereever possibleDylan McKay2016-12-071-2/+2
* [AVR] Add instruction selection lowering codeDylan McKay2016-11-021-0/+1937
* Revert "[AVR] Add instruction selection lowering code"Dylan McKay2016-09-291-1940/+0
* [AVR] Add instruction selection lowering codeDylan McKay2016-09-291-0/+1940
OpenPOWER on IntegriCloud