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
*
Fix naming style. NFC.
Alexander Kornienko
2019-12-12
3
-23
/
+23
*
gn build: Merge 526244b187d
LLVM GN Syncbot
2019-12-12
1
-0
/
+1
*
[Matrix] Add first set of matrix intrinsics and initial lowering pass.
Florian Hahn
2019-12-12
24
-0
/
+2638
*
[ARM][MVE] findVCMPToFoldIntoVPS. NFC.
Sjoerd Meijer
2019-12-12
2
-30
/
+29
*
[Alignment][NFC] Adding Align compatible methods to IntrinsicInst/IRBuilder
Guillaume Chatelet
2019-12-12
4
-63
/
+130
*
gn build: Merge 600d123c6ff
LLVM GN Syncbot
2019-12-12
1
-0
/
+1
*
[ARM][CMSE] Add CMSE header and builtins
Momchil Velikov
2019-12-12
8
-0
/
+409
*
AMDGPU/SILoadStoreOptimizer: Simplify function
Tom Stellard
2019-12-12
1
-62
/
+50
*
[OpenMP][Test] Add check for aux-triple predefined macros
Alexey Bader
2019-12-12
1
-0
/
+5
*
[ARM][MVE] Sink vector shift operand
Sam Parker
2019-12-12
3
-21
/
+462
*
[lldb/DWARF] Fix v5 location lists for dwo files
Pavel Labath
2019-12-12
3
-1
/
+198
*
[llvm-dwarfdump] Add blank line after printing line table
James Henderson
2019-12-12
2
-0
/
+5
*
[clangd] Implement "textDocument/documentLink" protocol support
Michael Forster
2019-12-12
11
-0
/
+175
*
[Diagnsotics] Small Improvement on -Wmisleading-indentation
Tyker
2019-12-12
2
-5
/
+26
*
[NFC][ARM] Add some test triples
Sam Parker
2019-12-12
2
-181
/
+773
*
[Attributor][NFC] Fix comments and unnecessary comma
Hideto Ueno
2019-12-12
2
-7
/
+10
*
[Attributor] [NFC] Use `checkForAllUses` helpr in `AAHeapToStackImpl::updateI...
Hideto Ueno
2019-12-12
1
-35
/
+18
*
[Attributor][NFC] Refactoring `AANoFreeArgument::updateImpl`
Hideto Ueno
2019-12-12
1
-38
/
+15
*
[Analyzer][Docs][NFC] Add CodeChecker to the command line tools
Gabor Marton
2019-12-12
3
-3
/
+143
*
[DebugInfo] Prevent invalid fragments at ISel from dropping debug info
stozer
2019-12-12
2
-1
/
+58
*
[Support] Try to fix bot failure after 8ddcd1dc26
Russell Gallop
2019-12-12
1
-0
/
+1
*
[clangd] Rename constructors and destructors in cross-file case
Kirill Bobyrev
2019-12-12
2
-70
/
+109
*
[Support] Extend TimeProfiler to support multiple threads
Russell Gallop
2019-12-12
2
-18
/
+85
*
[Tooling/Syntax] Helpers to find spelled tokens touching a location.
Sam McCall
2019-12-12
4
-0
/
+88
*
[clangd] Fix windows tests
Kadir Cetinkaya
2019-12-12
1
-0
/
+1
*
[NFC] - Partially revert 9c48c2f9c477007234c
Gabor Buella
2019-12-12
1
-1
/
+1
*
[llvm-readobj][test] - Add a test for testing regular section flags and clean...
Georgii Rymar
2019-12-12
5
-76
/
+148
*
[lldb] Remove ClangASTMetrics
Raphael Isemann
2019-12-12
4
-106
/
+0
*
[lldb] "See through" atomic types in ClangASTContext
Pavel Labath
2019-12-12
2
-56
/
+68
*
[clangd] Fix hover crashing on null types
Kadir Cetinkaya
2019-12-12
2
-2
/
+21
*
[Mips] Add support for min/max/umin/umax atomics
Mirko Brkusanin
2019-12-12
9
-29
/
+5218
*
Temporarily Revert "[DataLayout] Fix occurrences that size and range of point...
Nicola Zaghen
2019-12-12
23
-234
/
+81
*
[NFC] - Typo fix in test/CodeGenCXX/runtime-dllstorage.cpp
Gabor Buella
2019-12-12
1
-5
/
+5
*
[lldb][NFC] Don't implement ClangASTContext::SetMetadata again as a static me...
Raphael Isemann
2019-12-12
2
-13
/
+9
*
[DataLayout] Fix occurrences that size and range of pointers are assumed to b...
Nicola Zaghen
2019-12-12
23
-81
/
+234
*
[Tooling] Move raw string literal out of a macro call. NFC
Ilya Biryukov
2019-12-12
1
-4
/
+7
*
[AArch64][SVE] Remove nxv1f32 and nxv1f64 as legal types
Cullen Rhodes
2019-12-12
3
-31
/
+13
*
[libomptarget][nfc] Add missing header for amdgcn/target_impl
Jon Chesterfield
2019-12-12
1
-1
/
+3
*
[llvm-readobj][test] - Cleanup and split tests in tools/llvm-readobj folder.
Georgii Rymar
2019-12-12
28
-2088
/
+2180
*
[NFC][llvm][MIRVRegNamerUtils] Moving methods around. Making some private.
Puyan Lotfi
2019-12-12
2
-13
/
+9
*
Revert unintentional change to compiler-rt as part of the __bit_reference rev...
Eric Christopher
2019-12-12
1
-1
/
+1
*
[compiler-rt] Add a critical section when flushing gcov counters
Calixte Denizet
2019-12-12
1
-1
/
+24
*
Temporarily Revert "[libc++] Fix -Wdeprecated-copy warnings in __bit_reference"
Eric Christopher
2019-12-12
2
-4
/
+1
*
[DWARF5][DWARFVerifier] Check that Skeleton compilation unit does not have ch...
Alexey Lapshin
2019-12-12
2
-0
/
+55
*
Revert "[ARM][MVE] Sink vector shift operand"
Sam Parker
2019-12-12
4
-462
/
+21
*
[libc++] Fix -Wdeprecated-copy warnings in __bit_reference
Eric Christopher
2019-12-11
1
-0
/
+3
*
[ARM][MVE] Sink vector shift operand
Sam Parker
2019-12-12
4
-21
/
+462
*
Fix an error in the block ABI documentation sample code
Akira Hatanaka
2019-12-11
1
-1
/
+1
*
[Syntax] Build nodes for simple cases of top level declarations
Ilya Biryukov
2019-12-12
4
-4
/
+380
*
[OpenMP][Docs] Mark 5.0 features worked on and list 5.1 features
Johannes Doerfert
2019-12-12
1
-2
/
+17
[next]