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
*
Revert r370105 - Update two x86 datalayouts for r370083, looks like racing co...
Richard Trieu
2019-08-28
2
-2
/
+2
*
[libomptarget] Refactor shfl_down_sync macro to inline function
Jon Chesterfield
2019-08-28
3
-7
/
+14
*
[test] Speculative fix for r369966 on llvm-clang-x86_64-win
Vedant Kumar
2019-08-28
1
-1
/
+1
*
[libomptarget] Refactor shfl_sync macro to inline function
Jon Chesterfield
2019-08-28
5
-8
/
+24
*
[Clang][Bundler] Do not require host triple for extracting device bundles
Sergey Dmitriev
2019-08-28
2
-3
/
+26
*
Revert "Change the X86 datalayout to add three address spaces for 32 bit sign...
Vlad Tsyrklevich
2019-08-28
520
-550
/
+538
*
Fix "commas at the end of enumerator lists are a C99-specific"
Vitaly Buka
2019-08-28
1
-1
/
+1
*
AMDGPU/GlobalISel: Implement addrspacecast for 32-bit constant addrspace
Matt Arsenault
2019-08-28
2
-8
/
+240
*
[lit] Fix the way we check if an environment var is set
Jonas Devlieghere
2019-08-28
1
-1
/
+1
*
[test] Disable TestConcurrentManySignals on Darwin.
Jonas Devlieghere
2019-08-28
1
-0
/
+2
*
[lit] Don't set DYLD_LIBRARY_PATH when DYLD_INSERT_LIBRARIES is set.
Jonas Devlieghere
2019-08-28
1
-13
/
+15
*
[ObjC] Fix type checking for qualified id block parameters.
Volodymyr Sapsai
2019-08-28
2
-3
/
+14
*
Re-land [clang-scan-deps] Minimizer: Correctly handle multi-line content with...
Alexandre Ganea
2019-08-28
3
-14
/
+55
*
[NFC] Assert preconditions and merge all users into one codepath in Loads.cpp
Philip Reames
2019-08-27
1
-6
/
+11
*
[lld][WebAssembly] Support for growable tables
Jacob Gravelle
2019-08-27
5
-1
/
+27
*
Revert "[lldb] Move redundant persistent variable counter to ClangPersistentV...
Adrian Prantl
2019-08-27
4
-12
/
+18
*
[preprocessor] Add an opportunity to retain excluded conditional blocks
Evgeny Mankov
2019-08-27
8
-6
/
+194
*
ArrayRef'ized CompilerInvocation::CreateFromArgs
Dmitri Gribenko
2019-08-27
8
-25
/
+12
*
[sanitizer_common] Close superfluous file descriptors in spawned process
Julian Lettner
2019-08-27
1
-5
/
+23
*
[dotest] Remove check for LLDB_TESTSUITE_FORCE_FINISH
Jonas Devlieghere
2019-08-27
1
-6
/
+0
*
[clang][Index][NFC] Move IndexDataConsumer default implementation
Jan Korous
2019-08-27
2
-26
/
+11
*
[Clang][Bundler] Fix for a hang when unbundling fat binary
Sergey Dmitriev
2019-08-27
2
-4
/
+10
*
[InstCombine] Disable some portions of foldGEPICmp for GEPs that return a vec...
Craig Topper
2019-08-27
2
-11
/
+41
*
[RISCV] Implement RISCVRegisterInfo::getPointerRegClass
Luis Marques
2019-08-27
1
-0
/
+6
*
[Analysis] Improve EmitGEPOffset handling of vector GEPs with scalar indices.
Craig Topper
2019-08-27
2
-0
/
+24
*
Fix asan-symbolize-bad-path.cpp on Darwin
Alexander Richardson
2019-08-27
1
-1
/
+2
*
[libc++] Add yet another test for inverted character classes
Louis Dionne
2019-08-27
1
-0
/
+3
*
Diagnose _Bool as a C99 extension.
Aaron Ballman
2019-08-27
2
-0
/
+6
*
Debug Info: Support for DW_AT_export_symbols for anonymous structs
Shafik Yaghmour
2019-08-27
2
-1
/
+17
*
[Platform/Android] Read the adb server from an env variable if set
Nathan Lanza
2019-08-27
1
-1
/
+6
*
Update two x86 datalayouts for r370083, looks like racing commits
Reid Kleckner
2019-08-27
2
-2
/
+2
*
[GlobalISel] Replace hard coded dynamic alloca handling with G_DYN_STACKALLOC.
Amara Emerson
2019-08-27
8
-58
/
+283
*
[clangd] Add a distinct highlighting for local variables
Nathan Ridge
2019-08-27
4
-68
/
+76
*
[Loads/SROA] Remove blatantly incorrect code and fix a bug revealed in the pr...
Philip Reames
2019-08-27
3
-47
/
+13
*
AMDGPU: Always emit amdgpu-flat-work-group-size
Matt Arsenault
2019-08-27
2
-16
/
+29
*
Diagnose both _Complex and _Imaginary as C99 extensions.
Aaron Ballman
2019-08-27
6
-16
/
+28
*
DAG: computeNumSignBits for MUL
Matt Arsenault
2019-08-27
2
-14
/
+17
*
AMDGPU: Add baseline test for num sign bits of mul
Matt Arsenault
2019-08-27
1
-0
/
+168
*
[XCOFF][AIX] Generate symbol table entries with llvm-readobj
Jason Liu
2019-08-27
6
-28
/
+937
*
Remove clang-tidy-vs from clang-tools-extra (PR41791)
Alex Lorenz
2019-08-27
39
-3507
/
+8
*
Revert Autogenerate the shebang lines for tools/opt-viewer
Reid Kleckner
2019-08-27
6
-24
/
+7
*
Add GWP-ASan fuzz target to compiler-rt/tools.
Mitch Phillips
2019-08-27
5
-23
/
+23
*
[driver][xray] fix the macOS support checker by supporting -macos
Alex Lorenz
2019-08-27
2
-1
/
+5
*
[ORCv2] - New Speculate Query Implementation
Praveen Velliengiri
2019-08-27
5
-91
/
+383
*
[Tblgen][MCA] Add the ability to mark groups as LoadQueue and StoreQueue. NFCI
Andrea Di Biagio
2019-08-27
2
-6
/
+6
*
[dotest] Remove results port
Jonas Devlieghere
2019-08-27
8
-72
/
+9
*
AMDGPU: Add amdgpu-32bit-address-high-bits to MIR serialization
Matt Arsenault
2019-08-27
4
-2
/
+22
*
[JITLink] Fix bogus TimerGroup constructor call.
Lang Hames
2019-08-27
1
-3
/
+2
*
Move EH spec mismatches under -fms-compatibility
Reid Kleckner
2019-08-27
5
-51
/
+52
*
AMDGPU: Fix crash from inconsistent register types for v3i16/v3f16
Matt Arsenault
2019-08-27
2
-3
/
+92
[next]