Commit 2187a0c
committed
Auto merge of #28173 - alexcrichton:llvm-37, r=brson
This updates the jemalloc and LLVM submodules to the recently released 4.0.0 and 3.7 versions. There's no breakage on the LLVM side of things because we had already been tracking the 3.7 release branch for awhile and no breakage was introduced, and jemalloc apparently is stable enough that nothing broke!3 files changed
+3
-3
lines changed- .gitignore+3
- COPYING+2-2
- ChangeLog+161-5
- INSTALL+101-5
- Makefile.in+27-13
- bin/jemalloc-config.in+79
- bin/jeprof.in+61-58
- configure+508-82
- configure.ac+198-48
- doc/jemalloc.xml.in+616-166
- include/jemalloc/internal/arena.h+460-399
- include/jemalloc/internal/atomic.h+406-76
- include/jemalloc/internal/base.h+1-3
- include/jemalloc/internal/chunk.h+48-17
- include/jemalloc/internal/chunk_dss.h+2-1
- include/jemalloc/internal/chunk_mmap.h+2-3
- include/jemalloc/internal/ctl.h+4-5
- include/jemalloc/internal/extent.h+204-14
- include/jemalloc/internal/hash.h+3-2
- include/jemalloc/internal/huge.h+6-8
- include/jemalloc/internal/jemalloc_internal.h.in+451-230
- include/jemalloc/internal/jemalloc_internal_decls.h+14-10
- include/jemalloc/internal/jemalloc_internal_defs.h.in+51-10
- include/jemalloc/internal/mutex.h+12
- include/jemalloc/internal/pages.h+26
- include/jemalloc/internal/private_symbols.txt+134-60
- include/jemalloc/internal/prng.h+6-6
- include/jemalloc/internal/prof.h+48-17
- include/jemalloc/internal/ql.h+1-3
- include/jemalloc/internal/qr.h+4-2
- include/jemalloc/internal/quarantine.h+3-3
- include/jemalloc/internal/rb.h+2-2
- include/jemalloc/internal/rtree.h+244-122
- include/jemalloc/internal/size_classes.sh+22-10
- include/jemalloc/internal/stats.h+33-28
- include/jemalloc/internal/tcache.h+105-59
- include/jemalloc/internal/tsd.h+183-60
- include/jemalloc/internal/util.h+73-19
- include/jemalloc/jemalloc.sh+1-1
- include/jemalloc/jemalloc_defs.h.in+16
- include/jemalloc/jemalloc_macros.h.in+66-11
- include/jemalloc/jemalloc_protos.h.in+45-29
- include/jemalloc/jemalloc_typedefs.h.in+57-2
- include/msvc_compat/C99/inttypes.h-313
- include/msvc_compat/strings.h+8-2
- include/msvc_compat/windows_extra.h+26
- jemalloc.pc.in+2-1
- src/arena.c+1.5k-630
- src/base.c+105-66
- src/chunk.c+534-229
- src/chunk_dss.c+20-3
- src/chunk_mmap.c+7-142
- src/ckh.c+16-13
- src/ctl.c+491-245
- src/extent.c+27-13
- src/huge.c+274-203
- src/jemalloc.c+868-417
- src/mutex.c+7-3
- src/pages.c+173
- src/prof.c+222-109
- src/quarantine.c+33-10
- src/rtree.c+80-60
- src/stats.c+256-167
- src/tcache.c+152-79
- src/tsd.c+14-7
- src/util.c+5-5
- src/zone.c+1-1
- test/include/test/jemalloc_test.h.in+8-1
- test/include/test/jemalloc_test_defs.h.in+4-1
- test/include/test/math.h+1-1
- test/include/test/mq.h+9-10
- test/include/test/test.h+26-26
- test/include/test/thd.h+1-1
- test/include/test/timer.h+14-3
- test/integration/chunk.c+241-28
- test/integration/mallocx.c+29-25
- test/integration/overflow.c+49
- test/integration/rallocx.c+3-2
- test/src/mq.c+29
- test/src/test.c+2-2
- test/src/timer.c+30-2
- test/stress/microbench.c+14-2
- test/unit/SFMT.c+4-4
- test/unit/atomic.c+55-30
- test/unit/bitmap.c+4-4
- test/unit/ckh.c+11-11
- test/unit/junk.c+58-23
- test/unit/junk_alloc.c+3
- test/unit/junk_free.c+3
- test/unit/lg_chunk.c+26
- test/unit/mallctl.c+211-3
- test/unit/mq.c+1
- test/unit/prof_active.c+1-1
- test/unit/prof_gdump.c+27-2
- test/unit/prof_thread_name.c+1-2
- test/unit/rtree.c+63-30
- test/unit/size_classes.c+89
- test/unit/stats.c+102-39
- test/unit/tsd.c+1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
0 commit comments