summaryrefslogtreecommitdiff
path: root/lib/Target/Sparc
Commit message (Expand)AuthorAge
* Remove unused argument.Rafael Espindola2013-05-10
* Passing arguments to varags functions under the SPARC v9 ABI.Jakob Stoklund Olesen2013-04-21
* Fix the SETHIimm pattern for 64-bit code.Jakob Stoklund Olesen2013-04-21
* Compile varargs functions for SPARCv9.Jakob Stoklund Olesen2013-04-20
* Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.Tim Northover2013-04-20
* Add 64-bit multiply and divide instructions for SPARC v9.Jakob Stoklund Olesen2013-04-16
* Use i32 for all SPARC shift amounts, even in 64-bit mode.Jakob Stoklund Olesen2013-04-14
* Add support for the abs64 SPARC v9 code model.Jakob Stoklund Olesen2013-04-14
* Add support for the SPARC v9 abs44 code model.Jakob Stoklund Olesen2013-04-14
* Use target flags for printing SPARC asm operands.Jakob Stoklund Olesen2013-04-14
* Also put target flags on SPARC constant pool references.Jakob Stoklund Olesen2013-04-14
* Fix patterns for 64-bit pointers.Jakob Stoklund Olesen2013-04-14
* Add target flags to SPARC address operands.Jakob Stoklund Olesen2013-04-14
* Define SPARC code models.Jakob Stoklund Olesen2013-04-13
* Use the correct types when matching ADDRri patterns from frame indexes.Jakob Stoklund Olesen2013-04-13
* Extract a function.Jakob Stoklund Olesen2013-04-09
* Compute correct frame sizes for SPARC v9 64-bit frames.Jakob Stoklund Olesen2013-04-09
* Implement LowerCall_64 for the SPARC v9 64-bit ABI.Jakob Stoklund Olesen2013-04-07
* Implement LowerReturn_64 for SPARC v9.Jakob Stoklund Olesen2013-04-06
* SPARC v9 stack pointer bias.Jakob Stoklund Olesen2013-04-06
* Complete formal arguments for the SPARC v9 64-bit ABI.Jakob Stoklund Olesen2013-04-06
* Add SPARC v9 support for select on 64-bit compares.Jakob Stoklund Olesen2013-04-04
* Add 64-bit compare + branch for SPARC v9.Jakob Stoklund Olesen2013-04-03
* Add 64-bit load and store instructions.Jakob Stoklund Olesen2013-04-02
* Basic 64-bit ALU operations.Jakob Stoklund Olesen2013-04-02
* Materialize 64-bit immediates.Jakob Stoklund Olesen2013-04-02
* Add 64-bit shift instructions.Jakob Stoklund Olesen2013-04-02
* Add predicates for distinguishing 32-bit and 64-bit modes.Jakob Stoklund Olesen2013-04-02
* Add support for 64-bit calling convention.Jakob Stoklund Olesen2013-04-02
* Add an I64Regs register class for 64-bit registers.Jakob Stoklund Olesen2013-04-02
* Clean up Sparc patterns.Jakob Stoklund Olesen2013-03-24
* Give Sparc instruction patterns direct types instead of register classes.Jakob Stoklund Olesen2013-03-24
* Use direct types in Sparc def : Pat patterns.Jakob Stoklund Olesen2013-03-23
* Provide the register scavenger to processFunctionBeforeFrameFinalizedHal Finkel2013-03-14
* ArrayRefize some code. No functionality change.Benjamin Kramer2013-03-07
* Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky2013-02-21
* Move MRI liveouts to Sparc return instructions.Jakob Stoklund Olesen2013-02-05
* [PEI] Pass the frame index operand number to the eliminateFrameIndex function.Chad Rosier2013-01-31
* Teach SDISel to combine fsin / fcos into a fsincos node if the followingEvan Cheng2013-01-29
* Clean up assignment of CalleeSaveStackSlotSize: get rid of the default and ex...Eli Bendersky2013-01-23
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-07
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-04
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Implement a basic VectorTargetTransformInfo interface to be used by the loop ...Nadav Rotem2012-10-24
* Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem2012-10-18
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-18
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-10
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Add missing SDNP properties on the flushw node.Jakob Stoklund Olesen2012-08-24