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] Remove isel patterns for mask vpcmpgt/vpcmpeq. Switch vpcmp to these ba...
Craig Topper
2019-10-04
3
-166
/
+227
*
[X86] Add DAG combine to form saturating VTRUNCUS/VTRUNCS from VTRUNC
Craig Topper
2019-10-04
7
-28
/
+26
*
Add few docs and implementation of strcpy and strcat.
Siva Chandra
2019-10-04
29
-1
/
+1588
*
[Automaton] Fix invalid iterator reference
James Molloy
2019-10-04
1
-3
/
+2
*
[ModuloSchedule] Do not remap terminators
James Molloy
2019-10-04
1
-1
/
+1
*
[FPEnv] Strict FP tests should use the requisite function attributes.
Kevin P. Neal
2019-10-04
73
-1663
/
+1771
*
[process info] Remove assert in DoGetGroupName
Walter Erquinigo
2019-10-04
1
-3
/
+1
*
[utils] Fix incompatibility of bisect[-skip-count] with Python 3
Mikhail Maltsev
2019-10-04
2
-6
/
+8
*
[lldb-server/android] Show more processes and package name when necessary
Walter Erquinigo
2019-10-04
1
-34
/
+45
*
[OPENMP50]Suppport for multiple vendors in the same vendor context
Alexey Bataev
2019-10-04
5
-33
/
+48
*
[NFC] [FileCheck] Reapply fix init of objects in unit tests
Thomas Preud'homme
2019-10-04
1
-20
/
+16
*
[scudo][standalone] Make malloc_info return a minimal XML
Kostya Kortchinsky
2019-10-04
3
-4
/
+16
*
SemaDeclAttr - silence static analyzer getAs<> null dereference warnings. NFCI.
Simon Pilgrim
2019-10-04
1
-4
/
+4
*
CGBlocks - silence static analyzer getAs<> null dereference warnings. NFCI.
Simon Pilgrim
2019-10-04
1
-3
/
+2
*
[clang-format] C++11 braced lists should respect the SpacesInParentheses setting
Paul Hoad
2019-10-04
2
-3
/
+34
*
[clang-format] [PR43531] clang-format damages "alternative representations" f...
Paul Hoad
2019-10-04
2
-1
/
+53
*
Further improve -Wbool-operation bitwise negation message
Sam McCall
2019-10-04
2
-4
/
+4
*
[clang-rename] Fix a crash when renaming a class without definition.
Haojian Wu
2019-10-04
2
-0
/
+8
*
[clang-format] [PR42417] clang-format inserts a space after '->' for operator...
Paul Hoad
2019-10-04
2
-1
/
+7
*
[AMDGPU][MC][GFX10][WS32] Corrected decoding of dst operand for v_cmp_*_sdwa ...
Dmitry Preobrazhensky
2019-10-04
2
-1
/
+8
*
[clang] Prevent false positives in arm-mfpu-none codegen test.
Simon Tatham
2019-10-04
1
-0
/
+1
*
[NFCI] Improve the -Wbool-operation's warning message
David Bolvansky
2019-10-04
2
-3
/
+5
*
Fix uninitialized variable warnings in directory_entry default constructor. NFCI
Simon Pilgrim
2019-10-04
1
-3
/
+3
*
Fix MSVC "not all control paths return a value" warning. NFCI.
Simon Pilgrim
2019-10-04
1
-0
/
+1
*
[AMDGPU][MC][GFX10] Enabled decoding of 'null' operand
Dmitry Preobrazhensky
2019-10-04
2
-0
/
+8
*
[clangd] update the package-lock.json.
Haojian Wu
2019-10-04
1
-364
/
+380
*
ARM-Darwin: keep the frame register reserved even if not updated.
Tim Northover
2019-10-04
4
-3
/
+18
*
[llvm-ar][test] Clarified comment
Owen Reynolds
2019-10-04
1
-0
/
+4
*
[AMDGPU][MC][GFX10] Corrected definition of FLAT GLOBAL/SCRATCH instructions
Dmitry Preobrazhensky
2019-10-04
3
-1
/
+96
*
[llvm-readobj] Remove redundant semicolon. NFC
Simon Atanasyan
2019-10-04
1
-1
/
+1
*
[lldb] [cmake] Support linking against clang-cpp dylib
Michal Gorny
2019-10-04
12
-27
/
+50
*
[llvm-readobj][mips] Inline `printMipsPLTGOT` method
Simon Atanasyan
2019-10-04
1
-17
/
+9
*
[llvm-readobj][mips] Implement GNU-style printing of .MIPS.abiflags section
Simon Atanasyan
2019-10-04
2
-39
/
+110
*
[llvm-readobj] Replace arch-specific ObjDumper methods by the single `printAr...
Simon Atanasyan
2019-10-04
3
-35
/
+27
*
Fix MSVC "not all control paths return a value" warning. NFCI.
Simon Pilgrim
2019-10-04
1
-0
/
+2
*
Fix MSVC "result of 32-bit shift implicitly converted to 64 bits" warning. NFCI.
Simon Pilgrim
2019-10-04
2
-2
/
+2
*
Revert [test] Remove locale dependency for mri-utf8.test
Owen Reynolds
2019-10-04
1
-1
/
+5
*
[DebugInfo] LiveDebugValues: move DBG_VALUE creation into VarLoc class
Jeremy Morse
2019-10-04
2
-108
/
+277
*
gn build: (manually) merge r373718
Nico Weber
2019-10-04
2
-0
/
+17
*
[lldb] Get the TargetAPI lock in SBProcess::IsInstrumentationRuntimePresent
Raphael Isemann
2019-10-04
1
-0
/
+3
*
[Format] Fix docs after r373439
Sam McCall
2019-10-04
1
-1
/
+2
*
[lldb] Fix that 'ninja clean' breaks the build by deleting debugserver_vers.c
Raphael Isemann
2019-10-04
1
-1
/
+0
*
Revert "[NFC] [FileCheck] Fix init of stack objects in unit tests"
Dmitri Gribenko
2019-10-04
1
-16
/
+20
*
[lldb] Fix -Wreorder-ctor in r373673
Sam McCall
2019-10-04
1
-13
/
+12
*
[DebugInfo] LiveDebugValues: defer DBG_VALUE creation during analysis
Jeremy Morse
2019-10-04
2
-8
/
+110
*
[lldb] Fix typo in r373675
Sam McCall
2019-10-04
1
-1
/
+1
*
[TableGen] Introduce a generic automaton (DFA) backend
James Molloy
2019-10-04
10
-1
/
+1181
*
[NFC] [FileCheck] Fix init of stack objects in unit tests
Thomas Preud'homme
2019-10-04
1
-20
/
+16
*
AMDGPU/GlobalISel: Fix using wrong addrspace for aperture
Matt Arsenault
2019-10-04
2
-9
/
+11
*
AMDGPU/GlobalISel: Select G_PTRTOINT
Matt Arsenault
2019-10-04
2
-0
/
+102
[next]