summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86OptimizeLEAs.cpp
Commit message (Expand)AuthorAgeFilesLines
* X86: Wrap a helper for an assert in #ifndef NDEBUGJustin Bogner2016-02-241-11/+7
* [X86] Enable the LEA optimization pass by default.Andrey Turetskiy2016-02-201-4/+5
* [X86] PR26575: Fix LEA optimization pass (Part 2).Andrey Turetskiy2016-02-201-36/+78
* Revert r260979 "[X86] Enable the LEA optimization pass by default."Hans Wennborg2016-02-171-5/+4
* [X86] Enable the LEA optimization pass by default.Andrey Turetskiy2016-02-161-4/+5
* [X86] PR26575: Fix LEA optimization pass.Andrey Turetskiy2016-02-161-0/+5
* Revert r260507: "[X86] Enable the LEA optimization pass by default."Hans Wennborg2016-02-111-5/+4
* [X86] Enable the LEA optimization pass by default.Andrey Turetskiy2016-02-111-4/+5
* [X86] Use hash table in LEA optimization pass.Andrey Turetskiy2016-02-041-150/+247
* LEA code size optimization pass (Part 2): Remove redundant LEA instructions.Andrey Turetskiy2016-01-131-2/+158
* [X86] Reduce complexity of the LEA optimization pass, by Andrey Turetsky.Alexey Bataev2016-01-111-7/+28
* [X86] Add option for enabling LEA optimization pass, by Andrey TuretskyAlexey Bataev2015-12-171-1/+5
* remove redundant check: optForSize() includes a check for the minsize attribu...Sanjay Patel2015-12-071-3/+1
* LEA code size optimization pass (Part 1): Remove redundant address recalculat...Alexey Bataev2015-12-041-0/+324
OpenPOWER on IntegriCloud