[ACTIVITY] Week 36

2019-09-09 Thread Yvan Roux
o LLVM: * Buildbots babysitting * Machine Outliner: - Experiments on Zephyr exposed some issues w/r to unwinding and relocation overflow, working on these. o Misc * Various meetings and discussions. ___ linaro-toolchain mailing list linaro-tool

[ACTIVITY] Week 36

2018-09-10 Thread Yvan Roux
o LLVM * Buildbots babysitting * LLVM Kernel CI babysitting * Machine Outliner on ARM prototype still on-going o Misc * More Jira gardening * Various meetings and discussions. ___ linaro-toolchain mailing list linaro-toolchain@lists.linaro.org

[ACTIVITY] Week 36

2017-09-11 Thread Yvan Roux
== Progress == o Linaro GCC/Validation * Working on release process * Reviewed infra patches * Still some patches pending on upstream reviews o LLVM * Familiarizing with LLVM environment o Misc * Various meetings and discussions. * Booked everything for SFO17 == Plan == o B

[ACTIVITY] Week 36

2015-09-07 Thread Yvan Roux
== Progress == o Linaro GCC validation (8/10) * Reviewed, validated and committed more backports * New stability issues after executor number increased * Started to script branch merge * Developed a new tool to avoid wasting time in gerrit/jenkins/logs navigation o Upstream GCC (1/10)

[ACTIVITY] Week 36

2014-09-08 Thread Yvan Roux
4 days week. == Issues == * Unfortunate cbuild schroot-branch merge, silently brake the validation, and we had to revert a commit in our FSF repo. * aarch64 bare valdiation was broken all week, now workaround but it still have to be fixed. == Progress == * GCC 4.9 2014.09 (6/10) - Complet

[ACTIVITY] Week 36

2014-09-05 Thread Renato Golin
== Progress == * Automation Framework (CARD-1378 2/10) - Configuring D01s into a three-schroot box - Turned out unstable, reverting to 4-core setup * Toolchain (CARD-862 0/10) - Re-committed vectorizer patch with MSVC2012-friendly code * LLVM 3.5 Release (TCWG-476 1/10) - Final release out,

[ACTIVITY] Week 36

2013-09-08 Thread Yvan Roux
Short week (2 days off). == Progress == * 4.8 2013.09 backports: - Reviewed and committed several * Wiki cleanup: - Started to review some pages. * LRA: - Refactored the two posted patches in one. == Next == * Backports and Releases. * LRA * Book hotel/plane for Connect _

[ACTIVITY] Week 36

2013-09-06 Thread Will Newton
== Progress == * Worked on getting glibc benchtests into shape for string functions * More wiki cleanup (done?) * Backports and release of eglibc 2.18 2013.09 * Booked Cambridge trip for Sept 17th == Issues == * None == Plan == * More improvements to glibc benchtests for strings/malloc if poss

[ACTIVITY] Week 36

2013-09-06 Thread Renato Golin
== Progress == * Cross-compilation - Cleaning up v7A cores and features in Clang - Writing document on how to cross-build using Clang/LLVM - Creating bugs to deal with the issues found - Adding LZMA library dep to cross-build in LLVM - https://cards.linaro.org/browse/TCWG-200 * Divmod 64 -

Re: [Activity] Week 36

2012-09-10 Thread Zhenqiang Chen
On 11 September 2012 10:34, Zhenqiang Chen wrote: > On 11 September 2012 09:46, Michael Hope wrote: >> On 10 September 2012 18:47, Zhenqiang Chen wrote: >>> Summary: >>> * Test shrink-wrap code >>> >>> Details: >>> 1. Add simple_return support in function thumb2_expand_return for >>> shrink-wrap

Re: [Activity] Week 36

2012-09-10 Thread Zhenqiang Chen
On 11 September 2012 09:46, Michael Hope wrote: > On 10 September 2012 18:47, Zhenqiang Chen wrote: >> Summary: >> * Test shrink-wrap code >> >> Details: >> 1. Add simple_return support in function thumb2_expand_return for >> shrink-wrap. Here is the make check status >> * One new fail is due to

Re: [Activity] Week 36

2012-09-10 Thread Michael Hope
On 10 September 2012 18:47, Zhenqiang Chen wrote: > Summary: > * Test shrink-wrap code > > Details: > 1. Add simple_return support in function thumb2_expand_return for > shrink-wrap. Here is the make check status > * One new fail is due to code size increase. We'd disable it when > optimizing func

[Activity] Week 36

2012-09-09 Thread Zhenqiang Chen
Summary: * Test shrink-wrap code Details: 1. Add simple_return support in function thumb2_expand_return for shrink-wrap. Here is the make check status * One new fail is due to code size increase. We'd disable it when optimizing function for size on THUMB2. * Other new fails is due to dwarf info. R