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
*
[BasicAA] Temporarily disable two tests
George Burgess IV
2019-07-25
1
-2
/
+5
*
LLGS: fix tracking execve on linux
Pavel Labath
2019-07-25
3
-79
/
+16
*
[llvm-objdump][NFC] Make the PrettyPrinter::printInst() output buffered
Seiya Nuta
2019-07-25
1
-16
/
+12
*
cli-wrapper-mpxtable.cpp: fix file header
Fangrui Song
2019-07-25
1
-2
/
+1
*
[TableGen] Fix comments/headers referencing clang (NFC)
Jonas Devlieghere
2019-07-25
3
-6
/
+7
*
Implement change #4 of P1466: Change weekday to accept both 0 and 7 as Sunday...
Marshall Clow
2019-07-25
20
-66
/
+162
*
[lit] Protect full test suite from FILECHECK_OPTS
Joel E. Denny
2019-07-25
2
-3
/
+10
*
Revert "[Sema] Enable -Wimplicit-float-conversion for integral to floating po...
Petr Hosek
2019-07-25
6
-98
/
+10
*
github-upload-release.py: Fix script name in examples
Tom Stellard
2019-07-25
1
-4
/
+4
*
Add github-release.py script
Tom Stellard
2019-07-25
1
-0
/
+77
*
[PowerPC] exclude more icmps in LSR which is converted in later hardware loop...
Chen Zheng
2019-07-25
3
-13
/
+6
*
[FileCollector] Remove LLDB shim around llvm::FileCollector (NFC)
Jonas Devlieghere
2019-07-25
5
-56
/
+15
*
[FileSystem] Fix ambiguous symbol on Windows.
Jonas Devlieghere
2019-07-25
1
-1
/
+1
*
[FileCollector] Update unit test to match coding style.
Jonas Devlieghere
2019-07-25
1
-34
/
+34
*
[Sema] Enable -Wimplicit-float-conversion for integral to floating point prec...
Ziang Wan
2019-07-25
6
-10
/
+98
*
[llvm-lipo] Implement alignment function in -create
Shoaib Meenai
2019-07-25
5
-4
/
+503
*
[Object] Add public MaxSectionAlignment to MachOUniversal
Shoaib Meenai
2019-07-25
2
-6
/
+9
*
[llvm-lipo] Add test for -verify_archs
Shoaib Meenai
2019-07-25
1
-0
/
+1
*
[sanitizer_common] Allow customization of StartSymbolizerSubprocess
Julian Lettner
2019-07-25
2
-7
/
+13
*
[FileCollector] Change coding style from LLDB to LLVM (NFC)
Jonas Devlieghere
2019-07-25
6
-110
/
+107
*
[Remarks][NFC] Rename remarks::Parser to remarks::RemarkParser
Francis Visoiu Mistrih
2019-07-25
6
-28
/
+28
*
[docs] Split out a section on LoopInfo in the new loop documentation
Philip Reames
2019-07-24
1
-6
/
+37
*
[ARM] Remove dead code from ARMConstantIslands.
Eli Friedman
2019-07-24
1
-5
/
+0
*
[InstCombine] Swap order of checks to improve compile time (NFC)
Evandro Menezes
2019-07-24
1
-3
/
+3
*
Apply a few more reviewer suggestions from D65164
Philip Reames
2019-07-24
1
-6
/
+11
*
Define some basic terminology around loops in our documentation
Philip Reames
2019-07-24
2
-0
/
+113
*
[AArch64][GlobalISel] Select immediate modes for ADD when selecting G_GEP
Jessica Paquette
2019-07-24
3
-10
/
+87
*
Fix unittest build issue in r366956
Alex Lorenz
2019-07-24
1
-0
/
+1
*
[AArch64][GlobalISel] Don't try to use GISel if subtarget doesn't have neon o...
Amara Emerson
2019-07-24
2
-0
/
+19
*
[Support] move FileCollector from LLDB to llvm/Support
Alex Lorenz
2019-07-24
8
-80
/
+110
*
[Codegen] (X & (C l>>/<< Y)) ==/!= 0 --> ((X <</l>> Y) & C) ==/!= 0 fold
Roman Lebedev
2019-07-24
16
-1500
/
+1330
*
[AArch64][GlobalISel] Fold G_MUL into XRO load addressing mode when possible
Jessica Paquette
2019-07-24
2
-9
/
+216
*
Revert "NFC: utils/perf-training: Python 3 compatibility for lit.cfg"
Azharuddin Mohammed
2019-07-24
1
-1
/
+1
*
IR: Teach GlobalIndirectSymbol::getBaseObject() to handle more kinds of expre...
Peter Collingbourne
2019-07-24
4
-5
/
+51
*
[GlobalISel] Support for inlining memcpy, memset and memmove calls.
Amara Emerson
2019-07-24
11
-6
/
+1126
*
[Symbol] Fix some botched logic in Variable::GetLanguage
Alex Langford
2019-07-24
1
-5
/
+5
*
[Transforms] move copying of load metadata to helper function; NFC
Sanjay Patel
2019-07-24
3
-45
/
+56
*
[WebAssembly] Set __tls_align to 1 when there is no TLS
Guanzhong Chen
2019-07-24
2
-5
/
+47
*
[CodeGen] Add missing comment (NFC)
Evandro Menezes
2019-07-24
1
-14
/
+19
*
[Remarks] Add support for serializing metadata for every remark streamer
Francis Visoiu Mistrih
2019-07-24
6
-135
/
+166
*
[InstCombine] Teach foldOrOfICmps to allow icmp eq MIN_INT/MAX to be part of ...
Craig Topper
2019-07-24
2
-36
/
+59
*
[LLD] Do not print additional newlines after reaching error limit
Alexander Richardson
2019-07-24
2
-1
/
+26
*
[AArch64][GlobalISel] Fix a crash during s128 G_ICMP legalization due to r366...
Amara Emerson
2019-07-24
2
-4
/
+44
*
Let CorrelatedValuePropagation preserve LazyValueInfo
David Bolvansky
2019-07-24
1
-0
/
+2
*
Fix exporting SARIF files from scan-build on Windows.
Aaron Ballman
2019-07-24
1
-2
/
+2
*
[Remarks][NFC] Rename remarks::Serializer to remarks::RemarkSerializer
Francis Visoiu Mistrih
2019-07-24
8
-38
/
+40
*
[AMDGPU] Increase kernel padding
Stanislav Mekhanoshin
2019-07-24
2
-37
/
+4
*
Revert "[yaml2obj] - Allow custom fields for the SHT_UNDEF sections."
JF Bastien
2019-07-24
2
-89
/
+55
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
190
-5934
/
+5364
*
Fix signed/unsigned comparison warning. NFCI.
Simon Pilgrim
2019-07-24
1
-1
/
+1
[next]