index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
Strip old MachineInstrs *after* we know we can put them back.
Tim Northover
2012-09-05
1
-6
/
+6
*
LLVM Bug Fix 13709: Remove needless lsr(Rp, #32) instruction access the
Pranav Bhandarkar
2012-09-05
1
-0
/
+35
*
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
*
Fix UseInitArray option for MIPS target.
Logan Chien
2012-09-05
1
-0
/
+1
*
Convert vextracti128/vextractf128 intrinsics to extract_subvector at DAG buil...
Craig Topper
2012-09-05
1
-28
/
+51
*
Remove redundant semicolons to fix -pedantic-errors build.
Richard Smith
2012-09-05
1
-2
/
+2
*
Fix function name per coding standard.
Chad Rosier
2012-09-05
4
-10
/
+10
*
Generic Bypass Slow Div
Preston Gurd
2012-09-04
4
-1
/
+15
*
Porting Hexagon MI Scheduler to the new API.
Sergei Larin
2012-09-04
8
-1
/
+1377
*
Patch to implement UMLAL/SMLAL instructions for the ARM architecture
Arnold Schwaighofer
2012-09-04
5
-17
/
+251
*
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
4
-8
/
+11
*
[ms-inline asm] Add a comment.
Chad Rosier
2012-09-03
1
-0
/
+3
*
[ms-inline asm] Add an interface to the GetMCInstOperandNum() function in the
Chad Rosier
2012-09-03
4
-0
/
+30
*
Remove always true checks. Noticed by Adhemerval Zanella.
Roman Divacky
2012-09-03
1
-2
/
+2
*
Add braces to the case statement.
Chad Rosier
2012-09-03
1
-1
/
+2
*
Removed unused argument.
Chad Rosier
2012-09-03
3
-18
/
+15
*
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
3
-11
/
+25
*
Move ErrorLoc decl into the scope where it's actually used.
Chad Rosier
2012-09-03
1
-2
/
+1
*
Not all targets have efficient ISel code generation for select instructions.
Nadav Rotem
2012-09-02
1
-0
/
+5
*
Limit domain conversion to cases where it won't break dep chains.
Tim Northover
2012-09-01
1
-12
/
+48
*
Fix Thumb2 fixup kind in the integrated-as.
Logan Chien
2012-09-01
1
-0
/
+4
*
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
*
Remove an unused argument. The MCInst opcode is set in the ConvertToMCInst()
Chad Rosier
2012-08-31
1
-47
/
+42
*
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 instruction DINS may be transformed into DINSU or DEXTM depending
Jack Carter
2012-08-31
4
-23
/
+31
*
Add a comment to explain what's really going on.
Chad Rosier
2012-08-31
1
-0
/
+6
*
The ConvertToMCInst() function can't fail, so remove the now dead Match_Conve...
Chad Rosier
2012-08-31
3
-8
/
+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
*
Fix a couple of typos in EmitAtomic.
Jakob Stoklund Olesen
2012-08-31
1
-2
/
+2
*
X86: Fix encoding of 'movd %xmm0, %rax'
Jim Grosbach
2012-08-31
1
-1
/
+1
*
With the fix in r162954/162955 every cvt function returns true. Thus, have
Chad Rosier
2012-08-31
1
-64
/
+42
*
Fix for r162954. Return the Error.
Chad Rosier
2012-08-30
1
-2
/
+2
*
Move a check to the validateInstruction() function where it more properly bel...
Chad Rosier
2012-08-30
1
-11
/
+13
*
Typo.
Chad Rosier
2012-08-30
1
-1
/
+1
*
Introduce 'UseSSEx' to force SSE legacy encoding
Michael Liao
2012-08-30
5
-122
/
+158
*
PPCISelLowering.cpp: Fix r162725.
NAKAMURA Takumi
2012-08-30
1
-1
/
+5
*
PPCISelLowering.cpp: Whitespace.
NAKAMURA Takumi
2012-08-30
1
-1
/
+1
*
Add support for moving pure S-register to NEON pipeline if desired
Tim Northover
2012-08-30
1
-2
/
+71
*
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
*
Rename hasVolatileMemoryRef() to hasOrderedMemoryRef().
Jakob Stoklund Olesen
2012-08-29
1
-2
/
+2
*
Reserve space for the mandatory traceback fields on PPC64.
Hal Finkel
2012-08-29
1
-4
/
+8
[next]