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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARM VSUB implied destination operand form aliases.
Jim Grosbach
2011-12-08
1
-0
/
+24
*
Don't explicitly marked libm rounding ops as legal on SSE4.1/AVX. There don'...
Owen Anderson
2011-12-08
1
-11
/
+0
*
ARM VQADD implied destination operand form aliases.
Jim Grosbach
2011-12-08
1
-0
/
+35
*
ARM a few more VMUL implied destination operand form aliases.
Jim Grosbach
2011-12-08
1
-0
/
+18
*
Implement 64-bit support for thread local storage handling.
Akira Hatanaka
2011-12-08
5
-55
/
+51
*
Teach SelectionDAG to match more calls to libm functions onto existing SDNode...
Owen Anderson
2011-12-08
4
-10
/
+79
*
ARM assembler support for register name aliases.
Jim Grosbach
2011-12-08
1
-2
/
+16
*
Make MachineInstr instruction property queries more flexible. This change all
Evan Cheng
2011-12-08
1
-5
/
+5
*
Many of the SSE patterns should not be selected when AVX is available. This l...
Evan Cheng
2011-12-08
4
-4
/
+11
*
Revert r146143, "Fix bug 9905: Failure in code selection for llvm intrinsics
Daniel Dunbar
2011-12-08
1
-22
/
+0
*
Src2 and src3 were accidentally swapped for the FMA4 rr patterns. Undo this a...
Jan Sjödin
2011-12-08
2
-14
/
+11
*
Fix a bug in the integer-promotion of bitcast operations on vector types.
Nadav Rotem
2011-12-08
1
-1
/
+1
*
Fix bug 9905: Failure in code selection for llvm intrinsics sqrt/exp (fix for...
Stepan Dyatkovskiy
2011-12-08
1
-0
/
+22
*
MTCTR needs to be glued to BCTR so that CTR is not marked dead in MTCTR (anot...
Hal Finkel
2011-12-08
1
-1
/
+1
*
Reverting r145899 as it breaks clang self-hosting
Pete Cooper
2011-12-08
1
-0
/
+66
*
ARM NEON two-operand aliases for VSHL(immediate).
Jim Grosbach
2011-12-08
3
-0
/
+35
*
Drop the HasInlineAsm flag.
Jakob Stoklund Olesen
2011-12-08
1
-8
/
+2
*
ARM NEON two-operand aliases for VSHL(register).
Jim Grosbach
2011-12-08
1
-0
/
+35
*
Simplify offset verification.
Jakob Stoklund Olesen
2011-12-08
1
-9
/
+4
*
Fix copy/past-o.
Jim Grosbach
2011-12-08
1
-2
/
+2
*
ARM NEON two-operand aliases for VMUL.
Jim Grosbach
2011-12-08
1
-0
/
+5
*
Don't include alignment padding in BBInfo.Size.
Jakob Stoklund Olesen
2011-12-08
1
-145
/
+86
*
ARM VFP support 'fmrs/fmsr' aliases for 'vldr'
Jim Grosbach
2011-12-08
2
-0
/
+3
*
ARM VFP support 'flds/fldd' aliases for 'vldr'
Jim Grosbach
2011-12-08
2
-1
/
+7
*
ARM optional destination operand variants for VEXT instructions.
Jim Grosbach
2011-12-08
1
-0
/
+17
*
Fix 80-column.
Chad Rosier
2011-12-08
1
-10
/
+11
*
ARM assembler aliases for "add Rd, #-imm" to "sub Rd, #imm".
Jim Grosbach
2011-12-08
3
-10
/
+56
*
Fix comments.
Chad Rosier
2011-12-08
1
-0
/
+1
*
EngineBuilder: support for custom TargetOptions. Fixes the
Peter Collingbourne
2011-12-07
2
-2
/
+5
*
Fix comments.
Chad Rosier
2011-12-07
1
-2
/
+2
*
ARM assembly, allow 'asl' as a synonym for 'lsl' in shifted-register operands.
Jim Grosbach
2011-12-07
1
-1
/
+3
*
Modify class ReadHardware and add definition of 64-bit version of instruction
Akira Hatanaka
2011-12-07
2
-3
/
+6
*
Add newline.
Akira Hatanaka
2011-12-07
1
-1
/
+2
*
Add 64-bit HWR29 register.
Akira Hatanaka
2011-12-07
1
-0
/
+2
*
32 to 64-bit anyext pattern.
Akira Hatanaka
2011-12-07
1
-0
/
+4
*
32 to 64-bit zext pattern.
Akira Hatanaka
2011-12-07
1
-0
/
+5
*
ARM two-operand aliases for VAND/VEOR/VORR instructions.
Jim Grosbach
2011-12-07
1
-0
/
+26
*
ARM two-operand aliases for VADDW instructions.
Jim Grosbach
2011-12-07
1
-0
/
+14
*
ARM two-operand aliases for VADD instructions.
Jim Grosbach
2011-12-07
1
-0
/
+24
*
Flesh out a bit more of the bitcode use-list ordering preservation code.
Chad Rosier
2011-12-07
1
-5
/
+87
*
Variable cleanup. Based on past patch submittals variable names have
Bruno Cardoso Lopes
2011-12-07
2
-55
/
+60
*
Make sure we correctly set LiveRegGens when a call is unscheduled. <rdar://p...
Eli Friedman
2011-12-07
1
-1
/
+8
*
64-bit WrapperPICPat patterns.
Akira Hatanaka
2011-12-07
1
-0
/
+6
*
Fix an assertion in the scheduler. PR11386. No testcase included because it...
Eli Friedman
2011-12-07
1
-3
/
+2
*
Define base class for WrapperPICPat.
Akira Hatanaka
2011-12-07
1
-7
/
+7
*
Modify LowerFCOPYSIGN to handle Mips64.
Akira Hatanaka
2011-12-07
1
-14
/
+22
*
Begin adding experimental support for preserving use-list ordering of bitcode
Chad Rosier
2011-12-07
3
-0
/
+78
*
These global variables aren't thread-safe, STATISTIC is. Andy Trick tells me
Nick Lewycky
2011-12-07
1
-66
/
+12
*
ValueEnumerator - debug dump().
Chad Rosier
2011-12-07
2
-1
/
+43
*
Fix comment.
Akira Hatanaka
2011-12-07
1
-2
/
+1
[next]