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
*
[clang-tidy] Remove extra config.h includes
Ivan Donchevskii
2018-12-14
2
-2
/
+0
*
[clang-tidy] Share the forced linking code between clang-tidy tool and plugin
Ivan Donchevskii
2018-12-14
3
-185
/
+116
*
[llvm-xray] Use correct variable name
Petr Hosek
2018-12-14
1
-2
/
+2
*
[llvm-xray] Store offset pointers in temporaries
Petr Hosek
2018-12-14
1
-2
/
+4
*
Remove unused variable.
Richard Trieu
2018-12-14
1
-1
/
+0
*
Update google benchmark again
Eric Fiselier
2018-12-14
3
-12
/
+31
*
Update google benchmark version
Eric Fiselier
2018-12-14
17
-100
/
+194
*
Fix up diagnostics.
Richard Trieu
2018-12-14
14
-80
/
+89
*
[gn build] Merge r348963 and r349076
Nico Weber
2018-12-14
2
-0
/
+2
*
[clang-tidy] Improve google-objc-function-naming diagnostics 📙
Stephane Moore
2018-12-14
3
-17
/
+33
*
Fix test failures that depended on module order
Greg Clayton
2018-12-14
2
-24
/
+24
*
Revert "[clang-tidy] Share the forced linking code between clang-tidy tool an...
Douglas Yung
2018-12-14
3
-110
/
+185
*
[llvm-xray] Support for PIE
Petr Hosek
2018-12-14
3
-2
/
+52
*
[macho] save the SDK version stored in module metadata into the version min and
Alex Lorenz
2018-12-14
19
-53
/
+297
*
Revert "Try to update the test to fix the breakage With the new warning, we a...
Adam Nemet
2018-12-14
1
-1
/
+1
*
Revert "Make -Wstring-plus-int warns even if when the result is not out of bo...
Adam Nemet
2018-12-14
2
-11
/
+22
*
Windows ASan: Instrument _msize_base()
Vlad Tsyrklevich
2018-12-14
2
-0
/
+7
*
[Builltins][X86] Provide implementations of __lzcnt16, __lzcnt, __lzcnt64 for...
Craig Topper
2018-12-14
5
-18
/
+77
*
Silence CMP0048 warning in the benchmark utility library
Reid Kleckner
2018-12-14
1
-0
/
+6
*
[gn build] Add infrastructure to create symlinks and use it to create lld's s...
Nico Weber
2018-12-14
4
-2
/
+122
*
[DAGCombiner] clean up visitEXTRACT_VECTOR_ELT
Sanjay Patel
2018-12-14
1
-138
/
+129
*
[X86] Demote EmitTest to a helper function of EmitCmp. Route all callers exce...
Craig Topper
2018-12-13
2
-14
/
+9
*
Revert "Switch Android from TLS_SLOT_TSAN(8) to TLS_SLOT_SANITIZER(6)"
Evgeniy Stepanov
2018-12-13
1
-5
/
+5
*
Revert "[hwasan] Android: Switch from TLS_SLOT_TSAN(8) to TLS_SLOT_SANITIZER(6)"
Evgeniy Stepanov
2018-12-13
2
-5
/
+3
*
[AArch64] Fix Exynos predicates (NFC)
Evandro Menezes
2018-12-13
1
-14
/
+23
*
[OpenMP] Fix transient divide by zero bug in 32-bit code
Jonathan Peyton
2018-12-13
1
-4
/
+11
*
[OpenMP] Implement OpenMP 5.0 affinity format functionality
Jonathan Peyton
2018-12-13
23
-129
/
+1024
*
[SampleFDO] handle ProfileSampleAccurate when initializing function entry count
Wei Mi
2018-12-13
6
-98
/
+103
*
[CUDA] Make all host-side shadows of device-side variables undef.
Artem Belevich
2018-12-13
2
-85
/
+129
*
Attempt to fix code completion test to handle LLP64 platforms
Reid Kleckner
2018-12-13
1
-1
/
+3
*
Fix test after -Wstring-plus-int warning was enabled
Reid Kleckner
2018-12-13
1
-1
/
+1
*
Revert r348971: [AMDGPU] Support for "uniform-work-group-size" attribute
Aakanksha Patil
2018-12-13
9
-263
/
+31
*
Fix debug-info-abspath.c on Windows by removing /tmp/t.o line
Reid Kleckner
2018-12-13
1
-2
/
+0
*
Update the scan-build to generate SARIF.
Aaron Ballman
2018-12-13
2
-4
/
+19
*
AMDGPU/GlobalISel: Legalize/regbankselect block_addr
Matt Arsenault
2018-12-13
4
-1
/
+63
*
[libc++] Fix _LIBCPP_EXPORTED_FROM_ABI when visibility annotations are disabled
Thomas Anderson
2018-12-13
1
-1
/
+5
*
Reapply "[MemCpyOpt] memset->memcpy forwarding with undef tail"
Nikita Popov
2018-12-13
2
-20
/
+99
*
Implement a small subset of the C++ `type_traits` header inside sanitizer_com...
Dan Liew
2018-12-13
3
-0
/
+73
*
[ThinLTO] Compute synthetic function entry count
Easwaran Raman
2018-12-13
24
-34
/
+293
*
[llvm] Address base discriminator overflow in X86DiscriminateMemOps
Mircea Trofin
2018-12-13
1
-3
/
+14
*
[llvm-size][libobject] Add explicit "inTextSegment" methods similar to "isTex...
Jordan Rupprecht
2018-12-13
6
-4
/
+105
*
[clang-tidy] Add the abseil-duration-subtraction check
Hyrum Wright
2018-12-13
11
-116
/
+322
*
[CostModel][X86] Don't count 2 shuffles on the last level of a pairwise arith...
Craig Topper
2018-12-13
2
-55
/
+55
*
[libcxx] Fix pop_back() tests to make sure they don't always just pass
Louis Dionne
2018-12-13
2
-0
/
+2
*
[CMake] llvm_codesign workaround for Xcode double-signing errors
Stefan Granitz
2018-12-13
1
-12
/
+13
*
[LoopUtils] Use i32 instead of `void`.
Davide Italiano
2018-12-13
3
-2
/
+33
*
Don't add unnecessary compiler flags to llvm-config output
Tom Stellard
2018-12-13
1
-3
/
+11
*
[NativePDB] Add support for local variables.
Zachary Turner
2018-12-13
8
-71
/
+1104
*
Correctly handle skewed streams in drop_front() method.
Zachary Turner
2018-12-13
2
-2
/
+5
*
Reinstate DW_AT_comp_dir support after D55519.
Adrian Prantl
2018-12-13
2
-9
/
+30
[next]