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
*
[SystemZ] Simplify boolean conditional return statements
Ulrich Weigand
2015-11-13
1
-3
/
+1
*
[WinEH] Update exception pointer registers
Joseph Tremoulet
2015-11-07
1
-2
/
+0
*
Untabify.
NAKAMURA Takumi
2015-11-02
1
-2
/
+2
*
[SystemZ] Fix another assertion failure in tryBuildVectorShuffle
Ulrich Weigand
2015-10-08
1
-1
/
+1
*
[SystemZ] Use load-and-test for fp compare with 0 if vector support is present.
Jonas Paulsson
2015-10-08
1
-0
/
+32
*
Prune trailing whitespaces.
NAKAMURA Takumi
2015-09-22
1
-1
/
+1
*
Untabify.
NAKAMURA Takumi
2015-09-22
1
-12
/
+12
*
[SystemZ] Fix expansion of ISD::FPOW and ISD::FSINCOS
Ulrich Weigand
2015-09-21
1
-0
/
+2
*
[SystemZ] Fix assertion failure in tryBuildVectorShuffle
Ulrich Weigand
2015-09-15
1
-1
/
+1
*
[SystemZ] Support large LLVM IR struct return values
Ulrich Weigand
2015-08-13
1
-0
/
+14
*
PseudoSourceValue: Replace global manager with a manager in a machine function.
Alex Lorenz
2015-08-11
1
-22
/
+26
*
Implement target independent TLS compatible with glibc's emutls.c.
Chih-Hung Hsieh
2015-07-28
1
-0
/
+2
*
Remove access to the DataLayout in the TargetMachine
Mehdi Amini
2015-07-24
1
-2
/
+1
*
Revert "Remove access to the DataLayout in the TargetMachine"
Mehdi Amini
2015-07-24
1
-1
/
+2
*
Remove access to the DataLayout in the TargetMachine
Mehdi Amini
2015-07-24
1
-2
/
+1
*
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
[next]