summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/A15SDOptimizer.cpp
Commit message (Expand)AuthorAge
* Convert some assert(0) to llvm_unreachable or fold an 'if' condition into the...Craig Topper2014-06-19
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* Tidy up. Trailing whitespace.Jim Grosbach2014-04-03
* Prune includes in ARM target.Craig Topper2014-03-22
* [ARM]Fix an assertion failure in A15SDOptimizer about DPair reg class by trea...Hao Liu2014-03-20
* Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changingOwen Anderson2014-03-13
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-10
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Correct word hyphenationsAlp Toker2013-12-05
* ARM: Teach A15 SDOptimizer to properly handle D-reg by-lane.Jim Grosbach2013-09-04
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-03
* Adding an A15 specific optimization pass for interactions between S/D/Q regis...Silviu Baranga2013-03-15