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
*
CMake: Make most target symbols hidden by default
Tom Stellard
2020-01-14
1
-1
/
+1
*
[SystemZ] Add SystemZPostRewrite in addPostRegAlloc() instead at -O0.
Jonas Paulsson
2019-09-30
1
-1
/
+4
*
[SystemZ] Merge the SystemZExpandPseudo pass into SystemZPostRewrite.
Jonas Paulsson
2019-09-16
1
-2
/
+0
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-2
/
+2
*
Revert CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-11
1
-1
/
+1
*
CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-10
1
-1
/
+1
*
[SystemZ, RegAlloc] Favor 3-address instructions during instruction selection.
Jonas Paulsson
2019-06-08
1
-0
/
+10
*
[TargetMachine] error message unsupported code model
Sjoerd Meijer
2019-05-22
1
-2
/
+2
*
[SystemZ] Create a TargetInfo header. NFC
Richard Trieu
2019-05-15
1
-0
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Targets] Add errors for tiny and kernel codemodel on targets that don't supp...
David Green
2018-12-07
1
-4
/
+11
*
Move TargetLoweringObjectFile from CodeGen to Target to fix layering
David Blaikie
2018-03-23
1
-1
/
+1
*
(Re-landing) Expose a TargetMachine::getTargetTransformInfo function
Sanjoy Das
2017-12-22
1
-4
/
+3
*
Revert "Expose a TargetMachine::getTargetTransformInfo function"
Sanjoy Das
2017-12-21
1
-3
/
+4
*
Expose a TargetMachine::getTargetTransformInfo function
Sanjoy Das
2017-12-21
1
-4
/
+3
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine"
Matthias Braun
2017-10-12
1
-1
/
+1
*
TargetMachine: Merge TargetMachine and LLVMTargetMachine
Matthias Braun
2017-10-12
1
-1
/
+1
*
Delete Default and JITDefault code models
Rafael Espindola
2017-08-03
1
-4
/
+44
*
[SystemZ] Enable LoopDataPrefetch pass.
Jonas Paulsson
2017-07-14
1
-1
/
+3
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-2
/
+2
*
TargetPassConfig: Keep a reference to an LLVMTargetMachine; NFC
Matthias Braun
2017-05-30
1
-2
/
+2
*
[SystemZ] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2017-01-24
1
-7
/
+20
*
[SystemZ] Improve use of conditional instructions
Ulrich Weigand
2016-11-28
1
-0
/
+8
*
[MachineScheduler] Comments fixing.
Jonas Paulsson
2016-11-09
1
-1
/
+1
*
[SystemZ] Post-RA scheduler implementation
Jonas Paulsson
2016-10-20
1
-7
/
+9
*
Move the global variables representing each Target behind accessor function
Mehdi Amini
2016-10-09
1
-1
/
+1
*
[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
[next]