Rivoreo Source Code Repositories
src.rivoreo.one
/
compiler-explorer
/
2446ea582b2b4374682ec9ada7752dfc3e157df9
2446ea5
separate demangler into support library
by partouf
· 7 years ago
a0c8635
collect labels to demangle when asm is processed through the binary path (and thus was not passed into preProcessLines)
by partouf
· 7 years ago
ce20f18
revert incorrect change
by partouf
· 7 years ago
ef9ed6d
if binaryHideFuncRe doesnt have a value, assume everything is a userfunction
by partouf
· 7 years ago
fe63adc
seperated pascal demangler from pascal compiler, added unit tests and bugfixed some demangling
by partouf
· 7 years ago
b6beea0
bugfix
by partouf
· 7 years ago
b2279db
bug/lintfix
by partouf
· 7 years ago
a952aeb
rename fpc to pascal
by partouf
· 7 years ago
2acdaaf
rename fpc to pascal
by partouf
· 7 years ago
58706d8
config changes
by partouf
· 7 years ago
ae0abfd
added objdump preprocessor to remove non-user code, added preprocesser for asm to add .file, .loc and .cfi_endproc tags
by partouf
· 7 years ago
59a561d
rename pascal views and webjs
by partouf
· 7 years ago
4acad7e
pascal rename
by partouf
· 7 years ago
ab05526
extra functionality needed for non-standard assembly outputs
by partouf
· 7 years ago
491f645
linter fixes
by partouf
· 7 years ago
f28670a
refactoring of variables and functions, added different binary compilation and enabled execution
by partouf
· 7 years ago
3f74777
set demangler setting to a value so we can check/uncheck demangling in the UI
by partouf
· 7 years ago
4549287
use startsWith instead of indexOf
by partouf
· 7 years ago
4cbcea2
skip even more debugging prefixes
by partouf
· 7 years ago
9c912be
don't demangle debugging symbols
by partouf
· 7 years ago
ad620f5
fixes lint errors
by partouf
· 7 years ago
21d05b1
don't try to demangle global variables
by partouf
· 7 years ago
5652e22
fpc demangle assembly labels
by partouf
· 7 years ago
0c871f3
Merge pull request #644 from cppchedy/master
by cppchedy
· 7 years ago
3fc3c2d
add test for bug #629
by cppchedy
· 7 years ago
0882e6b
fix #629
by cppchedy
· 7 years ago
5199949
Fix unnecessary coercion comparision
by RabsRincon
· 7 years ago
cb0fc7f
Finish off #536
by RabsRincon
· 7 years ago
298cd16
Bump objdumper version to gcc's 7.2.0
by RabsRincon
· 7 years ago
482537e
Format recently merged files
by RabsRincon
· 7 years ago
e745a5e
Merge pull request #633 from dkm/gccdump-src-highlight
by Rubén
· 7 years ago
4ebc451
gccdump: add basic syntax highlighting
by Marc Poulhiès
· 7 years ago
6b3c93c
Merge pull request #639 from partouf/fpcsyntaxhighlightbugfix
by Matt Godbolt
· 7 years ago
40cbdba
added a missing keyword
by partouf
· 7 years ago
ce0c010
bugfix fpc syntax highlighting configuration
by partouf
· 7 years ago
d77789b
Don't report user-facing errors to Raven (e.g. 'don't include /etc/passwd' type errors)
by Matt Godbolt
· 7 years ago
3628201
Format pug files
by RabsRincon
· 7 years ago
e55b913
Add separate jshint configs for client and server. Make them much more strict, and fix up the issues brought up
by Matt Godbolt
· 7 years ago
cf407a8
Add some config parameters that come from AWS itself. Use it to configure raven (sentry.io) on the server
by Matt Godbolt
· 7 years ago
fdaddd6
Fix last newgols errors
by RabsRincon
· 7 years ago
97aa04e
Add newer GoLang compilers
by RabsRincon
· 7 years ago
65403cd
Only defer compiles on construction if the hub is itself deferring message sending
by Matt Godbolt
· 7 years ago
106bc4b
Belt and suspenders fixup maybe for error: TypeError: Cannot read property 'opened' of undefined
by Matt Godbolt
· 7 years ago
c9dc37d
Fixes for dropdown
by Matt Godbolt
· 7 years ago
6b5cad5
More thanks
by Matt Godbolt
· 7 years ago
0268f15
Better name for fpc
by Matt Godbolt
· 7 years ago
cf09e2c
Tweak settings for cache sizes; add fpc to the list
by Matt Godbolt
· 7 years ago
be16b28
Disable demangler btn if one is not set
by RabsRincon
· 7 years ago
71a0383
Start using oficial D demangler.
by RabsRincon
· 7 years ago
8a950fe
Merge pull request #628 from partouf/fpc-asm-and-bin
by Matt Godbolt
· 7 years ago
1046fed
support both asm output and objdumb output
by partouf
· 7 years ago
54822ca
Merge pull request #627 from dkm/gccdump-empty-files
by Matt Godbolt
· 7 years ago
3cfde41
gccdump: display message for empty dump files
by Marc Poulhiès
· 7 years ago
efb31c5
Merge pull request #626 from partouf/fpcconfig
by Matt Godbolt
· 7 years ago
07d19b3
use custom fpc.cfg
by partouf
· 7 years ago
d591536
Fix roge parenthesis
by RabsRincon
· 7 years ago
2a8fb57
Add forgotten Groups icon
by RabsRincon
· 7 years ago
e5a4cf7
Advertise Mailing Group on Others section.
by RabsRincon
· 7 years ago
ad0f53b
Add Swift 4.0.1 (x86)
by RabsRincon
· 7 years ago
21b35a1
More path fixes
by Matt Godbolt
· 7 years ago
3ac993c
Path fixes
by Matt Godbolt
· 7 years ago
e9c22f8
Fix table not being displayed properly
by Rubén
· 7 years ago
9513de0
Mitigate #624
by RabsRincon
· 7 years ago
3b8fb3b
Fix abseil reference
by RabsRincon
· 7 years ago
2ab39a0
Add a doc which details how to add a library to CE
by RabsRincon
· 7 years ago
cc74f3b
Fix minor errors on the AddingACompiler doc
by RabsRincon
· 7 years ago
94821ed
Merge pull request #600 from partouf/fpc-support
by Matt Godbolt
· 7 years ago
7d6c120
removed logging
by partouf
· 7 years ago
46bce37
Add libguarded (cc @janwilmans)
by Matt Godbolt
· 7 years ago
6a01701
Amazon properties for fpc compilers
by partouf
· 7 years ago
eb44b26
Slight tweak to formatting settings
by Matt Godbolt
· 7 years ago
2eb2b16
Fix some container ordering issues.
by Matt Godbolt
· 7 years ago
60f3dd1
Attempt at cleaning up mess of IDEA and rust
by Matt Godbolt
· 7 years ago
8d1c520
oops, bugfix
by partouf
· 7 years ago
fe8b126
setting not needed
by partouf
· 7 years ago
b693a46
undo supports binary change
by partouf
· 7 years ago
65ef5df
fixes after codereview
by partouf
· 7 years ago
96fb489
indentation
by partouf
· 7 years ago
6bfec26
indentation
by partouf
· 7 years ago
7ace3a7
.
by partouf
· 7 years ago
f2f8d13
bugfix
by partouf
· 7 years ago
fd00642
indentation
by partouf
· 7 years ago
b62e8e1
undo
by partouf
· 7 years ago
c9c62ac
Minimal FPC support
by partouf
· 7 years ago
dc1de97
Add some documentation on adding compilers
by Matt Godbolt
· 7 years ago
d7b8c54
Save FontScale between GCCDump sessions
by RabsRincon
· 7 years ago
3812d08
Fix Lib popover not enforcing max of 1 version/lib
by RabsRincon
· 7 years ago
81a685a
Merge pull request #623 from dkm/patch-1
by Matt Godbolt
· 7 years ago
eea08a0
minor typo
by Marc Poulhiès
· 7 years ago
f996038
Oops, URLs are tricky
by Matt Godbolt
· 7 years ago
de81903
Note the general discussion list
by Matt Godbolt
· 7 years ago
eaed157
Note the mailing list and slack channel
by Matt Godbolt
· 7 years ago
e7f4e04
Merge pull request #622 from dkm/patch-1
by Matt Godbolt
· 7 years ago
70c63a8
Minor typo fix in README
by Marc Poulhiès
· 7 years ago
4e49547
Merge pull request #585 from dkm/dump-rtl-2
by Matt Godbolt
· 7 years ago
cfefa37
Initial support for GCC Tree/RTL dumps.
by Marc Poulhiès
· 7 years ago
577c345
Merge pull request #619 from jsheard/ispc192
by Matt Godbolt
· 7 years ago
616652a
Merge pull request #621 from dkm/asm-fix
by Matt Godbolt
· 7 years ago
9784aa5
Better handling of assignments in assembly
by Marc Poulhiès
· 7 years ago
224b7cc
ISPC 1.9.2
by Joshua Sheard
· 7 years ago
Next »