summaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/testdata
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: avoid copying Pos from ONAME when creating converts for mapsDavid Chase2022-08-111-0/+19
* cmd/compile: try to preserve IsStmt marks from OpConvertDavid Chase2021-12-081-0/+16
* cmd/compile: add line number test for #49436David Chase2021-11-091-0/+30
* cmd/compile: extend dump-to-file to handle "genssa" (asm) case.David Chase2021-09-202-0/+29
* cmd/compile: change the "bogus line" to be 1David Chase2020-01-171-4/+4
* cmd/compile: remove statement marks from secondary callsDavid Chase2019-10-043-44/+10
* cmd/compile: enhance debug_test for infinite loopsDavid Chase2019-03-273-0/+32
* cmd/compile: fix ssa/debug_test.go reference fileDavid Chase2019-03-191-0/+7
* cmd/compile: Update ssa/debug_test reference files for delve and gdbDavid Chase2019-01-024-1/+20
* cmd/compile: update TestNexting golden file for DelveDavid Chase2018-11-061-0/+4
* cmd/compile: update TestNexting golden fileAlberto Donizetti2018-11-061-0/+4
* cmd/compile: fix gdb stepping test, take 2Keith Randall2018-10-181-4/+0
* cmd/compile: fix gdb stepping testKeith Randall2018-10-151-0/+4
* cmd/compile: update TestNexting golden fileAlberto Donizetti2018-09-261-10/+10
* cmd/compile: update delve's reference data for ssa/debug_testDavid Chase2018-08-092-84/+0
* cmd/compile: grow stack before test() to avoid gdb misbehaviorDavid Chase2018-05-2315-220/+252
* cmd/compile: assign and preserve statement boundaries.David Chase2018-05-149-100/+352
* cmd/compile: adjust is-statement on Pos's to improve debuggingDavid Chase2018-04-042-26/+0
* cmd/link: process is_stmt data into dwarf line tablesDavid Chase2018-04-042-0/+2
* cmd/compile: enable scopes unconditionallyDavid Chase2018-03-1611-53/+190
* cmd/compile: reimplement location list generationHeschi Kreinick2018-02-141-12/+1
* cmd/compile/internal: decouple scope tracking from location listsHeschi Kreinick2018-02-143-48/+48
* cmd/compile: additional test cleanupDavid Chase2017-12-218-0/+7
* cmd/compile: use src.NoXPos for entry-block constantsDavid Chase2017-12-0110-19/+94
* cmd/compile: adjust lineno during import to get Pos rightDavid Chase2017-11-281-2/+0
* cmd/compile: leave Pos unset for racewalk enter/exitDavid Chase2017-11-173-0/+116
* cmd/compile: adjust Pos setting for "empty" blocksDavid Chase2017-11-083-5/+2
* cmd/compile: adjust locationlist lifetimesDavid Chase2017-11-055-105/+113
* cmd/compile: repair name propagation into aggregate partsDavid Chase2017-11-055-91/+151
* cmd/compile: provide more names for stack slotsDavid Chase2017-11-015-446/+369
* cmd/compile: attempt to deflake debug_test.goDavid Chase2017-10-134-93/+11
* cmd/compile: skip ssa/debug_test.go when gdb missing etc.David Chase2017-10-095-745/+25
* cmd/compile: better XPos for rematerialized values and JMPsDavid Chase2017-10-075-0/+1323