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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFCI] Return PathSensitiveBugReport where appropriate
Alex Langford
2019-09-23
2
-7
/
+10
*
HotColdSplitting: invalidate the AssumptionCache on split
Saleem Abdulrasool
2019-09-23
2
-0
/
+43
*
[llvm-lipo] Add support for archives
Alexander Shaposhnikov
2019-09-23
2
-140
/
+230
*
[SampleFDO] Treat names in profile as not cold only when profile symbol list
Wei Mi
2019-09-23
2
-29
/
+44
*
[Diagnostics] Warn for enum constants in bool context (-Wint-in-bool-context;...
David Bolvansky
2019-09-23
3
-2
/
+47
*
Support for DWARF-5 C++ language tags.
Adrian Prantl
2019-09-23
9
-8
/
+45
*
Fix uninitialized variable warning. NFCI.
Simon Pilgrim
2019-09-23
1
-1
/
+1
*
[X86] Reduce the number of unique check prefixes in memset-nonzero.ll. NFC
Craig Topper
2019-09-23
1
-70
/
+3
*
[lld][WebAssembly] Preserve symbol flags in --relocatable output
Sam Clegg
2019-09-23
5
-28
/
+14
*
[LLDB] [Windows] Map COFF ARM machine ids to the right triple architectures
Martin Storsjo
2019-09-23
1
-0
/
+4
*
[LLDB] [PECOFF] Recognize arm64 executables
Martin Storsjo
2019-09-23
1
-0
/
+5
*
[LLDB] Rework a MinGW build fix from D65691
Martin Storsjo
2019-09-23
1
-3
/
+1
*
[WebAssembly] vNxM.load_splat instructions
Thomas Lively
2019-09-23
6
-1
/
+785
*
[InstCombine] foldOrOfICmps(): Acquire SimplifyQuery with set CxtI
Roman Lebedev
2019-09-23
1
-2
/
+4
*
[InstCombine] foldAndOfICmps(): Acquire SimplifyQuery with set CxtI
Roman Lebedev
2019-09-23
1
-2
/
+4
*
File::SetDescriptor() should require options
Jonas Devlieghere
2019-09-23
11
-27
/
+54
*
[mips] Support elf32btsmipn32_fbsd / elf32ltsmipn32_fbsd emulations
Simon Atanasyan
2019-09-23
2
-1
/
+8
*
[mips] Add tests to check MIPS FreeBSD emulations. NFC
Simon Atanasyan
2019-09-23
1
-0
/
+36
*
[mips] Reformat test case to simplify addition new tests. NFC
Simon Atanasyan
2019-09-23
1
-27
/
+48
*
[WebAssembly] Remove unused memory instructions and patterns
Thomas Lively
2019-09-23
3
-130
/
+0
*
[InstCombine] Annotate strndup calls with dereferenceable_or_null
David Bolvansky
2019-09-23
3
-11
/
+20
*
[ASTImporter] 2nd attempt to fix Windows buildbot test errors
Gabor Marton
2019-09-23
1
-2
/
+2
*
[X86] Use TargetConstant for condition code on X86ISD::SETCC/CMOV/BRCOND nodes.
Craig Topper
2019-09-23
4
-141
/
+136
*
[Host] File::GetWaitableHandle() should call fileno()
Jonas Devlieghere
2019-09-23
3
-1
/
+38
*
[ABISysV] Fix regression for Simulator and MacABI
Jonas Devlieghere
2019-09-23
1
-7
/
+23
*
[TableGen] Emit OperandType enums for RegisterOperands/RegisterClasses
Aditya Nandakumar
2019-09-23
2
-8
/
+31
*
[Sema] Fix the atomic expr rebuilding order.
Michael Liao
2019-09-23
4
-32
/
+116
*
[IR] Add getExtendedType() to IntegerType and Type (dispatching to IntegerTyp...
Roman Lebedev
2019-09-23
3
-13
/
+24
*
[InstCombine] dropRedundantMaskingOfLeftShiftInput(): improve comment
Roman Lebedev
2019-09-23
1
-4
/
+4
*
[SLC] Convert some strndup calls to strdup calls
David Bolvansky
2019-09-23
7
-10
/
+104
*
[OPENMP]Use standard parsing for 'match' clause, NFC.
Alexey Bataev
2019-09-23
9
-5
/
+45
*
[lldb-suite] TestCallOverriddenMethod.py is now passing on Windows
Stella Stamenova
2019-09-23
1
-1
/
+0
*
[ASTImporter] Attempt to fix Windows buildbot test errors
Gabor Marton
2019-09-23
1
-2
/
+2
*
[libc++] Mark CTAD tests as not failing on AppleClang 10.0.1
Louis Dionne
2019-09-23
8
-8
/
+8
*
NFC: Fix a poorly-written test
Erik Pilkington
2019-09-23
1
-7
/
+7
*
[InstCombine] dropRedundantMaskingOfLeftShiftInput(): pat. c/d/e with mask (P...
Roman Lebedev
2019-09-23
4
-21
/
+46
*
[InstCombine] dropRedundantMaskingOfLeftShiftInput(): pat. a/b with mask (PR4...
Roman Lebedev
2019-09-23
3
-15
/
+42
*
[BreakFalseDeps] ignore function with minsize attribute
Sanjay Patel
2019-09-23
5
-7
/
+16
*
[Clang-doc] NFC: Fixed link to llvm bugs in documentation
Shaurya Gupta
2019-09-23
1
-1
/
+1
*
[SLP] Fix for PR31847: Assertion failed: (isLoopInvariant(Operands[i], L) && ...
Alexey Bataev
2019-09-23
22
-1334
/
+379
*
[InstCombine] foldUnsignedUnderflowCheck(): s/Subtracted/ZeroCmpOp/
Roman Lebedev
2019-09-23
1
-7
/
+7
*
Fix __is_fundamental to accept nullptr_t
Zoe Carver
2019-09-23
2
-0
/
+2
*
[OPENMP]Fix PR43355: DO not emit target calls if only -fopenmp-targets
Alexey Bataev
2019-09-23
2
-0
/
+14
*
[AMDGPU][MC] Corrected handling of relocatable expressions
Dmitry Preobrazhensky
2019-09-23
3
-12
/
+62
*
Fix __is_signed builtin
Zoe Carver
2019-09-23
3
-26
/
+27
*
[libc++] Mark iostreams test as XFAIL on older macOSes
Louis Dionne
2019-09-23
1
-0
/
+12
*
HexagonLoopIdiomRecognition - silence static analyzer dyn_cast<> null derefer...
Simon Pilgrim
2019-09-23
1
-3
/
+3
*
[TextAPI] Add New Supported Platforms
Cyndy Ishida
2019-09-23
6
-5
/
+134
*
[clangd] Simplify the callside of URI::resolve, NFC.
Haojian Wu
2019-09-23
7
-38
/
+27
*
[Hexagon] Bitcast v4i16 to v8i8, unify no-op casts between scalar and HVX
Krzysztof Parzyszek
2019-09-23
3
-27
/
+39
[next]