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
/
AsmParser
/
SystemZAsmParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[AsmParser][TableGen] Add VariantID argument to the generated mnemonic spell ...
Craig Topper
2017-10-26
1
-1
/
+2
*
[AsmParser][TableGen] Make the generated mnemonic spell checker function a fi...
Craig Topper
2017-10-26
1
-1
/
+2
*
[Asm] Add debug tracing in table-generated assembly matcher
Oliver Stannard
2017-10-11
1
-1
/
+1
*
[SystemZ, AsmParser] Enable the mnemonic spell corrector.
Jonas Paulsson
2017-07-18
1
-2
/
+13
*
[SystemZ] Add all remaining instructions
Ulrich Weigand
2017-06-30
1
-1
/
+15
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[SystemZ] Add decimal integer instructions
Ulrich Weigand
2017-05-10
1
-0
/
+4
*
[SystemZ] Fix some Include What You Use warnings; other minor fixes (NFC).
Eugene Zelenko
2017-02-03
1
-1
/
+22
*
[SystemZ] Support execution hint instructions
Ulrich Weigand
2016-11-28
1
-0
/
+6
*
[SystemZ] Model access registers as LLVM registers
Ulrich Weigand
2016-11-08
1
-41
/
+14
*
[SystemZ] Fix compiler warnings introduced by r285574
Ulrich Weigand
2016-11-02
1
-3
/
+3
*
[TableGen] Move OperandMatchResultTy enum to MCTargetAsmParser.h
Alex Bradbury
2016-11-01
1
-5
/
+5
*
[SystemZ] Correctly diagnose missing features in AsmParser
Ulrich Weigand
2016-10-31
1
-1
/
+7
*
[SystemZ] Fix encoding of MVCK and .insn ss
Ulrich Weigand
2016-10-31
1
-83
/
+182
*
Revert r283690, "MC: Remove unused entities."
Peter Collingbourne
2016-10-10
1
-1
/
+1
*
Move the global variables representing each Target behind accessor function
Mehdi Amini
2016-10-09
1
-1
/
+1
*
MC: Remove unused entities.
Peter Collingbourne
2016-10-09
1
-1
/
+1
*
Defer asm errors to post-statement failure
Nirav Dave
2016-09-16
1
-3
/
+0
*
Revert r281336 (and r281337), it caused PR30372.
Nico Weber
2016-09-13
1
-0
/
+3
*
Defer asm errors to post-statement failure
Nirav Dave
2016-09-13
1
-3
/
+0
*
Temporarily Revert "[MC] Defer asm errors to post-statement failure" as it's ...
Eric Christopher
2016-09-13
1
-0
/
+3
*
[MC] Defer asm errors to post-statement failure
Nirav Dave
2016-09-12
1
-3
/
+0
*
Fix build break of VS 2013 debug builds
Roger Ferrer Ibanez
2016-08-10
1
-0
/
+3
*
[SystemZ] Add support for the .insn directive
Zhan Jun Liau
2016-08-08
1
-0
/
+244
*
[SystemZ] Add support for the .word directive.
Zhan Jun Liau
2016-07-08
1
-0
/
+3
*
Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs.
Benjamin Kramer
2016-01-27
1
-1
/
+1
*
Reduce the size of MCRelaxableFragment.
Akira Hatanaka
2015-11-14
1
-1
/
+1
*
[MCTargetAsmParser] Move the member varialbes that reference
Akira Hatanaka
2015-11-14
1
-4
/
+3
*
[SystemZ] Bugfix in SystemZAsmParser.cpp.
Jonas Paulsson
2015-10-09
1
-4
/
+6
*
[llvm-mc] Pushing plumbing through for --fatal-warnings flag.
Colin LeMahieu
2015-07-27
1
-1
/
+1
*
Reverting r241058 because it's causing buildbot failures.
Ranjeet Singh
2015-06-30
1
-7
/
+7
*
There are a few places where subtarget features are still
Ranjeet Singh
2015-06-30
1
-7
/
+7
*
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
*
MC: Modernize MCOperand API naming. NFC.
Jim Grosbach
2015-05-13
1
-11
/
+11
*
[SystemZ] Add z13 vector facility and MC support
Ulrich Weigand
2015-05-05
1
-31
/
+93
*
[SystemZ] Clean up AsmParser isMem() handling
Ulrich Weigand
2015-05-04
1
-35
/
+41
*
[SystemZ] Support all TLS access models - MC part
Ulrich Weigand
2015-02-18
1
-6
/
+87
*
Minor cleanup to all the switches after MatchInstructionImpl in all the AsmPa...
Craig Topper
2015-01-03
1
-1
/
+0
*
TableGen: allow use of uint64_t for available features mask.
Tim Northover
2014-08-18
1
-4
/
+4
*
AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperand
David Blaikie
2014-06-08
1
-99
/
+73
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-4
/
+4
*
Create MCTargetOptions.
Evgeniy Stepanov
2014-04-23
1
-1
/
+2
*
[SystemZ] Remove "virtual" from override methods
Richard Sandiford
2014-03-06
1
-20
/
+18
*
[SystemZ] Use "auto" for cast results
Richard Sandiford
2014-03-06
1
-3
/
+3
*
[SystemZ] Update namespace formatting to match current guidelines
Richard Sandiford
2014-03-06
1
-1
/
+1
*
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
2014-03-02
1
-15
/
+15
*
Change MCStreamer EmitInstruction interface to take subtarget info
David Woodhouse
2014-01-28
1
-1
/
+1
*
[SystemZ] Use upper words of GR64s for codegen
Richard Sandiford
2013-10-01
1
-0
/
+5
*
[SystemZ] Add GRH32 for the high word of a GR64
Richard Sandiford
2013-09-30
1
-0
/
+6
[next]