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
*
[clang-tidy] Add check name to YAML export
Alexander Kornienko
2017-01-03
7
-16
/
+250
*
[clang-move] Support moving enum declarations.
Haojian Wu
2017-01-03
4
-15
/
+93
*
Fix-up TestLinuxCore for r290874
Pavel Labath
2017-01-03
1
-0
/
+8
*
[libcxx] Add build/test support for the externally threaded libc++abi variant
Asiri Rathnayake
2017-01-03
5
-19
/
+53
*
[libcxxabi] Introduce an externally threaded libc++abi variant.
Asiri Rathnayake
2017-01-03
13
-153
/
+87
*
Handle StaticAssertDecl in DeclContextPrinter
Alex Lorenz
2017-01-03
2
-0
/
+6
*
Handle VarTemplateDecl in DeclContextPrinter
Alex Lorenz
2017-01-03
3
-6
/
+13
*
Handle AccessSpecDecl in DeclContextPrinter
Alex Lorenz
2017-01-03
2
-0
/
+9
*
Handle ClassTemplateSpecializationDecl in DeclContextPrinter
Alex Lorenz
2017-01-03
2
-1
/
+33
*
[clang-tidy] Handle constructors in performance-unnecessary-value-param
Malcolm Parsons
2017-01-03
5
-46
/
+123
*
Handle EmptyDecl in DeclContextPrinter
Alex Lorenz
2017-01-03
2
-0
/
+7
*
Handle UsingDecl and UsingShadowDecl in DeclContextPrinter
Alex Lorenz
2017-01-03
2
-0
/
+16
*
Handle FriendDecl in DeclContextPrinter
Alex Lorenz
2017-01-03
2
-0
/
+15
*
[CodeCompletion] Autocomplete NS_DESIGNATED_INITIALIZER in initializers
Alex Lorenz
2017-01-03
2
-0
/
+60
*
[libcxx] Fix testing of the externally-threaded library build
Asiri Rathnayake
2017-01-03
2
-4
/
+18
*
Update LICENSE.TXT to 2017
Eric Fiselier
2017-01-03
1
-1
/
+1
*
Update year to 2017
Eric Fiselier
2017-01-03
3
-3
/
+3
*
Simplify CMake target for the __generated_config header
Eric Fiselier
2017-01-03
1
-4
/
+1
*
Simplify reading of Linux notes to correctly handle endianess.
Howard Hellyer
2017-01-03
2
-103
/
+58
*
[clang-move] Only move used helper declarations.
Haojian Wu
2017-01-03
11
-48
/
+889
*
[X86] Move 128-bit shuffle mask widening check into lowerV2X128VectorShuffle ...
Craig Topper
2017-01-03
1
-22
/
+17
*
[AVX-512] Simplify the code added in r290870 to recognized 256-bit subvector ...
Craig Topper
2017-01-03
1
-30
/
+7
*
[AVX-512] Teach shuffle lowering to use vinsert instructions for shuffles cor...
Craig Topper
2017-01-03
4
-19
/
+54
*
[AVX-512] Teach EVEX to VEX conversion pass to handle VINSERT and VEXTRACT in...
Craig Topper
2017-01-03
21
-1200
/
+613
*
[AVX-512] Re-generate tests that were updated for r290663 without using updat...
Craig Topper
2017-01-03
4
-410
/
+295
*
[X86] Remove trailing whitespace and an unnecessary line wrap. NFC
Craig Topper
2017-01-03
1
-37
/
+35
*
[X86] Fix header comment. NFC
Craig Topper
2017-01-03
1
-1
/
+1
*
[AVX-512] Add support for pushing bitcasts through INSERT_SUBVEC in order to ...
Craig Topper
2017-01-03
2
-10
/
+33
*
[AVX-512] Remove vinsert intrinsics and autoupgrade to native shufflevectors....
Craig Topper
2017-01-03
12
-365
/
+280
*
[AVX-512] Remove vextract intrinsics and autoupgrade to native shufflevectors...
Craig Topper
2017-01-03
11
-214
/
+210
*
[OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ p...
Kelvin Li
2017-01-03
52
-19
/
+6031
*
[XRay] [compiler-rt] Include argv[0] in the log file name.
Dean Michael Berris
2017-01-03
2
-6
/
+29
*
InstCombine: Add fma with constant transforms
Matt Arsenault
2017-01-03
2
-5
/
+90
*
InstCombine: Add fma + fabs/fneg transforms
Matt Arsenault
2017-01-03
2
-0
/
+162
*
[XRay] Merge instrumentation point table emission code into AsmPrinter.
Dean Michael Berris
2017-01-03
8
-150
/
+64
*
clang-format: tweak configuration
Saleem Abdulrasool
2017-01-03
1
-0
/
+6
*
build: remove now unused UNIX_CAT
Saleem Abdulrasool
2017-01-03
1
-4
/
+0
*
Revert "[XRay][compiler-rt] XRay Flight Data Recorder Mode"
Dean Michael Berris
2017-01-03
18
-1189
/
+127
*
Fix creating __generated_config on Windows
Eric Fiselier
2017-01-03
2
-2
/
+53
*
[XRay][compiler-rt] XRay Flight Data Recorder Mode
Dean Michael Berris
2017-01-03
18
-127
/
+1189
*
system_error: provide a thread safe stringification for Windows
Saleem Abdulrasool
2017-01-03
1
-2
/
+10
*
threading_support: refactor for Win32 threading
Saleem Abdulrasool
2017-01-03
2
-82
/
+114
*
Recommit r290839 - Fix configuring and building libc++ w/o an ABI library.
Eric Fiselier
2017-01-03
9
-19
/
+45
*
[EarlyCSE] less else, more auto; NFC
Sanjay Patel
2017-01-03
1
-2
/
+2
*
Fix new/delete exception specifications to match libc++ after r290845
Eric Fiselier
2017-01-03
1
-44
/
+13
*
Re-implement LWG 2770 - Fix tuple_size with structured bindings.
Eric Fiselier
2017-01-02
5
-29
/
+34
*
Fix use of throw(...) spec with GCC in C++17
Eric Fiselier
2017-01-02
1
-1
/
+1
*
[InstCombine] use combineMetadataForCSE instead of copying it; NFCI
Sanjay Patel
2017-01-02
1
-14
/
+4
*
Add testcase for the regression introduced in r290808.
Richard Smith
2017-01-02
1
-0
/
+14
*
Remove isIgnored()-test that is more expensive than the analysis behind it
Daniel Jasper
2017-01-02
1
-12
/
+2
[next]