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
*
Added return statement to fix compile and build warning:
Sjoerd Meijer
2019-09-16
1
-0
/
+1
*
[clangd] Fix a crash when renaming operator.
Haojian Wu
2019-09-16
3
-2
/
+12
*
[ELF][ARM] Fix -Werror buildbots NFC.
Peter Smith
2019-09-16
1
-1
/
+1
*
Change signature of __builtin_rotateright64 back to unsigned
Karl-Johan Karlsson
2019-09-16
2
-1
/
+5
*
Fix the rst doc, unbreak buildbot.
Haojian Wu
2019-09-16
1
-0
/
+1
*
[SVE][Inline-Asm] Add constraints for SVE predicate registers
Kerry McLaughlin
2019-09-16
6
-1
/
+81
*
gn build: Merge r371965
Nico Weber
2019-09-16
1
-0
/
+1
*
[ELF][ARM] Implement --fix-cortex-a8 to fix erratum 657417
Peter Smith
2019-09-16
14
-7
/
+1109
*
[clang-tidy] performance-inefficient-vector-operation: Support proto repeated...
Haojian Wu
2019-09-16
4
-57
/
+226
*
[test] Add -z separate-code to fix tests that ae sensitive to exact addresses...
Fangrui Song
2019-09-16
6
-6
/
+6
*
gn build: Merge r371959
Nico Weber
2019-09-16
1
-1
/
+0
*
[AArch64] Some more FP16 FMA pattern matching
Sjoerd Meijer
2019-09-16
3
-18
/
+72
*
[SystemZ] Merge the SystemZExpandPseudo pass into SystemZPostRewrite.
Jonas Paulsson
2019-09-16
8
-278
/
+175
*
[ELF][X86] Allow PT_LOAD to have overlapping p_offset ranges on EM_X86_64
Fangrui Song
2019-09-16
119
-787
/
+792
*
[ELF] Map the ELF header at imageBase
Fangrui Song
2019-09-16
7
-48
/
+46
*
AMDGPU/GlobalISel: Remove illegal select tests
Matt Arsenault
2019-09-16
1
-74
/
+0
*
AMDGPU/GlobalISel: Select SMRD loads for more types
Matt Arsenault
2019-09-16
2
-3
/
+1019
*
AMDGPU/GlobalISel: RegBankSelect for kill
Matt Arsenault
2019-09-16
2
-0
/
+72
*
AMDGPU/GlobalISel: Legalize s1 source G_[SU]ITOFP
Matt Arsenault
2019-09-16
3
-1
/
+74
*
AMDGPU/GlobalISel: Set type on vgpr live in special arguments
Matt Arsenault
2019-09-16
2
-1
/
+29
*
AMDGPU/GlobalISel: Select S16->S32 fptoint
Matt Arsenault
2019-09-16
4
-8
/
+213
*
AMDGPU/GlobalISel: Select s32->s16 G_[US]ITOFP
Matt Arsenault
2019-09-16
5
-11
/
+145
*
AMDGPU/GlobalISel: Fix VALU s16 fneg
Matt Arsenault
2019-09-16
2
-11
/
+19
*
[Attributor] Heap-To-Stack Conversion
Stefan Stipanovic
2019-09-15
3
-7
/
+624
*
Commit missing part of "Split many_tls_keys.cpp into two tests"
Kamil Rytarowski
2019-09-15
2
-28
/
+8
*
[InstCombine] remove unneeded one-use checks for icmp fold
Sanjay Patel
2019-09-15
2
-5
/
+6
*
[InstCombine] add icmp tests with extra uses; NFC
Sanjay Patel
2019-09-15
1
-0
/
+34
*
[PowerPC][NFC] Add a testcase for fdiv expansion.
Jinsong Ji
2019-09-15
1
-0
/
+16
*
[GlobalISel] findGISelOptimalMemOpLowering - remove dead initalization. NFCI.
Simon Pilgrim
2019-09-15
1
-3
/
+1
*
[LoadStoreVectorizer] vectorizeLoadChain - ensure we find a valid Type down t...
Simon Pilgrim
2019-09-15
1
-1
/
+2
*
InterleavedLoadCombine - merge isa<> and dyn_cast<> duplicates. NFCI.
Simon Pilgrim
2019-09-15
1
-2
/
+2
*
[OpenMP] Fix OMPClauseReader::readClause() uninitialized variable warning. NFCI.
Simon Pilgrim
2019-09-15
1
-1
/
+3
*
[DebugInfo] Don't dereference a dyn_cast<PDBSymbolData> result. NFCI.
Simon Pilgrim
2019-09-15
1
-1
/
+1
*
[ARM] Masked loads and stores
David Green
2019-09-15
8
-7037
/
+647
*
[SLP] limit vectorization of Constant subclasses (PR33958)
Sanjay Patel
2019-09-15
2
-8
/
+14
*
[ARM] Simplify and update vmla test. NFC
David Green
2019-09-15
2
-39
/
+38
*
[CodeEmitter] Improve testing for APInt encoding
James Molloy
2019-09-15
1
-10
/
+7
*
[CodeEmitter] Support instruction widths > 64 bits
James Molloy
2019-09-15
3
-39
/
+223
*
lld-link: Make Options.td formatting more self-consistent.
Nico Weber
2019-09-14
1
-13
/
+19
*
compiler-rt/builtins: Make check-builtins run tests on macOS.
Nico Weber
2019-09-14
2
-4
/
+11
*
Add debug check for null pointers passed to <string_view>
Eric Fiselier
2019-09-14
3
-1
/
+49
*
[Diagnostics] Added silence note for -Wsizeof-array-div; suggest extra parens
David Bolvansky
2019-09-14
2
-3
/
+22
*
[TargetLowering] SimplifyDemandedBits - add EXTRACT_SUBVECTOR support.
Simon Pilgrim
2019-09-14
2
-11
/
+22
*
[lldb] Code cleanup: FormattersContainer.h: Use range-based for loops.
Jan Kratochvil
2019-09-14
1
-12
/
+9
*
[InstSimplify] simplifyUnsignedRangeCheck(): handle few tautological cases (P...
Roman Lebedev
2019-09-14
2
-28
/
+43
*
[clang-scan-deps] Add -M to work around -MT issue after r371918
Fangrui Song
2019-09-14
1
-0
/
+1
*
[Driver] Fix multiple bugs related to dependency file options: -M -MM -MD -MM...
Fangrui Song
2019-09-14
3
-36
/
+60
*
[Driver] Improve Clang::getDependencyFileName and its tests after rC371853
Fangrui Song
2019-09-14
4
-27
/
+18
*
[ScheduleDAGMILive] Fix typo in comment.
Mingjie Xing
2019-09-14
1
-1
/
+1
*
[Attributor][Fix] Use right type to replace expressions
Johannes Doerfert
2019-09-14
2
-3
/
+19
[next]