index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
Sparc
Age
Commit message (
Expand
)
Author
2013-04-21
Passing arguments to varags functions under the SPARC v9 ABI.
Jakob Stoklund Olesen
2013-04-21
Fix the SETHIimm pattern for 64-bit code.
Jakob Stoklund Olesen
2013-04-20
Compile varargs functions for SPARCv9.
Jakob Stoklund Olesen
2013-04-20
Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.
Tim Northover
2013-04-16
Add 64-bit multiply and divide instructions for SPARC v9.
Jakob Stoklund Olesen
2013-04-14
Use i32 for all SPARC shift amounts, even in 64-bit mode.
Jakob Stoklund Olesen
2013-04-14
Add support for the abs64 SPARC v9 code model.
Jakob Stoklund Olesen
2013-04-14
Add support for the SPARC v9 abs44 code model.
Jakob Stoklund Olesen
2013-04-14
Use target flags for printing SPARC asm operands.
Jakob Stoklund Olesen
2013-04-14
Also put target flags on SPARC constant pool references.
Jakob Stoklund Olesen
2013-04-14
Fix patterns for 64-bit pointers.
Jakob Stoklund Olesen
2013-04-14
Add target flags to SPARC address operands.
Jakob Stoklund Olesen
2013-04-13
Define SPARC code models.
Jakob Stoklund Olesen
2013-04-13
Use the correct types when matching ADDRri patterns from frame indexes.
Jakob Stoklund Olesen
2013-04-09
Extract a function.
Jakob Stoklund Olesen
2013-04-09
Compute correct frame sizes for SPARC v9 64-bit frames.
Jakob Stoklund Olesen
2013-04-07
Implement LowerCall_64 for the SPARC v9 64-bit ABI.
Jakob Stoklund Olesen
2013-04-06
Implement LowerReturn_64 for SPARC v9.
Jakob Stoklund Olesen
2013-04-06
SPARC v9 stack pointer bias.
Jakob Stoklund Olesen
2013-04-06
Complete formal arguments for the SPARC v9 64-bit ABI.
Jakob Stoklund Olesen
2013-04-04
Add SPARC v9 support for select on 64-bit compares.
Jakob Stoklund Olesen
2013-04-03
Add 64-bit compare + branch for SPARC v9.
Jakob Stoklund Olesen
2013-04-02
Add 64-bit load and store instructions.
Jakob Stoklund Olesen
2013-04-02
Basic 64-bit ALU operations.
Jakob Stoklund Olesen
2013-04-02
Materialize 64-bit immediates.
Jakob Stoklund Olesen
2013-04-02
Add 64-bit shift instructions.
Jakob Stoklund Olesen
2013-04-02
Add predicates for distinguishing 32-bit and 64-bit modes.
Jakob Stoklund Olesen
2013-04-02
Add support for 64-bit calling convention.
Jakob Stoklund Olesen
2013-04-02
Add an I64Regs register class for 64-bit registers.
Jakob Stoklund Olesen
2013-03-24
Clean up Sparc patterns.
Jakob Stoklund Olesen
2013-03-24
Give Sparc instruction patterns direct types instead of register classes.
Jakob Stoklund Olesen
2013-03-23
Use direct types in Sparc def : Pat patterns.
Jakob Stoklund Olesen
2013-03-14
Provide the register scavenger to processFunctionBeforeFrameFinalized
Hal Finkel
2013-03-07
ArrayRefize some code. No functionality change.
Benjamin Kramer
2013-02-21
Move the eliminateCallFramePseudoInstr method from TargetRegisterInfo
Eli Bendersky
2013-02-05
Move MRI liveouts to Sparc return instructions.
Jakob Stoklund Olesen
2013-01-31
[PEI] Pass the frame index operand number to the eliminateFrameIndex function.
Chad Rosier
2013-01-29
Teach SDISel to combine fsin / fcos into a fsincos node if the following
Evan Cheng
2013-01-23
Clean up assignment of CalleeSaveStackSlotSize: get rid of the default and ex...
Eli Bendersky
2013-01-07
Switch TargetTransformInfo from an immutable analysis pass that requires
Chandler Carruth
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-04
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-10-24
Implement a basic VectorTargetTransformInfo interface to be used by the loop ...
Nadav Rotem
2012-10-18
Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...
Nadav Rotem
2012-10-18
Temporarily revert the TargetTransform changes.
Bob Wilson
2012-10-10
Add a new interface to allow IR-level passes to access codegen-specific infor...
Nadav Rotem
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-08-24
Add missing SDNP properties on the flushw node.
Jakob Stoklund Olesen
2012-08-06
Remove empty overrides of processFunctionBeforeFrameFinalized().
Roman Divacky
[next]