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
*
[SCEV] Try to order n-ary expressions in CompareValueComplexity
Sanjoy Das
2016-10-31
1
-10
/
+35
*
[SCEV] In CompareValueComplexity, order global values by their name
Sanjoy Das
2016-10-30
1
-0
/
+15
*
[SCEV] Use auto for consistency with an upcoming change; NFC
Sanjoy Das
2016-10-30
1
-4
/
+4
*
[DAG] x | x --> x
Sanjay Patel
2016-10-30
1
-0
/
+4
*
[DAG] x & x --> x
Sanjay Patel
2016-10-30
1
-0
/
+4
*
Revert r285517 due to build failures.
Dorit Nuzman
2016-10-30
1
-59
/
+1
*
[LoopVectorize] Make interleaved-accesses analysis less conservative about
Dorit Nuzman
2016-10-30
1
-1
/
+59
*
[X86] Use intrinsics table for PMADDUBSW and PMADDWD so that we can use the l...
Craig Topper
2016-10-30
3
-86
/
+57
*
[ThinLTO] Use per-summary flag to prevent exporting locals used in inline asm
Teresa Johnson
2016-10-30
2
-54
/
+30
*
[ThinLTO] Correctly resolve linkonce when importing aliasee
Teresa Johnson
2016-10-30
1
-3
/
+8
*
[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
1
-3
/
+3
*
[ThinLTO] Use NoPromote flag in summary during promotion
Teresa Johnson
2016-10-29
1
-13
/
+19
*
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
1
-10
/
+18
*
[InstCombine] re-use bitcasted compare operands in selects (PR28001)
Sanjay Patel
2016-10-29
1
-0
/
+50
*
[DAGCombiner] (REAPPLIED) Add vector demanded elements support to computeKnow...
Simon Pilgrim
2016-10-29
1
-13
/
+111
*
Fixed FMA + FNEG combine.
Elena Demikhovsky
2016-10-29
1
-3
/
+13
*
AMDGPU: Use 1/2pi inline imm on VI
Matt Arsenault
2016-10-29
7
-14
/
+43
*
AArch64DeadRegisterDefinitionsPass: Cleanup; NFC
Matthias Braun
2016-10-29
1
-54
/
+53
*
Define calculateDbgStreamSize for consistency.
Rui Ueyama
2016-10-29
1
-1
/
+5
*
[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
2
-93
/
+171
*
[DAGCombiner] Fix a crash visiting `AND` nodes.
Davide Italiano
2016-10-28
1
-1
/
+6
*
AMDGPU/SI: Don't use non-0 waitcnt values when waiting on Flat instructions
Tom Stellard
2016-10-28
3
-2
/
+27
*
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
1
-8
/
+6
*
Refactor DW_LNS_* into Dwarf.def
Adrian Prantl
2016-10-28
1
-13
/
+6
*
Refactor DW_APPLE_PROPERTY_* into Dwarf.def
Adrian Prantl
2016-10-28
1
-31
/
+6
*
Refactor DW_CFA_* into Dwarf.def
Adrian Prantl
2016-10-28
1
-32
/
+6
*
Refactor all DW_FORM_* constants into Dwarf.def
Adrian Prantl
2016-10-28
1
-34
/
+6
*
[APFloat] Fix memory bugs revealed by MSan
Tim Shen
2016-10-28
1
-3
/
+8
*
SDAG: Make sure we use an allocatable reg class when we create this vreg
Justin Bogner
2016-10-28
1
-0
/
+2
*
AMDGPU: Add definitions for scalar store instructions
Matt Arsenault
2016-10-28
7
-23
/
+147
*
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
1
-0
/
+36
*
Don't leave unused divs/rems sitting around in BypassSlowDivision.
Justin Lebar
2016-10-28
1
-0
/
+8
*
Don't claim the udiv created in BypassSlowDivision is exact.
Justin Lebar
2016-10-28
1
-2
/
+1
*
AMDGPU: Diagnose using too many SGPRs
Matt Arsenault
2016-10-28
3
-8
/
+27
*
Handle non-~0 lane masks on live-in registers in LivePhysRegs
Krzysztof Parzyszek
2016-10-28
1
-2
/
+3
*
SpeculativeExecution: Allow speculating more inst types
Matt Arsenault
2016-10-28
1
-0
/
+18
*
AMDGPU: Fix using incorrect private resource with no allocation
Matt Arsenault
2016-10-28
3
-48
/
+97
*
Implement vector count leading/trailing bytes with zero lsb and vector parity
Nemanja Ivanovic
2016-10-28
1
-7
/
+14
*
[ThinLTO] Use flags from summary when writing variable summary (NFC)
Teresa Johnson
2016-10-28
1
-1
/
+1
*
[MemorySSA] Add const to getClobberingMemoryAccess.
George Burgess IV
2016-10-28
1
-3
/
+3
*
Move the DWARF attribute constants into Dwarf.def and delete 300 lines of sil...
Adrian Prantl
2016-10-28
1
-195
/
+6
*
MachineRegisterInfo: Remove unused arg from isConstantPhysReg(); NFC
Matthias Braun
2016-10-28
6
-7
/
+6
*
TargetPassConfig: Move addPass of IPRA RegUsageInfoProp down.
Matthias Braun
2016-10-28
1
-3
/
+3
[next]