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
*
[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
*
[X86] Remove unreachable code from LowerTRUNCATE. NFC
Craig Topper
2019-08-12
1
-16
/
+4
*
[X86] Add a paranoia type check to the code that detects AVG patterns from tr...
Craig Topper
2019-08-12
1
-5
/
+6
*
[X86] Simplify creation of saturating truncating stores.
Craig Topper
2019-08-12
1
-41
/
+11
*
[X86] Replace call to isTruncStoreLegalOrCustom with isTruncStoreLegal. NFC
Craig Topper
2019-08-12
1
-1
/
+1
*
small follow-up to r368604
Nico Weber
2019-08-12
1
-3
/
+3
*
libcxxabi: Rename .hpp files to .h
Nico Weber
2019-08-12
16
-20
/
+20
*
[asan_symbolize] Fix bug where the frame counter was not incremented.
Dan Liew
2019-08-12
3
-4
/
+90
*
[clang-doc] Generate HTML links for children namespaces/records
Diego Astiazaran
2019-08-12
8
-63
/
+117
*
gn build: Merge r368592
Nico Weber
2019-08-12
1
-0
/
+1
*
[Sema] Require a complete type for __builtin_bit_cast operands
Erik Pilkington
2019-08-12
2
-0
/
+17
[next]