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] Implement __builtin_setjmp, __builtin_longjmp back-end.
Chris Dewhurst
2016-05-04
1
-21
/
+249
*
[Sparc] Constification of TargetMachine arguments
James Y Knight
2016-05-03
1
-1
/
+1
*
[CodeGen] Default CTTZ_ZERO_UNDEF/CTLZ_ZERO_UNDEF to Expand in TargetLowering...
Craig Topper
2016-04-28
1
-4
/
+0
*
[SPARC] [SSP] Add support for LOAD_STACK_GUARD.
Marcin Koscielnicki
2016-04-26
1
-0
/
+13
*
[SPARC] Add support for llvm.thread.pointer.
Marcin Koscielnicki
2016-04-26
1
-0
/
+16
*
[Sparc] Fix double-float fabs and fneg on little endian CPUs.
James Y Knight
2016-04-25
1
-12
/
+28
*
Add __atomic_* lowering to AtomicExpandPass.
James Y Knight
2016-04-12
1
-0
/
+7
*
This reverts commit r266002, r266011 and r266016.
Rafael Espindola
2016-04-12
1
-7
/
+0
*
Add __atomic_* lowering to AtomicExpandPass.
James Y Knight
2016-04-11
1
-0
/
+7
*
Fix broken assert, PR24624
Hans Wennborg
2016-04-11
1
-1
/
+1
*
NFC: make AtomicOrdering an enum class
JF Bastien
2016-04-06
1
-5
/
+5
*
[SPARC] Use AtomicExpandPass to expand AtomicRMW instructions.
James Y Knight
2016-03-29
1
-140
/
+8
*
Tweak some atomics functions in preparation for larger changes; NFC.
James Y Knight
2016-03-16
1
-4
/
+0
*
[DAG] use isUndef() ; NFCI
Sanjay Patel
2016-03-14
1
-2
/
+2
*
Fix Sparc 32bit Lowering to rebundle up v2i32 values.
Nirav Dave
2016-02-26
1
-4
/
+23
*
Update to use new name alignTo().
Rui Ueyama
2016-01-14
1
-1
/
+1
*
[Sparc] Tweak r255668: Use llvm_unreachable.
James Y Knight
2015-12-15
1
-1
/
+1
*
[Sparc] Fix handling of double incoming arguments on sparc little-endian.
James Y Knight
2015-12-15
1
-9
/
+13
*
Expose isXxxConstant() functions from SelectionDAGNodes.h (NFC)
Artyom Skrobov
2015-11-25
1
-6
/
+3
*
[WinEH] Update exception pointer registers
Joseph Tremoulet
2015-11-07
1
-3
/
+0
*
Change makeLibCall to take an ArrayRef<SDValue> instead of pointer and size. ...
Craig Topper
2015-10-22
1
-1
/
+1
*
Drop assert that a call with struct return goes to a function with sret
Joerg Sonnenberger
2015-10-21
1
-2
/
+2
*
Sparc: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-20
1
-3
/
+2
*
Fix assert when emitting llvm.pow.f86.
James Y Knight
2015-10-09
1
-5
/
+4
*
[SPARC] Fix BooleanContents, so that select of a trunc doesn't
James Y Knight
2015-08-19
1
-0
/
+8
*
PseudoSourceValue: Replace global manager with a manager in a machine function.
Alex Lorenz
2015-08-11
1
-5
/
+6
*
[Sparc] Implement i64 load/store support for 32-bit sparc.
James Y Knight
2015-08-10
1
-38
/
+181
*
Implement target independent TLS compatible with glibc's emutls.c.
Chih-Hung Hsieh
2015-07-28
1
-0
/
+3
*
Remove access to the DataLayout in the TargetMachine
Mehdi Amini
2015-07-24
1
-5
/
+5
*
Revert "Remove access to the DataLayout in the TargetMachine"
Mehdi Amini
2015-07-24
1
-5
/
+5
*
Remove access to the DataLayout in the TargetMachine
Mehdi Amini
2015-07-24
1
-5
/
+5
*
Remove getDataLayout() from TargetLowering
Mehdi Amini
2015-07-09
1
-1
/
+1
*
Make TargetLowering::getPointerTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-41
/
+46
*
[TargetLowering] StringRefize asm constraint getters.
Benjamin Kramer
2015-07-05
1
-2
/
+2
*
Change getTargetNodeName() to produce compiler warnings for missing cases, fi...
Matthias Braun
2015-05-07
1
-2
/
+3
*
Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"
Sergey Dmitrouk
2015-04-28
1
-65
/
+68
*
Revert "[DebugInfo] Add debug locations to constant SD nodes"
Daniel Jasper
2015-04-28
1
-68
/
+65
*
[DebugInfo] Add debug locations to constant SD nodes
Sergey Dmitrouk
2015-04-28
1
-65
/
+68
*
Allow memory intrinsics to be tail calls
Krzysztof Parzyszek
2015-04-13
1
-1
/
+2
*
Have getCallPreservedMask and getThisCallPreservedMask take a
Eric Christopher
2015-03-11
1
-6
/
+8
*
getRegForInlineAsmConstraint wants to use TargetRegisterInfo for
Eric Christopher
2015-02-26
1
-4
/
+6
*
Remove an argument-less call to getSubtargetImpl from TargetLoweringBase.
Eric Christopher
2015-02-26
1
-1
/
+1
*
CodeGen: convert CCState interface to using ArrayRefs
Tim Northover
2015-02-21
1
-3
/
+3
*
Reuse a bunch of cached subtargets and remove getSubtarget calls
Eric Christopher
2015-01-30
1
-16
/
+9
*
[SelectionDAG] Allow targets to specify legality of extloads' result
Ahmed Bougacha
2015-01-08
1
-3
/
+6
*
We can get the TLOF from the TargetMachine - so constructor no longer require...
Aditya Nandakumar
2014-11-13
1
-1
/
+1
*
This patch changes the ownership of TLOF from TargetLoweringBase to TargetMac...
Aditya Nandakumar
2014-11-13
1
-1
/
+1
*
Remove the target machine from CCState. Previously it was only used
Eric Christopher
2014-08-06
1
-16
/
+16
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-8
/
+12
*
[SDAG] Allow the legalizer to delete an illegally typed intermediate
Chandler Carruth
2014-08-02
1
-3
/
+4
[next]