Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(369)

Issue 11348245: Add 32-bit version of llvm-allocated-type.

Created:
8 years ago by Dai Mikurube (NOT FULLTIME)
Modified:
8 years ago
Reviewers:
Nico
CC:
chromium-reviews
Visibility:
Public.

Description

Add 32-bit version of llvm-allocated-type. BUG=162816

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27757 lines, -4 lines) Patch
A Linux_ia32/bin/clang View 1 2 Binary file 0 comments Download
A Linux_ia32/bin/clang++ View 1 chunk +1 line, -0 lines 0 comments Download
A Linux_ia32/lib/clang/3.2/include/__wmmintrin_aes.h View 1 chunk +67 lines, -0 lines 0 comments Download
A Linux_ia32/lib/clang/3.2/include/__wmmintrin_pclmul.h View 1 chunk +34 lines, -0 lines 0 comments Download
A Linux_ia32/lib/clang/3.2/include/altivec.h View 1 chunk +11856 lines, -0 lines 0 comments Download
A Linux_ia32/lib/clang/3.2/include/ammintrin.h View 1 chunk +68 lines, -0 lines 0 comments Download
A Linux_ia32/lib/clang/3.2/include/arm_neon.h View 1 chunk +5010 lines, -0 lines 0 comments Download
A Linux_ia32/lib/clang/3.2/include/avx2intrin.h View 1 chunk +1201 lines, -0 lines 0 comments Download
A Linux_ia32/lib/clang/3.2/include/avxintrin.h View 1 chunk +1215 lines, -0 lines 0 comments Download
A Linux_ia32/lib/clang/3.2/include/bmi2intrin.h View 1 chunk +94 lines, -0 lines 0 comments Download
A Linux_ia32/lib/clang/3.2/include/bmiintrin.h View 1 chunk +115 lines, -0 lines 0 comments Download
A Linux_ia32/lib/clang/3.2/include/cpuid.h View 1 chunk +33 lines, -0 lines 0 comments Download
A Linux_ia32/lib/clang/3.2/include/emmintrin.h View 1 chunk +1427 lines, -0 lines 0 comments Download
A Linux_ia32/lib/clang/3.2/include/f16cintrin.h View 1 chunk +58 lines, -0 lines 0 comments Download
A Linux_ia32/lib/clang/3.2/include/float.h View 1 chunk +124 lines, -0 lines 0 comments Download
A Linux_ia32/lib/clang/3.2/include/fma4intrin.h View 1 chunk +231 lines, -0 lines 0 comments Download
A Linux_ia32/lib/clang/3.2/include/fmaintrin.h View 1 chunk +229 lines, -0 lines 0 comments Download
A Linux_ia32/lib/clang/3.2/include/immintrin.h View 1 chunk +101 lines, -0 lines 0 comments Download
A Linux_ia32/lib/clang/3.2/include/iso646.h View 1 chunk +43 lines, -0 lines 0 comments Download
A Linux_ia32/lib/clang/3.2/include/limits.h View 1 chunk +117 lines, -0 lines 0 comments Download
A Linux_ia32/lib/clang/3.2/include/lzcntintrin.h View 1 chunk +55 lines, -0 lines 0 comments Download
A Linux_ia32/lib/clang/3.2/include/mm3dnow.h View 1 chunk +161 lines, -0 lines 0 comments Download
A Linux_ia32/lib/clang/3.2/include/mm_malloc.h View 1 chunk +75 lines, -0 lines 0 comments Download
A Linux_ia32/lib/clang/3.2/include/mmintrin.h View 1 chunk +503 lines, -0 lines 0 comments Download
A Linux_ia32/lib/clang/3.2/include/module.map View 1 chunk +145 lines, -0 lines 0 comments Download
A Linux_ia32/lib/clang/3.2/include/nmmintrin.h View 1 chunk +35 lines, -0 lines 0 comments Download
A Linux_ia32/lib/clang/3.2/include/pmmintrin.h View 1 chunk +117 lines, -0 lines 0 comments Download
A Linux_ia32/lib/clang/3.2/include/popcntintrin.h View 1 chunk +45 lines, -0 lines 0 comments Download
A Linux_ia32/lib/clang/3.2/include/smmintrin.h View 1 chunk +467 lines, -0 lines 0 comments Download
A Linux_ia32/lib/clang/3.2/include/stdalign.h View 1 chunk +30 lines, -0 lines 0 comments Download
A Linux_ia32/lib/clang/3.2/include/stdarg.h View 1 chunk +50 lines, -0 lines 0 comments Download
A Linux_ia32/lib/clang/3.2/include/stdbool.h View 1 chunk +44 lines, -0 lines 0 comments Download
A Linux_ia32/lib/clang/3.2/include/stddef.h View 1 chunk +74 lines, -0 lines 0 comments Download
A Linux_ia32/lib/clang/3.2/include/stdint.h View 1 chunk +661 lines, -0 lines 0 comments Download
A Linux_ia32/lib/clang/3.2/include/tgmath.h View 1 chunk +1374 lines, -0 lines 0 comments Download
A Linux_ia32/lib/clang/3.2/include/tmmintrin.h View 1 chunk +225 lines, -0 lines 0 comments Download
A Linux_ia32/lib/clang/3.2/include/unwind.h View 1 chunk +124 lines, -0 lines 0 comments Download
A Linux_ia32/lib/clang/3.2/include/varargs.h View 1 chunk +26 lines, -0 lines 0 comments Download
A Linux_ia32/lib/clang/3.2/include/wmmintrin.h View 1 chunk +42 lines, -0 lines 0 comments Download
A Linux_ia32/lib/clang/3.2/include/x86intrin.h View 1 chunk +67 lines, -0 lines 0 comments Download
A Linux_ia32/lib/clang/3.2/include/xmmintrin.h View 1 chunk +993 lines, -0 lines 0 comments Download
A Linux_ia32/lib/clang/3.2/include/xopintrin.h View 1 chunk +411 lines, -0 lines 0 comments Download
M README.chromium View 1 2 1 chunk +9 lines, -4 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Dai Mikurube (NOT FULLTIME)
Hi Nico, Could you rubber-stamp? I'm trying to profile memory usage of Linux 32-bit Chromium ...
8 years ago (2012-11-27 10:53:51 UTC) #1
Dai Mikurube (NOT FULLTIME)
Also, if you have any ideas about http://crbug.com/162818, could you tell me your ideas?
8 years ago (2012-11-27 11:05:34 UTC) #2
Nico
> Could you rubber-stamp? I'm trying to profile memory usage of Linux 32-bit > Chromium ...
8 years ago (2012-11-27 16:11:27 UTC) #3
Dai Mikurube (NOT FULLTIME)
8 years ago (2012-11-28 03:52:48 UTC) #4
On 2012/11/27 16:11:27, Nico wrote:
> > Could you rubber-stamp?  I'm trying to profile memory usage of Linux 32-bit
> > Chromium (to compare 32-bit v.s. 64-bit).
> 
> Do you need to check in a binary for this? I'd prefer not to add 32bit
binaries,
> as it increases the configuration matrix. Neither depot_tool's ninja nor
> chromium's clang are available in 32bit, and neither has been an issue so far.
> So I'd prefer if it was possible to measure this without checking in binaries.
> 
Makes sense.  I thought to compare them in buildbots and dashboards, but it's
not mandatory for now.  If we think continuous testing is required (in future),
I may reopen it just for testing without tree closing.

(btw, llvm-allocated-type 32-bit can be enabled with the following change:
https://codereview.chromium.org/11280181/)

> > Also, if you have any ideas about http://crbug.com/162818, could you tell me
> > your ideas?
> 
> I commented on the bug.

Thanks.

Powered by Google App Engine
This is Rietveld 408576698