aboutsummaryrefslogtreecommitdiff
path: root/src/InternPool.zig
AgeCommit message (Expand)Author
2024-08-27compiler: implement `@branchHint`, replacing `@setCold`mlugg
2024-08-26remove some stale codeDavid Rubin
2024-08-25sema: `resolve{Struct,Union}Inner` don't throw away SemasDavid Rubin
2024-08-25sema: rework type resolution to use Zcu when possibleDavid Rubin
2024-08-21compiler: handle eval branch quota in memoized callsmlugg
2024-08-18Zir: add instructions to fetch std.builtin typesmlugg
2024-08-18frontend: handle incremental updates of replaced runtime functionsmlugg
2024-08-18frontend: removed resolved IES data for outdated functionsmlugg
2024-08-17compiler: add some doc commentsmlugg
2024-08-17frontend: incremental compilation progressmlugg
2024-08-17InternPool: don't remove outdated typesmlugg
2024-08-17frontend: incremental progressmlugg
2024-08-16Dwarf: rework self-hosted debug info from scratchJacob Young
2024-08-11frontend: give all container types namespacesmlugg
2024-08-11compiler: split Decl into Nav and Caumlugg
2024-07-22add new builtin: `@disableInstrumentation`Andrew Kelley
2024-07-21ip: use `getExternFunc` in `getCoerced`David Rubin
2024-07-16Merge pull request #20632 from jacobly0/codegen-threadJacob Young
2024-07-16InternPool: enable separate codegen/linking threadJacob Young
2024-07-16InternPool: reduce max tid width by one bitJacob Young
2024-07-16InternPool: fix various data structure invariantsJacob Young
2024-07-16InternPool: fix `DependencyIterator` iterationJacob Young
2024-07-15Sema: support pointer subtractionWooster
2024-07-13InternPool: add and use a mutate mutex for each listJacob Young
2024-07-10InternPool: fix optimization assertion failureJacob Young
2024-07-10InternPool: make `global_error_set` thread-safeJacob Young
2024-07-10InternPool: fix extra mutation racesJacob Young
2024-07-10InternPool: make `maps` thread-safeJacob Young
2024-07-10InternPool: make `tracked_insts` thread-safeJacob Young
2024-07-10InternPool: make `files` more thread-safeJacob Young
2024-07-10InternPool: fix undefined decl fully qualified nameJacob Young
2024-07-10InternPool: add `FileIndex` to `*File` mappingJacob Young
2024-07-10InternPool: fix race on struct flagsJacob Young
2024-07-10InternPool: fix race on `FuncInstance.branch_quota`Jacob Young
2024-07-10Zcu: cache fully qualified name on DeclJacob Young
2024-07-09InternPool: implement thread-safe allocated listsJacob Young
2024-07-08InternPool: fix multi-thread buildJacob Young
2024-07-07InternPool: fix dumping of simple typesJacob Young
2024-07-07InternPool: start documenting new thread-safe fieldsJacob Young
2024-07-07InternPool: implement and use thread-safe list for extra and limbsJacob Young
2024-07-07InternPool: remove usage of data with simple indicesJacob Young
2024-07-07InternPool: temporarily disable multi-threaded behaviorJacob Young
2024-07-07InternPool: implement and use thread-safe list for itemsJacob Young
2024-07-07InternPool: implement and use thread-safe list for stringsJacob Young
2024-07-07InternPool: replace garbage with an arenaJacob Young
2024-07-07InternPool: use thread-safe hash map for stringsJacob Young
2024-07-07InternPool: implement thread-safe hash mapJacob Young
2024-07-07Zcu: pass `PerThread` to intern pool string functionsJacob Young
2024-07-07Zcu: introduce `PerThread` and pass to all the functionsJacob Young
2024-07-04frontend: TrackedInst stores FileIndex instead of path digestAndrew Kelley