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
...
*
[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
*
[Sparc] Add support for TLS in sparc.
Venkatraman Govindaraju
2013-09-22
1
-2
/
+101
*
[SPARC] Make functions with GLOBAL_OFFSET_TABLE access as non-leaf functions.
Venkatraman Govindaraju
2013-09-22
1
-0
/
+4
*
[Sparc] Fix lowering FABS on fp128 (long double) on pre-v9 targets.
Venkatraman Govindaraju
2013-09-21
1
-6
/
+6
*
[Sparc] Correctly handle call to functions with ReturnsTwice attribute.
Venkatraman Govindaraju
2013-09-05
1
-4
/
+34
*
[Sparc] Fix an assertion failure while lowering fcmp on long double.
Venkatraman Govindaraju
2013-09-04
1
-1
/
+1
*
[Sparc] Add support for soft long double (fp128).
Venkatraman Govindaraju
2013-09-03
1
-18
/
+396
*
[Sparc] Add long double (f128) instructions to sparc backend.
Venkatraman Govindaraju
2013-08-25
1
-0
/
+134
*
Use register masks on SPARC call instructions.
Jakob Stoklund Olesen
2013-08-23
1
-0
/
+13
*
[Sparc] Rewrite MBB's live-in registers for leaf functions. Also, add
Venkatraman Govindaraju
2013-07-30
1
-7
/
+9
*
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...
Craig Topper
2013-07-14
1
-3
/
+3
*
The getRegForInlineAsmConstraint function should only accept MVT value types.
Chad Rosier
2013-06-22
1
-1
/
+1
*
[Sparc] Delete FPMover Pass and remove Fp* Pseudo-instructions from Sparc bac...
Venkatraman Govindaraju
2013-06-08
1
-1
/
+39
*
[Sparc]: Use cmp instruction instead of subcc to compare integers.
Venkatraman Govindaraju
2013-06-07
1
-7
/
+2
*
Sparc: No functionality change. Cleanup whitespaces, comment formatting etc.,
Venkatraman Govindaraju
2013-06-04
1
-21
/
+22
*
Sparc: Add support for indirect branch and blockaddress in Sparc backend.
Venkatraman Govindaraju
2013-06-03
1
-0
/
+13
*
Sparc: Mark functions calling llvm.vastart and llvm.returnaddress intrinsics ...
Venkatraman Govindaraju
2013-06-01
1
-0
/
+6
*
Order CALLSEQ_START and CALLSEQ_END nodes.
Andrew Trick
2013-05-29
1
-4
/
+6
*
Track IR ordering of SelectionDAG nodes 2/4.
Andrew Trick
2013-05-25
1
-21
/
+21
*
Also expand 64-bit bitcasts.
Jakob Stoklund Olesen
2013-05-20
1
-0
/
+2
*
Mark i64 SETCC as expand so it is turned into a SELECT_CC.
Jakob Stoklund Olesen
2013-05-20
1
-0
/
+2
*
Passing arguments to varags functions under the SPARC v9 ABI.
Jakob Stoklund Olesen
2013-04-21
1
-0
/
+47
*
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
[prev]
[next]