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
/
SystemZShortenInst.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SystemZ] Add a mapping from "select register" to "load on condition" (2-addr).
Jonas Paulsson
2019-12-20
1
-30
/
+0
*
[FPEnv] Constrained FCmp intrinsics
Ulrich Weigand
2019-12-07
1
-0
/
+8
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-2
/
+2
*
[SystemZ] Add support for new cpu architecture - arch13
Ulrich Weigand
2019-07-12
1
-0
/
+30
*
[SystemZ, RegAlloc] Favor 3-address instructions during instruction selection.
Jonas Paulsson
2019-06-08
1
-0
/
+25
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-1
/
+1
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
[SystemZ] Add support for IBM z14 processor (2/3)
Ulrich Weigand
2017-07-17
1
-0
/
+40
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[CodeGen] Rename MachineInstrBuilder::addOperand. NFC
Diana Picus
2017-01-13
1
-4
/
+4
*
LivePhysReg: Use reference instead of pointer in init(); NFC
Matthias Braun
2016-12-08
1
-1
/
+1
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...
Matthias Braun
2016-08-25
1
-1
/
+1
*
Trailing whitespace.
NAKAMURA Takumi
2016-06-20
1
-3
/
+3
*
Untabify.
NAKAMURA Takumi
2016-06-20
1
-8
/
+9
*
livePhysRegs: Pass MBB by reference in addLive{Ins|Outs}(); NFC
Matthias Braun
2016-05-03
1
-1
/
+1
*
[SystemZ] Mark CC defs as dead whenever possible.
Jonas Paulsson
2016-05-02
1
-1
/
+1
*
Add optimization bisect opt-in calls for SystemZ passes
Andrew Kaylor
2016-04-26
1
-0
/
+3
*
Add MachineFunctionProperty checks for AllVRegsAllocated for target passes
Derek Schuff
2016-04-04
1
-0
/
+4
*
[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 superfluous braces in SystemZShortenInst.cpp
Jonas Paulsson
2015-10-09
1
-2
/
+2
*
[SystemZ] Bugfix: check CC reg liveness in SystemZShortenInst.
Jonas Paulsson
2015-10-08
1
-4
/
+25
*
[SystemZ] Add some generic (floating point support) load instructions.
Jonas Paulsson
2015-10-01
1
-3
/
+3
*
Save LaneMask with livein registers
Matthias Braun
2015-09-09
1
-3
/
+2
*
[SystemZ] Add CodeGen support for scalar f64 ops in vector registers
Ulrich Weigand
2015-05-05
1
-3
/
+136
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-2
/
+1
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-1
/
+2
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
1
-1
/
+1
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-1
/
+1
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-2
/
+2
*
[SystemZ] Remove "virtual" from override methods
Richard Sandiford
2014-03-06
1
-1
/
+1
*
[SystemZ] Use "for (auto" a bit
Richard Sandiford
2014-03-06
1
-13
/
+10
*
[SystemZ] Update namespace formatting to match current guidelines
Richard Sandiford
2014-03-06
1
-20
/
+20
*
[SystemZ] Add patterns to load a constant into a high word (IIHF)
Richard Sandiford
2013-10-01
1
-0
/
+4
*
[SystemZ] Define the GR64 low-word logic instructions as pseudo aliases.
Richard Sandiford
2013-09-25
1
-1
/
+1
*
[SystemZ] Add instruction-shortening pass
Richard Sandiford
2013-09-25
1
-0
/
+159