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
*
gn build: Merge r372595
GN Sync Bot
2019-09-23
2
-0
/
+2
*
[Alignment][NFC] DataLayout migration to llvm::Align
Guillaume Chatelet
2019-09-23
7
-20
/
+19
*
[libTooling] Introduce new library of source-code builders.
Yitzhak Mandelbaum
2019-09-23
5
-0
/
+478
*
Removed dead code from Stencil.h
Dmitri Gribenko
2019-09-23
1
-10
/
+0
*
Removed an incorred namespace-end comment
Dmitri Gribenko
2019-09-23
1
-1
/
+1
*
[LLDB] Check for _WIN32 instead of _MSC_VER for code specific to windows in g...
Martin Storsjo
2019-09-23
5
-9
/
+9
*
[LLDB] Remove a now redundant windows specific workaround
Martin Storsjo
2019-09-23
1
-5
/
+0
*
[LLDB] Add a void* cast when passing object pointers to printf %p
Martin Storsjo
2019-09-23
1
-14
/
+10
*
[LLDB] Avoid a warning about an unused static variable
Martin Storsjo
2019-09-23
1
-1
/
+1
*
[LLDB] Remove a stray semicolon. NFC.
Martin Storsjo
2019-09-23
1
-1
/
+1
*
[LLDB] Add a missing specification of linking against dbghelp
Martin Storsjo
2019-09-23
1
-0
/
+8
*
[LLDB] Use the Windows SOCKET type on all windows targets, not only MSVC
Martin Storsjo
2019-09-23
1
-1
/
+1
*
[Alignment] Get DataLayout::StackAlignment as Align
Guillaume Chatelet
2019-09-23
4
-6
/
+13
*
Localizer - fix "variable used but never read" analyzer warning. NFCI.
Simon Pilgrim
2019-09-23
1
-1
/
+2
*
TargetInstrInfo::getStackSlotRange - fix "variable used but never read" analy...
Simon Pilgrim
2019-09-23
1
-1
/
+1
*
gn build: Merge r372564
GN Sync Bot
2019-09-23
1
-0
/
+1
*
Revert "Reland "[utils] Implement the llvm-locstats tool""
Djordje Todorovic
2019-09-23
7
-319
/
+0
*
[llvm-readobj] - Stop treating ".stack_sizes.*" sections as stack sizes secti...
George Rimar
2019-09-23
2
-6
/
+6
*
CriticalAntiDepBreaker - Assert that we've found the bottom of the critical p...
Simon Pilgrim
2019-09-23
1
-0
/
+1
*
[llvm-readobj] - Implement LLVM-style dumping for .stack_sizes sections.
George Rimar
2019-09-23
5
-74
/
+204
*
[NFC] Fixed clang wasm test after rL372573
David Bolvansky
2019-09-23
1
-2
/
+2
*
[lldb][NFC] Remove unused variable in Options::HandleOptionArgumentCompletion
Raphael Isemann
2019-09-23
1
-1
/
+0
*
[FunctionAttrs] Enable nonnull arg propagation
David Bolvansky
2019-09-23
1
-4
/
+1
*
[lldb][NFC] Remove dead code in Options::HandleOptionArgumentCompletion
Raphael Isemann
2019-09-23
1
-9
/
+2
*
[LLD][ELF] - Simplify getFlagsFromEmulation(). NFCI.
George Rimar
2019-09-23
1
-12
/
+2
*
[lldb][NFC] Fix documentation of CompletionRequest::AddCompletion
Raphael Isemann
2019-09-23
1
-1
/
+2
*
[lldb][NFC] Make cursor char position unsigned in CompletionRequest
Raphael Isemann
2019-09-23
2
-6
/
+6
*
[ARM][MVE] Remove old tail predicates
Sam Parker
2019-09-23
6
-12
/
+672
*
[lldb] Make cursor index in CompletionRequest unsigned
Raphael Isemann
2019-09-23
6
-35
/
+46
*
[AArch64] support neon_sshl and neon_ushl in performIntrinsicCombine.
Florian Hahn
2019-09-23
2
-6
/
+209
*
[ASTImporter][NFC] Add comprehensive tests for ODR violation handling strategies
Gabor Marton
2019-09-23
3
-184
/
+671
*
[Alignment] fix build
Guillaume Chatelet
2019-09-23
1
-5
/
+6
*
[lldb][NFC] Remove argument prefix checking boilerplate when adding completions
Raphael Isemann
2019-09-23
8
-30
/
+64
*
[ARM][LowOverheadLoops] Use subs during revert.
Sam Parker
2019-09-23
5
-27
/
+47
*
[Alignment][NFC] Switch DataLayout private members to llvm::Align
Guillaume Chatelet
2019-09-23
2
-23
/
+22
*
[ARM][LowOverheadLoops] Use tBcc when reverting
Sam Parker
2019-09-23
5
-13
/
+16
*
[lldb] Reduce some dangerous boilerplate with CompletionRequest::ShiftArguments
Raphael Isemann
2019-09-23
5
-6
/
+45
*
[MIPS GlobalISel] VarArg argument lowering, select G_VASTART and vacopy
Petar Avramovic
2019-09-23
10
-6
/
+588
*
Reland "[utils] Implement the llvm-locstats tool"
Djordje Todorovic
2019-09-23
7
-0
/
+319
*
[lldb] Fix that importing decls in a TagDecl end up in wrong declaration cont...
Raphael Isemann
2019-09-23
2
-3
/
+30
*
[lldb] Fix LLDB build after r372538
Raphael Isemann
2019-09-23
1
-1
/
+2
*
Revert "Extension: Mark the default constructor of chrono::duration as condit...
Marshall Clow
2019-09-23
2
-48
/
+1
*
[X86] Canonicalize all zeroes vector to RHS in X86DAGToDAGISel::tryVPTESTM.
Craig Topper
2019-09-23
2
-24
/
+19
*
[X86] Remove SETEQ/SETNE canonicalization code from LowerIntVSETCC_AVX512 to ...
Craig Topper
2019-09-23
3
-9
/
+29
*
[X86] Add 32-bit command line to avx512f-vec-test-testn.ll
Craig Topper
2019-09-23
1
-39
/
+76
*
For P0784R7: add further testing of requirements on constexpr
Richard Smith
2019-09-23
1
-0
/
+68
*
Prefer AVX512 memcpy when applicable
David Zarzycki
2019-09-23
4
-90
/
+259
*
Extension: Mark the default constructor of chrono::duration as conditionally ...
Marshall Clow
2019-09-23
2
-1
/
+48
*
For P0784R7: add support for constexpr destructors, and call them as
Richard Smith
2019-09-23
17
-159
/
+741
*
[X86] Convert to Constant arguments to MMX shift by i32 intrinsics to TargetC...
Craig Topper
2019-09-23
2
-5
/
+8
[next]