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
*
[x86] add tests with constants for FP scalarization; NFC
Sanjay Patel
2019-04-03
1
-0
/
+231
*
[libc++] (Take 2) Correctly handle Objective-C++ ARC qualifiers in std::is_po...
Louis Dionne
2019-04-03
2
-1
/
+73
*
Add a new attribute documentation category for declarations.
Aaron Ballman
2019-04-03
2
-20
/
+22
*
[MIPS GlobalISel] Select floating point arithmetic operations
Petar Avramovic
2019-04-03
6
-5
/
+878
*
[AArch64] Update v8.5a MTE LDG/STG instructions
Javed Absar
2019-04-03
4
-284
/
+480
*
[clang-tidy] Remove the old ClangTidyCheck::registerPPCallbacks method
Alexander Kornienko
2019-04-03
4
-6
/
+0
*
AMDGPU: Fix copy/paste error in intrnsic comment
Matt Arsenault
2019-04-03
1
-1
/
+1
*
[DAGCombiner] loosen restrictions for moving shuffles after vector binop
Sanjay Patel
2019-04-03
7
-70
/
+52
*
Fixing a typo; NFC.
Aaron Ballman
2019-04-03
2
-2
/
+2
*
[llvm-readobj] Add GNU style dumper for .gnu.version section
Xing GUO
2019-04-03
4
-3
/
+144
*
Fix typos in tests. NFC.
Xing GUO
2019-04-03
2
-2
/
+2
*
[LibTooling] Add Transformer, a library for source-to-source transformations.
Yitzhak Mandelbaum
2019-04-03
5
-0
/
+805
*
[llvm-nm]Add support for --no-demangle
James Henderson
2019-04-03
2
-3
/
+17
*
gn build: Add build files for clangd xpc framework code
Nico Weber
2019-04-03
7
-4
/
+212
*
[X86] Regenerate LEA codegen tests
Simon Pilgrim
2019-04-03
1
-23
/
+57
*
modify-python-lldb.py: clean up __iter__ and __len__ support
Pavel Labath
2019-04-03
20
-36
/
+130
*
[DAGCombine] Don't use getZExtValue() until we know the constant is in range.
Simon Pilgrim
2019-04-03
1
-2
/
+2
*
[mips] Remove unused FGRH32 register class. NFC
Simon Atanasyan
2019-04-03
2
-32
/
+0
*
Revert "[libc++] Correctly handle Objective-C++ ARC qualifiers in std::is_poi...
Hans Wennborg
2019-04-03
2
-61
/
+0
*
[X86] Make the post machine scheduler macrofusion-aware.
Clement Courbet
2019-04-03
2
-22
/
+51
*
[clang-format] Regroup #includes into blocks for Google style
Eric Liu
2019-04-03
3
-3
/
+16
*
Adding 'CLion integration' to clang-format doc
Sylvestre Ledru
2019-04-03
1
-0
/
+13
*
[X86][NFC] Add tests for misched macro-fusion.
Clement Courbet
2019-04-03
1
-0
/
+95
*
[InstCombine] Simplify ctpop with bitreverse/bswap
David Bolvansky
2019-04-03
2
-8
/
+12
*
Revert r357256 "[DAGCombine] Improve Lifetime node chains."
Hans Wennborg
2019-04-03
3
-31
/
+16
*
[libclang][test] Suppress annoying 'LIBCLANG TOOLING ERROR' output
Fangrui Song
2019-04-03
1
-0
/
+9
*
[clangd] Return clangd::TextEdit in ClangdServer::rename. NFC
Ilya Biryukov
2019-04-03
5
-22
/
+17
*
[PowerPC]add testcase for ppcctrloops pass shortloop check
Chen Zheng
2019-04-03
1
-2
/
+51
*
Fix TargetLibraryInfoTest.ValidProto after rL357552
Sam Clegg
2019-04-03
1
-0
/
+5
*
AMDGPU: Assume ECC is enabled by default if supported
Matt Arsenault
2019-04-03
7
-7
/
+127
*
[analyzer] When failing to evaluate a __builtin_constant_p, presume it's false.
Artem Dergachev
2019-04-03
2
-5
/
+14
*
[CMake] Differentiate between static and shared libc++abi
Petr Hosek
2019-04-03
2
-22
/
+25
*
[lit] Use 10 minute timeout by default.
Jonas Devlieghere
2019-04-03
1
-0
/
+1
*
[lldb-dotest] Print dotest.py invocation.
Jonas Devlieghere
2019-04-03
1
-0
/
+1
*
Avoid macro redefinition error if HAVE_LIBCOMPRESSION
Jason Molenda
2019-04-03
1
-0
/
+2
*
[WebAssembly] Add Emscripten OS definition + small_printf
Alon Zakai
2019-04-03
7
-3
/
+98
*
[libc++abi] Add LIBCXXABI_ENABLE_PIC cmake option
Sam Clegg
2019-04-03
2
-1
/
+5
*
[libc++abi] Actually set POSITION_INDEPENDENT_CODE when building shared library
Sam Clegg
2019-04-03
1
-1
/
+3
*
InstSimplify: Fold round intrinsics from sitofp/uitofp
Matt Arsenault
2019-04-03
2
-24
/
+28
*
[WebAssembly] Remove unneeded target operand flags
Sam Clegg
2019-04-03
7
-50
/
+32
*
[libcxx] [test] Add missing <stdexcept> to name std::out_of_range to string.c...
Billy Robert O'Neal III
2019-04-03
1
-2
/
+3
*
[libcxx] [test] Use ptrdiff_t rather than int in splice_after_range.pass.cpp ...
Billy Robert O'Neal III
2019-04-03
1
-23
/
+24
*
[libcxx] [test] Fix test bugs in string.cons/copy_alloc.pass.cpp.
Billy Robert O'Neal III
2019-04-03
1
-6
/
+7
*
[X86] Update the test case for v4i1 bitselect in combine-bitselect.ll to not ...
Craig Topper
2019-04-03
1
-62
/
+48
*
[X86] Autogenerate complete checks. NFC
Craig Topper
2019-04-03
1
-74
/
+81
*
AMDGPU: Remove unnecessary subtarget get
Matt Arsenault
2019-04-03
1
-1
/
+0
*
AMDGPU: Fix names for generation features
Matt Arsenault
2019-04-03
4
-10
/
+17
*
Fix backwards test that I committed yesterday. Sigh
Marshall Clow
2019-04-03
1
-2
/
+2
*
AMDGPU: Don't use the default cpu in a few tests
Matt Arsenault
2019-04-03
11
-1274
/
+1112
*
[GlobalISel] Add IRTranslator support for llvm.stacksave and llvm.stackrestore
Jessica Paquette
2019-04-02
2
-0
/
+40
[next]