Commit Graph

52 Commits

Author SHA1 Message Date
150b2a3b93 chromium: configure it in-tree, instead of "local"
Chromium build files depends on NodeJS modules.
If it is configured in "local", typescript typing may not be correct.
2024-09-02 15:22:27 +08:00
fe0e3ea2d9 chromium: triage mksnapshot 2024-09-01 15:25:20 +08:00
d179bb2be7 toolchain: add LLC field to llvmToolchain 2024-09-01 12:54:03 +08:00
bce30a0b8b commands: add gn general options 2024-09-01 12:53:40 +08:00
58e0bf3e5b spec: add extract utility functions for data analyzing results 2024-07-26 07:52:53 +08:00
5484a49166 functional: add undefined checker 2024-07-19 18:08:07 +08:00
78f4885647 build/llvmPackages: use a function to compute build directories 2024-07-19 18:07:43 +08:00
431d03624b functional: init 2024-07-18 23:45:03 +08:00
8b61cf21ef environment: fixup ESM compatibility of __dirname
`import.meta.dirname` is introduced in node 20, currently not available for node 16.
2024-07-17 07:59:08 +08:00
bac9f8be6d package: migrate to ES modules 2024-07-16 21:39:59 +08:00
67728beefe spec/benchData: add fotonik3d_s 2024-07-11 17:36:49 +08:00
a58ddda31c build/llvmPackages: add -mlong-double-64 for libpgmath 2024-07-09 15:49:42 +08:00
84a24f02e0 build/llvmPackages: add sysroot generator 2024-07-09 15:12:15 +08:00
a95cae429b llvm-test-suite: init 2024-07-09 15:08:55 +08:00
6c5a893fbe commands/cmake: format file, add preloadCache option 2024-07-09 15:04:43 +08:00
bcaa03233c cpubench: init, add template rendering 2024-07-09 14:02:13 +08:00
4efcaf90bb build/llvmPackages: more dedicated overrides 2024-07-04 19:49:57 +08:00
900a8c26a1 build/llvmPackages: refactor for better options 2024-07-04 15:45:31 +08:00
7dbac8c1b3 build: add platform settings 2024-07-01 17:02:08 +08:00
14fb78b7f4 environment: add swAutoVec 2024-07-01 10:10:37 +08:00
7b349ee195 spec/benchData: add roms 2024-07-01 10:10:37 +08:00
9537e6f2a0 spec/pop2: remove "exe" field 2024-07-01 10:10:37 +08:00
959c4fa698 toolchain: await compiling global 2024-06-25 18:47:10 +08:00
e952a99889 spec: add cam4, roms, and wrf 2024-06-25 18:40:53 +08:00
264eb92d23 spec: add runcpu action 2024-06-25 18:40:36 +08:00
bfc8293304 algorithm: remove index from bisect 2024-06-25 18:40:20 +08:00
910890f685 toolchain: init, refactored from llvm-prefix.ts 2024-06-25 18:39:58 +08:00
0e29cad5ec spec: refactor to a dedicated directory 2024-06-23 20:14:34 +08:00
505c5ef752 cli: remove sync version 2024-06-23 19:55:08 +08:00
a2f4ed522f build: use async version 2024-06-23 19:54:13 +08:00
7551cc2ae4 gua-spec.ts: remove 2024-06-23 19:33:59 +08:00
b973b51245 enviornment/llvm-prefix: add Toolchain interface 2024-06-22 23:05:26 +08:00
cbd356ce63 environment: refactor interfaces, splitting 2024-06-22 23:05:03 +08:00
c38b75cd9b commands/compiler: add msimd doc-comments 2024-06-22 23:04:26 +08:00
0916f5251a environment: fixup lycEnv 2024-06-22 21:17:55 +08:00
694154ee34 mix-object: remove 2024-06-22 15:58:34 +08:00
36e21ec7d6 build-llvm: remove
This is a personal file, thus it should be removed from repo
2024-06-22 15:57:43 +08:00
57a734dc9d algorithm: move to a dedicated directory 2024-06-22 15:56:35 +08:00
45335da514 environment: make a dedicated directory 2024-06-22 15:50:32 +08:00
33036559c8 comamnds/spec: remove plain from RunCPUOptions 2024-06-22 15:25:03 +08:00
920bf9b180 command/compiler: add optimize and target options 2024-06-22 15:20:34 +08:00
21913c7033 build/llvmPackages: use projectRoot to find git diff file in assets 2024-06-22 13:59:53 +08:00
b899bf077f mix-object: auto bisect ref miscompilation 2024-06-21 18:35:56 +08:00
411a14451f algorithm: add autoBisect 2024-06-21 18:34:38 +08:00
8e39e3e368 mix-object: add functions bisect 2024-06-21 14:35:27 +08:00
39020b738e spec: resolve on process exited 2024-06-21 14:26:51 +08:00
9e04ede8c4 environment: format & add projectRoot 2024-06-21 14:23:43 +08:00
0919128391 commands/spec: add outputRoot(--output_root) option 2024-06-20 17:25:00 +08:00
b830b9922f commands/spec: add setprocgroup option 2024-06-20 17:21:07 +08:00
451deb78a7 llvm-parser: init 2024-06-20 16:40:02 +08:00