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
*
[MIBundles] Move analyzeVirtReg out of MIBundleOperands iterator (NFC).
Florian Hahn
2019-12-02
3
-44
/
+45
*
[WebAssembly] Find wasm-opt with GetProgramPath
Dan Gohman
2019-12-02
1
-4
/
+4
*
[AArch64] Attempt to fixup test line. NFC
David Green
2019-12-02
1
-1
/
+3
*
[OPENMP]Use cast instead dyn_cast, NFC.
Alexey Bataev
2019-12-02
1
-1
/
+1
*
[OPENMP]Fix PR44133: Emit definitions of used constructors/functions.
Alexey Bataev
2019-12-02
2
-81
/
+48
*
[clang][modules] Add support for merging lifetime-extended temporaries
Tyker
2019-12-02
10
-1
/
+84
*
Reland "b19ec1eb3d0c [BPI] Improve unreachable/ColdCall heurstics to handle l...
Taewook Oh
2019-12-02
10
-147
/
+868
*
[VPlan] Move graph traits (NFC).
Florian Hahn
2019-12-02
1
-121
/
+122
*
[update_cc_test_checks.py] Use CHECK_RE from common
Alex Richardson
2019-12-02
2
-4
/
+2
*
[lit] Be more explicit about the state of tests
Julian Lettner
2019-12-02
1
-17
/
+19
*
[DAGCombine] Factor oplist operations. NFC
Amaury Séchet
2019-12-02
1
-6
/
+10
*
[ELF][AArch64] Support R_AARCH64_{CALL26,JUMP26} range extension thunks with ...
Fangrui Song
2019-12-02
13
-60
/
+106
*
[InstCombine] fix undef propagation for vector urem transform (PR44186)
Sanjay Patel
2019-12-02
2
-3
/
+5
*
[SelectionDAG] Reduce assumptions made about levels. NFC
Amaury Séchet
2019-12-02
2
-10
/
+9
*
Add AIX assembler support
stevewan
2019-12-02
6
-5
/
+147
*
[ARM,MVE] Add intrinsics to deal with predicates.
Simon Tatham
2019-12-02
5
-19
/
+558
*
[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
[next]