aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Sparc/SparcISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added invariant field to the DAG.getLoad method and changed all calls.Pete Cooper2011-11-081-15/+15
* Code generation for 'fence' instruction.Eli Friedman2011-07-271-1/+3
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-2/+2
* Add an intrinsic and codegen support for fused multiply-accumulate. The intentCameron Zwarich2011-07-081-0/+2
* Remove getRegClassForInlineAsmConstraint from sparc.Eric Christopher2011-06-291-21/+0
* Add a parameter to CCState so that it can access the MachineFunction.Eric Christopher2011-06-081-9/+9
* Make the logic for determining function alignment more explicit. No function...Eli Friedman2011-05-061-5/+2
* Remove unused variables caught by GCC's -Wunused-but-set-variable.Benjamin Kramer2011-05-031-2/+0
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Revert r124611 - "Keep track of incoming argument's location while emitting L...Devang Patel2011-02-211-1/+1