- Apr 12, 2021
-
-
LLVM GN Syncbot authored
-
LLVM GN Syncbot authored
-
LLVM GN Syncbot authored
-
- Apr 06, 2021
-
-
Arthur Eubanks authored
We can clear line by line, but that's likely not very important. Reviewed By: hans Differential Revision: https://reviews.llvm.org/D99921
-
- Apr 05, 2021
-
-
Nico Weber authored
-
LLVM GN Syncbot authored
-
- Apr 03, 2021
-
-
Nico Weber authored
Mostly just works already.
-
Nico Weber authored
-
- Apr 02, 2021
-
-
Nico Weber authored
Linux-only for now. Some mac bits stubbed out, but not tested. Good enough for the tiny_race.c example at https://clang.llvm.org/docs/ThreadSanitizer.html : $ out/gn/bin/clang -fsanitize=address -g -O1 tiny_race.c $ while true; do ./a.out || echo $? ; done While here, also make `-fsanitize=address` work for .c files. Differential Revision: https://reviews.llvm.org/D99795
-
LLVM GN Syncbot authored
-
Samuel authored
Add header guards and fix other clang-tidy warnings in .h files. Also align misaligned header docs Reviewed By: aeubanks Differential Revision: https://reviews.llvm.org/D99634
-
- Apr 01, 2021
-
-
LLVM GN Syncbot authored
-
- Mar 31, 2021
-
-
Nico Weber authored
This reverts commit 13aff21f, since the CMake part relanded in c06a8f9c. The GN part is a bit simpler than last time due to the prior simplifications in acea470c.
-
- Mar 30, 2021
-
-
LLVM GN Syncbot authored
-
Nico Weber authored
-
LLVM GN Syncbot authored
-
- Mar 29, 2021
-
-
Samuel authored
Add a new delta pass to llvm-reduce that removes dso_local when possible Reviewed By: aeubanks Differential Revision: https://reviews.llvm.org/D98673
-
- Mar 28, 2021
-
-
LLVM GN Syncbot authored
-
Zakk Chen authored
RVV intrinsics has new overloading rule, please see https://github.com/riscv/rvv-intrinsic-doc/commit/82aac7dad4c6c1c351ed5b17ca6007c395843ed7 Changed: 1. Rename `generic` to `overloaded` because the new rule is not using C11 generic. 2. Change HasGeneric to HasNoMaskedOverloaded because all masked operations support overloading api. 3. Add more overloaded tests due to overloading rule changed. Differential Revision: https://reviews.llvm.org/D99189
-
- Mar 27, 2021
-
-
Nico Weber authored
-
- Mar 24, 2021
-
-
LLVM GN Syncbot authored
-
LLVM GN Syncbot authored
-
Nico Weber authored
This reverts commit 50fd426f and tweaks things for the reland: SystemZAsmLexer is now SystemZAsmLexerTests.
-
Nico Weber authored
-
- Mar 23, 2021
-
-
Nico Weber authored
-
Valentin Clement authored
Follow up from D92955 and D83636. This patch makes the base cpp files OMP.cpp and ACC.cpp normal files and they now include the XXX.inc file generated by tablegen. This reduces the number of file generated by the DirectiveEmitter backend and makes it closer to the proposal in D83636. Reviewed By: Meinersbur Differential Revision: https://reviews.llvm.org/D93560
-
LLVM GN Syncbot authored
-
Gulfem Savrun Yeniceri authored
This reverts commit 78a65cd9 which caused buildbot failures.
-
- Mar 22, 2021
-
-
Nico Weber authored
-
Gulfem Savrun Yeniceri authored
Lookup tables generate non PIC-friendly code, which requires dynamic relocation as described in: https://bugs.llvm.org/show_bug.cgi?id=45244 This patch adds a new pass that converts lookup tables to relative lookup tables to make them PIC-friendly. Differential Revision: https://reviews.llvm.org/D94355
-
LLVM GN Syncbot authored
-
- Mar 20, 2021
-
-
Carl Ritson authored
Pass no longer handles skips. Pass now removes unnecessary unconditional branches and lowers early termination branches. Hence rename to SILateBranchLowering. Move code to handle returns to epilog from SIPreEmitPeephole into SILateBranchLowering. This means SIPreEmitPeephole only contains optional optimisations, and all required transforms are in SILateBranchLowering. Reviewed By: arsenm Differential Revision: https://reviews.llvm.org/D98915
-
Carl Ritson authored
SIRemoveShortExecBranches is an optimisation so fits well in the context of SIPreEmitPeephole. Test changes relate to early termination from kills which have now been lowered prior to considering branches for removal. As these use s_cbranch the execz skips are now retained instead. Currently either behaviour is valid as kill with EXEC=0 is a nop; however, if early termination is used differently in future then the new behaviour is the correct one. Reviewed By: foad Differential Revision: https://reviews.llvm.org/D98917
-
- Mar 18, 2021
-
-
LLVM GN Syncbot authored
-
- Mar 16, 2021
-
-
LLVM GN Syncbot authored
-
LLVM GN Syncbot authored
-
LLVM GN Syncbot authored
-
- Mar 15, 2021
-
-
Nico Weber authored
The default is fine on non-Win, but on Win this needs an explicit setting now that lit no longer has the right default.
-
Nico Weber authored
-
Nico Weber authored
Good enough for now. If we need more, we'll do the usual platform-dependent hardcoding that in practice works for everything else too.
-