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
*
[libomptarget][nfc] Wrap cuda min() in target_impl
Jon Chesterfield
2019-12-17
5
-5
/
+14
*
gn build: Merge c066ff11d84
LLVM GN Syncbot
2019-12-17
1
-0
/
+1
*
[LoopUtils] Updated deleteDeadLoop() to handle loop nest.
Whitney Tsang
2019-12-17
1
-0
/
+90
*
[LoopUtils] Updated deleteDeadLoop() to handle loop nest.
Whitney Tsang
2019-12-17
2
-1
/
+13
*
[llvm/runtimes] Add runtimes as a dependency of clang-bootstrap-deps
Xin-Xin Wang
2019-12-16
1
-5
/
+8
*
Change `asan/TestCases/Darwin/malloc_zone-protected.cpp` to call abort so tha...
Dan Liew
2019-12-16
1
-1
/
+1
*
[llvm] Add llvm-lipo dependency to runtimes
Xin-Xin Wang
2019-12-16
2
-3
/
+6
*
[libc++] Add __default_init_tag to basic_string constructors
Eric Fiselier
2019-12-16
1
-14
/
+20
*
[NFC][llvm][MIRVRegNamerUtils] Moving some switch cases and altering comments.
Puyan Lotfi
2019-12-16
1
-5
/
+5
*
[libc++] Rework compressed pair constructors.
Eric Fiselier
2019-12-16
12
-113
/
+76
*
[llvm][MIRVRegNamerUtils] Adding hashing on CImm / FPImm MachineOperands.
Puyan Lotfi
2019-12-16
2
-2
/
+21
*
Honor -fuse-init-array when os is not specified on x86
Kamlesh Kumar
2019-12-16
13
-64
/
+8
*
[RISCV] Added isCompressibleInst() to estimate size in getInstSizeInBytes()
Ana Pazos
2019-12-16
2
-70
/
+165
*
[AArch64][SVE] Change pattern generation code to fix -Wimplicit-fallthrough a...
Fangrui Song
2019-12-16
1
-4
/
+11
*
[WebAssembly] Setting export_name implies llvm.used
Sam Clegg
2019-12-16
2
-2
/
+4
*
[coroutines][PR41909] Generalize fix from D62550
Brian Gesiak
2019-12-16
2
-14
/
+21
*
[lldb] Respect previously set values of LLDB_TABLEGEN_EXE
Alex Langford
2019-12-16
1
-11
/
+13
*
[X86] Add x86 triple to command line in mxcsr-reg-usage.ll
Craig Topper
2019-12-16
1
-1
/
+1
*
Add default initialization to compressed_pair.
Eric Fiselier
2019-12-16
2
-0
/
+58
*
Revert "[NFC-I] Remove hack for fp-classification builtins"
Erich Keane
2019-12-16
4
-117
/
+42
*
git-llvm: Add option to push to Github with SSH
Valentin Churavy
2019-12-16
1
-4
/
+11
*
[AArch64][SVE] Add patterns for logical immediate operations.
Danilo Carvalho Grael
2019-12-16
5
-4
/
+188
*
[TSan][Darwin] Avoid calling pthread_self() before libpthread is initialized
Julian Lettner
2019-12-16
1
-1
/
+6
*
Fix a bug in the property-based serialization of
John McCall
2019-12-16
3
-1
/
+19
*
[NFC-I] Remove hack for fp-classification builtins
Erich Keane
2019-12-16
4
-42
/
+117
*
[LoopFusion] Restrict loop fusion to rotated loops.
Kit Barton
2019-12-16
6
-640
/
+590
*
[InstCombine] Teach removeBitcastsFromLoadStoreOnMinMax not to change the siz...
Craig Topper
2019-12-16
2
-7
/
+19
*
[WebAssembly] Replace SIMD int min/max builtins with patterns
Thomas Lively
2019-12-16
8
-285
/
+144
*
Only run mangled_names.test if python3 is available.
Nico Weber
2019-12-16
2
-8
/
+14
*
[ELF] Delete unused declaration addIRelativeRelocs after D65995. NFC
Fangrui Song
2019-12-16
1
-2
/
+0
*
[ELF] Delete relOff from TargetInfo::writePLT
Fangrui Song
2019-12-16
14
-59
/
+40
*
[ELF] De-template PltSection::addEntry. NFC
Fangrui Song
2019-12-16
3
-13
/
+8
*
gn build: (manually) merge c82e4ef69
Nico Weber
2019-12-16
2
-26
/
+9
*
[OPENMP][DOCS]Claim simd nontemporal clause, NFC.
Alexey Bataev
2019-12-16
1
-1
/
+1
*
Forward {read,write}SomeEnumType to {read,write}Enum instead of
John McCall
2019-12-16
3
-3
/
+27
*
Use property-based serialization for TemplateArgument.
John McCall
2019-12-16
4
-90
/
+101
*
Add Optional::map.
John McCall
2019-12-16
1
-0
/
+16
*
Use property-based serialization for TemplateName.
John McCall
2019-12-16
4
-115
/
+109
*
Add the ability for properties to be conditional on other properties.
John McCall
2019-12-16
4
-19
/
+75
*
Add the ability to declare helper variables when reading
John McCall
2019-12-16
3
-7
/
+66
*
Use property-based serialization for DeclarationName.
John McCall
2019-12-16
3
-80
/
+61
*
Add the ability to use property-based serialization for "cased" types.
John McCall
2019-12-16
12
-89
/
+450
*
Replace tabs with spaces.
John McCall
2019-12-16
2
-130
/
+130
*
Move Basic{Reader,Writer} emission into ASTPropsEmitter; NFC.
John McCall
2019-12-16
1
-41
/
+53
*
Always -I clang/include when tblgen'ing in Clang.
John McCall
2019-12-16
3
-8
/
+4
*
[OPENMP][DOCS]Mark if clause on simd done, NFC.
Alexey Bataev
2019-12-16
1
-1
/
+1
*
[OPENMP50]Add if clause in target teams idistribute simd directive.
Alexey Bataev
2019-12-16
4
-114
/
+204
*
[lit] max_failures does not need to be stored in LitConfig
Julian Lettner
2019-12-16
4
-22
/
+24
*
Revert "[clangd] Reapply b60896fad926 Fall back to selecting token-before-cur...
Sam McCall
2019-12-16
14
-265
/
+105
*
[SystemZ] Improve verification of MachineOperands.
Jonas Paulsson
2019-12-16
4
-8
/
+112
[next]