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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make a bunch of lowering helper functions static instead of member functions....
Craig Topper
2012-09-11
2
-82
/
+56
*
Change unsigned to a uint16_t in static disassembler tables to reduce the tab...
Craig Topper
2012-09-11
2
-2
/
+2
*
Update function names to conform to guidelines. No functional change intended.
Chad Rosier
2012-09-10
7
-14
/
+14
*
Revert r163556. Missed updates to tablegen files.
Chad Rosier
2012-09-10
2
-4
/
+4
*
Update function names to conform to guidelines. No functional change intended.
Chad Rosier
2012-09-10
2
-4
/
+4
*
Remove redundant semicolons which are null statements.
Dmitri Gribenko
2012-09-10
1
-1
/
+1
*
[ms-inline asm] Pass the correct AsmVariant to the PrintAsmOperand() function
Chad Rosier
2012-09-10
2
-4
/
+6
*
[ms-inline asm] Add support for .att_syntax directive.
Chad Rosier
2012-09-10
1
-1
/
+4
*
Enhance PR11334 fix to support extload from v2f32/v4f32
Michael Liao
2012-09-10
3
-7
/
+15
*
Add boolean simplification support from CMOV
Michael Liao
2012-09-10
1
-12
/
+42
*
The VPSHUFB 256-bit instruction may be generated when one of input vector is ...
Elena Demikhovsky
2012-09-10
1
-4
/
+15
*
Add missing space before {. No functionality change.
Nick Lewycky
2012-09-09
1
-1
/
+1
*
Add instruction selection for ffloor of vectors when SSE4.1 or AVX is enabled.
Craig Topper
2012-09-08
2
-20
/
+41
*
Use 256-bit alignment for constant pool value for 256-bit vector FNEG lowering.
Craig Topper
2012-09-08
1
-2
/
+3
*
Add support for lowering FABS of vector types.
Craig Topper
2012-09-08
1
-12
/
+25
*
Set operation action for FFLOOR to Expand for all vector types for X86. Set F...
Craig Topper
2012-09-08
1
-0
/
+1
*
PR13754: llvm-mc/x86 crashes on .cfi directives without the % prefix for regi...
Benjamin Kramer
2012-09-07
1
-5
/
+6
*
Release build: guard dump functions with "ifndef NDEBUG"
Manman Ren
2012-09-06
2
-0
/
+4
*
AVX2 optimization.
Elena Demikhovsky
2012-09-06
1
-0
/
+40
*
Remove duplicated helper function
Michael Liao
2012-09-06
1
-17
/
+1
*
Use iPTR instead of i32 for extract_subvector/insert_subvector index in lower...
Craig Topper
2012-09-06
2
-78
/
+78
*
Add patterns for converting stores of subvector_extracts of lower 128-bits of...
Craig Topper
2012-09-06
1
-0
/
+40
*
Stop casting away const qualifier needlessly.
Roman Divacky
2012-09-05
1
-1
/
+1
*
Use const properly so that we dont remove const qualifier from region and MII
Roman Divacky
2012-09-05
3
-13
/
+13
*
Remove some of the patterns added in r163196. Increasing the complexity on in...
Craig Topper
2012-09-05
1
-42
/
+2
*
Add patterns for integer forms of VINSERTF128/VINSERTI128 folded with loads. ...
Craig Topper
2012-09-05
1
-4
/
+76
*
Convert vextracti128/vextractf128 intrinsics to extract_subvector at DAG buil...
Craig Topper
2012-09-05
1
-28
/
+51
*
Fix function name per coding standard.
Chad Rosier
2012-09-05
1
-2
/
+2
*
Generic Bypass Slow Div
Preston Gurd
2012-09-04
4
-1
/
+15
*
This patch optimizes shuffle instruction - generates 2 instructions instead o...
Elena Demikhovsky
2012-09-04
1
-16
/
+17
*
[ms-inline asm] Asm operands can map to one or more MCOperands. Therefore, add
Chad Rosier
2012-09-03
1
-2
/
+3
*
[ms-inline asm] Add an interface to the GetMCInstOperandNum() function in the
Chad Rosier
2012-09-03
1
-0
/
+6
*
Removed unused argument.
Chad Rosier
2012-09-03
1
-14
/
+13
*
some peepholes that should match horizontal add/sub operations.
Chris Lattner
2012-09-03
1
-0
/
+12
*
[ms-inline asm] Expose the Kind and Opcode variables from the
Chad Rosier
2012-09-03
1
-9
/
+18
*
Typos
Craig Topper
2012-09-01
2
-2
/
+2
*
SelectionDAG: when constructing VZEXT_LOAD from other loads, make sure its
Manman Ren
2012-08-31
1
-0
/
+12
*
Mark FMA4 instructions as commutable and add them to the folding tables.
Craig Topper
2012-08-31
2
-0
/
+64
*
Add selection of RegOp2MemOpTable3 to canFoldMemoryOperand
Craig Topper
2012-08-31
1
-0
/
+2
*
Fix PR12359
Michael Liao
2012-08-31
1
-3
/
+5
*
The ConvertToMCInst() function can't fail, so remove the now dead Match_Conve...
Chad Rosier
2012-08-31
1
-3
/
+0
*
Mark FMA3 instructions as commutable so that the operands to the multiply par...
Craig Topper
2012-08-31
1
-0
/
+4
*
Add support for converting llvm.fma to fma4 instructions.
Craig Topper
2012-08-31
3
-36
/
+76
*
Clean up AddedComplexity further after adding UseSSEx
Michael Liao
2012-08-31
1
-17
/
+13
*
X86: Fix encoding of 'movd %xmm0, %rax'
Jim Grosbach
2012-08-31
1
-1
/
+1
*
Introduce 'UseSSEx' to force SSE legacy encoding
Michael Liao
2012-08-30
5
-122
/
+158
*
Only perform DAG combine on FMAs of legal types.
Craig Topper
2012-08-30
1
-0
/
+4
*
Fix PR13727
Michael Liao
2012-08-30
1
-3
/
+7
*
Make helper function static.
Benjamin Kramer
2012-08-29
1
-1
/
+1
*
Convert FMA4 patterns to use target specific nodes instead of intrinsics to a...
Craig Topper
2012-08-29
3
-38
/
+36
[next]