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