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
/
SystemZAsmPrinter.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] Create brcl 0,0 instead of brcl 0,3 in EmitNop for 6 bytes.
Jonas Paulsson
2020-01-02
1
-1
/
+1
*
[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
1
-0
/
+12
*
[Clang FE, SystemZ] Don't add "true" value for the "mnop-mcount" attribute.
Jonas Paulsson
2019-12-18
1
-2
/
+1
*
[SystemZ] Recognize mnop-mcount in backend
Jonas Paulsson
2019-09-26
1
-0
/
+6
*
[SystemZ] Add support for fentry.
Jonas Paulsson
2019-09-03
1
-0
/
+14
*
[SystemZ] Support vector load/store alignment hints
Ulrich Weigand
2019-06-19
1
-0
/
+41
*
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] Create a TargetInfo header. NFC
Richard Trieu
2019-05-15
1
-0
/
+1
*
[SystemZ] Move InstPrinter files to MCTargetDesc. NFC
Richard Trieu
2019-05-11
1
-1
/
+1
*
[AsmPrinter] refactor to support %c w/ GlobalAddress'
Nick Desaulniers
2019-04-26
1
-9
/
+5
*
[AsmPrinter] refactor to remove remove AsmVariant. NFC
Nick Desaulniers
2019-04-10
1
-4
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[CodeGen] Support custom format of stack maps
Than McIntosh
2018-11-26
1
-1
/
+1
*
[SystemZ] Support stackmaps and patchpoints
Ulrich Weigand
2018-03-02
1
-0
/
+129
*
[SystemZ] Refactor branch and conditional instruction patterns
Ulrich Weigand
2016-11-08
1
-2
/
+2
*
Move the global variables representing each Target behind accessor function
Mehdi Amini
2016-10-09
1
-1
/
+1
*
[SystemZ] Support Compare and Traps
Zhan Jun Liau
2016-06-10
1
-0
/
+30
*
[SystemZ] Support conditional indirect sibling calls via BCR
Ulrich Weigand
2016-04-11
1
-0
/
+79
*
[SystemZ] Support conditional sibling calls via BRCL
Ulrich Weigand
2016-04-08
1
-0
/
+7
*
[SystemZ] Implement conditional returns
Ulrich Weigand
2016-04-07
1
-0
/
+79
*
[SystemZ] Support ATOMIC_FENCE
Ulrich Weigand
2016-04-04
1
-0
/
+5
*
Move most user of TargetMachine::getDataLayout to the Module one
Mehdi Amini
2015-07-16
1
-1
/
+1
*
MC: Add target hook to control symbol quoting
Matt Arsenault
2015-06-09
1
-1
/
+1
*
MC: Clean up MCExpr naming. NFC.
Jim Grosbach
2015-05-30
1
-3
/
+3
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
1
-2
/
+2
*
[SystemZ] Add CodeGen support for scalar f64 ops in vector registers
Ulrich Weigand
2015-05-05
1
-0
/
+44
*
[SystemZ] Add CodeGen support for v4f32
Ulrich Weigand
2015-05-05
1
-0
/
+15
*
[SystemZ] Add CodeGen support for integer vector types
Ulrich Weigand
2015-05-05
1
-0
/
+7
*
[AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.
Lang Hames
2015-04-24
1
-2
/
+2
*
Refactor a lot of duplicated code for stub output.
Rafael Espindola
2015-04-07
1
-23
/
+0
*
Remove the local subtarget variable from the SystemZ asm printer
Eric Christopher
2015-02-19
1
-2
/
+2
*
[SystemZ] Support all TLS access models - CodeGen part
Ulrich Weigand
2015-02-18
1
-0
/
+37
*
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
2015-01-26
1
-3
/
+2
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-2
/
+3
*
[SystemZ] Use "auto" for cast results
Richard Sandiford
2014-03-06
1
-3
/
+2
*
Change MCStreamer EmitInstruction interface to take subtarget info
David Woodhouse
2014-01-28
1
-1
/
+1
*
Move the llvm mangler to lib/IR.
Rafael Espindola
2014-01-07
1
-1
/
+1
*
Add TargetLowering::prepareVolatileOrAtomicLoad
Richard Sandiford
2013-12-10
1
-0
/
+9
*
[SystemZ] Fix TMHH and TMHL usage for z10 with -O0
Richard Sandiford
2013-11-22
1
-8
/
+22
*
Add a helper getSymbol to AsmPrinter.
Rafael Espindola
2013-10-29
1
-1
/
+1
*
The AsmPrinter has a Mangler. Use it.
Rafael Espindola
2013-10-29
1
-2
/
+2
*
[SystemZ] Allow integer AND involving high words
Richard Sandiford
2013-10-01
1
-0
/
+3
*
[SystemZ] Allow integer XOR involving high words
Richard Sandiford
2013-10-01
1
-0
/
+1
*
[SystemZ] Allow integer OR involving high words
Richard Sandiford
2013-10-01
1
-0
/
+3
*
[SystemZ] Allow integer insertions with a high-word destination
Richard Sandiford
2013-10-01
1
-0
/
+17
*
[SystemZ] Add patterns to load a constant into a high word (IIHF)
Richard Sandiford
2013-10-01
1
-0
/
+6
*
[SystemZ] Use upper words of GR64s for codegen
Richard Sandiford
2013-10-01
1
-0
/
+22
[next]