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
/
SystemZInstrInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SystemZ] Simplify boolean conditional return statements
Ulrich Weigand
2015-11-13
1
-9
/
+3
*
[SystemZ] Also clear kill flag for index reg in splitMove().
Jonas Paulsson
2015-10-26
1
-1
/
+3
*
[SystemZ] Fixes in the backend I/R.
Jonas Paulsson
2015-10-10
1
-0
/
+3
*
[SystemZ] Minor bugfixes.
Jonas Paulsson
2015-10-09
1
-1
/
+2
*
[SystemZ] Add some generic (floating point support) load instructions.
Jonas Paulsson
2015-10-01
1
-0
/
+6
*
Untabify.
NAKAMURA Takumi
2015-09-22
1
-19
/
+14
*
Pass BranchProbability/BlockMass by value instead of const& as they are small...
Cong Hou
2015-09-10
1
-2
/
+2
*
[CodeGen] ArrayRef'ize cond/pred in various TII APIs. NFC.
Ahmed Bougacha
2015-06-11
1
-3
/
+2
*
[InstrInfo] Refactor foldOperandImpl to thread through InsertPt. NFC
Keno Fischer
2015-06-08
1
-28
/
+45
*
MachineInstr: Change return value of getOpcode() to unsigned.
Matthias Braun
2015-05-18
1
-1
/
+1
*
[SystemZ] Add CodeGen support for scalar f64 ops in vector registers
Ulrich Weigand
2015-05-05
1
-0
/
+10
*
[SystemZ] Add CodeGen support for integer vector types
Ulrich Weigand
2015-05-05
1
-0
/
+7
*
[SystemZ] Support RISBGN instruction on zEC12
Ulrich Weigand
2015-03-31
1
-13
/
+21
*
ArrayRefize memory operand folding. NFC.
Benjamin Kramer
2015-02-28
1
-8
/
+7
*
Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason for requiring the ma...
Aaron Ballman
2015-02-15
1
-1
/
+1
*
[SystemZ] Make operator bool explicit. NFC.
Benjamin Kramer
2014-10-04
1
-1
/
+1
*
Remove target machine caching from SystemZInstrInfo and
Eric Christopher
2014-06-27
1
-6
/
+6
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-9
/
+9
*
[cleanup] Lift using directives, DEBUG_TYPE definitions, and even some
Chandler Carruth
2014-04-22
1
-2
/
+2
*
Remove some empty statements
Alp Toker
2014-04-19
1
-1
/
+1
*
[SystemZ] Update namespace formatting to match current guidelines
Richard Sandiford
2014-03-06
1
-8
/
+8
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-2
/
+2
*
Fix known typos
Alp Toker
2014-01-24
1
-1
/
+1
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-19
1
-1
/
+4
*
Revert r194865 and r194874.
Alexey Samsonov
2013-11-18
1
-4
/
+1
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-15
1
-1
/
+4
*
[SystemZ] Improve handling of SETCC
Richard Sandiford
2013-10-16
1
-1
/
+1
*
[SystemZ] Use A(G)SI when spilling the target of a constant addition
Richard Sandiford
2013-10-15
1
-2
/
+24
*
[SystemZ] Add comparisons of high words and memory
Richard Sandiford
2013-10-01
1
-0
/
+8
*
[SystemZ] Add comparisons of large immediates using high words
Richard Sandiford
2013-10-01
1
-0
/
+8
*
[SystemZ] Add immediate addition involving high words
Richard Sandiford
2013-10-01
1
-2
/
+50
*
[SystemZ] Extend test-under-mask support to high GR32s
Richard Sandiford
2013-10-01
1
-0
/
+8
*
[SystemZ] Allow integer AND involving high words
Richard Sandiford
2013-10-01
1
-33
/
+50
*
[SystemZ] Allow integer XOR involving high words
Richard Sandiford
2013-10-01
1
-0
/
+4
*
[SystemZ] Allow integer OR involving high words
Richard Sandiford
2013-10-01
1
-0
/
+12
*
[SystemZ] Allow integer insertions with a high-word destination
Richard Sandiford
2013-10-01
1
-0
/
+8
*
[SystemZ] Add patterns to load a constant into a high word (IIHF)
Richard Sandiford
2013-10-01
1
-0
/
+24
*
[SystemZ] Add register zero extensions involving at least one high word
Richard Sandiford
2013-10-01
1
-0
/
+19
*
[SystemZ] Add truncating high-word stores (STCH and STHH)
Richard Sandiford
2013-10-01
1
-0
/
+8
*
[SystemZ] Add zero-extending high-word loads (LLCH and LLHH)
Richard Sandiford
2013-10-01
1
-0
/
+8
*
[SystemZ] Add sign-extending high-word loads (LBH and LHH)
Richard Sandiford
2013-10-01
1
-0
/
+8
*
[SystemZ] Use upper words of GR64s for codegen
Richard Sandiford
2013-10-01
1
-5
/
+73
*
[SystemZ] Rename subregs and add subreg_h32
Richard Sandiford
2013-09-30
1
-6
/
+6
*
[SystemZ] Rein back the use of block operations
Richard Sandiford
2013-09-27
1
-4
/
+8
*
[SystemZ] Define the GR64 low-word logic instructions as pseudo aliases.
Richard Sandiford
2013-09-25
1
-6
/
+6
*
[SystemZ] Use subregs for 64-bit truncating stores
Richard Sandiford
2013-09-25
1
-1
/
+1
*
[SystemZ] Add unsigned compare-and-branch instructions
Richard Sandiford
2013-09-18
1
-0
/
+18
*
[SystemZ] Fix handling of 64-bit memcmp results
Richard Sandiford
2013-08-16
1
-0
/
+7
*
[SystemZ] Fix sign of integer memcmp result
Richard Sandiford
2013-08-16
1
-29
/
+26
[next]