summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86CmovConversion.cpp
AgeCommit message (Expand)Author
2017-12-15MachineFunction: Return reference from getFunction(); NFCMatthias Braun
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie
2017-11-08Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie
2017-10-15[X86] Ignore DBG instructions in X86CmovConversion optimization to resolve PR...Amjad Aboud
2017-10-05[X86] Fix some Clang-tidy modernize-use-using and Include What You Use warnin...Eugene Zelenko
2017-10-02[X86][NFC] Add X86CmovConverterPass to the pass registry.Amjad Aboud
2017-09-06[x86] Fix PR34377 by disabling cmov conversion when we relied on itChandler Carruth
2017-08-30fix more typos; NFCSanjay Patel
2017-08-30fix typos; NFCSanjay Patel
2017-08-19[x86] Fix an even stranger corner case where we have multiple levels ofChandler Carruth
2017-08-19[x86] Teach the cmov converter to aggressively convert cmovs with memoryChandler Carruth
2017-08-19[x86] Refactor the CMOV conversion pass to be more flexible.Chandler Carruth
2017-08-08[X86] Improved X86::CMOV to Branch heuristic.Amjad Aboud
2017-07-16[X86] X86::CMOV to Branch heuristic based optimization.Amjad Aboud