aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/arm
AgeCommit message (Expand)Author
2017-04-27cmd/compile: add Type.MustSize and Type.MustAlignmentJosh Bleecher Snyder
2017-04-21cmd/compile: mark ARM's CALLudiv not safepointCherry Zhang
2017-04-21cmd/compile: experiment which clobbers all dead pointer fieldsKeith Randall
2017-04-21cmd/compile: move Linksym, linksymname, and isblanksym to types packageJosh Bleecher Snyder
2017-04-20cmd/compile: zero ambiguously live variables at VARKILLsKeith Randall
2017-04-20cmd/compile/internal/gc: make defframe arch-independentMatthew Dempsky
2017-04-20cmd/compile: rework handling of udiv on ARMJosh Bleecher Snyder
2017-03-31cmd/compile/internal: Optimization with RBIT and REVBen Shi
2017-03-23cmd/compile: eliminate Prog-related globalsJosh Bleecher Snyder
2017-03-22cmd/compile: funnel SSA Prog creation through SSAGenStateJosh Bleecher Snyder
2017-03-20cmd/compile: remove ProgInfo tablesMatthew Dempsky
2017-03-17cmd/compile: pass frame size to defframeJosh Bleecher Snyder
2017-03-17cmd/compile: thread Curfn through SSAJosh Bleecher Snyder
2017-03-17cmd/compile: eliminate direct uses of gc.Thearch in backendsMatthew Dempsky
2017-03-13cmd/compile/internal/ssa: make ARM's udiv like other callsMatthew Dempsky
2017-03-13cmd/compile/internal/gc: refactor ACALL Prog creationMatthew Dempsky
2017-03-13cmd/compile/internal/ssa: replace {Defer,Go}Call with StaticCallMatthew Dempsky
2017-03-07cmd/compile: refactor portable SSA Op handlingMatthew Dempsky
2017-03-06cmd/internal/obj: remove AUSEFIELD pseudo-opMatthew Dempsky
2017-03-03cmd/compile: pack bool fields in Node, Name, Func and Type structs to bitsetsAliaksandr Valialkin
2017-02-07cmd/internal/obj: remove ATYPEMatthew Dempsky
2017-02-06cmd/compile/internal/gc: remove more backend Sym usesMatthew Dempsky
2017-02-06cmd/compile/internal/gc: stop exporting *gc.Sym-typed globalsMatthew Dempsky
2017-02-06cmd/compile/internal/ssa: use obj.LSym instead of gc.SymMatthew Dempsky
2016-12-08[dev.inline] cmd/compile/internal/ssa: rename various fields from Line to PosRobert Griesemer
2016-12-08[dev.inline] cmd/compile: rename various fields from Lineno to PosRobert Griesemer
2016-12-08[dev.inline] cmd/internal/src: make Pos implementation abstractRobert Griesemer
2016-10-04cmd/compile: layout stack frame during SSAMatthew Dempsky
2016-09-29cmd/compile: make Afunclit the default/only behavior for NaddrMatthew Dempsky
2016-09-21cmd/compile: simplify obj.ProgInfo and extract from obj.ProgMatthew Dempsky
2016-09-20cmd/compile: simplify div/mod on ARMCherry Zhang
2016-09-17cmd/internal/obj: remove ACHECKNILMatthew Dempsky
2016-09-16cmd/compile: remove Arch.REGCTXTMatthew Dempsky
2016-09-16cmd/compile: change goarch.Main into goarch.InitMatthew Dempsky
2016-09-16cmd/compile: reorganize SSA register numberingKeith Randall
2016-09-16cmd/compile: remove BetypeinitMatthew Dempsky
2016-09-16cmd/compile: remove traces of old register allocatorMatthew Dempsky
2016-09-16cmd/compile: remove more dead codeMatthew Dempsky
2016-09-15cmd/compile: remove ginsJosh Bleecher Snyder
2016-09-15cmd/compile: deduplicate appendpp functionsMatthew Dempsky
2016-09-15cmd/compile: eliminate differences in appendpp functionsMatthew Dempsky
2016-09-15cmd/compile: delete lots of the legacy backendKeith Randall
2016-09-15cmd/compile: redo nil checksKeith Randall
2016-09-14cmd/compile: make ssa compilation unconditionalKeith Randall
2016-09-12cmd/compile: get rid of BlockCallKeith Randall
2016-09-12cmd/compile: rewrite %1v and %2v formats to %S and %L (short and long)Robert Griesemer
2016-09-12cmd/compile: intrinsify Ctz, Bswap on ARMCherry Zhang
2016-09-08cmd/compile: implement fmt.Formatter for *Node formats %s, %vRobert Griesemer
2016-09-04cmd/compile: refactor out KeepAliveMichael Pratt
2016-08-29all: fix obsolete inferno-os linksEmmanuel Odeke