summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc/SparcISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Sparc] Fix an assertion failure while lowering fcmp on long double.Venkatraman Govindaraju2013-09-041-1/+1
* [Sparc] Add support for soft long double (fp128).Venkatraman Govindaraju2013-09-031-18/+396
* [Sparc] Add long double (f128) instructions to sparc backend. Venkatraman Govindaraju2013-08-251-0/+134
* Use register masks on SPARC call instructions.Jakob Stoklund Olesen2013-08-231-0/+13
* [Sparc] Rewrite MBB's live-in registers for leaf functions. Also, addVenkatraman Govindaraju2013-07-301-7/+9
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-141-3/+3
* The getRegForInlineAsmConstraint function should only accept MVT value types.Chad Rosier2013-06-221-1/+1
* [Sparc] Delete FPMover Pass and remove Fp* Pseudo-instructions from Sparc bac...Venkatraman Govindaraju2013-06-081-1/+39
* [Sparc]: Use cmp instruction instead of subcc to compare integers.Venkatraman Govindaraju2013-06-071-7/+2
* Sparc: No functionality change. Cleanup whitespaces, comment formatting etc.,Venkatraman Govindaraju2013-06-041-21/+22
* Sparc: Add support for indirect branch and blockaddress in Sparc backend.Venkatraman Govindaraju2013-06-031-0/+13
* Sparc: Mark functions calling llvm.vastart and llvm.returnaddress intrinsics ...Venkatraman Govindaraju2013-06-011-0/+6
* Order CALLSEQ_START and CALLSEQ_END nodes.Andrew Trick2013-05-291-4/+6
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-251-21/+21
* Also expand 64-bit bitcasts.Jakob Stoklund Olesen2013-05-201-0/+2
* Mark i64 SETCC as expand so it is turned into a SELECT_CC.Jakob Stoklund Olesen2013-05-201-0/+2
* Passing arguments to varags functions under the SPARC v9 ABI.Jakob Stoklund Olesen2013-04-211-0/+47
* Compile varargs functions for SPARCv9.Jakob Stoklund Olesen2013-04-201-31/+57
* Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.Tim Northover2013-04-201-1/+0
* Use i32 for all SPARC shift amounts, even in 64-bit mode.Jakob Stoklund Olesen2013-04-141-2/+2
* Add support for the abs64 SPARC v9 code model.Jakob Stoklund Olesen2013-04-141-0/+9
* Add support for the SPARC v9 abs44 code model.Jakob Stoklund Olesen2013-04-141-6/+16
* Also put target flags on SPARC constant pool references.Jakob Stoklund Olesen2013-04-141-26/+35
* Add target flags to SPARC address operands.Jakob Stoklund Olesen2013-04-141-14/+30
* Define SPARC code models.Jakob Stoklund Olesen2013-04-131-3/+3
* Extract a function.Jakob Stoklund Olesen2013-04-091-31/+17
* Compute correct frame sizes for SPARC v9 64-bit frames.Jakob Stoklund Olesen2013-04-091-2/+3
* Implement LowerCall_64 for the SPARC v9 64-bit ABI.Jakob Stoklund Olesen2013-04-071-0/+224
* Implement LowerReturn_64 for SPARC v9.Jakob Stoklund Olesen2013-04-061-9/+97
* Complete formal arguments for the SPARC v9 64-bit ABI.Jakob Stoklund Olesen2013-04-061-2/+92
* Add SPARC v9 support for select on 64-bit compares.Jakob Stoklund Olesen2013-04-041-3/+8
* Add 64-bit compare + branch for SPARC v9.Jakob Stoklund Olesen2013-04-031-3/+9
* Add support for 64-bit calling convention.Jakob Stoklund Olesen2013-04-021-11/+83
* Add an I64Regs register class for 64-bit registers.Jakob Stoklund Olesen2013-04-021-0/+3
* ArrayRefize some code. No functionality change.Benjamin Kramer2013-03-071-6/+3
* Move MRI liveouts to Sparc return instructions.Jakob Stoklund Olesen2013-02-051-15/+12
* Teach SDISel to combine fsin / fcos into a fsincos node if the followingEvan Cheng2013-01-291-0/+2
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-3/+3
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-4/+4
* Move TargetData to DataLayout.Micah Villmow2012-10-081-1/+1
* Remove tabs.Bill Wendling2012-07-191-4/+4
* Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCallJustin Holewinski2012-05-251-7/+12
* Convert some uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper2012-04-201-4/+4
* Always compute all the bits in ComputeMaskedBits.Rafael Espindola2012-04-041-6/+3
* Convert more static tables of registers used by calling convention to uint16_...Craig Topper2012-03-111-3/+3
* Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...Evan Cheng2012-02-281-1/+1
* Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...Daniel Dunbar2012-02-281-1/+1
* Some ARM implementaions, e.g. A-series, does return stack prediction. That is,Evan Cheng2012-02-281-1/+1
* Remove VectorExtras. This unused helper was written for a type of API that is...Benjamin Kramer2012-01-071-1/+0
* Initial CodeGen support for CTTZ/CTLZ where a zero input produces anChandler Carruth2011-12-131-0/+2
OpenPOWER on IntegriCloud