summaryrefslogtreecommitdiff
path: root/lib/Target/Sparc
Commit message (Expand)AuthorAge
* Merging r196751:Bill Wendling2013-12-09
* Merging r196755:Bill Wendling2013-12-09
* Merging r196735:Bill Wendling2013-12-09
* Merging r195590:Bill Wendling2013-12-01
* Merging r195576:Bill Wendling2013-11-27
* Merging r195575:Bill Wendling2013-11-27
* Merging r195574:Bill Wendling2013-11-27
* Merging r195573:Bill Wendling2013-11-27
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* Expand rotate instructions on sparcv9 as well.Roman Divacky2013-11-12
* [SparcV9] Handle i64 <-> float conversions in sparcv9 mode.Venkatraman Govindaraju2013-11-03
* [Sparc] Expand FP_TO_UINT, UINT_TO_FP for fp128.Venkatraman Govindaraju2013-11-03
* [SparcV9] Add ctpop instruction for i64. Also, expand ctlz, cttz and bswap.Venkatraman Govindaraju2013-11-03
* SparcV9 doesnt have rem instruction either.Roman Divacky2013-10-31
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-29
* Add a MCAsmInfoELF class and factor some code into it.Rafael Espindola2013-10-16
* [Sparc] Disable tail call optimization for sparc64.Venkatraman Govindaraju2013-10-09
* SparcJITInfo.cpp: Prune "default:" label to fix a warning. [-Wcovered-switch-...NAKAMURA Takumi2013-10-08
* Prune trailing linefeeds.NAKAMURA Takumi2013-10-08
* [Sparc] Implement JIT for SPARC.Venkatraman Govindaraju2013-10-08
* [Sparc] Do not hardcode nop in the delay slot of TLS_CALL. Use DelaySlotFille...Venkatraman Govindaraju2013-10-08
* Remove getEHExceptionRegister and getEHHandlerRegister.Rafael Espindola2013-10-07
* [Sparc] Do not emit nop after fcmp* instruction with V9.Venkatraman Govindaraju2013-10-06
* [Sparc] Custom lower addc/adde/subc/sube on i64 in sparc64.Venkatraman Govindaraju2013-10-06
* [Sparc] Use addxcc/subxcc for adde/sube instead of addx/subx.Venkatraman Govindaraju2013-10-06
* [Sparc] Use correct alignment while loading/storing fp128 values.Venkatraman Govindaraju2013-10-05
* [Sparc] Respect hasHardQuad parameter correctly when lowering SINT_TO_FP with...Venkatraman Govindaraju2013-10-05
* [Sparc] Correct the floating point conditional code mapping in GetOppositeBra...Venkatraman Govindaraju2013-10-04
* [Sparc] Implements exception handling in SPARC with DwarfCFI.Venkatraman Govindaraju2013-09-26
* [Sparc] Use correct instruction pattern for CMPri.Venkatraman Govindaraju2013-09-22
* [Sparc] Make SPARC instructions' encoding well defined such that TableGen can...Venkatraman Govindaraju2013-09-22
* [Sparc] Clean up MOVcc instructions so that TableGen can encode them correctl...Venkatraman Govindaraju2013-09-22
* [Sparc] Clean up branch instructions, so that TableGen can encode branch cond...Venkatraman Govindaraju2013-09-22
* ISelDAG: spot chain cycles involving MachineNodesTim Northover2013-09-22
* [Sparc] Add support for TLS in sparc.Venkatraman Govindaraju2013-09-22
* [SPARC] Make functions with GLOBAL_OFFSET_TABLE access as non-leaf functions.Venkatraman Govindaraju2013-09-22
* [Sparc] Emit .register directive to declare the use of global registers %g2, ...Venkatraman Govindaraju2013-09-22
* [Sparc] Fix lowering FABS on fp128 (long double) on pre-v9 targets.Venkatraman Govindaraju2013-09-21
* [Sparc] Correctly handle call to functions with ReturnsTwice attribute.Venkatraman Govindaraju2013-09-05
* [Sparc] Fix an assertion failure while lowering fcmp on long double.Venkatraman Govindaraju2013-09-04
* [Sparc] Add support for soft long double (fp128).Venkatraman Govindaraju2013-09-03
* [Sparc] Implement spill and load for long double(f128) registers.Venkatraman Govindaraju2013-09-02
* [Sparc] Add long double (f128) instructions to sparc backend. Venkatraman Govindaraju2013-08-25
* [Sparc] Added V9's extra floating point registers and their aliases.Venkatraman Govindaraju2013-08-25
* Use register masks on SPARC call instructions.Jakob Stoklund Olesen2013-08-23
* Add an OtherPreserved field to the CalleeSaved TableGen class.Jakob Stoklund Olesen2013-08-23
* [Sparc] Use HWEncoding instead of unused Num field in Sparc register definiti...Venkatraman Govindaraju2013-08-20
* [Sparc] Enable xword directive in sparcv9.Venkatraman Govindaraju2013-08-10