Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | ada: add stack-usage support for GNAT (#5218)gh-8031 | Marc Poulhiès | 2023-06-30 |
| | | | | | | | | GNAT is gcc based, but its --help doesn't show all of gcc's option and the base compiler doesn't detect its support for -fstack-usage. Force the support (currently we only have GNAT as an Ada compiler). Signed-off-by: Marc Poulhiès <dkm@kataplop.net> | ||
* | Fix Copperspice include pathsgh-8026 | Patrick Quist | 2023-06-29 |
| | |||
* | Common utilities and type work (#5200)gh-8021 | Jeremy Rifkin | 2023-06-28 |
| | | | | | This PR refactors some common utilities out of lib/ and into shared/ and eliminates some use of underscore.js, as well as general type improvements done along the way. | ||
* | Bump version of webpack hackgh-8013 | Matt Godbolt | 2023-06-28 |
| | |||
* | Don't rely on overlapping IDs in cuda vs defaults (#5212)gh-8012 | Matt Godbolt | 2023-06-28 |
| | |||
* | Improve the type of ExecutionOptions.env (#5206)gh-8009 | Jeremy Rifkin | 2023-06-28 |
| | |||
* | Support control flow graphs for more compilers (#5209)gh-8008 | Jeremy Rifkin | 2023-06-28 |
| | | | | | This PR should make cfg generation available for all clang compilers, icc, and any compiler whose instructionSet property is x86, arm, or llvm. | ||
* | Move all styles to static/styles (#5210)gh-8007 | Jeremy Rifkin | 2023-06-28 |
| | |||
* | Minor adjustments in the cfg layout scriptgh-8004 | Jeremy | 2023-06-27 |
| | |||
* | Add the movfuscator (#5193)gh-7994 | Jeremy Rifkin | 2023-06-26 |
| | | | | | | Resolves #985 Builder: https://github.com/compiler-explorer/misc-builder/pull/65 Infra: https://github.com/compiler-explorer/infra/pull/1041 | ||
* | hotfix libraries (#5205)gh-7989 | Patrick Quist | 2023-06-27 |
| | |||
* | resolve #5014 (#5197)gh-7964 | Guo Ci | 2023-06-25 |
| | |||
* | Update c++.amazon.propertiesgh-7963 | Patrick Quist | 2023-06-23 |
| | |||
* | Emu Repo linksgh-7962 | Patrick Quist | 2023-06-23 |
| | |||
* | Add C64 emugh-7961 | Patrick Quist | 2023-06-23 |
| | |||
* | Headers via conan (#5179)gh-7960 | Patrick Quist | 2023-06-23 |
| | |||
* | mp-units now use fmt/10.0.0 (#5185)gh-7959 | Mateusz Pusz | 2023-06-23 |
| | |||
* | C64 emulation (#5198)gh-7958 | Patrick Quist | 2023-06-23 |
| | |||
* | Improve pane typing (#5191)gh-7949 | Jeremy Rifkin | 2023-06-21 |
| | | | Resolves #4365 | ||
* | Fix handling when the opt output is truncated (#5189)gh-7948 | Jeremy Rifkin | 2023-06-21 |
| | | | Fixes #2984 | ||
* | Try to fix an issue observed in sentrygh-7945 | Jeremy | 2023-06-21 |
| | |||
* | Uncolorize winston when stdout isn't a tty (#5172)gh-7944 | Jeremy Rifkin | 2023-06-21 |
| | | | Closes #5139 | ||
* | Improve sentry capturing of unhandled promise rejections (#5190)gh-7943 | Jeremy Rifkin | 2023-06-21 |
| | |||
* | Add unreachable as a llvm block terminatorgh-7938 | Jeremy | 2023-06-21 |
| | |||
* | Update all the minor dependencies (#5184)gh-7929 | Matt Godbolt | 2023-06-21 |
| | |||
* | Fix CE not working without internet (#5188)gh-7928 | Jeremy Rifkin | 2023-06-21 |
| | | | Fixes #4252 | ||
* | Add temporary triage for #2986gh-7919 | Jeremy | 2023-06-21 |
| | |||
* | Fix #5183gh-7914 | Matt Godbolt | 2023-06-19 |
| | |||
* | Fix ups for the new view in cypress tests (#5182)gh-7911 | Matt Godbolt | 2023-06-19 |
| | |||
* | Support user site templates (#5180)gh-7910 | Jeremy Rifkin | 2023-06-19 |
| | | | | | Long overdue   | ||
* | Hot fixes for the print view as stuff gets mergedgh-7901 | Jeremy | 2023-06-19 |
| | |||
* | Don't try to build and execute if the initial build failed (#5167) | Jeremy Rifkin | 2023-06-19 |
| | | | Resolves #4147 | ||
* | Create a print view (#5161) | Jeremy Rifkin | 2023-06-19 |
| | | | | | | | | | | | | | | | This PR adds a print view for CE Closes #4617  At the moment syntax highlighting isn't working. I think we need a way to get style definitions from monaco. I've opened an issue at https://github.com/microsoft/monaco-editor/issues/4031. For the CFG pane, using the monaco classes "just works", but for some reason when @media print is applied those definitions go away. We'd want to always use light mode colors anyway. | ||
* | Add instruction set info for generating arm control flow graphs (#5158)gh-7898 | Jeremy Rifkin | 2023-06-19 |
| | | | | | Fixes #4410 On top of #5156 | ||
* | Update FrontendTesting.mdgh-7897 | Patrick Quist | 2023-06-20 |
| | |||
* | Normalize dragListener in compiler.tsgh-7893 | Jeremy | 2023-06-19 |
| | |||
* | New C3 compiler options (#5122)gh-7890 | aliaegik | 2023-06-19 |
| | | | | | | | | Regarding the issue discussed in https://github.com/compiler-explorer/compiler-explorer/pull/5086#issuecomment-1578715708 --------- Co-authored-by: Rubén Rincón Blanco <git@rinconblanco.es> | ||
* | add oneapi 2023.0.0 & 2023.1.0 (#5173)gh-7889 | Robert Cohn | 2023-06-19 |
| | | | | Depends on installing new compilers: https://github.com/compiler-explorer/infra/pull/1038 | ||
* | Support control flow graphs from the IR pane (#5155)gh-7888 | Jeremy Rifkin | 2023-06-19 |
| | | | | | | | | | | | | | On top of #5154  Additionally, while I was here, added support for multiple control flow graphs to be opened from one compiler instead of disabling the button once one is opened. And improved the implementation for how this was done for the llvm opt pipeline. And did some type work along the way. | ||
* | Added TypeScript Native ver 0.0.35-alpha (#5136)gh-7882 | Alex D | 2023-06-19 |
| | | | Added TypeScript Native ver 0.0.35-alpha | ||
* | add Stack Usage Viewer (#5160)gh-7881 | Guo Ci | 2023-06-19 |
| | | | | For #4834 | ||
* | Make Boost available for CUDA (#5152)gh-7880 | Bernhard Manfred Gruber | 2023-06-19 |
| | | | Fixes: #2701 | ||
* | dotnet 6.0.18 and 7.0.7 (#5151)gh-7879 | kasperk81 | 2023-06-19 |
| | | | related to https://github.com/compiler-explorer/infra/pull/1033 | ||
* | Fix movabs asm docs bug (#5164)gh-7860 | Jeremy Rifkin | 2023-06-18 |
| | | | Fixes #4481 | ||
* | Fix word wrapping bug (#5162)gh-7859 | Jeremy Rifkin | 2023-06-18 |
| | | | Fixes #4486 | ||
* | Fix color scheme flash on page load for pink theme (#5174)gh-7857 | Jeremy Rifkin | 2023-06-18 |
| | | | Updating the logic in #4488 | ||
* | War on @ts-expect-error (#5171)gh-7856 | Jeremy Rifkin | 2023-06-18 |
| | | | | | Following up on #5170, let's just get rid of @ts-expect-error and @ts-ignore completely in the codebase. (Well almost) On top of #5170 | ||
* | Fix longstanding issue TypeError: e.map is not a function (#5170)gh-7855 | Jeremy Rifkin | 2023-06-18 |
| | | | | | Fixes #4868 This took so long to track down. I am convinced `@ts-expect-error` is *always an error*. | ||
* | Add HPC SDK 23.3 and 23.5 to c++.amazon.properties (#5145)gh-7848 | gonzalobg | 2023-06-18 |
| | |||
* | Fix color scheme being overwritten on load (#5169)gh-7831 | Jeremy Rifkin | 2023-06-18 |
| | | | | | | Closes #2590 This took a lot of printbugging for such a simple fix. At least a 10:1 ratio of console.log to diff lines (not including the renaming in fillColourSchemeSelector). |