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] SimplifyDemandedVectorElts - attempt to recombine target shuffle using ...
Simon Pilgrim
2019-08-13
6
-256
/
+276
*
[ELF] Don't special case symbolic relocations with 0 addend to ifunc in writa...
Fangrui Song
2019-08-13
6
-63
/
+63
*
Revert r368276 "[TargetLowering] SimplifyDemandedBits - call SimplifyMultiple...
Hans Wennborg
2019-08-13
13
-417
/
+392
*
[ELF] Simplify handling of exportDynamic and isPreemptible
Fangrui Song
2019-08-13
4
-23
/
+29
*
[NFC] Updated tests after r368657
David Bolvansky
2019-08-13
2
-9
/
+9
*
[SimplifyLibCalls] Add dereferenceable bytes from known callsites
David Bolvansky
2019-08-13
22
-361
/
+870
*
[NFC][InstCombine] Non-canonical clamp pattern: non-canonical predicate tests
Roman Lebedev
2019-08-13
1
-0
/
+43
*
[ASTImporter] Import additional flags for functions.
Balazs Keri
2019-08-13
2
-0
/
+52
*
[PowerPC] Fix ICE when truncating some vectors
Qiu Chaofan
2019-08-13
2
-1
/
+126
*
[AArch64][GlobalISel] Replace explicit vreg creation with implicit using SrcO...
Amara Emerson
2019-08-13
1
-3
/
+4
*
[GlobalISel] Make the InstructionSelector instance non-const, allowing state ...
Amara Emerson
2019-08-13
18
-68
/
+76
*
[ELF] Rename odd variable names "New" after r365730. NFC
Fangrui Song
2019-08-13
6
-38
/
+35
*
Added unit tests to check supported rounding modes
Serge Pavlov
2019-08-13
2
-1
/
+29
*
[ELF][test] Add dynamic-list-preempt2.s
Fangrui Song
2019-08-13
1
-0
/
+29
*
[GlobalISel]: Add KnownBits for G_XOR
Aditya Nandakumar
2019-08-13
2
-0
/
+29
*
Verifier: check prof branch_weights
Yevgeny Rouban
2019-08-13
1
-0
/
+43
*
Do not call replaceAllUsesWith to upgrade calls to ARC runtime functions
Akira Hatanaka
2019-08-13
4
-9
/
+92
*
[AMDGPU] Fix msan failure in printf lowering
Stanislav Mekhanoshin
2019-08-13
1
-5
/
+3
*
[lld] Remove unnecessary "class Lazy"
Bob Haarman
2019-08-13
1
-1
/
+0
*
Eliminate implicit Register->unsigned conversions in VirtRegMap. NFC
Daniel Sanders
2019-08-13
12
-102
/
+112
*
[TSan] Fix test failing on Linux
Julian Lettner
2019-08-13
1
-1
/
+1
*
clang-scan-deps: do not spawn threads when LLVM_ENABLE_THREADS is disabled
Alex Lorenz
2019-08-13
2
-20
/
+28
*
[Symbol] Remove redundant include
Alex Langford
2019-08-13
1
-1
/
+0
*
Revert "Do not call replaceAllUsesWith to upgrade calls to ARC runtime functi...
Akira Hatanaka
2019-08-13
4
-91
/
+9
*
Move findBBwithCalls to the file it's used in to avoid unused function
Eric Christopher
2019-08-13
2
-24
/
+24
*
[X86] Remove 'Server' from Tigerlake description comments.
Craig Topper
2019-08-13
1
-2
/
+2
*
Do not call replaceAllUsesWith to upgrade calls to ARC runtime functions
Akira Hatanaka
2019-08-12
4
-9
/
+91
*
[AMDGPU] removed unused functions from printf lowering
Stanislav Mekhanoshin
2019-08-12
1
-21
/
+0
*
[clang] Update isDerivedFrom to support Objective-C classes 🔍
Stephane Moore
2019-08-12
6
-34
/
+349
*
[WinEH] Fix catch block parent frame pointer offset
Reid Kleckner
2019-08-12
2
-3
/
+19
*
[TextAPI] Fix & Add tests for tbd files version 3.
Juergen Ributzka
2019-08-12
4
-6
/
+443
*
[risc-v] Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-12
6
-49
/
+49
*
[aarch64] Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-12
21
-159
/
+159
*
[webassembly] Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-12
13
-45
/
+45
*
[AMDGPU] Use PredicateControl in MIMGBaseOpcode. NFC.
Stanislav Mekhanoshin
2019-08-12
1
-2
/
+2
*
[Attributor] Use the cached data layout directly
Johannes Doerfert
2019-08-12
2
-65
/
+65
*
Title: Fix build warning for operator<< when using GCC 7.
Whitney Tsang
2019-08-12
1
-0
/
+3
*
[X86] Allow combineTruncateWithSat to use pack instructions for i16->i8 witho...
Craig Topper
2019-08-12
5
-98
/
+30
*
[Attributor][NFC] Add IntegerState raw_ostream << operator
Johannes Doerfert
2019-08-12
2
-0
/
+6
*
[Attributor] Make the InformationCache an Attributor member
Johannes Doerfert
2019-08-12
2
-115
/
+93
*
[CompilerType] Pass an ExecutionContextScope to GetTypeBitAlign.
Davide Italiano
2019-08-12
7
-9
/
+12
*
[GWP-ASan] Update backtrace function signature.
Mitch Phillips
2019-08-12
6
-57
/
+89
*
[GISel]: Fix a bug in KnownBits where we should have been using SizeInBits
Aditya Nandakumar
2019-08-12
2
-1
/
+17
*
[libFuzzer] Merge: print feature coverage number as well.
Max Moroz
2019-08-12
3
-6
/
+11
*
Revert "[lldb] Refactor guard variable checks in IRForTarget"
Stella Stamenova
2019-08-12
1
-12
/
+12
*
Revert "[lldb] Fix dynamic_cast by no longer failing on variable without meta...
Stella Stamenova
2019-08-12
6
-66
/
+7
*
[Symbol] GetTypeBitAlign() should return None in case of failure.
Davide Italiano
2019-08-12
7
-17
/
+28
*
Fix Wnewline-eof after r368598
Nico Weber
2019-08-12
2
-2
/
+2
*
Revert "Disable MachO TBD write tests for Windows."
Juergen Ributzka
2019-08-12
2
-6
/
+0
*
[Sema] Check __builtin_bit_cast operand for completeness before materializing...
Erik Pilkington
2019-08-12
1
-3
/
+4
[next]