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
*
Make isLegalAddressingMode() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-2
/
+2
*
Make TargetLowering::getPointerTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-14
/
+16
*
[TargetLowering] StringRefize asm constraint getters.
Benjamin Kramer
2015-07-05
1
-9
/
+9
*
SystemZ: Avoid left shifting negative values (it's UB)
Justin Bogner
2015-06-23
1
-4
/
+4
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-2
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-2
/
+2
*
Add address space argument to isLegalAddressingMode
Matt Arsenault
2015-06-01
1
-2
/
+3
*
Silencing an MSVC warning: '<<' : result of 32-bit shift implicitly converted...
Aaron Ballman
2015-05-11
1
-1
/
+1
*
SystemZ: silence a GCC warning
Saleem Abdulrasool
2015-05-10
1
-2
/
+2
*
Change getTargetNodeName() to produce compiler warnings for missing cases, fi...
Matthias Braun
2015-05-07
1
-1
/
+2
*
[SystemZ] Add vector intrinsics
Ulrich Weigand
2015-05-05
1
-0
/
+244
*
[SystemZ] Mark v1i128 and v1f128 as unsupported
Ulrich Weigand
2015-05-05
1
-0
/
+32
*
[SystemZ] Handle sub-128 vectors
Ulrich Weigand
2015-05-05
1
-9
/
+72
*
[SystemZ] Add CodeGen support for scalar f64 ops in vector registers
Ulrich Weigand
2015-05-05
1
-3
/
+8
*
[SystemZ] Add CodeGen support for v4f32
Ulrich Weigand
2015-05-05
1
-13
/
+133
*
[SystemZ] Add CodeGen support for v2f64
Ulrich Weigand
2015-05-05
1
-21
/
+207
*
[SystemZ] Add CodeGen support for integer vector types
Ulrich Weigand
2015-05-05
1
-9
/
+1260
*
[SystemZ] Reclassify f32 subregs of f64 registers
Ulrich Weigand
2015-05-04
1
-2
/
+2
*
[SystemZ] Fix getTargetNodeName
Ulrich Weigand
2015-05-04
1
-1
/
+5
*
Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"
Sergey Dmitrouk
2015-04-28
1
-78
/
+85
*
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
[next]