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
/
SystemZTargetMachine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SystemZ] Utilize Test Data Class instructions.
Marcin Koscielnicki
2016-07-10
1
-0
/
+3
*
Delete Reloc::Default.
Rafael Espindola
2016-05-18
1
-2
/
+11
*
CodeGen: Move TargetPassConfig from Passes.h to an own header; NFC
Matthias Braun
2016-05-10
1
-0
/
+1
*
[SystemZ] Implement conditional returns
Ulrich Weigand
2016-04-07
1
-2
/
+1
*
[PostRA scheduling] Allow a target to do scheduling when it wants post RA.
Jonas Paulsson
2015-12-10
1
-0
/
+11
*
[SystemZ] SystemZElimCompare pass improved.
Jonas Paulsson
2015-10-08
1
-2
/
+7
*
constify the Function parameter to the TTI creation callback and
Eric Christopher
2015-09-16
1
-1
/
+1
*
[ADT] Switch a bunch of places in LLVM that were doing single-character
Chandler Carruth
2015-09-10
1
-1
/
+1
*
Replace string GNU Triples with llvm::Triple in TargetMachine. NFC.
Daniel Sanders
2015-06-11
1
-4
/
+4
*
Replace string GNU Triples with llvm::Triple in computeDataLayout(). NFC.
Daniel Sanders
2015-06-11
1
-5
/
+4
*
Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...
Daniel Sanders
2015-06-10
1
-3
/
+3
*
[SystemZ] Add CodeGen support for integer vector types
Ulrich Weigand
2015-05-05
1
-4
/
+59
*
[SystemZ] Provide basic TargetTransformInfo implementation
Ulrich Weigand
2015-03-31
1
-0
/
+7
*
Move the DataLayout to the generic TargetMachine, making it mandatory.
Mehdi Amini
2015-03-12
1
-5
/
+5
*
[SystemZ] Support all TLS access models - CodeGen part
Ulrich Weigand
2015-02-18
1
-0
/
+4
*
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
2015-01-26
1
-0
/
+4
*
[CodeGen] Add print and verify pass after each MachineFunctionPass by default
Matthias Braun
2014-12-11
1
-8
/
+6
*
This reverts commit r224043 and r224042.
Rafael Espindola
2014-12-11
1
-6
/
+8
*
[CodeGen] Add print and verify pass after each MachineFunctionPass by default
Matthias Braun
2014-12-11
1
-8
/
+6
*
Add out of line virtual destructors to all LLVMTargetMachine subclasses
Reid Kleckner
2014-11-20
1
-0
/
+2
*
This patch changes the ownership of TLOF from TargetLoweringBase to TargetMac...
Aditya Nandakumar
2014-11-13
1
-0
/
+2
*
Enable partial libcall inlining for all targets by default.
James Molloy
2014-07-23
1
-1
/
+0
*
Move the subtarget dependent features from SystemZTargetMachine
Eric Christopher
2014-07-01
1
-6
/
+1
*
Remove the use and initialization of the target machine and subtarget
Eric Christopher
2014-07-01
1
-10
/
+8
*
Remove target machine caching from SystemZInstrInfo and
Eric Christopher
2014-06-27
1
-1
/
+1
*
Have SystemZSelectionDAGInfo constructor take a DataLayout rather
Eric Christopher
2014-06-27
1
-1
/
+1
*
[SystemZ] Do not install IfConverter pass at -O0
Ulrich Weigand
2014-06-05
1
-1
/
+2
*
[SystemZ] Remove "virtual" from override methods
Richard Sandiford
2014-03-06
1
-4
/
+4
*
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
2014-03-02
1
-4
/
+4
*
Make the llvm mangler depend only on DataLayout.
Rafael Espindola
2014-01-03
1
-1
/
+1
*
On DataLayout, omit the default of p:64:64:64.
Rafael Espindola
2013-12-16
1
-1
/
+1
*
Simplify the SystemZ datalayout string.
Rafael Espindola
2013-12-12
1
-2
/
+1
*
Use "a" instead of "a0" in DataLayout.
Rafael Espindola
2013-12-12
1
-1
/
+1
*
[SystemZ] Add instruction-shortening pass
Richard Sandiford
2013-09-25
1
-0
/
+2
*
Turn MipsOptimizeMathLibCalls into a target-independent scalar transform
Richard Sandiford
2013-08-23
1
-0
/
+7
*
[SystemZ] Use BRCT and BRCTG to eliminate add-&-compare sequences
Richard Sandiford
2013-08-05
1
-0
/
+3
*
[SystemZ] Split out comparison elimination into a separate pass
Richard Sandiford
2013-08-05
1
-0
/
+22
*
[SystemZ] Add LOCR and LOCGR
Richard Sandiford
2013-07-25
1
-0
/
+7
*
[SystemZ] Add long branch pass
Richard Sandiford
2013-05-20
1
-1
/
+7
*
Remove the MachineMove class.
Rafael Espindola
2013-05-13
1
-0
/
+1
*
[SystemZ] Add back end
Ulrich Weigand
2013-05-06
1
-0
/
+60
*
Remove the SystemZ backend.
Dan Gohman
2011-10-24
1
-40
/
+0
*
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-08-24
1
-1
/
+1
*
- Move CodeModel from a TargetMachine global option to MCCodeGenInfo.
Evan Cheng
2011-07-20
1
-4
/
+4
*
Introduce MCCodeGenInfo, which keeps information that can affect codegen
Evan Cheng
2011-07-19
1
-7
/
+4
*
Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...
Evan Cheng
2011-07-14
1
-2
/
+0
*
Eliminate asm parser's dependency on TargetMachine:
Evan Cheng
2011-07-08
1
-1
/
+1
*
Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to
Evan Cheng
2011-06-30
1
-1
/
+2
*
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2011-01-10
1
-1
/
+1
*
First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...
Anton Korobeynikov
2010-11-15
1
-1
/
+1
[next]