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
/
SystemZ
/
SystemZISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert "[DebugInfo] Add debug locations to constant SD nodes"
Daniel Jasper
2015-04-28
1
-85
/
+78
*
[DebugInfo] Add debug locations to constant SD nodes
Sergey Dmitrouk
2015-04-28
1
-78
/
+85
*
Allow memory intrinsics to be tail calls
Krzysztof Parzyszek
2015-04-13
1
-0
/
+1
*
[SystemZ] Support transactional execution on zEC12
Ulrich Weigand
2015-04-01
1
-2
/
+186
*
[SystemZ] Address review comments for r233689
Ulrich Weigand
2015-03-31
1
-4
/
+5
*
[SystemZ] Use POPCNT instruction on z196
Ulrich Weigand
2015-03-31
1
-1
/
+47
*
[SystemZ] Provide basic TargetTransformInfo implementation
Ulrich Weigand
2015-03-31
1
-0
/
+10
*
[SystemZ] Fix LLVM crash on unoptimized code
Ulrich Weigand
2015-03-30
1
-0
/
+2
*
Have getCallPreservedMask and getThisCallPreservedMask take a
Eric Christopher
2015-03-11
1
-2
/
+3
*
getRegForInlineAsmConstraint wants to use TargetRegisterInfo for
Eric Christopher
2015-02-26
1
-3
/
+5
*
Remove an argument-less call to getSubtargetImpl from TargetLoweringBase.
Eric Christopher
2015-02-26
1
-1
/
+1
*
Demote vectors to arrays. No functionality change.
Benjamin Kramer
2015-02-19
1
-6
/
+2
*
[SystemZ] Clean up warning
Ulrich Weigand
2015-02-18
1
-4
/
+1
*
[SystemZ] Support all TLS access models - CodeGen part
Ulrich Weigand
2015-02-18
1
-11
/
+121
*
Reuse a bunch of cached subtargets and remove getSubtarget calls
Eric Christopher
2015-01-31
1
-18
/
+17
*
[SelectionDAG] Allow targets to specify legality of extloads' result
Ahmed Bougacha
2015-01-08
1
-4
/
+7
*
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 unnecessary copying or replace it with moves in a bunch of places.
Benjamin Kramer
2014-10-04
1
-1
/
+1
*
Fix undefined behavior (left shift of negative value) in SystemZ backend.
Alexey Samsonov
2014-08-20
1
-6
/
+2
*
Remove the target machine from CCState. Previously it was only used
Eric Christopher
2014-08-06
1
-8
/
+4
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-15
/
+15
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-16
/
+17
*
Make sure no loads resulting from load->switch DAGCombine are marked invariant
Louis Gerbarg
2014-07-31
1
-1
/
+1
*
Add alignment value to allowsUnalignedMemoryAccess
Matt Arsenault
2014-07-27
1
-3
/
+4
*
[SystemZ] Use SystemZCallingConv.td to define callee-saved registers
Richard Sandiford
2014-07-10
1
-0
/
+6
*
Move the subtarget dependent features from SystemZTargetMachine
Eric Christopher
2014-07-01
1
-3
/
+3
*
Remove the caching of the target machine from SystemZTargetLowering.
Eric Christopher
2014-06-27
1
-20
/
+33
*
Rename ComputeMaskedBits to computeKnownBits. "Masked" has been
Jay Foad
2014-05-14
1
-2
/
+2
*
Use makeArrayRef insted of calling ArrayRef<T> constructor directly. I introd...
Craig Topper
2014-04-30
1
-2
/
+2
*
Convert SelectionDAG::getMergeValues to use ArrayRef.
Craig Topper
2014-04-27
1
-6
/
+6
*
Convert getMemIntrinsicNode to take ArrayRef of SDValue instead of pointer an...
Craig Topper
2014-04-26
1
-4
/
+2
*
Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>.
Craig Topper
2014-04-26
1
-10
/
+8
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-5
/
+5
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-2
/
+2
*
[SystemZ] Add support for z196 float<->unsigned conversions
Richard Sandiford
2014-03-21
1
-5
/
+8
*
[SystemZ] Move sign_extend optimization to PerformDAGCombine
Richard Sandiford
2014-03-07
1
-35
/
+36
*
[SystemZ] Use "auto" for cast results
Richard Sandiford
2014-03-06
1
-36
/
+35
*
[SystemZ] Use "for (auto" a bit
Richard Sandiford
2014-03-06
1
-6
/
+3
*
[SystemZ] Update namespace formatting to match current guidelines
Richard Sandiford
2014-03-06
1
-1
/
+1
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-3
/
+2
*
Add address space argument to allowsUnalignedMemoryAccess.
Matt Arsenault
2014-02-05
1
-0
/
+1
*
Fix known typos
Alp Toker
2014-01-24
1
-1
/
+1
*
[SystemZ] Optimize (sext (ashr (shl ...), ...))
Richard Sandiford
2014-01-13
1
-0
/
+35
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+0
*
Fix typo.
Richard Sandiford
2013-12-24
1
-1
/
+1
*
[SystemZ] Use interlocked-access 1 instructions for CodeGen
Richard Sandiford
2013-12-24
1
-1
/
+43
*
[SystemZ] Optimize comparisons with truncated extended loads
Richard Sandiford
2013-12-20
1
-2
/
+24
*
[SystemZ] Optimize X [!=]= Y in cases where X - Y or Y - X is also computed
Richard Sandiford
2013-12-13
1
-0
/
+21
*
[SystemZ] Make more use of TMHH
Richard Sandiford
2013-12-13
1
-25
/
+53
[prev]
[next]