index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
X86
/
X86CmovConversion.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86] Ignore DBG instructions in X86CmovConversion optimization to resolve PR...
Amjad Aboud
2017-10-15
1
-0
/
+31
*
[X86] Fix some Clang-tidy modernize-use-using and Include What You Use warnin...
Eugene Zelenko
2017-10-05
1
-16
/
+38
*
[X86][NFC] Add X86CmovConverterPass to the pass registry.
Amjad Aboud
2017-10-02
1
-5
/
+18
*
[x86] Fix PR34377 by disabling cmov conversion when we relied on it
Chandler Carruth
2017-09-06
1
-0
/
+10
*
fix more typos; NFC
Sanjay Patel
2017-08-30
1
-2
/
+2
*
fix typos; NFC
Sanjay Patel
2017-08-30
1
-15
/
+15
*
[x86] Fix an even stranger corner case where we have multiple levels of
Chandler Carruth
2017-08-19
1
-1
/
+9
*
[x86] Teach the cmov converter to aggressively convert cmovs with memory
Chandler Carruth
2017-08-19
1
-6
/
+157
*
[x86] Refactor the CMOV conversion pass to be more flexible.
Chandler Carruth
2017-08-19
1
-15
/
+23
*
[X86] Improved X86::CMOV to Branch heuristic.
Amjad Aboud
2017-08-08
1
-4
/
+18
*
[X86] X86::CMOV to Branch heuristic based optimization.
Amjad Aboud
2017-07-16
1
-0
/
+611