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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
(Re-landing) Expose a TargetMachine::getTargetTransformInfo function
Sanjoy Das
2017-12-22
1
-1
/
+1
*
Revert "Expose a TargetMachine::getTargetTransformInfo function"
Sanjoy Das
2017-12-21
1
-1
/
+1
*
Expose a TargetMachine::getTargetTransformInfo function
Sanjoy Das
2017-12-21
1
-1
/
+1
*
Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine"
Matthias Braun
2017-10-12
1
-2
/
+2
*
TargetMachine: Merge TargetMachine and LLVMTargetMachine
Matthias Braun
2017-10-12
1
-2
/
+2
*
Delete Default and JITDefault code models
Rafael Espindola
2017-08-03
1
-2
/
+2
*
[SystemZ] Fix trap issue and enable expensive checks.
Jonas Paulsson
2017-06-23
1
-2
/
+0
*
TargetMachine: Indicate whether machine verifier passes.
Matthias Braun
2017-05-31
1
-0
/
+2
*
[SystemZ] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2017-01-24
1
-6
/
+11
*
Delete Reloc::Default.
Rafael Espindola
2016-05-18
1
-1
/
+1
*
[PostRA scheduling] Allow a target to do scheduling when it wants post RA.
Jonas Paulsson
2015-12-10
1
-0
/
+3
*
Replace string GNU Triples with llvm::Triple in TargetMachine. NFC.
Daniel Sanders
2015-06-11
1
-1
/
+1
*
[SystemZ] Provide basic TargetTransformInfo implementation
Ulrich Weigand
2015-03-31
1
-0
/
+1
*
Remove the target independent TargetMachine::getSubtarget and
Eric Christopher
2015-03-21
1
-1
/
+2
*
Move the DataLayout to the generic TargetMachine, making it mandatory.
Mehdi Amini
2015-03-12
1
-3
/
+0
*
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
2015-01-26
1
-0
/
+2
*
Add out of line virtual destructors to all LLVMTargetMachine subclasses
Reid Kleckner
2014-11-20
1
-0
/
+1
*
This patch changes the ownership of TLOF from TargetLoweringBase to TargetMac...
Aditya Nandakumar
2014-11-13
1
-0
/
+4
*
Reverting NFC changes from r218050. Instead, the warning was disabled for GCC...
Aaron Ballman
2014-09-18
1
-1
/
+0
*
Fixing a bunch of -Woverloaded-virtual warnings due to hiding getSubtargetImp...
Aaron Ballman
2014-09-18
1
-0
/
+1
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-19
/
+0
*
Move the subtarget dependent features from SystemZTargetMachine
Eric Christopher
2014-07-01
1
-18
/
+8
*
[SystemZ] Remove "virtual" from override methods
Richard Sandiford
2014-03-06
1
-8
/
+8
*
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
2014-03-02
1
-9
/
+8
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
[SystemZ] Use MVC for memcpy
Richard Sandiford
2013-07-08
1
-2
/
+2
*
[SystemZ] Add back end
Ulrich Weigand
2013-05-06
1
-0
/
+74
*
Remove the SystemZ backend.
Dan Gohman
2011-10-24
1
-68
/
+0
*
- Move CodeModel from a TargetMachine global option to MCCodeGenInfo.
Evan Cheng
2011-07-20
1
-1
/
+2
*
Introduce MCCodeGenInfo, which keeps information that can affect codegen
Evan Cheng
2011-07-19
1
-2
/
+2
*
Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to
Evan Cheng
2011-06-30
1
-1
/
+1
*
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2011-01-10
1
-4
/
+6
*
First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...
Anton Korobeynikov
2010-11-15
1
-4
/
+2
*
Implement a bunch more TargetSelectionDAGInfo infrastructure.
Dan Gohman
2010-05-11
1
-0
/
+6
*
Use const qualifiers with TargetLowering. This eliminates several
Dan Gohman
2010-04-17
1
-2
/
+2
*
Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple
Chris Lattner
2009-08-12
1
-4
/
+0
*
Move most targets TargetMachine constructor to only taking a target triple.
Daniel Dunbar
2009-08-02
1
-2
/
+2
*
Unbreak
Anton Korobeynikov
2009-07-16
1
-4
/
+1
*
Provide proper stack offsets for outgoing arguments
Anton Korobeynikov
2009-07-16
1
-1
/
+1
*
Let's start another backend :)
Anton Korobeynikov
2009-07-16
1
-0
/
+68