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
*
[llvm-lipo] Add missing cast
Alexander Shaposhnikov
2019-10-15
1
-1
/
+2
*
AMDGPU: Fix infinite searches in SIFixSGPRCopies
Austin Kerbow
2019-10-15
3
-1
/
+57
*
[OPENMP]Fix comments/params, NFC.
Alexey Bataev
2019-10-15
1
-4
/
+3
*
[OPENMP]Allow final clause in combined task-based directives.
Alexey Bataev
2019-10-15
9
-21
/
+61
*
[llvm-readobj][xcoff] implement parsing overflow section header.
Digger Lin
2019-10-15
3
-20
/
+107
*
[WebAssembly] Elide data segments for .bss sections
Thomas Lively
2019-10-15
13
-49
/
+75
*
[Concept] Associated Constraints Infrastructure
Saar Raz
2019-10-15
18
-210
/
+293
*
[Clang][OpenMP Offload] Move offload registration code to the wrapper
Sergey Dmitriev
2019-10-15
38
-1140
/
+524
*
Fix as-w-option.c on Windows where no assembler exists
Reid Kleckner
2019-10-15
1
-1
/
+1
*
Revert "[VirtualFileSystem] Support virtual working directory in the Redirec...
Jonas Devlieghere
2019-10-15
3
-217
/
+16
*
Added support for "#pragma clang section relro=<name>"
Dmitry Mikulin
2019-10-15
15
-22
/
+123
*
[WebAssembly] Allow multivalue types in block signature operands
Thomas Lively
2019-10-15
15
-117
/
+181
*
[clang] refactor -Wa,-W test cases.
Jian Cai
2019-10-15
1
-10
/
+0
*
[llvm-objdump] Use a counter for llvm-objdump -h instead of the section index.
Jordan Rupprecht
2019-10-15
3
-22
/
+63
*
[test] Update YAML mapping in VirtualFileSystemTest
Jonas Devlieghere
2019-10-15
1
-6
/
+6
*
Fix Driver/working-directory.c test
Jan Korous
2019-10-15
1
-1
/
+0
*
[X86] combineX86ShufflesRecursively - split the getTargetShuffleInputs call f...
Simon Pilgrim
2019-10-15
1
-3
/
+9
*
[llvm-profdata] Reinstate tools/llvm-profdata/malformed-ptr-to-counter-array....
Vedant Kumar
2019-10-15
1
-0
/
+52
*
Reland [Driver] Fix -working-directory issues
Jan Korous
2019-10-15
5
-35
/
+45
*
[libc] Do not add unittests if LLVM_INCLUDE_TESTS is OFF.
Siva Chandra
2019-10-15
1
-0
/
+4
*
remove FILE* usage from SBStream.i
Lawrence D'Anna
2019-10-15
4
-3
/
+59
*
[XCOFF] Output object text section header and symbol entry for program code.
Digger Lin
2019-10-15
5
-95
/
+239
*
[X86] Make memcmp() use PTEST if possible and also enable AVX1
David Zarzycki
2019-10-15
6
-290
/
+554
*
Add more information to JSON AST dumping of source locations.
Aaron Ballman
2019-10-15
26
-3131
/
+8133
*
[NewGVN] Check that call has an access.
Alina Sbirlea
2019-10-15
2
-2
/
+47
*
[libomptarget][nfc] Make interface.h target independent
Jon Chesterfield
2019-10-15
5
-9
/
+32
*
[MemorySSA] Update DomTree before applying MSSA updates.
Alina Sbirlea
2019-10-15
1
-8
/
+5
*
[VirtualFileSystem] Support virtual working directory in the RedirectingFS
Jonas Devlieghere
2019-10-15
3
-16
/
+217
*
eliminate virtual methods from PythonDataObjects
Lawrence D'Anna
2019-10-15
2
-380
/
+121
*
[llvm-profdata] Remove tools/llvm-profdata/malformed-ptr-to-counter-array.test
Vedant Kumar
2019-10-15
1
-48
/
+0
*
[AIX][XCOFF] Output XCOFF object text section header and symbol entry for pro...
Digger Lin
2019-10-15
1
-0
/
+11
*
[lld][WebAssembly] Fix static linking of -fPIC code with external undefined data
James Clarke
2019-10-15
2
-4
/
+21
*
convert SBDebugger::***FileHandle() wrappers to native files.
Lawrence D'Anna
2019-10-15
2
-27
/
+75
*
SBFile::GetFile: convert SBFile back into python native files.
Lawrence D'Anna
2019-10-15
9
-26
/
+200
*
[AMDGPU] Support mov dpp with 64 bit operands
Stanislav Mekhanoshin
2019-10-15
7
-6
/
+226
*
CFI: wrong type passed to llvm.type.test with multiple inheritance devirtuali...
Dmitry Mikulin
2019-10-15
3
-1
/
+70
*
[AMDGPU] Allow DPP combiner to work with REG_SEQUENCE
Stanislav Mekhanoshin
2019-10-15
2
-5
/
+210
*
[Concepts] Remove unused and illegal Sema includes from ExprCXX.cpp
Saar Raz
2019-10-15
1
-4
/
+1
*
Increase gdbremote_testcase timeouts when running under ASAN.
Adrian Prantl
2019-10-15
1
-5
/
+12
*
Skip PExpect tests under ASAN, I can't get them to work reliably.
Adrian Prantl
2019-10-15
2
-0
/
+6
*
gn build: Merge r374903
GN Sync Bot
2019-10-15
1
-0
/
+1
*
[Concepts] Concept Specialization Expressions
Saar Raz
2019-10-15
37
-228
/
+830
*
[DAGCombiner] fold select-of-constants based on sign-bit test
Sanjay Patel
2019-10-15
2
-54
/
+68
*
[clangd][NFC] Update comments to use triple-slashes
Kadir Cetinkaya
2019-10-15
1
-3
/
+4
*
gn build: Merge r374899
GN Sync Bot
2019-10-15
1
-1
/
+0
*
Revert 374882 "[Concepts] Concept Specialization Expressions"
Nico Weber
2019-10-15
37
-827
/
+228
*
revert git test commit
Digger Lin
2019-10-15
1
-1
/
+1
*
a test commit access
Digger Lin
2019-10-15
1
-1
/
+1
*
Reapply: [Modules][PCH] Hash input files content
Bruno Cardoso Lopes
2019-10-15
12
-29
/
+247
*
[AsmPrinter] Fix unused variable warning in Release builds. NFC.
Benjamin Kramer
2019-10-15
1
-0
/
+1
[next]