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
*
[LICM] Add a diagnostic analysis for identifying alias information
Anna Thomas
2018-08-17
4
-22
/
+219
*
Fix for bug 38508 - Don't do PCH processing when only generating preprocessor...
Erich Keane
2018-08-17
5
-3
/
+36
*
[RISCV] Remove unused function
Roger Ferrer Ibanez
2018-08-17
2
-21
/
+0
*
clang-cl: Expose -fno-crash-diagnostics (PR38574)
Hans Wennborg
2018-08-17
2
-1
/
+2
*
[ConstantFolding] add simplifications for funnel shift intrinsics
Sanjay Patel
2018-08-17
2
-12
/
+31
*
[ThinLTO] Correct documentation on default number of threads
Teresa Johnson
2018-08-17
1
-1
/
+3
*
[TableGen] TypeSetByHwMode::insert - cache the default MVT. NFCI.
Simon Pilgrim
2018-08-17
1
-3
/
+10
*
[AArch64] - return address signing
Luke Cheeseman
2018-08-17
7
-0
/
+61
*
[AArch64] - Generate pointer authentication instructions
Luke Cheeseman
2018-08-17
2
-0
/
+145
*
Revert extraneous directory added by accident in rL340016
Nemanja Ivanovic
2018-08-17
1
-17
/
+0
*
[PowerPC] Generate Power9 extswsli extend sign and shift immediate instruction
Nemanja Ivanovic
2018-08-17
6
-3
/
+72
*
[DAGCombiner] extractShiftForRotate - fix out of range shift issue
Simon Pilgrim
2018-08-17
2
-2
/
+15
*
[InstCombine] Remove unused method FAddCombine::createFDiv(). NFC
Andrea Di Biagio
2018-08-17
1
-8
/
+0
*
[ARM/AArch64] Support FP16 +fp16fml instructions
Bernard Ogden
2018-08-17
24
-5
/
+821
*
[ARM/AArch64] TargetParserTest fixes
Bernard Ogden
2018-08-17
1
-2
/
+21
*
[LLD][ELF] - Remove dead code. NFC.
George Rimar
2018-08-17
1
-4
/
+0
*
[DAGCombine] Improve (sra (sra x, c1), c2) -> (sra x, (add c1, c2)) folding
Simon Pilgrim
2018-08-17
2
-28
/
+18
*
Fix clangd tests on older compilers
Simon Pilgrim
2018-08-17
1
-10
/
+10
*
[Sparc] Get sret arg size from CallLoweringInfo.getArgs()
Daniel Cederman
2018-08-17
4
-47
/
+33
*
[clangd] NFC: Mark Workspace Symbol feature complete in the documentation
Kirill Bobyrev
2018-08-17
1
-2
/
+2
*
Fix "control reaches end of non-void function" -Wreturn-type warning. NFCI.
Simon Pilgrim
2018-08-17
1
-0
/
+1
*
[clangd] Fetch documentation from the Index during signature help
Ilya Biryukov
2018-08-17
4
-69
/
+164
*
[clangd] Show function documentation in signature help
Ilya Biryukov
2018-08-17
3
-40
/
+13
*
[Sparc] Flush register windows for @llvm.returnaddress(1)
Daniel Cederman
2018-08-17
2
-11
/
+24
*
[clangd] Always use the latest preamble
Haojian Wu
2018-08-17
2
-2
/
+46
*
[MISC]Fix wrong usage of std::equal()
Chen Zheng
2018-08-17
4
-19
/
+39
*
[ARM][NFC] ARMCodeGenPrepare: some refactoring and algorithm description
Sjoerd Meijer
2018-08-17
1
-33
/
+85
*
[NFC] Some small test updates for Implicit Conversion sanitizer.
Roman Lebedev
2018-08-17
4
-7
/
+84
*
[NFC] Some small test updates for Implicit Conversion sanitizer.
Roman Lebedev
2018-08-17
3
-46
/
+288
*
Fix compiler warnings after rL339649.
Aleksandr Urakov
2018-08-17
2
-10
/
+7
*
[MustExecute] Fix algorithmic bug in isGuaranteedToExecute. PR38514
Max Kazantsev
2018-08-17
5
-53
/
+125
*
[NFC] Add tests to ensure that improvement of MustThrow analysis will not lea...
Max Kazantsev
2018-08-17
1
-0
/
+91
*
Revert r339977: [GISel]: Add Opcodes for a few LLVM Intrinsics
Chandler Carruth
2018-08-17
4
-51
/
+0
*
[llvm-mc-assemble-fuzzer] Update API - Pass MCObjectWriter instead of a stream
Brian Cain
2018-08-17
1
-3
/
+4
*
[Support] Add a public API to allow clearing all (static) timer groups.
Graydon Hoare
2018-08-17
2
-5
/
+24
*
[hexagon] restore -fuse-cxa-atexit by default
Brian Cain
2018-08-17
2
-2
/
+1
*
[XRay][compiler-rt] Avoid InternalAlloc(...) in Profiling Mode
Dean Michael Berris
2018-08-17
2
-102
/
+112
*
[GISel]: Add Opcodes for a few LLVM Intrinsics
Aditya Nandakumar
2018-08-17
4
-0
/
+51
*
Revert "[libFuzzer] Use std::discrete_distribution for input selection."
Matt Morehouse
2018-08-17
1
-4
/
+7
*
[ADT] Replace a member initializer of a union with an explicit
Chandler Carruth
2018-08-17
1
-2
/
+6
*
Add a relocation for R_AARCH64_ABS32 in ObjectFileELF
Stephane Sezer
2018-08-17
1
-4
/
+9
*
[libFuzzer] Use std::discrete_distribution for input selection.
Matt Morehouse
2018-08-17
1
-7
/
+4
*
[WebAssembly] Modify LateEHPrepare one-line description (NFC)
Heejin Ahn
2018-08-17
1
-1
/
+1
*
Revert "Establish the <bit> header. NFC yet. Reviewed as https://reviews.llvm...
Vitaly Buka
2018-08-16
4
-175
/
+136
*
DebugInfo: Remove command line (& target-based) disabling of pubnames in favo...
David Blaikie
2018-08-16
9
-53
/
+10
*
[libc++] Use correct rand.eng.mers all-zeroes seed sequence fallback
Hubert Tong
2018-08-16
2
-2
/
+83
*
Disable pubnames in NVPTX debug info using metadata
David Blaikie
2018-08-16
2
-2
/
+11
*
[WebAssembly] CFG stackify support for exception handling
Heejin Ahn
2018-08-16
3
-108
/
+868
*
Revert "Implement a (simple) Markdown generator"
Julie Hockett
2018-08-16
13
-732
/
+38
*
Remove commented out constructor from Scalar
Alex Langford
2018-08-16
1
-43
/
+0
[next]