aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* ada: add stack-usage support for GNAT (#5218)gh-8031Marc Poulhiès2023-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-8026Patrick Quist2023-06-29
|
* Common utilities and type work (#5200)gh-8021Jeremy Rifkin2023-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-8013Matt Godbolt2023-06-28
|
* Don't rely on overlapping IDs in cuda vs defaults (#5212)gh-8012Matt Godbolt2023-06-28
|
* Improve the type of ExecutionOptions.env (#5206)gh-8009Jeremy Rifkin2023-06-28
|
* Support control flow graphs for more compilers (#5209)gh-8008Jeremy Rifkin2023-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-8007Jeremy Rifkin2023-06-28
|
* Minor adjustments in the cfg layout scriptgh-8004Jeremy2023-06-27
|
* Add the movfuscator (#5193)gh-7994Jeremy Rifkin2023-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-7989Patrick Quist2023-06-27
|
* resolve #5014 (#5197)gh-7964Guo Ci2023-06-25
|
* Update c++.amazon.propertiesgh-7963Patrick Quist2023-06-23
|
* Emu Repo linksgh-7962Patrick Quist2023-06-23
|
* Add C64 emugh-7961Patrick Quist2023-06-23
|
* Headers via conan (#5179)gh-7960Patrick Quist2023-06-23
|
* mp-units now use fmt/10.0.0 (#5185)gh-7959Mateusz Pusz2023-06-23
|
* C64 emulation (#5198)gh-7958Patrick Quist2023-06-23
|
* Improve pane typing (#5191)gh-7949Jeremy Rifkin2023-06-21
| | | Resolves #4365
* Fix handling when the opt output is truncated (#5189)gh-7948Jeremy Rifkin2023-06-21
| | | Fixes #2984
* Try to fix an issue observed in sentrygh-7945Jeremy2023-06-21
|
* Uncolorize winston when stdout isn't a tty (#5172)gh-7944Jeremy Rifkin2023-06-21
| | | Closes #5139
* Improve sentry capturing of unhandled promise rejections (#5190)gh-7943Jeremy Rifkin2023-06-21
|
* Add unreachable as a llvm block terminatorgh-7938Jeremy2023-06-21
|
* Update all the minor dependencies (#5184)gh-7929Matt Godbolt2023-06-21
|
* Fix CE not working without internet (#5188)gh-7928Jeremy Rifkin2023-06-21
| | | Fixes #4252
* Add temporary triage for #2986gh-7919Jeremy2023-06-21
|
* Fix #5183gh-7914Matt Godbolt2023-06-19
|
* Fix ups for the new view in cypress tests (#5182)gh-7911Matt Godbolt2023-06-19
|
* Support user site templates (#5180)gh-7910Jeremy Rifkin2023-06-19
| | | | | Long overdue ![image](https://github.com/compiler-explorer/compiler-explorer/assets/51220084/d8a56216-d6b0-459a-8539-9f519c023b92) ![image](https://github.com/compiler-explorer/compiler-explorer/assets/51220084/133da5e6-2717-464a-a5fc-5983a3f75014)
* Hot fixes for the print view as stuff gets mergedgh-7901Jeremy2023-06-19
|
* Don't try to build and execute if the initial build failed (#5167)Jeremy Rifkin2023-06-19
| | | Resolves #4147
* Create a print view (#5161)Jeremy Rifkin2023-06-19
| | | | | | | | | | | | | | | This PR adds a print view for CE Closes #4617 ![image](https://github.com/compiler-explorer/compiler-explorer/assets/51220084/92e5ceab-10cc-4289-a742-592e379627ef) 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-7898Jeremy Rifkin2023-06-19
| | | | | Fixes #4410 On top of #5156
* Update FrontendTesting.mdgh-7897Patrick Quist2023-06-20
|
* Normalize dragListener in compiler.tsgh-7893Jeremy2023-06-19
|
* New C3 compiler options (#5122)gh-7890aliaegik2023-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-7889Robert Cohn2023-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-7888Jeremy Rifkin2023-06-19
| | | | | | | | | | | | | On top of #5154 ![image](https://github.com/compiler-explorer/compiler-explorer/assets/51220084/7bf25b5b-8988-42ff-9d8c-233e6d817997) 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-7882Alex D2023-06-19
| | | Added TypeScript Native ver 0.0.35-alpha
* add Stack Usage Viewer (#5160)gh-7881Guo Ci2023-06-19
| | | | For #4834
* Make Boost available for CUDA (#5152)gh-7880Bernhard Manfred Gruber2023-06-19
| | | Fixes: #2701
* dotnet 6.0.18 and 7.0.7 (#5151)gh-7879kasperk812023-06-19
| | | related to https://github.com/compiler-explorer/infra/pull/1033
* Fix movabs asm docs bug (#5164)gh-7860Jeremy Rifkin2023-06-18
| | | Fixes #4481
* Fix word wrapping bug (#5162)gh-7859Jeremy Rifkin2023-06-18
| | | Fixes #4486
* Fix color scheme flash on page load for pink theme (#5174)gh-7857Jeremy Rifkin2023-06-18
| | | Updating the logic in #4488
* War on @ts-expect-error (#5171)gh-7856Jeremy Rifkin2023-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-7855Jeremy Rifkin2023-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-7848gonzalobg2023-06-18
|
* Fix color scheme being overwritten on load (#5169)gh-7831Jeremy Rifkin2023-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).