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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SystemZ] Bugfix in emitSelect()
Jonas Paulsson
2020-02-12
1
-2
/
+3
*
CMake: Make most target symbols hidden by default
Tom Stellard
2020-01-14
6
-6
/
+6
*
[Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()
Fangrui Song
2020-01-11
1
-2
/
+0
*
[FPEnv] Invert sense of MIFlag::FPExcept flag
Ulrich Weigand
2020-01-10
1
-3
/
+3
*
[SystemZ] Fix matching another pattern for nxgrk (PR44496)
Ulrich Weigand
2020-01-09
1
-2
/
+3
*
[MC] Add parameter `Address` to MCInstrPrinter::printInstruction
Fangrui Song
2020-01-06
2
-2
/
+2
*
[MC] Add parameter `Address` to MCInstPrinter::printInst
Fangrui Song
2020-01-06
2
-5
/
+5
*
[SystemZ] Don't allow CL option -mpacked-stack with -mbackchain.
Jonas Paulsson
2020-01-03
1
-0
/
+2
*
[SystemZ] Create brcl 0,0 instead of brcl 0,3 in EmitNop for 6 bytes.
Jonas Paulsson
2020-01-02
1
-1
/
+1
*
[FPEnv] Default NoFPExcept SDNodeFlag to false
Ulrich Weigand
2020-01-02
1
-10
/
+26
*
[SystemZ] Add a mapping from "select register" to "load on condition" (2-addr).
Jonas Paulsson
2019-12-20
4
-81
/
+60
*
[SystemZ] Bugfix and improve the handling of CC values.
Jonas Paulsson
2019-12-20
6
-33
/
+141
*
[SystemZ][FPEnv] Enable strict vector FP extends/truncations
Ulrich Weigand
2019-12-20
4
-13
/
+66
*
[StackMaps] Be explicit about label formation [NFC] (try 2)
Philip Reames
2019-12-19
1
-2
/
+10
*
[SystemZ] Recognize mrecord-mcount in backend
Jonas Paulsson
2019-12-19
2
-3
/
+18
*
[FPEnv] Strict versions of llvm.minimum/llvm.maximum
Ulrich Weigand
2019-12-18
2
-2
/
+4
*
[Clang FE, SystemZ] Don't add "true" value for the "mnop-mcount" attribute.
Jonas Paulsson
2019-12-18
2
-3
/
+2
*
[SystemZ][FPEnv] Back-end support for STRICT_[SU]INT_TO_FP
Ulrich Weigand
2019-12-17
3
-16
/
+31
*
[SystemZ] Improve verification of MachineOperands.
Jonas Paulsson
2019-12-16
3
-8
/
+40
*
[NFC] Use EVT instead of bool for getSetCCInverse()
Alex Richardson
2019-12-13
1
-1
/
+1
*
[SystemZ] Implement the packed stack layout
Jonas Paulsson
2019-12-12
4
-112
/
+239
*
[IR] Split out target specific intrinsic enums into separate headers
Reid Kleckner
2019-12-11
2
-1
/
+3
*
Rename TTI::getIntImmCost for instructions and intrinsics
Reid Kleckner
2019-12-11
2
-6
/
+6
*
[SystemZ] Fix 128-bit strict FMA expansion pre-z14
Ulrich Weigand
2019-12-11
1
-6
/
+4
*
[ARM] Teach the Arm cost model that a Shift can be folded into other instruct...
David Green
2019-12-09
2
-7
/
+7
*
[SystemZ] Fix build bot failures
Ulrich Weigand
2019-12-07
1
-4
/
+4
*
[FPEnv] Constrained FCmp intrinsics
Ulrich Weigand
2019-12-07
8
-77
/
+283
*
[FPEnv][SelectionDAG] Relax chain requirements
Ulrich Weigand
2019-12-06
1
-8
/
+8
*
[NFC][KnownBits] Add getMinValue() / getMaxValue() methods
Roman Lebedev
2019-12-03
1
-1
/
+1
*
[SystemZ] Don't build a PPA instruction with an immediate 0 operand.
Jonas Paulsson
2019-11-26
2
-3
/
+7
*
[SystemZ] Return the right offsets from getCalleeSavedSpillSlots().
Jonas Paulsson
2019-11-25
1
-21
/
+28
*
[FPEnv] Add an option to disable strict float node mutating to an normal
Pengfei Wang
2019-11-21
1
-0
/
+3
*
[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"
Tom Stellard
2019-11-21
4
-4
/
+4
*
DAG: Add function context to isFMAFasterThanFMulAndFAdd
Matt Arsenault
2019-11-19
2
-2
/
+4
*
Fix uninitialized variable warning. NFCI.
Simon Pilgrim
2019-11-13
1
-1
/
+1
*
Use MCRegister in copyPhysReg
Matt Arsenault
2019-11-11
2
-15
/
+15
*
[SystemZ] Use LivePhysRegs instead of isCCLiveOut() in SystemZElimCompare.cpp
Jonas Paulsson
2019-11-04
1
-9
/
+4
*
[SystemZ] Fix typo
Ulrich Weigand
2019-11-04
1
-1
/
+1
*
[SystemZ] Add GHC calling convention
Ulrich Weigand
2019-11-04
5
-0
/
+77
*
[SystemZ] Improve handling of huge PC relative immediate offsets.
Jonas Paulsson
2019-11-04
2
-13
/
+40
*
[Alignment][NFC] getMemoryOpCost uses MaybeAlign
Guillaume Chatelet
2019-10-25
2
-3
/
+3
*
[Mips] Use appropriate private label prefix based on Mips ABI
Mirko Brkusanin
2019-10-23
1
-1
/
+2
*
SystemZISelLowering - supportedAddressingMode - silence static analyzer dyn_c...
Simon Pilgrim
2019-10-21
1
-1
/
+1
*
Use Align for TFL::TransientStackAlignment
Guillaume Chatelet
2019-10-21
1
-1
/
+1
*
Prune a LegacyDivergenceAnalysis and MachineLoopInfo include each
Reid Kleckner
2019-10-19
1
-0
/
+1
*
[Alignment][NFC] Use Align for TargetFrameLowering/Subtarget
Guillaume Chatelet
2019-10-17
1
-1
/
+1
*
recommit: [LoopVectorize][PowerPC] Estimate int and float register pressure s...
Zi Xuan Wu
2019-10-12
2
-2
/
+3
*
[System Model] [TTI] Update cache and prefetch TTI interfaces
David Greene
2019-10-09
1
-3
/
+3
*
Revert "[LoopVectorize][PowerPC] Estimate int and float register pressure sep...
Jinsong Ji
2019-10-08
2
-3
/
+2
*
[LoopVectorize][PowerPC] Estimate int and float register pressure separately ...
Zi Xuan Wu
2019-10-08
2
-2
/
+3
[next]