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
...
*
Fix use-after-free found by address-san on -r322028.
Erich Keane
2018-01-09
1
-1
/
+5
*
Revert "[PowerPC] Manually schedule the prologue and epilogue"
Stefan Pintilie
2018-01-09
6
-117
/
+56
*
[X86] Remove llvm.x86.avx512.cvt*2mask.* intrinsics and autoupgrade to (icmp ...
Craig Topper
2018-01-09
13
-252
/
+217
*
[X86] Remove unnecessary isel pattern that is a combination of two other patt...
Craig Topper
2018-01-09
1
-2
/
+0
*
[MachineOutliner] AArch64: Handle instrs that use SP and will never need fixups
Jessica Paquette
2018-01-09
7
-22
/
+132
*
Rewrite our relocation processing.
Rafael Espindola
2018-01-09
7
-192
/
+159
*
[CMake] Support for cross-compilation when build runtimes
Petr Hosek
2018-01-08
3
-2
/
+17
*
[WebAssembly] Write out undefined symbol addresses as zero
Sam Clegg
2018-01-08
7
-35
/
+26
*
[libcxx] Support the use of compiler-rt in lit tests
Petr Hosek
2018-01-08
3
-1
/
+5
*
Document attribute target multiversioning.
Erich Keane
2018-01-08
2
-0
/
+24
*
[ELF] Small grammar fix. NFC
Shoaib Meenai
2018-01-08
1
-1
/
+1
*
Do not use parallelForEach to call maybeCompress().
Rui Ueyama
2018-01-08
1
-2
/
+2
*
Fix newly failing tests.
Zachary Turner
2018-01-08
4
-24
/
+0
*
Revert "Make rehash(0) work with ubsan's unsigned-integer-overflow."
Dan Albert
2018-01-08
1
-1
/
+1
*
[X86] Replace cvt*2mask intrinsics with native IR using 'icmp slt X, zeroinit...
Craig Topper
2018-01-08
5
-16
/
+54
*
[X86] Remove GCCBuiltin from int_x86_avx512_cvtb2mask_128 and similar intrins...
Craig Topper
2018-01-08
1
-12
/
+12
*
[PowerPC] Manually schedule the prologue and epilogue
Stefan Pintilie
2018-01-08
6
-56
/
+117
*
Move scanReloc to an auxiliary function.
Rafael Espindola
2018-01-08
1
-146
/
+155
*
Apparently 'C++14' is different than 'c++14'
Marshall Clow
2018-01-08
1
-1
/
+1
*
AlwaysInliner: Alow setting InsertLifetime in the new-style pass
Justin Bogner
2018-01-08
2
-2
/
+9
*
[cmake] Pass CMAKE_MAKE_PROGRAM to native configure
Shoaib Meenai
2018-01-08
1
-0
/
+1
*
Make rehash(0) work with ubsan's unsigned-integer-overflow.
Dan Albert
2018-01-08
1
-1
/
+1
*
PR35862: Suppress -Wmissing-variable-declarations warning on inline variables,
Richard Smith
2018-01-08
2
-1
/
+24
*
Fix uninitialized read error reported by MSAN.
Zachary Turner
2018-01-08
3
-21
/
+127
*
Implement Attribute Target MultiVersioning
Erich Keane
2018-01-08
31
-49
/
+1689
*
[DOXYGEN] Fix doxygen and content issues in avxintrin.h
Douglas Yung
2018-01-08
1
-201
/
+200
*
[COFF] Delete CanExitEarly
Shoaib Meenai
2018-01-08
2
-2
/
+0
*
ArgPromotion: Allow setting MaxElements in the new-style pass
Justin Bogner
2018-01-08
2
-1
/
+5
*
Factor out comparison handling for arithmetic types.
Richard Smith
2018-01-08
3
-37
/
+55
*
[Myriad] Remove invalidated -elf flag for MoviAsm
Walter Lee
2018-01-08
2
-2
/
+1
*
[OPENMP] Fix debug info for outlined functions in NVPTX + add more tests.
Alexey Bataev
2018-01-08
7
-72
/
+114
*
Change add_ten to add_one to avoid triggering ubsan integer overflow.
Billy Robert O'Neal III
2018-01-08
3
-67
/
+67
*
Add lit.local.cfg in test/DebugInfo/MIR/Mips/
Petar Jovanovic
2018-01-08
1
-0
/
+3
*
Add the C++17 extensions to std::search. Include the default searcher, but no...
Marshall Clow
2018-01-08
14
-82
/
+1414
*
[OPENMP] Current status of OpenMP support.
Alexey Bataev
2018-01-08
2
-0
/
+69
*
[index] Return when DC is null in handleReference
Fangrui Song
2018-01-08
1
-2
/
+2
*
[ValueTracking] remove overzealous assert
Sanjay Patel
2018-01-08
2
-1
/
+22
*
[LiveDebugValues] Change condition for block termination recognition
Petar Jovanovic
2018-01-08
2
-1
/
+189
*
Check test conditions more precisely. NFC
Simon Atanasyan
2018-01-08
1
-1
/
+1
*
Document upcoming TS feature removal
Marshall Clow
2018-01-08
1
-0
/
+138
*
[TargetLibraryInfo] fix finite mathlib function availability
Sanjay Patel
2018-01-08
2
-60
/
+83
*
Fixed spelling mistake. NFCI.
Simon Pilgrim
2018-01-08
1
-1
/
+1
*
Revert "Emit Function IDs table for Control Flow Guard"
Adrian McCarthy
2018-01-08
20
-351
/
+2
*
[mips] Remove duplicated R6 EVA instructions
Aleksandar Beserminji
2018-01-08
4
-208
/
+0
*
[CVP] Replace incoming values from unreachable blocks with undef.
Davide Italiano
2018-01-08
2
-4
/
+89
*
Emit Function IDs table for Control Flow Guard
Adrian McCarthy
2018-01-08
20
-2
/
+351
*
[mips] Improve diagnostics for instruction mapping
Aleksandar Beserminji
2018-01-08
2
-1
/
+46
*
[DAG] Teach BaseIndexOffset to correctly handle with indexed operations
Nirav Dave
2018-01-08
4
-52
/
+70
*
[clang-tidy] Fix DanglingHandleCheck for the correct conversion operation bet...
Samuel Benzaquen
2018-01-08
2
-3
/
+11
*
Avoid assumption that lit tests are writable. NFC
Sam McCall
2018-01-08
3
-8
/
+11
[prev]
[next]