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
/
PowerPC
/
AsmParser
/
PPCAsmParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-7
/
+6
*
[MC] Don't crash when .word is given bogus values
David Majnemer
2015-10-26
1
-1
/
+10
*
Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...
Daniel Sanders
2015-09-15
1
-4
/
+4
*
Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...
Daniel Sanders
2015-09-15
1
-4
/
+4
*
Revert r247684 - Replace Triple with a new TargetTuple ...
Daniel Sanders
2015-09-15
1
-4
/
+4
*
Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
Daniel Sanders
2015-09-15
1
-4
/
+4
*
[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
-3
/
+1
*
There are a few places where subtarget features are still
Ranjeet Singh
2015-06-30
1
-1
/
+3
*
Properly handle the mftb instruction.
Kit Barton
2015-06-16
1
-0
/
+7
*
Merge MCELF.h into MCSymbolELF.h.
Rafael Espindola
2015-06-02
1
-1
/
+2
*
MC: Clean up MCExpr naming. NFC.
Jim Grosbach
2015-05-30
1
-18
/
+18
*
Use operator<< instead of print in a few more places.
Rafael Espindola
2015-05-27
1
-2
/
+2
*
Use std::bitset for SubtargetFeatures.
Michael Kuperstein
2015-05-26
1
-1
/
+1
*
[PPC64] Add support for clrbhrb, mfbhrbe, rfebb.
Bill Schmidt
2015-05-22
1
-0
/
+2
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
1
-1
/
+1
*
MC: Modernize MCOperand API naming. NFC.
Jim Grosbach
2015-05-13
1
-81
/
+81
*
Reverting r237234, "Use std::bitset for SubtargetFeatures"
Michael Kuperstein
2015-05-13
1
-1
/
+1
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-05-13
1
-1
/
+1
*
Add VSX Scalar loads and stores to the PPC back end
Nemanja Ivanovic
2015-05-07
1
-0
/
+24
*
[PowerPC] Support register name prefixes for vector registers
Hal Finkel
2015-04-23
1
-0
/
+8
*
[PowerPC] Add asm/disasm support for dcbt with hint
Hal Finkel
2015-04-23
1
-0
/
+49
*
[PowerPC] Add asm parser support for bitmask forms of rotate-and-mask instruc...
Hal Finkel
2015-03-28
1
-0
/
+52
*
Add Hardware Transactional Memory (HTM) Support
Kit Barton
2015-03-25
1
-0
/
+1
*
Fix uses of reserved identifiers starting with an underscore followed by an u...
David Blaikie
2015-03-16
1
-3
/
+3
*
Add LLVM support for PPC cryptography builtins
Nemanja Ivanovic
2015-03-04
1
-0
/
+1
*
[PowerPC] Add support for the QPX vector instruction set
Hal Finkel
2015-02-25
1
-0
/
+26
*
Minor cleanup to all the switches after MatchInstructionImpl in all the AsmPa...
Craig Topper
2015-01-03
1
-2
/
+1
*
[PowerPC] Use MCPhysReg for tables of registers. Const-correct the tables. On...
Craig Topper
2014-12-18
1
-12
/
+12
*
MCAsmParserExtension has a copy of the MCAsmParser. Use it.
Rafael Espindola
2014-11-11
1
-9
/
+11
*
TableGen: allow use of uint64_t for available features mask.
Tim Northover
2014-08-18
1
-3
/
+3
*
PPC: Clean up pointer casting, no functionality change.
Benjamin Kramer
2014-08-15
1
-2
/
+2
*
@l and friends adjust their value depending the context used in.
Joerg Sonnenberger
2014-08-10
1
-6
/
+92
*
Allow the third argument for the subi family to be an expression.
Joerg Sonnenberger
2014-08-09
1
-8
/
+27
*
Allow large immediates for branch instructions in 32bit mode.
Joerg Sonnenberger
2014-08-08
1
-3
/
+17
*
Add support for SPE load/store from memory.
Joerg Sonnenberger
2014-08-08
1
-0
/
+9
*
SPRG 0 to 3 are valid outside BookE, so move them to the normal test
Joerg Sonnenberger
2014-07-30
1
-0
/
+4
*
Support move to/from segment register.
Joerg Sonnenberger
2014-07-29
1
-0
/
+1
*
[PowerPC] ELFv2 MC support for .localentry directive
Ulrich Weigand
2014-07-20
1
-0
/
+41
*
[PowerPC] ELFv2 MC support for .abiversion directive
Ulrich Weigand
2014-07-20
1
-0
/
+24
*
AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperand
David Blaikie
2014-06-08
1
-55
/
+48
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
1
-18
/
+19
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-6
/
+6
*
Create MCTargetOptions.
Evgeniy Stepanov
2014-04-23
1
-1
/
+2
*
[PowerPC] Add subregister classes for f64 VSX values
Hal Finkel
2014-03-29
1
-0
/
+24
*
[PowerPC] Initial support for the VSX instruction set
Hal Finkel
2014-03-13
1
-0
/
+31
*
Allow exclamation and tilde to be parsed as a part of the ppc asm operand.
Roman Divacky
2014-03-12
1
-0
/
+2
*
Change MCStreamer EmitInstruction interface to take subtarget info
David Woodhouse
2014-01-28
1
-1
/
+1
*
Remove an easy use of EmitRawText from PPC.
Rafael Espindola
2014-01-25
1
-0
/
+5
[next]