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
/
X86InstrCompiler.td
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid a Symbol -> Name -> Symbol conversion.
Rafael Espindola
2015-06-22
1
-2
/
+14
*
AVX-512: fixed algorithm of building vectors of i1 elements
Elena Demikhovsky
2015-05-20
1
-4
/
+5
*
AVX-512: select operation for i1 vectors
Elena Demikhovsky
2015-05-12
1
-0
/
+4
*
Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"
Sergey Dmitrouk
2015-04-28
1
-2
/
+2
*
Revert "[DebugInfo] Add debug locations to constant SD nodes"
Daniel Jasper
2015-04-28
1
-2
/
+2
*
[DebugInfo] Add debug locations to constant SD nodes
Sergey Dmitrouk
2015-04-28
1
-2
/
+2
*
[X86] Apply AddedComplexity consistently for similar patterns. This keeps the...
Craig Topper
2015-04-04
1
-4
/
+8
*
[X86] Add a comment about the change in r234075.
Craig Topper
2015-04-04
1
-0
/
+2
*
[X86] Don't use GR64 register 'and with immediate' instructions if the immedi...
Craig Topper
2015-04-04
1
-0
/
+5
*
[X86] Factor out the CMOV pseudo definitions. NFCI.
Ahmed Bougacha
2015-02-14
1
-125
/
+43
*
MathExtras: Bring Count(Trailing|Leading)Ones and CountPopulation in line wit...
Benjamin Kramer
2015-02-12
1
-2
/
+6
*
[X86] Convert esp-relative movs of function arguments to pushes, step 2
Michael Kuperstein
2015-02-01
1
-5
/
+9
*
Revert r227728 due to bad line endings.
Michael Kuperstein
2015-02-01
1
-1852
/
+1848
*
[X86] Convert esp-relative movs of function arguments to pushes, step 2
Michael Kuperstein
2015-02-01
1
-1848
/
+1852
*
[x32] Change the condition from bitness to LP64 for TCRETURNdi64.
Michael Kuperstein
2015-01-28
1
-2
/
+2
*
[x32] Enable sibcall optimization on x32.
Michael Kuperstein
2015-01-28
1
-5
/
+5
*
Add the llvm.frameallocate and llvm.recoverframeallocation intrinsics
Reid Kleckner
2015-01-13
1
-0
/
+3
*
[X86] Make isel select the 2-byte register form of INC/DEC even in non-64-bit...
Craig Topper
2015-01-06
1
-29
/
+12
*
[X86] Use 32-bit sign extended immediate for 64-bit LOCK_ArithBinOp with sign...
Craig Topper
2015-01-03
1
-6
/
+6
*
Replace neverHasSideEffects=1 with hasSideEffects=0 in all .td files.
Craig Topper
2014-11-26
1
-2
/
+2
*
[X86] Fix pattern match for 32-to-64-bit zext in the presence of AssertSext
Michael Kuperstein
2014-11-11
1
-0
/
+1
*
Reverting r221626 due to a too-strict test.
Michael Kuperstein
2014-11-10
1
-1
/
+0
*
[X86] Fix pattern match for 32-to-64-bit zext in the presence of AssertSext
Michael Kuperstein
2014-11-10
1
-0
/
+1
*
[X86] Avoid generating inc/dec when slow for x.atomic_store(1 + x.atomic_load())
Robin Morisset
2014-10-08
1
-2
/
+2
*
[x32] Fix segmented stacks support
Pavel Chupin
2014-09-22
1
-5
/
+5
*
[X86] Allow atomic operations using immediates to avoid using a register
Robin Morisset
2014-09-02
1
-13
/
+94
*
Fix failure to invoke exception handler on Win64
Reid Kleckner
2014-08-04
1
-0
/
+2
*
[X86] Simplify X87 stackifier pass.
Akira Hatanaka
2014-08-01
1
-2
/
+4
*
Revert r213070. It's breaking the build in MCELFStreamer::EmitInstToData(...).
Cameron McInally
2014-07-15
1
-6
/
+0
*
Add x86 patterns to match a specific add-with-carry.
Cameron McInally
2014-07-15
1
-0
/
+6
*
X86: expand atomics in IR instead of as MachineInstrs.
Tim Northover
2014-07-01
1
-77
/
+0
*
Re-apply r211399, "Generate native unwind info on Win64" with a fix to ignore...
NAKAMURA Takumi
2014-06-25
1
-0
/
+20
*
Reformat.
NAKAMURA Takumi
2014-06-25
1
-2
/
+2
*
Revert r211399, "Generate native unwind info on Win64"
NAKAMURA Takumi
2014-06-22
1
-22
/
+2
*
Generate native unwind info on Win64
Reid Kleckner
2014-06-20
1
-2
/
+22
*
[X86] Use ADD/SUB instead of INC/DEC for Silvermont
Alexey Volkov
2014-06-09
1
-12
/
+26
*
Rename ComputeMaskedBits to computeKnownBits. "Masked" has been
Jay Foad
2014-05-14
1
-2
/
+2
*
[X86] Add peephole for masked rotate amount
Adam Nemet
2014-03-12
1
-0
/
+2
*
[X86] Refactor peepholes for masked shift amount into a multiclass
Adam Nemet
2014-03-12
1
-55
/
+25
*
X86: Enable ISel of 16-bit MOVBE instructions.
Jim Grosbach
2014-03-11
1
-0
/
+6
*
Merge x86 HasOpSizePrefix/HasOpSize16Prefix into a 2-bit OpSize field with 0 ...
Craig Topper
2014-02-02
1
-20
/
+20
*
[x86] Remove OpSize16 flag from MOV32r0
David Woodhouse
2014-01-08
1
-2
/
+1
*
[x86] Add OpSize16 to instructions that need it
David Woodhouse
2014-01-08
1
-9
/
+10
*
Remove opcode from MOV32r0 that I accidentally left when I converted it to Ps...
Craig Topper
2014-01-05
1
-2
/
+1
*
Handle MOV32r0 in expandPostRAPseudo instead of MCInst lowering. No functiona...
Craig Topper
2013-12-31
1
-2
/
+2
*
[x86] Rename In32BitMode predicate to Not64BitMode
Eric Christopher
2013-12-20
1
-38
/
+38
*
Revert "Revert "Mark vastart_save_xmm_regs as changing EFLAGS""
Duncan P. N. Exon Smith
2013-12-17
1
-2
/
+3
*
Revert "Mark vastart_save_xmm_regs as changing EFLAGS"
Duncan P. N. Exon Smith
2013-12-17
1
-1
/
+1
*
Mark vastart_save_xmm_regs as changing EFLAGS
Duncan P. N. Exon Smith
2013-12-17
1
-1
/
+1
*
AVX-512: Implemented CMOV for 512-bit vectors
Elena Demikhovsky
2013-10-31
1
-0
/
+18
[next]