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
/
SparcISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Target: remove old constructors for CallLoweringInfo
Saleem Abdulrasool
2014-05-17
1
-14
/
+7
*
Instead of littering asserts throughout the code after every call to
Jay Foad
2014-05-15
1
-2
/
+0
*
Rename ComputeMaskedBits to computeKnownBits. "Masked" has been
Jay Foad
2014-05-14
1
-3
/
+3
*
Allow sret on the second parameter as well as the first
Reid Kleckner
2014-05-09
1
-2
/
+5
*
Convert SelectionDAG::getMergeValues to use ArrayRef.
Craig Topper
2014-04-27
1
-4
/
+4
*
Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>.
Craig Topper
2014-04-26
1
-19
/
+11
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-15
/
+15
*
Make consistent use of MCPhysReg instead of uint16_t throughout the tree.
Craig Topper
2014-04-04
1
-3
/
+3
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-1
/
+1
*
[Sparc] 80 column rule. No functionality change.
Venkatraman Govindaraju
2014-03-01
1
-1
/
+2
*
Lower FNEG just like FABS to fneg[ds] and fmov[ds], thus avoiding
Roman Divacky
2014-02-27
1
-17
/
+8
*
SPARC: Implement TRAP lowering. Matches what GCC emits.
Benjamin Kramer
2014-02-23
1
-0
/
+2
*
Expand 64bit {SHL,SHR,SRA}_PARTS on sparcv9.
Roman Divacky
2014-02-19
1
-0
/
+4
*
[Sparc] Emit correct relocations for PIC code when integrated assembler is used.
Venkatraman Govindaraju
2014-02-07
1
-6
/
+11
*
[Sparc] Use SparcMCExpr::VariantKind itself as MachineOperand's target flags.
Venkatraman Govindaraju
2014-02-07
1
-24
/
+35
*
Implement SPARCv9 atomic_swap_64 with a pseudo.
Jakob Stoklund Olesen
2014-01-30
1
-3
/
+7
*
[Sparc] Use %r_disp32 for pc_rel entries in gcc_except_table and eh_frame.
Venkatraman Govindaraju
2014-01-29
1
-1
/
+2
*
Clean up the Legal/Expand logic for SPARC popc.
Jakob Stoklund Olesen
2014-01-26
1
-5
/
+4
*
Only generate the popc instruction for SPARC CPUs that implement it.
Jakob Stoklund Olesen
2014-01-26
1
-2
/
+3
*
Fix swapped CASA operands.
Jakob Stoklund Olesen
2014-01-26
1
-2
/
+2
*
[SparcV9] Add support for JIT in Sparc64.
Venkatraman Govindaraju
2014-01-24
1
-1
/
+0
*
Implement atomicrmw operations in 32 and 64 bits for SPARCv9.
Jakob Stoklund Olesen
2014-01-24
1
-12
/
+148
*
[Sparc] Add support for inline assembly constraints which specify registers b...
Venkatraman Govindaraju
2014-01-22
1
-0
/
+20
*
[Sparc] Add support for inline assembly constraint 'I'.
Venkatraman Govindaraju
2014-01-22
1
-0
/
+60
*
Add FPExt option to CCValAssign::LocInfo. When generating calling-convention
Lang Hames
2014-01-14
1
-1
/
+3
*
The SPARCv9 ABI returns a float in %f0.
Jakob Stoklund Olesen
2014-01-12
1
-2
/
+2
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Remove unnecessary #includes.
Bill Wendling
2014-01-06
1
-1
/
+0
*
Refactor function that checks that __builtin_returnaddress's argument is cons...
Bill Wendling
2014-01-06
1
-4
/
+1
*
Emit an error message if the value passed to __builtin_returnaddress isn't a ...
Bill Wendling
2014-01-05
1
-0
/
+7
*
[SparcV9]: Implement RETURNADDR and FRAMEADDR lowering in SPARC64.
Venkatraman Govindaraju
2014-01-04
1
-39
/
+54
*
[Sparc] Handle atomic loads/stores in sparc backend.
Venkatraman Govindaraju
2014-01-01
1
-3
/
+35
*
[SparcV9]: Custom lower UMULO/SMULO so that the arguments are send to __multi...
Venkatraman Govindaraju
2014-01-01
1
-0
/
+52
*
[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
*
[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
1
-0
/
+6
*
[SparcV9]: Expand MULHU/MULHS:i64 and UMUL_LOHI/SMUL_LOHI:i64 on sparcv9.
Venkatraman Govindaraju
2013-12-08
1
-0
/
+7
*
[SparcV9] Enable custom lowering of DYNAMIC_STACKALLOC in sparc64.
Venkatraman Govindaraju
2013-11-24
1
-6
/
+11
*
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
1
-28
/
+136
*
[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
1
-0
/
+7
*
SparcV9 doesnt have rem instruction either.
Roman Divacky
2013-10-31
1
-0
/
+8
*
[Sparc] Disable tail call optimization for sparc64.
Venkatraman Govindaraju
2013-10-09
1
-0
/
+3
*
[Sparc] Implement JIT for SPARC.
Venkatraman Govindaraju
2013-10-08
1
-0
/
+1
*
[Sparc] Custom lower addc/adde/subc/sube on i64 in sparc64.
Venkatraman Govindaraju
2013-10-06
1
-0
/
+55
*
[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] Implements exception handling in SPARC with DwarfCFI.
Venkatraman Govindaraju
2013-09-26
1
-4
/
+2
[next]