index
:
delta/llvm.git
277873ce0f48
51f23efbef48
5357a98c823a
9eb3e564d3b
EmptyLineAfterFunctionDefinition
HEAD
Jamie_Phabricator_D100991
LitFixes
Llvm
aranges
arcpatch-D108319
arcpatch-D113798
arcpatch-D90810
base_offset
baserock/flang
baserock/morph
c92d1aa44b132597d
cherry-pick-something
cleaner-attribute-errors
cmake-integration
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
diagnostic-handler-dev
efb284c07e
eng/PR-D101122-follow-up
fix_asan
forTom
hostassoc
llvm_plex_11.0.1
lntue-libc-fmin
maain
mai
main
maste
master
muiez/revert-ffad4
omp-loop
optimize_compinstr_fix
perf/tmp
relase/12.x
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/13.x
release/14.x
release/15.x
release/16.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215010
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
relese/12.x
rgallop/opensource-main/scudo_standalone
scripted-process
shape
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
temp-test-main
test-D97234
testing
upstream
use-after-move-docs
verify-in-debug
vkd1
zibi/warnings_from_nanosleep
github.com: llvm/llvm-project.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
SystemZ
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SystemZ] Bugfix: Don't add CC twice to new three-address instruction.
Jonas Paulsson
2015-12-04
1
-4
/
+10
*
[Stack realignment] Handling of aligned allocas.
Jonas Paulsson
2015-11-28
2
-2
/
+33
*
Drop prelink support.
Rafael Espindola
2015-11-17
2
-16
/
+0
*
Reduce the size of MCRelaxableFragment.
Akira Hatanaka
2015-11-14
1
-1
/
+1
*
[MCTargetAsmParser] Move the member varialbes that reference
Akira Hatanaka
2015-11-14
1
-4
/
+3
*
[SystemZ] Simplify boolean conditional return statements
Ulrich Weigand
2015-11-13
2
-12
/
+4
*
[WinEH] Update exception pointer registers
Joseph Tremoulet
2015-11-07
2
-2
/
+14
*
Remove windows line endings introduced by r252177. NFC.
Tim Northover
2015-11-05
1
-17
/
+17
*
[DebugInfo] Fix ARM/AArch64 prologue_end position. Related to D11268.
Oleg Ranevskyy
2015-11-05
1
-14
/
+17
*
Untabify.
NAKAMURA Takumi
2015-11-02
3
-7
/
+7
*
[SystemZ] Make the CCRegs regclass non-allocatable.
Jonas Paulsson
2015-10-29
3
-4
/
+6
*
Put global classes into the appropriate namespace.
Benjamin Kramer
2015-10-28
1
-4
/
+4
*
[SystemZ] LTGFR use regclass should be GR32, not GR64.
Jonas Paulsson
2015-10-26
1
-1
/
+1
*
[SystemZ] Also clear kill flag for index reg in splitMove().
Jonas Paulsson
2015-10-26
1
-1
/
+3
*
[SystemZ] Don't forget the CC def op on LTEBRCompare pseudos
Jonas Paulsson
2015-10-26
1
-1
/
+1
*
[SystemZ] Tie operands in SystemZShorteInst if MI becomes 2-address.
Jonas Paulsson
2015-10-26
1
-1
/
+10
*
[SystemZ] Use LivePhysRegs helper class in SystemZShortenInst.cpp.
Jonas Paulsson
2015-10-20
1
-80
/
+35
*
SystemZ: Remove implicit ilist iterator conversion, NFC
Duncan P. N. Exon Smith
2015-10-20
1
-1
/
+1
*
[SystemZ] Fixes in the backend I/R.
Jonas Paulsson
2015-10-10
2
-3
/
+5
*
[SystemZ] Remove unused code in SystemZElimCompare.cpp
Jonas Paulsson
2015-10-09
1
-19
/
+7
*
[SystemZ] Remove superfluous braces in SystemZShortenInst.cpp
Jonas Paulsson
2015-10-09
1
-2
/
+2
*
[SystemZ] Minor bugfixes.
Jonas Paulsson
2015-10-09
2
-4
/
+5
*
[SystemZ] Bugfix in SystemZAsmParser.cpp.
Jonas Paulsson
2015-10-09
1
-4
/
+6
*
[SystemZ] Fix another assertion failure in tryBuildVectorShuffle
Ulrich Weigand
2015-10-08
1
-1
/
+1
*
[SystemZ] SystemZElimCompare pass improved.
Jonas Paulsson
2015-10-08
2
-5
/
+38
*
[SystemZ] Bugfix: check CC reg liveness in SystemZShortenInst.
Jonas Paulsson
2015-10-08
1
-4
/
+25
*
[SystemZ] Use load-and-test for fp compare with 0 if vector support is present.
Jonas Paulsson
2015-10-08
3
-3
/
+52
*
[SystemZ] More minor fixing in SystemZElimCompare.cpp
Jonas Paulsson
2015-10-08
1
-9
/
+5
*
[SystemZ] Minor fixes in SystemZElimCompare.cpp
Jonas Paulsson
2015-10-08
1
-4
/
+3
*
[SystemZ] Add some generic (floating point support) load instructions.
Jonas Paulsson
2015-10-01
4
-17
/
+37
*
[SystemZ] Add assembly instructions for obtaining clock values as well as CPU...
Ulrich Weigand
2015-10-01
1
-0
/
+20
*
Prune trailing whitespaces.
NAKAMURA Takumi
2015-09-22
1
-1
/
+1
*
Untabify.
NAKAMURA Takumi
2015-09-22
4
-33
/
+28
*
[SystemZ] Fix expansion of ISD::FPOW and ISD::FSINCOS
Ulrich Weigand
2015-09-21
1
-0
/
+2
*
constify the Function parameter to the TTI creation callback and
Eric Christopher
2015-09-16
2
-2
/
+2
*
Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...
Daniel Sanders
2015-09-15
6
-15
/
+13
*
[SystemZ] Fix assertion failure in tryBuildVectorShuffle
Ulrich Weigand
2015-09-15
1
-1
/
+1
*
Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...
Daniel Sanders
2015-09-15
6
-13
/
+15
*
Revert r247684 - Replace Triple with a new TargetTuple ...
Daniel Sanders
2015-09-15
6
-15
/
+13
*
Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
Daniel Sanders
2015-09-15
6
-13
/
+15
*
Pass BranchProbability/BlockMass by value instead of const& as they are small...
Cong Hou
2015-09-10
2
-4
/
+4
*
[ADT] Switch a bunch of places in LLVM that were doing single-character
Chandler Carruth
2015-09-10
1
-1
/
+1
*
Save LaneMask with livein registers
Matthias Braun
2015-09-09
1
-3
/
+2
*
[DAGCombiner] Attempt to mask vectors before zero extension instead of after.
Simon Pilgrim
2015-08-15
1
-3
/
+19
*
Remove redundant TargetFrameLowering::getFrameIndexOffset virtual
James Y Knight
2015-08-15
3
-6
/
+15
*
[SystemZ] Support large LLVM IR struct return values
Ulrich Weigand
2015-08-13
3
-4
/
+18
*
PseudoSourceValue: Replace global manager with a manager in a machine function.
Alex Lorenz
2015-08-11
2
-27
/
+29
*
[TTI] Make the cost APIs in TargetTransformInfo consistently use 'int'
Chandler Carruth
2015-08-05
2
-10
/
+9
*
Fix typo "fuction" noticed in comments in AssumptionCache.h, and also all the...
Nick Lewycky
2015-07-29
2
-2
/
+2
*
Implement target independent TLS compatible with glibc's emutls.c.
Chih-Hung Hsieh
2015-07-28
1
-0
/
+2
[next]