summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86CmovConversion.cpp
Commit message (Expand)AuthorAgeFilesLines
* [X86] Ignore DBG instructions in X86CmovConversion optimization to resolve PR...Amjad Aboud2017-10-151-0/+31
* [X86] Fix some Clang-tidy modernize-use-using and Include What You Use warnin...Eugene Zelenko2017-10-051-16/+38
* [X86][NFC] Add X86CmovConverterPass to the pass registry.Amjad Aboud2017-10-021-5/+18
* [x86] Fix PR34377 by disabling cmov conversion when we relied on itChandler Carruth2017-09-061-0/+10
* fix more typos; NFCSanjay Patel2017-08-301-2/+2
* fix typos; NFCSanjay Patel2017-08-301-15/+15
* [x86] Fix an even stranger corner case where we have multiple levels ofChandler Carruth2017-08-191-1/+9
* [x86] Teach the cmov converter to aggressively convert cmovs with memoryChandler Carruth2017-08-191-6/+157
* [x86] Refactor the CMOV conversion pass to be more flexible.Chandler Carruth2017-08-191-15/+23
* [X86] Improved X86::CMOV to Branch heuristic.Amjad Aboud2017-08-081-4/+18
* [X86] X86::CMOV to Branch heuristic based optimization.Amjad Aboud2017-07-161-0/+611
OpenPOWER on IntegriCloud