index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
Sparc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[Sparc] Handle atomic loads/stores in sparc backend.
Venkatraman Govindaraju
2014-01-01
3
-3
/
+101
*
[SparcV9]: Custom lower UMULO/SMULO so that the arguments are send to __multi...
Venkatraman Govindaraju
2014-01-01
1
-0
/
+52
*
[SparcV9]: Use SRL instead of SLL to clear top 32-bits in ctpop:i32. SLL does...
Venkatraman Govindaraju
2014-01-01
1
-2
/
+2
*
[SparcV9] Use separate instruction patterns for 64 bit arithmetic instruction...
Venkatraman Govindaraju
2013-12-29
3
-40
/
+83
*
[SparcV9] For codegen generated library calls that return float, set inreg fl...
Venkatraman Govindaraju
2013-12-29
1
-0
/
+6
*
[SparcV9]: Implement lowering of long double (fp128) arguments in Sparc64 ABI.
Venkatraman Govindaraju
2013-12-29
1
-8
/
+60
*
[Sparc] Lower and MachineInstr to MC and print assembly using MCInstPrinter.
Venkatraman Govindaraju
2013-12-26
11
-70
/
+416
*
[Sparc] Add target specific MCExpr class to handle sparc specific modifiers l...
Venkatraman Govindaraju
2013-12-26
3
-0
/
+183
*
[Sparc] Add MCInstPrinter implementation for SPARC.
Venkatraman Govindaraju
2013-12-25
8
-4
/
+188
*
Add stack alignment information for Sparc.
Rafael Espindola
2013-12-19
1
-0
/
+5
*
The preferred alignment defaults to the abi alignment. Omit if it is the same.
Rafael Espindola
2013-12-16
1
-3
/
+3
*
On DataLayout, omit the default of p:64:64:64.
Rafael Espindola
2013-12-16
1
-4
/
+2
*
Assume defaults to produce smaller datalayout strings.
Rafael Espindola
2013-12-13
1
-3
/
+3
*
Move Sparc's getDataLayout out of line and add comments.
Rafael Espindola
2013-12-11
2
-10
/
+24
*
Prune redundant dependencies in LLVMBuild.txt.
NAKAMURA Takumi
2013-12-11
1
-1
/
+1
*
[SPARCV9]: Adjust the resultant pointer of DYNAMIC_STACKALLOC with the stack ...
Venkatraman Govindaraju
2013-12-09
1
-3
/
+5
*
[Sparc]: Implement getSetCCResultType() in SparcTargetLowering so that umulo/...
Venkatraman Govindaraju
2013-12-09
2
-0
/
+9
*
[SparcV9]: Expand MULHU/MULHS:i64 and UMUL_LOHI/SMUL_LOHI:i64 on sparcv9.
Venkatraman Govindaraju
2013-12-08
1
-0
/
+7
*
Refactor the setting of PrivateGlobalPrefix.
Rafael Espindola
2013-12-02
1
-2
/
+0
*
Change the default of AsmWriterClassName and isMCAsmWriter.
Rafael Espindola
2013-12-02
1
-0
/
+7
*
[CMake] Let add_public_tablegen_target() provide intrinsics_gen, too.
NAKAMURA Takumi
2013-11-28
1
-2
/
+0
*
[CMake] Let add_public_tablegen_target responsible to provide dependency to C...
NAKAMURA Takumi
2013-11-28
3
-5
/
+1
*
[CMake] Prune include_directories() in llvm/lib/Target. add_llvm_target() set...
NAKAMURA Takumi
2013-11-28
1
-2
/
+0
*
SparcFrameLowering.cpp: Prune 'DL' [-Wunused-variable]
NAKAMURA Takumi
2013-11-25
1
-1
/
+0
*
[Sparc] Emit large negative adjustments to SP/FP with sethi+xor instead of se...
Venkatraman Govindaraju
2013-11-24
4
-40
/
+108
*
[Sparc]: Implement LEA pattern for sparcv9.
Venkatraman Govindaraju
2013-11-24
2
-4
/
+11
*
[SparcV9]: Do not emit .register directives for global registers that are clo...
Venkatraman Govindaraju
2013-11-24
1
-1
/
+1
*
[SparcV9] Enable custom lowering of DYNAMIC_STACKALLOC in sparc64.
Venkatraman Govindaraju
2013-11-24
1
-6
/
+11
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-19
2
-1
/
+6
*
Revert r194865 and r194874.
Alexey Samsonov
2013-11-18
2
-6
/
+1
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-15
2
-1
/
+6
*
Expand rotate instructions on sparcv9 as well.
Roman Divacky
2013-11-12
1
-0
/
+2
*
[SparcV9] Handle i64 <-> float conversions in sparcv9 mode.
Venkatraman Govindaraju
2013-11-03
4
-28
/
+184
*
[Sparc] Expand FP_TO_UINT, UINT_TO_FP for fp128.
Venkatraman Govindaraju
2013-11-03
1
-3
/
+42
*
[SparcV9] Add ctpop instruction for i64. Also, expand ctlz, cttz and bswap.
Venkatraman Govindaraju
2013-11-03
2
-0
/
+9
*
SparcV9 doesnt have rem instruction either.
Roman Divacky
2013-10-31
1
-0
/
+8
*
Add a helper getSymbol to AsmPrinter.
Rafael Espindola
2013-10-29
1
-1
/
+1
*
Add a MCAsmInfoELF class and factor some code into it.
Rafael Espindola
2013-10-16
2
-4
/
+2
*
[Sparc] Disable tail call optimization for sparc64.
Venkatraman Govindaraju
2013-10-09
1
-0
/
+3
*
SparcJITInfo.cpp: Prune "default:" label to fix a warning. [-Wcovered-switch-...
NAKAMURA Takumi
2013-10-08
1
-1
/
+0
*
Prune trailing linefeeds.
NAKAMURA Takumi
2013-10-08
1
-2
/
+0
*
[Sparc] Implement JIT for SPARC.
Venkatraman Govindaraju
2013-10-08
12
-44
/
+586
*
[Sparc] Do not hardcode nop in the delay slot of TLS_CALL. Use DelaySlotFille...
Venkatraman Govindaraju
2013-10-08
2
-3
/
+4
*
Remove getEHExceptionRegister and getEHHandlerRegister.
Rafael Espindola
2013-10-07
2
-11
/
+0
*
[Sparc] Do not emit nop after fcmp* instruction with V9.
Venkatraman Govindaraju
2013-10-06
2
-7
/
+22
*
[Sparc] Custom lower addc/adde/subc/sube on i64 in sparc64.
Venkatraman Govindaraju
2013-10-06
2
-7
/
+55
*
[Sparc] Use addxcc/subxcc for adde/sube instead of addx/subx.
Venkatraman Govindaraju
2013-10-06
1
-4
/
+4
*
[Sparc] Use correct alignment while loading/storing fp128 values.
Venkatraman Govindaraju
2013-10-05
1
-4
/
+13
*
[Sparc] Respect hasHardQuad parameter correctly when lowering SINT_TO_FP with...
Venkatraman Govindaraju
2013-10-05
1
-1
/
+1
*
[Sparc] Correct the floating point conditional code mapping in GetOppositeBra...
Venkatraman Govindaraju
2013-10-04
1
-8
/
+8
[prev]
[next]