summaryrefslogtreecommitdiff
path: root/test/CodeGen/SPARC/64bit.ll
AgeCommit message (Expand)Author
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2014-05-16TableGen: fix operand counting for aliasesTim Northover
2014-01-26Clean up the Legal/Expand logic for SPARC popc.Jakob Stoklund Olesen
2014-01-10[Sparc] Emit retl/ret instead of jmp instruction. It improves the readability...Venkatraman Govindaraju
2013-11-03[SparcV9] Add ctpop instruction for i64. Also, expand ctlz, cttz and bswap.Venkatraman Govindaraju
2013-07-14Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin
2013-06-07Add missing zextloadi1 to i64 patterns. PR16721.Jakob Stoklund Olesen
2013-06-07[Sparc]: Use cmp instruction instead of subcc to compare integers.Venkatraman Govindaraju
2013-06-03Sparc: When storing 0, use %g0 directly in the store instruction instead ofVenkatraman Govindaraju
2013-06-02Sparc: Combine add/or/sethi instruction with restore if possible.Venkatraman Govindaraju
2013-06-02Sparc: Perform leaf procedure optimization by defaultVenkatraman Govindaraju
2013-05-20Also expand 64-bit bitcasts.Jakob Stoklund Olesen
2013-05-20Implement spill and fill of I64Regs.Jakob Stoklund Olesen
2013-05-20Mark i64 SETCC as expand so it is turned into a SELECT_CC.Jakob Stoklund Olesen
2013-05-19Don't use %g0 to materialize 0 directly.Jakob Stoklund Olesen
2013-05-19Handle i64 FrameIndex nodes in SPARC v9 mode.Jakob Stoklund Olesen
2013-04-21Fix the SETHIimm pattern for 64-bit code.Jakob Stoklund Olesen
2013-04-16Add 64-bit multiply and divide instructions for SPARC v9.Jakob Stoklund Olesen
2013-04-14Use i32 for all SPARC shift amounts, even in 64-bit mode.Jakob Stoklund Olesen
2013-04-02Add 64-bit load and store instructions.Jakob Stoklund Olesen
2013-04-02Basic 64-bit ALU operations.Jakob Stoklund Olesen
2013-04-02Materialize 64-bit immediates.Jakob Stoklund Olesen
2013-04-02Add 64-bit shift instructions.Jakob Stoklund Olesen
2013-04-02Add support for 64-bit calling convention.Jakob Stoklund Olesen