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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make a test case more rigorous; NFC
Sanjoy Das
2016-10-31
1
-21
/
+8
*
[SCEV] Try to order n-ary expressions in CompareValueComplexity
Sanjoy Das
2016-10-31
2
-30
/
+72
*
[SCEV] Reduce boilerplate in unit tests
Sanjoy Das
2016-10-31
1
-32
/
+27
*
[SCEV] In CompareValueComplexity, order global values by their name
Sanjoy Das
2016-10-30
2
-1
/
+41
*
[SCEV] Use auto for consistency with an upcoming change; NFC
Sanjoy Das
2016-10-30
1
-4
/
+4
*
Clean up test a little bit; NFC
Sanjoy Das
2016-10-30
1
-16
/
+16
*
[DAG] x | x --> x
Sanjay Patel
2016-10-30
2
-2
/
+4
*
[DAG] x & x --> x
Sanjay Patel
2016-10-30
2
-2
/
+4
*
[x86] add tests for basic logic op folds
Sanjay Patel
2016-10-30
2
-0
/
+37
*
Revert r285517 due to build failures.
Dorit Nuzman
2016-10-30
7
-255
/
+4
*
[LoopVectorize] Make interleaved-accesses analysis less conservative about
Dorit Nuzman
2016-10-30
7
-4
/
+255
*
[X86] Use intrinsics table for PMADDUBSW and PMADDWD so that we can use the l...
Craig Topper
2016-10-30
3
-86
/
+57
*
[Polly] Remove the unused POLLY_LINK_LIBS for linking polly into
Hongbin Zheng
2016-10-30
2
-10
/
+0
*
[ThinLTO] Use per-summary flag to prevent exporting locals used in inline asm
Teresa Johnson
2016-10-30
4
-59
/
+34
*
[ThinLTO] Correctly resolve linkonce when importing aliasee
Teresa Johnson
2016-10-30
6
-23
/
+107
*
[X86] Don't use loadv2i64 on SSE version of PMULHRSW. Use memopv2i64 instead.
Craig Topper
2016-10-30
1
-1
/
+1
*
NativeFormatting.cpp: Fix build for mingw. Where would writePadding() be?
NAKAMURA Takumi
2016-10-29
1
-1
/
+0
*
[ThinLTO] Rename doPromoteLocalToGlobal to shouldPromoteLocalToGlobal (NFC)
Teresa Johnson
2016-10-29
2
-4
/
+4
*
[ThinLTO] Use NoPromote flag in summary during promotion
Teresa Johnson
2016-10-29
2
-17
/
+25
*
IR: Remove a no longer needed assert.
Peter Collingbourne
2016-10-29
1
-5
/
+0
*
[X86] Use intrinsics table for VPMULHRSW intrincis so that the legacy intrins...
Craig Topper
2016-10-29
3
-12
/
+13
*
[ValueTracking] recognize more variants of smin/smax
Sanjay Patel
2016-10-29
4
-49
/
+33
*
[x86] add tests for smin/smax matchSelPattern (D26091)
Sanjay Patel
2016-10-29
2
-59
/
+127
*
[InstCombine] re-use bitcasted compare operands in selects (PR28001)
Sanjay Patel
2016-10-29
2
-9
/
+56
*
[DAGCombiner] (REAPPLIED) Add vector demanded elements support to computeKnow...
Simon Pilgrim
2016-10-29
4
-59
/
+137
*
Fixed FMA + FNEG combine.
Elena Demikhovsky
2016-10-29
2
-3
/
+119
*
AMDGPU: Use 1/2pi inline imm on VI
Matt Arsenault
2016-10-29
9
-24
/
+113
*
AArch64DeadRegisterDefinitionsPass: Cleanup; NFC
Matthias Braun
2016-10-29
1
-54
/
+53
*
Define calculateDbgStreamSize for consistency.
Rui Ueyama
2016-10-29
2
-1
/
+6
*
[APFloat] Remove the redundent function body of uninitialized ctor, which sho...
Tim Shen
2016-10-29
1
-4
/
+1
*
Resubmit "Add support for advanced number formatting."
Zachary Turner
2016-10-29
5
-104
/
+369
*
Do not print out Flags field twice.
Rui Ueyama
2016-10-28
2
-11
/
+26
*
[DAGCombiner] Fix a crash visiting `AND` nodes.
Davide Italiano
2016-10-28
2
-1
/
+26
*
AMDGPU/SI: Don't use non-0 waitcnt values when waiting on Flat instructions
Tom Stellard
2016-10-28
4
-2
/
+86
*
AMDGPU: Fix instruction flags for s_endpgm
Matt Arsenault
2016-10-28
1
-2
/
+1
*
Refactor DW_LNE_* into Dwarf.def
Adrian Prantl
2016-10-28
3
-22
/
+29
*
Refactor DW_LNS_* into Dwarf.def
Adrian Prantl
2016-10-28
3
-34
/
+37
*
Refactor DW_APPLE_PROPERTY_* into Dwarf.def
Adrian Prantl
2016-10-28
3
-54
/
+40
*
Refactor DW_CFA_* into Dwarf.def
Adrian Prantl
2016-10-28
3
-68
/
+52
*
Remove whitespace
Adrian Prantl
2016-10-28
1
-1
/
+1
*
Refactor all DW_FORM_* constants into Dwarf.def
Adrian Prantl
2016-10-28
3
-81
/
+61
*
[APFloat] Fix memory bugs revealed by MSan
Tim Shen
2016-10-28
2
-3
/
+9
*
SDAG: Make sure we use an allocatable reg class when we create this vreg
Justin Bogner
2016-10-28
1
-0
/
+2
*
[libFuzzer] mention one more trophie
Kostya Serebryany
2016-10-28
1
-0
/
+2
*
Add missing lit.local.cfg to llvm/test/Transforms/CodeGenPrepare/NVPTX.
Justin Lebar
2016-10-28
1
-0
/
+2
*
AMDGPU: Add definitions for scalar store instructions
Matt Arsenault
2016-10-28
11
-35
/
+183
*
AMDGPU: Rename glc operand type
Matt Arsenault
2016-10-28
4
-12
/
+12
*
[NVPTX] Compute 'rem' using the result of 'div', if possible.
Justin Lebar
2016-10-28
2
-0
/
+148
*
Don't leave unused divs/rems sitting around in BypassSlowDivision.
Justin Lebar
2016-10-28
2
-0
/
+37
*
Don't claim the udiv created in BypassSlowDivision is exact.
Justin Lebar
2016-10-28
2
-2
/
+17
[next]