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
/
test
/
CodeGen
/
X86
/
cmov.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC][X86] Fixup comment in CodeGen/X86/cmov.ll
Roman Lebedev
2019-11-19
1
-2
/
+0
*
[FIX] Forces shrink wrapping to consider any memory access as aliasing with t...
Diogo N. Sampaio
2019-06-13
1
-1
/
+1
*
[X86] Promote i8 CMOV's (PR40965)
Roman Lebedev
2019-03-15
1
-17
/
+10
*
[DAGCombiner] re-enable truncation of binops
Sanjay Patel
2018-12-08
1
-1
/
+1
*
[DAGCombiner] disable truncation of binops by default
Sanjay Patel
2018-12-07
1
-1
/
+1
*
[DAGCombiner] narrow truncated binops
Sanjay Patel
2018-11-29
1
-1
/
+1
*
[X86] Handle COPYs of physregs better (regalloc hints)
Simon Pilgrim
2018-09-19
1
-4
/
+7
*
[CodeGenPrepare] Move Extension Instructions Through Logical And Shift Instru...
Guozhi Wei
2018-06-05
1
-3
/
+2
*
[CodeGenPrepare] Revert r331783
Guozhi Wei
2018-05-25
1
-2
/
+3
*
[CodeGenPrepare] Move Extension Instructions Through Logical And Shift Instru...
Guozhi Wei
2018-05-08
1
-3
/
+2
*
Followup on Proposal to move MIR physical register namespace to '$' sigil.
Puyan Lotfi
2018-01-31
1
-1
/
+1
*
[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.
Francis Visoiu Mistrih
2017-12-07
1
-1
/
+1
*
[CodeGen] Unify MBB reference format in both MIR and debug output
Francis Visoiu Mistrih
2017-12-04
1
-13
/
+13
*
[CodeGen] Print register names in lowercase in both MIR and debug output
Francis Visoiu Mistrih
2017-11-28
1
-1
/
+1
*
[X86FixupBWInsts] More precise register liveness if no <imp-use> on MOVs.
Nikolai Bozhenov
2017-09-18
1
-3
/
+3
*
[x86] Fix an amazing goof in the handling of sub, or, and xor lowering.
Chandler Carruth
2017-08-25
1
-1
/
+2
*
[x86] Teach the cmov converter to aggressively convert cmovs with memory
Chandler Carruth
2017-08-19
1
-1
/
+1
*
[x86] auto-generate full checks; NFC
Sanjay Patel
2017-07-11
1
-79
/
+126
*
[SelectionDAG] Handle inverted conditions when splitting into multiple branches.
Geoff Berry
2017-01-24
1
-2
/
+3
*
[x86] fix usage of stale operands when lowering select
Sanjay Patel
2017-01-08
1
-5
/
+1
*
[x86] add test to show bug in select lowering; NFC
Sanjay Patel
2017-01-05
1
-0
/
+18
*
Avoid unnecessary 32-bit to 64-bit zero extensions following
David L Kreitzer
2016-07-29
1
-4
/
+5
*
Recommit r274692 - [X86] Transform setcc + movzbl into xorl + setcc
Michael Kuperstein
2016-07-07
1
-2
/
+2
*
Revert r274692 to check whether this is what breaks windows selfhost.
Michael Kuperstein
2016-07-07
1
-2
/
+2
*
[X86] Transform setcc + movzbl into xorl + setcc
Michael Kuperstein
2016-07-06
1
-2
/
+2
*
[opaque pointer type] Add textual IR support for explicit type parameter to t...
David Blaikie
2015-04-16
1
-1
/
+1
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-03-13
1
-1
/
+1
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
1
-8
/
+8
*
x86-32: PUSHF/POPF use/def EFLAGS
JF Bastien
2014-12-16
1
-1
/
+1
*
Disabled subregister copy coalescing during MachineCSE.
Andrew Trick
2013-12-17
1
-1
/
+1
*
Allow MachineCSE to coalesce trivial subregister copies the same way that it ...
Andrew Trick
2013-12-17
1
-2
/
+2
*
Revert "Allow MachineCSE to coalesce trivial subregister copies the same way ...
Rafael Espindola
2013-12-16
1
-2
/
+2
*
Allow MachineCSE to coalesce trivial subregister copies the same way
Andrew Trick
2013-12-16
1
-2
/
+2
*
Enable MI Sched for x86.
Andrew Trick
2013-10-15
1
-5
/
+5
*
Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....
Stephen Lin
2013-07-13
1
-7
/
+7
*
Revert "Temporarily enable MI-Sched on X86."
Andrew Trick
2013-06-25
1
-5
/
+5
*
Temporarily enable MI-Sched on X86.
Andrew Trick
2013-06-24
1
-5
/
+5
*
Disable rematerialization in TwoAddressInstructionPass.
Manman Ren
2012-07-25
1
-4
/
+4
*
Switch the select to branch transformation on by default.
Benjamin Kramer
2012-05-06
1
-1
/
+1
*
Upgrade syntax of tests using volatile instructions to use 'load volatile' in...
Chris Lattner
2011-11-27
1
-2
/
+2
*
Pseudo CMOV instructions don't clobber EFLAGS.
Jakob Stoklund Olesen
2011-09-02
1
-2
/
+2
*
As Dan pointed out, movzbl, movsbl, and friends are nicer than their alias
Bill Wendling
2011-04-14
1
-2
/
+2
*
Have the X86 back-end emit the alias instead of what's being aliased. In most
Bill Wendling
2011-04-14
1
-2
/
+2
*
Instruction fixes, added instructions, and AsmString changes in the
Sean Callanan
2009-12-18
1
-3
/
+3
*
Restore a comment that was lost in the merge.
Dan Gohman
2009-09-15
1
-0
/
+4
*
this is failing on linux hosts, force a triple.
Chris Lattner
2009-09-15
1
-1
/
+1
*
merge one more in.
Chris Lattner
2009-09-15
1
-0
/
+10
*
merge some more cmov tests into cmov.ll
Chris Lattner
2009-09-15
1
-0
/
+95
*
merge two cmov tests into one.
Chris Lattner
2009-09-15
1
-0
/
+48