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
*
[X86CmovConversion] Make heuristic for optimized cmov depth more conservative...
Nikita Popov
2020-02-19
1
-6
/
+7
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
[X86] Fix uninitialized variable warnings. NFCI.
Simon Pilgrim
2019-11-06
1
-3
/
+3
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-7
/
+7
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Daniel Sanders
2019-08-01
1
-2
/
+2
*
X86: Clean up pass initialization
Tom Stellard
2019-06-13
1
-3
/
+1
*
[X86] X86CmovConverterPass::collectCmovCandidates - fix uninitialized variabl...
Simon Pilgrim
2019-05-28
1
-1
/
+2
*
[X86] Merge the different Jcc instructions for each condition code into singl...
Craig Topper
2019-04-05
1
-1
/
+1
*
[X86] Merge the different CMOV instructions for each condition code into sing...
Craig Topper
2019-04-05
1
-10
/
+9
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
X86: Consistently declare pass initializers in X86.h; NFC
Matthias Braun
2018-11-01
1
-6
/
+0
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-6
/
+6
*
[DebugInfo] Examine all uses of isDebugValue() for debug instructions.
Shiva Chen
2018-05-09
1
-3
/
+3
*
[TargetSchedule] shrink interface for init(); NFCI
Sanjay Patel
2018-04-08
1
-1
/
+1
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-1
/
+1
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-2
/
+2
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-1
/
+1
*
[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