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
*
[lld] [ELF] Add '-z nognustack' opt to suppress emitting PT_GNU_STACK
Michał Górny
2019-10-29
5
-8
/
+40
*
[LLDB][Python] fix another fflush issue on NetBSD
Lawrence D'Anna
2019-10-29
4
-16
/
+26
*
[SLP] Fix -Wunused-variable. NFC
Fangrui Song
2019-10-29
1
-2
/
+1
*
isBuiltinFunc() uses StringRef instead of const char*
Guillaume Chatelet
2019-10-29
3
-4
/
+3
*
Reland [AArch64][DebugInfo] Do not recompute CalleeSavedStackSize (Take 2)
Sander de Smalen
2019-10-29
11
-89
/
+287
*
[SLP] Generalization of stores vectorization.
Alexey Bataev
2019-10-29
20
-480
/
+842
*
Fix missing memcpy builtin on ppc64be
Guillaume Chatelet
2019-10-29
2
-0
/
+2
*
[X86] Pull out combineOrShiftToFunnelShift helper. NFCI.
Simon Pilgrim
2019-10-29
1
-51
/
+64
*
build: make standalone builds work again
Saleem Abdulrasool
2019-10-29
1
-0
/
+4
*
build: workaround stale caches (NFC)
Saleem Abdulrasool
2019-10-29
1
-1
/
+1
*
[InstCombine] make icmp vector canonicalization safe for constant with undef ...
Sanjay Patel
2019-10-29
8
-9
/
+21
*
[clang] Add no_builtin attribute
Guillaume Chatelet
2019-10-29
10
-4
/
+269
*
[lldb][NFC] Make LLVMUserExpression::DoExecute return early
Raphael Isemann
2019-10-29
1
-144
/
+142
*
[OPENMP]Fix PR43772: No warning in non-combined target regions.
Alexey Bataev
2019-10-29
5
-7
/
+38
*
[bugpoint] Try to reduce passes after reducing everything.
Florian Hahn
2019-10-29
1
-1
/
+15
*
[InstCombine] add tests for icmp predicate canonicalization with vector types...
Sanjay Patel
2019-10-29
1
-5
/
+14
*
[Hexagon] Handle remaining registers in getRegisterByName()
Krzysztof Parzyszek
2019-10-29
3
-3
/
+848
*
[BitVector] Define BitWord as uintptr_t
Simon Pilgrim
2019-10-29
1
-1
/
+1
*
[IR] move/change null-check to assert
Sanjay Patel
2019-10-29
1
-1
/
+2
*
[BitVector] Cast integer literals to BitWord [NFC]
Simon Pilgrim
2019-10-29
1
-15
/
+15
*
[IR] move helper function to replace undef constant (elements) with fixed con...
Sanjay Patel
2019-10-29
3
-24
/
+31
*
[LLDB] [PECOFF] Use FindSectionByID to associate symbols to sections
Martin Storsjö
2019-10-29
2
-1
/
+117
*
Fix some spelling mistakes in comments. NFC
Greg Bedwell
2019-10-29
1
-4
/
+4
*
Fix a spelling mistake in a comment. NFC
Greg Bedwell
2019-10-29
1
-1
/
+1
*
Fix a spelling mistake in a comment. NFC
Greg Bedwell
2019-10-29
1
-1
/
+1
*
Revert "[NFC] Replace a linked list in LiveDebugVariables pass with a DenseMap"
Andrea Di Biagio
2019-10-29
1
-97
/
+82
*
Fix unused variable warning. NFCI.
Simon Pilgrim
2019-10-29
1
-1
/
+1
*
[clangd] Add a hidden tweak to dump symbol under the cursor.
Haojian Wu
2019-10-29
2
-0
/
+36
*
[LCSSA] Forget values we create LCSSA phis for
Florian Hahn
2019-10-29
3
-3
/
+81
*
Revert rG70f5aecedef9a6e347e425eb5b843bf797b95319 - "Reland [AArch64][DebugIn...
Simon Pilgrim
2019-10-29
11
-183
/
+10
*
[BranchFolding] skip debug instr to avoid code change
Jeremy Morse
2019-10-29
2
-2
/
+112
*
[ConstantFold] Push extractelement into getelementptr's operands
Jay Foad
2019-10-29
1
-1
/
+1
*
[clangd] NFC, use URI::resolve to simplify the code.
Haojian Wu
2019-10-29
1
-9
/
+5
*
[obj2yaml] - Update a comment in a test case. NFC.
Georgii Rymar
2019-10-29
1
-2
/
+2
*
[llvm-readobj] - Fix a comment in stack-sizes.test. NFC.
Georgii Rymar
2019-10-29
1
-1
/
+1
*
[clangd] Add missing highlights for using decls.
Haojian Wu
2019-10-29
2
-5
/
+19
*
[yaml2obj] - Make .symtab to be not mandatory section for SHT_REL[A] section.
Georgii Rymar
2019-10-29
9
-15
/
+9
*
[yaml2obj] - Improve handling of the SHT_GROUP section.
Georgii Rymar
2019-10-29
11
-14
/
+60
*
[JITLink] Tighten section sorting criteria to fix a flaky test case.
Lang Hames
2019-10-28
1
-1
/
+3
*
AMDGPU: Make VReg_1 only include 1 artificial register
Matt Arsenault
2019-10-28
2
-13
/
+26
*
[RISCV] Remove RA from reserved register to use as callee saved register
Shiva Chen
2019-10-29
2
-27
/
+28
*
[lit] Remove callback indirection
Julian Lettner
2019-10-28
1
-3
/
+3
*
Fix a few typos in lld/ELF to cycle bots
Nico Weber
2019-10-28
19
-43
/
+43
*
[Attributor] Make IntegerState more flexible
Johannes Doerfert
2019-10-28
2
-98
/
+192
*
gn build: Merge 38839d08b8e
LLVM GN Syncbot
2019-10-29
1
-1
/
+0
*
PR43764: Qualify a couple of calls to forward_as_tuple to be ADL-resilient.
David Blaikie
2019-10-28
2
-11
/
+29
*
gn build: fix bad merge of 75f72f6b done in 3431f1ba
Nico Weber
2019-10-28
1
-1
/
+1
*
[msan] Remove more attributes from sanitized functions.
Evgenii Stepanov
2019-10-28
2
-2
/
+55
*
gn build: (manually) merge 75f72f6b
Nico Weber
2019-10-28
4
-1
/
+28
*
[clang][clang-scan-deps] Add -fcxx-modules to test for Darwin.
Michael Spencer
2019-10-28
1
-2
/
+2
[next]