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
*
[ARM,MVE] Rename and clean up VCTP IR intrinsics.
Simon Tatham
2019-12-02
10
-82
/
+40
*
[ARM,MVE] Add an InstCombine rule permitting VPNOT.
Simon Tatham
2019-12-02
3
-0
/
+129
*
Add contributing info to CONTRIBUTING.md and README.md
Florian Hahn
2019-12-02
2
-0
/
+15
*
[PatternMatch] Add support for matching intrinsics with 5 operands.
Florian Hahn
2019-12-02
2
-0
/
+94
*
[Attributor] Copy or port test cases related to Attributor to` Attributor` te...
Hideto Ueno
2019-12-02
33
-751
/
+3081
*
Autogenerate test/Analysis/ValueTracking/non-negative-phi-bits.ll test
Roman Lebedev
2019-12-02
1
-1
/
+1
*
[clangd] Try harder to find a plausible `clang` as argv0, particularly on Mac.
Sam McCall
2019-12-02
3
-17
/
+142
*
[llvm-exegesis] Fix 44b9942898c7.
Clement Courbet
2019-12-02
2
-0
/
+14
*
[InstCombine] Revert rL341831: relax one-use check in foldICmpAddConstant() (...
Roman Lebedev
2019-12-02
5
-52
/
+52
*
[PowerPC] Fix crash in peephole optimization
Nemanja Ivanovic
2019-12-02
2
-2
/
+60
*
[ARM][AArch64] Complex addition Neon intrinsics for Armv8.3-A
Victor Campos
2019-12-02
13
-1
/
+328
*
[InstCombine] fold copysign with constant sign argument to (fneg+)fabs
Sanjay Patel
2019-12-02
2
-8
/
+25
*
[OpenCL] Fix address space for implicit conversion (PR43145)
Sven van Haastregt
2019-12-02
2
-3
/
+31
*
[lldb][NFC] Don't calculate member indices in DWARFASTParserClang::ParseChild...
Raphael Isemann
2019-12-02
1
-2
/
+0
*
[lldb][NFC] Use raw_ostream instead of Stream in Baton::GetDescription
Raphael Isemann
2019-12-02
8
-49
/
+56
*
[X86] Add initialization of FPCW in llvm-exegesis
Wang, Pengfei
2019-12-02
2
-5
/
+20
*
[llvm-readobj/llvm-readelf] - Simplify the code that dumps versions.
Georgii Rymar
2019-12-02
3
-153
/
+166
*
AMDGPU: Fixed indeterminate map iteration in SIPeepholeSDWA
Tim Renouf
2019-12-02
1
-2
/
+3
*
[lldb][NFC] Make Stream's IndentLevel an unsigned integers.
Raphael Isemann
2019-12-02
3
-11
/
+13
*
[ARM][MVE][Intrinsics] Add VMINQ/VMAXQ/VMINNMQ/VMAXNMQ intrinsics.
Mark Murray
2019-12-02
12
-38
/
+731
*
[update_cc_test_checks.py] Handle extern "C" and namespaces
Alex Richardson
2019-12-02
1
-9
/
+18
*
[UpdateTestChecks] Share the code to parse RUN: lines between all scripts
Alex Richardson
2019-12-02
7
-150
/
+62
*
[lldb][NFC] Add 'breakpoint command list' test
Raphael Isemann
2019-12-02
2
-0
/
+62
*
[ARM] Remove VHADD patterns
David Green
2019-12-02
2
-78
/
+48
*
[X86] Add initialization of MXCSR in llvm-exegesis
Wang, Pengfei
2019-12-02
2
-0
/
+20
*
[InstCombine] Fix big-endian miscompile of (bitcast (zext/trunc (bitcast)))
Bjorn Pettersson
2019-12-02
2
-32
/
+80
*
[llvm-readelf/llvm-readobj] - Check the version of SHT_GNU_verneed section en...
Georgii Rymar
2019-12-02
2
-0
/
+37
*
[ORC] Add a runAsMain utility function to ExecutionUtils.
Lang Hames
2019-12-02
5
-42
/
+48
*
[ExecutionEngine] Add a jitTargetAddressToFunction utility function.
Lang Hames
2019-12-02
1
-0
/
+18
*
[Orc] Add setters for target options and features to JITTargetMachineBuilder.
Lang Hames
2019-12-02
2
-3
/
+18
*
[clangd] Fix a regression issue in local rename.
Haojian Wu
2019-12-02
2
-7
/
+20
*
[llvm-readobj/llvm-readelf] - Reimplement dumping of the SHT_GNU_verneed sect...
Georgii Rymar
2019-12-02
2
-98
/
+390
*
[NFC] Precommit test showing SROA loses `!tbaa.struct` metadata
Anton Afanasyev
2019-12-02
1
-0
/
+32
*
[Clang-Tidy] Quick fix for bug in bugprone-macro-parentheses 43804
Adam Balogh
2019-12-02
2
-1
/
+2
*
Fix broken comment phrasing and indentation
Matt Arsenault
2019-12-02
1
-7
/
+6
*
AMDGPU/GlobalISel: Add AGPR bank and RegBankSelect mfma intrinsics
Austin Kerbow
2019-12-01
6
-14
/
+1077
*
[SCEV] Make SCEV verification available from command line with new PM
Daniil Suchkov
2019-12-02
3
-0
/
+14
*
Revert "[Examples] Add IRTransformations directory to examples."
Florian Hahn
2019-12-01
16
-992
/
+0
*
Revert "[clang][modules] Add support for merging lifetime-extended temporaries"
Tyker
2019-12-01
10
-84
/
+1
*
[clang][modules] Add support for merging lifetime-extended temporaries
Tyker
2019-12-01
10
-1
/
+84
*
[X86][InstCombine] Move non-X86 specific instcombine test from test/CodeGen/X...
Craig Topper
2019-12-01
1
-0
/
+0
*
[X86][InstCombine] Move instcombine test from test/CodeGen/X86 to test/Transf...
Craig Topper
2019-12-01
1
-2
/
+8
*
[libunwind] Emit dependent libraries only when detected by CMake
Michał Górny
2019-12-01
3
-3
/
+8
*
remove UB from test by making GV alignment explicit
Nuno Lopes
2019-12-01
1
-4
/
+4
*
Revert "[clang][modules] Add support for merging lifetime-extended temporaries"
Tyker
2019-12-01
10
-84
/
+1
*
[clang][modules] Add support for merging lifetime-extended temporaries
Tyker
2019-11-30
10
-1
/
+84
*
[Format] Add format check for coroutine keywords with negative numbers
Brian Gesiak
2019-11-30
2
-1
/
+5
*
[X86] Add floating point execution domain to comi/ucomi/cvtss2si/cvtsd2si/cvt...
Craig Topper
2019-11-30
10
-145
/
+170
*
[InstCombine] Expand usub_sat patterns to handle constants
David Green
2019-11-30
3
-26
/
+27
*
[InstCombine] Adjust usub_sat fold one use checks
David Green
2019-11-30
2
-13
/
+12
[next]