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] Fix shuffle decoding assertions to print the right number of required o...
Craig Topper
2016-10-17
1
-8
/
+8
*
ADT: Use LLVM_NODISCARD instead of LLVM_ATTRIBUTE_UNUSED_RESULT for StringRef
Justin Bogner
2016-10-17
1
-21
/
+5
*
ELF: Add a skip() overload to ignore any token
Justin Bogner
2016-10-17
3
-9
/
+20
*
Interpreter: Don't return StringRef from functions whose return value is neve...
Justin Bogner
2016-10-17
2
-31
/
+16
*
ELF: Fix a misuse of Twine::toStringRef
Justin Bogner
2016-10-17
1
-3
/
+3
*
ClangMoveTests.cpp: Appease msc18.
NAKAMURA Takumi
2016-10-17
1
-4
/
+4
*
Reformat.
NAKAMURA Takumi
2016-10-17
1
-4
/
+4
*
[AVX-512] Add shuffle combining support for vpermi2var shuffles derived from ...
Craig Topper
2016-10-17
2
-32
/
+14
*
[AVX-512] Add vpermi2var test cases to shuffle combining test case. Combining...
Craig Topper
2016-10-17
1
-0
/
+112
*
[CUDA] Fix false-positive in known-emitted handling.
Justin Lebar
2016-10-17
2
-6
/
+66
*
[AVX-512] Add support for turning a 256-bit load that goes to both halfs of a...
Craig Topper
2016-10-16
4
-73
/
+99
*
clang/test/CXX/conv/conv.fctptr/p1.cpp: Appease for targeting i686-win32.
NAKAMURA Takumi
2016-10-16
1
-1
/
+1
*
Revert "Revert "[analyzer] Make MallocChecker more robust against custom rede...
Devin Coughlin
2016-10-16
2
-0
/
+36
*
unittests: Explicitly ignore some return values in crash tests
Justin Bogner
2016-10-16
1
-16
/
+18
*
[test] Add missing colon.
Michael Kruse
2016-10-16
1
-1
/
+1
*
Support: Return void from Scanner::scan_ns_uri_char, no one uses the result
Justin Bogner
2016-10-16
1
-7
/
+2
*
[cmake] Add polly-isl-test dependency to lit tests.
Michael Kruse
2016-10-16
1
-1
/
+1
*
MachineModuleInfo: Prefer the LLVM_NODISCARD spelling
Justin Bogner
2016-10-16
1
-2
/
+1
*
SCEV: Prefer the LLVM_NODISCARD spelling
Justin Bogner
2016-10-16
1
-9
/
+9
*
Support: Prefer the LLVM_NODISCARD spelling
Justin Bogner
2016-10-16
1
-23
/
+25
*
ADT: Prefer the LLVM_NODISCARD spelling
Justin Bogner
2016-10-16
8
-11
/
+11
*
ADT: Use LLVM_NODISCARD instead of LLVM_ATTRIBUTE_UNUSED_RESULT for ArrayRef
Justin Bogner
2016-10-16
1
-14
/
+2
*
AST: Improve a couple of comments and cast unused values to void
Justin Bogner
2016-10-16
1
-5
/
+4
*
Revert "[analyzer] Make MallocChecker more robust against custom redeclarations"
Devin Coughlin
2016-10-16
2
-36
/
+0
*
[cmake] Add polly-isl-test dependency to lit tests.
Michael Kruse
2016-10-16
1
-1
/
+1
*
[test] Add -polly-unprofitable-scalar-accs to test that needs it.
Michael Kruse
2016-10-16
1
-0
/
+1
*
P0012R1: Make exception specifications be part of the type system. This
Richard Smith
2016-10-16
29
-85
/
+445
*
PR30711: Fix incorrect profiling of 'long long' in FoldingSet, then use it to
Richard Smith
2016-10-16
2
-4
/
+25
*
[analyzer] Make MallocChecker more robust against custom redeclarations
Devin Coughlin
2016-10-16
2
-0
/
+36
*
Make any_cast<void()>(nullptr) compile
Eric Fiselier
2016-10-16
2
-4
/
+29
*
[clang-tidy] Use ignoreImplicit in cert-err58-cpp check
Malcolm Parsons
2016-10-16
2
-3
/
+34
*
Extend this test and make it a bit clearer which cases Clang is getting wrong.
Richard Smith
2016-10-16
1
-14
/
+34
*
[AVX-512] Fix the operand order for vpermi2var_qi intrinsics to match the oth...
Craig Topper
2016-10-16
3
-12
/
+12
*
[AVX-512] Correct execution domain for VPERMT2PS and VPERMI2PS.
Craig Topper
2016-10-16
8
-94
/
+94
*
[AVX-512] Move (v4i64 (X86SubVBroadcast (v2i64))) alternate patterns under a ...
Craig Topper
2016-10-16
1
-9
/
+9
*
Update LWG 2754 status
Eric Fiselier
2016-10-16
1
-2
/
+2
*
Fix use of non-constexpr C++14 addressof
Eric Fiselier
2016-10-16
1
-1
/
+1
*
Update LWG 2767 and add test case
Eric Fiselier
2016-10-16
2
-2
/
+16
*
Update status for std::optional LWG issues and fix an optional SFINAE bug
Eric Fiselier
2016-10-16
5
-14
/
+35
*
Update issue status for LWG 2744
Eric Fiselier
2016-10-16
10
-60
/
+93
*
Update issue status for LWG 2768 and 2769
Eric Fiselier
2016-10-16
6
-49
/
+84
*
[ArmFastISel] Kill dead code. NFCI.
Davide Italiano
2016-10-16
1
-35
/
+0
*
Update notes for LWG 2678
Eric Fiselier
2016-10-16
1
-1
/
+1
*
Implement LWG 2712 and update other issues status
Eric Fiselier
2016-10-16
3
-8
/
+38
*
Revert "[analyzer] Re-apply r283093 "Add extra notes to ObjCDeallocChecker""
Devin Coughlin
2016-10-16
4
-134
/
+12
*
Implement LWG 2681 and 2682
Eric Fiselier
2016-10-16
3
-4
/
+48
*
Mark LWG 2680 as done
Eric Fiselier
2016-10-15
1
-2
/
+2
*
Implement LWG 2672.
Eric Fiselier
2016-10-15
3
-7
/
+48
*
Implement modified LWG 2665
Eric Fiselier
2016-10-15
4
-4
/
+31
*
[MachineMemOperand] Move synchronization scope and atomic orderings from SDNo...
Konstantin Zhuravlyov
2016-10-15
12
-142
/
+145
[next]