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
*
[OPENMP][NVPTX]Use __syncwarp() to reconverge the threads.
Alexey Bataev
2019-08-23
2
-10
/
+19
*
Fix a bug in just submitted rL369789
Philip Reames
2019-08-23
2
-1
/
+30
*
RegScavenger: Use Register
Matt Arsenault
2019-08-23
2
-29
/
+29
*
[X86] Automatically generate load-local-v3i1.ll . NFC
Amaury Sechet
2019-08-23
1
-35
/
+97
*
[X86] Mark VPDPWSSD and VPDPWSSDS as commutable. Add stack folding tests.
Craig Topper
2019-08-23
4
-11
/
+161
*
[Sema] Don't warn on printf('%hd', [char]) (PR41467)
Nathan Huckleberry
2019-08-23
6
-11
/
+25
*
Revert r369233.
Manoj Gupta
2019-08-23
8
-90
/
+170
*
[InstCombine] icmp eq/ne (gep inbounds P, Idx..), null -> icmp eq/ne P, null
Philip Reames
2019-08-23
2
-0
/
+205
*
Windows: explicitly cast constants to `DWORD`
Saleem Abdulrasool
2019-08-23
1
-2
/
+2
*
[AMDGPU] Automatically generate various tests. NFC
Amaury Sechet
2019-08-23
6
-748
/
+2521
*
[BasicAA] Use dereferenceability to reason about aliasing
Johannes Doerfert
2019-08-23
2
-4
/
+175
*
[Attributor] Manifest constant return values
Johannes Doerfert
2019-08-23
2
-1
/
+34
*
[Attributor] Deal with shrinking dereferenceability in a loop
Johannes Doerfert
2019-08-23
2
-8
/
+50
*
Fix clang-tidy warning in clang-tidy
Benjamin Kramer
2019-08-23
1
-1
/
+1
*
Allow Compiler.h to be included in C files and fix fallthrough warnings
Nathan Huckleberry
2019-08-23
2
-23
/
+29
*
Debug Info: Support for DW_AT_export_symbols for anonymous structs
Shafik Yaghmour
2019-08-23
4
-2
/
+45
*
[SelectionDAG][X86] Enable iX SimplifyDemandedBits to vXi1 SimplifyDemandedVe...
Craig Topper
2019-08-23
2
-3
/
+21
*
[OpenCL] Renamed value of std flag in C++ mode.
Anastasia Stulova
2019-08-23
2
-2
/
+2
*
[DebugInfo] Remove invalidated locations during LiveDebugValues
Jeremy Morse
2019-08-23
4
-5
/
+65
*
Fixed a typo.
Artem Belevich
2019-08-23
1
-1
/
+1
*
[SLP] use range-for loops, fix formatting; NFC
Sanjay Patel
2019-08-23
1
-32
/
+32
*
[OPENMP5.0]Add support for device_type clause in declare target
Alexey Bataev
2019-08-23
25
-97
/
+647
*
Fix target for new X86 test
Teresa Johnson
2019-08-23
1
-2
/
+2
*
[NFC] Move some variable declarations into their 'if' conditions.
Erich Keane
2019-08-23
1
-9
/
+7
*
[Reassoc] Small fix to support unary FNeg in NegateValue(...)
Cameron McInally
2019-08-23
2
-1
/
+25
*
[Attributor][Fix] Deal with "growing" dereferenceability
Johannes Doerfert
2019-08-23
2
-0
/
+36
*
[Attributor][NFCI] Avoid lookups when resolving returned values
Johannes Doerfert
2019-08-23
1
-3
/
+16
*
[SLP] fix formatting; NFC
Sanjay Patel
2019-08-23
1
-4
/
+3
*
[Attributor] FIX: Treat new attributes as changed ones
Johannes Doerfert
2019-08-23
2
-5
/
+48
*
[Attributor][NFCI] Try to avoid potential non-deterministic behavior
Johannes Doerfert
2019-08-23
2
-17
/
+15
*
[ThinLTO] Fix handling of weak interposable symbols
Teresa Johnson
2019-08-23
7
-42
/
+135
*
[MustExec] Add a generic "must-be-executed-context" explorer
Johannes Doerfert
2019-08-23
7
-2
/
+693
*
[libc++] Improve Python 3 compatibility for merge_archives.py
Louis Dionne
2019-08-23
1
-1
/
+2
*
[clang-tidy] Possibility of displaying duplicate warnings
Kristof Umann
2019-08-23
2
-2
/
+18
*
[ELF] Mention contents of reproduce archive and add help description.
Peter Smith
2019-08-23
2
-3
/
+6
*
[llvm-objcopy] Strip debug sections when running with --strip-unneeded.
Jordan Rupprecht
2019-08-23
2
-1
/
+31
*
[analyzer] Avoid unnecessary enum range check on LValueToRValue casts
Kristof Umann
2019-08-23
3
-1
/
+59
*
clang-format: Disable across-block include reordering.
Nico Weber
2019-08-23
1
-0
/
+21
*
libcxx: Make gen_link_script.py print contents only in --dryrun mode
Nico Weber
2019-08-23
1
-2
/
+3
*
[mips] Reduce number of instructions used for loading a global symbol's value
Simon Atanasyan
2019-08-23
3
-39
/
+41
*
[mips] Do not include offset into `%got` expression for global symbols
Simon Atanasyan
2019-08-23
3
-30
/
+38
*
[PowerPC] Automatically generate various tests. NFC
Amaury Sechet
2019-08-23
3
-457
/
+508
*
Use VT::getHalfNumVectorElementsVT helpers in a few places. NFCI.
Simon Pilgrim
2019-08-23
2
-10
/
+6
*
[X86][BtVer2] Add a read-advance to every implicit register use of CMPXCHG8B/...
Andrea Di Biagio
2019-08-23
2
-4
/
+314
*
[Docs][OpenCL] Several corrections to C++ for OpenCL
Anastasia Stulova
2019-08-23
2
-63
/
+74
*
[X86][BtVer2] Fix latency of ALU RMW instructions.
Andrea Di Biagio
2019-08-23
2
-225
/
+227
*
[llvm-dlltool] Make sure to strip decorations from ExtName for renamed exports
Martin Storsjo
2019-08-23
2
-0
/
+4
*
[DAGCombine] GetNegatedExpression - add FMA\FMAD support
Simon Pilgrim
2019-08-23
2
-13
/
+64
*
[AMDGPU] gfx10 atomic optimizer changes.
Jay Foad
2019-08-23
9
-290
/
+621
*
[yaml2obj] - Allow setting the symbol st_other field to any integer.
George Rimar
2019-08-23
3
-20
/
+104
[next]