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
*
[SelectionDAG] Removed old knownbits TODO comment. NFCI.
Simon Pilgrim
2016-12-07
1
-3
/
+0
*
[LV] Scalarize operands of predicated instructions
Matthew Simpson
2016-12-07
1
-7
/
+210
*
Try unbreaking the MSVC build.
Benjamin Kramer
2016-12-07
1
-1
/
+1
*
[AVR] Expand 'SELECT_CC' nodes whereever possible
Dylan McKay
2016-12-07
1
-2
/
+2
*
[LowerTypeTests] Use the TrailingObjects infrastructure for trailing objects.
Benjamin Kramer
2016-12-07
1
-6
/
+10
*
When GVN removes a redundant load, it should not modify the debug location of...
Andrea Di Biagio
2016-12-07
1
-1
/
+4
*
[X86][SSE] Consistently set MOVD/MOVQ load/store/move instructions to integer...
Simon Pilgrim
2016-12-07
2
-67
/
+81
*
[InlineFunction] Refactor code in function `fixupLineNumbers' as suggested by...
Andrea Di Biagio
2016-12-07
1
-16
/
+18
*
[mips][rtdyld] Merge code to write relocated values to the section. NFC
Simon Dardis
2016-12-07
2
-126
/
+111
*
[X86][XOP] Fix VPERMIL2 non-constant pool shuffle decoding (PR31296)
Simon Pilgrim
2016-12-07
1
-6
/
+8
*
[AVR] Allow loading from stack slots where src and dest registers are identical
Dylan McKay
2016-12-07
4
-8
/
+48
*
[InlineFunction] Do not propagate the callsite debug location to instructions...
Andrea Di Biagio
2016-12-07
1
-3
/
+8
*
Reintroduce a check accidentally removed in 288873 to fix clang bots
Philip Reames
2016-12-07
1
-4
/
+12
*
Fix a warning introduced in r288874
Philip Reames
2016-12-07
1
-1
/
+0
*
AMDGPU : Add S_SETREG instructions to fix fdiv precision issues.
Tom Stellard
2016-12-07
8
-12
/
+173
*
[AArch64] Correct the check of signed 9-bit imm in isLegalAddressingMode()
Haicheng Wu
2016-12-07
1
-1
/
+1
*
[LCG] Add basic verification of the parent set and fix bugs it uncovers.
Chandler Carruth
2016-12-07
1
-4
/
+23
*
[LVI] Remove used return value from markX functions
Philip Reames
2016-12-07
1
-28
/
+26
*
[LVI] Simplify mergeIn code
Philip Reames
2016-12-07
1
-24
/
+20
*
[LVI] Simplify obfuscated code
Philip Reames
2016-12-07
1
-14
/
+0
*
IR: Reduce the amount of boilerplate required for a metadata kind. NFCI.
Peter Collingbourne
2016-12-06
1
-107
/
+29
*
AMDGPU: Add llvm.amdgcn.interp.mov intrinsic
Tom Stellard
2016-12-06
1
-0
/
+6
*
AMDGPU: Fix crash on i16 constant expression
Matt Arsenault
2016-12-06
1
-2
/
+3
*
LowerTypeTests: Improve performance by optimising type metadata queries.
Peter Collingbourne
2016-12-06
1
-88
/
+129
*
[CodeGen] Fix result type for SMULO/UMULO legalization
Eli Friedman
2016-12-06
1
-0
/
+9
*
AMDGPU: Fix operand name for v_interp_*
Matt Arsenault
2016-12-06
1
-16
/
+16
*
[InstSimplify] fixed (?) to not mutate icmps
Sanjay Patel
2016-12-06
1
-10
/
+4
*
AMDGPU/SI: Set correct value for amd_kernel_code_t::kernarg_segment_alignment
Tom Stellard
2016-12-06
2
-0
/
+9
*
[BDCE/DebugInfo] Preserve llvm.dbg.value's argument.
Davide Italiano
2016-12-06
1
-0
/
+5
*
AMDGPU/SI: Don't move copies of immediates to the VALU
Tom Stellard
2016-12-06
1
-1
/
+43
*
GlobalISel: correctly handle small args via memory.
Tim Northover
2016-12-06
1
-1
/
+1
*
[X86] Prefer reduced width multiplication over pmulld on Silvermont
Zvi Rackover
2016-12-06
4
-3
/
+22
*
[DAGCombine] Add (sext_in_reg (zext x)) -> (sext x) combine
Simon Pilgrim
2016-12-06
1
-0
/
+9
*
[InstSimplify] add folds for and-of-icmps with same operands
Sanjay Patel
2016-12-06
1
-0
/
+33
*
GlobalISel: fall back gracefully when we hit unhandled legalizer default.
Tim Northover
2016-12-06
1
-1
/
+3
*
[SelectionDAG] We can ignore knownbits from an undef shuffle vector index if ...
Simon Pilgrim
2016-12-06
1
-3
/
+3
*
GlobalISel: handle G_SEQUENCE fallbacks gracefully.
Tim Northover
2016-12-06
2
-0
/
+7
*
GlobalISel: allow G_SELECT instructions for pointers.
Tim Northover
2016-12-06
1
-4
/
+5
*
GlobalISel: stop the legalizer from trying to handle oddly-sized types.
Tim Northover
2016-12-06
1
-0
/
+5
*
[InstSimplify] add folds for or-of-icmps with same operands
Sanjay Patel
2016-12-06
1
-2
/
+34
*
Avoid repeated calls to Op.getOpcode(). NFCI.
Simon Pilgrim
2016-12-06
1
-3
/
+4
*
[globalisel][aarch64] Fix unintended assumptions about PartialMappingIdx. NFC.
Daniel Sanders
2016-12-06
2
-18
/
+21
*
[globalisel][aarch64] Replace magic numbers with corresponding enumerators in...
Daniel Sanders
2016-12-06
1
-29
/
+49
*
[globalisel][aarch64] Correct argument names in comments.
Daniel Sanders
2016-12-06
1
-3
/
+3
*
[ARM] Better error message for invalid flag-preserving Thumb1 insts
Oliver Stannard
2016-12-06
1
-1
/
+4
*
[X86][AVX512] Detect repeated constant patterns in BUILD_VECTOR suitable for ...
Ayman Musa
2016-12-06
1
-3
/
+116
*
[PowerPC] Improvements for BUILD_VECTOR Vol. 4
Nemanja Ivanovic
2016-12-06
2
-27
/
+126
*
[globalisel][aarch64] Prefix PartialMappingIdx enumerators with 'PMI_' to fit...
Daniel Sanders
2016-12-06
2
-66
/
+70
*
Fix MSVC bool to uint64_t promotion warning
Simon Pilgrim
2016-12-06
1
-1
/
+1
*
[LCG] Add some much needed asserts and verify runs to uncover
Chandler Carruth
2016-12-06
1
-4
/
+12
[next]