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
...
*
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
*
correct target directive handling error handling
Saleem Abdulrasool
2014-01-13
1
-19
/
+37
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-9
/
+9
*
[Powerpc darwin] AsmParser Base implementation.
Iain Sandoe
2013-12-14
1
-13
/
+134
*
Use StringRef::startswith_lower. No functionality change.
Rui Ueyama
2013-10-31
1
-4
/
+4
*
Implement asm support for a few PowerPC bookIII that are needed for assembling
Roman Divacky
2013-09-12
1
-0
/
+2
*
Mark PPC MFTB and DST (and friends) as deprecated
Hal Finkel
2013-09-12
1
-2
/
+4
*
Add an instruction deprecation feature to TableGen.
Joey Gouly
2013-09-12
1
-2
/
+3
*
Given target assembler parsers a chance to handle variant expressions
Joerg Sonnenberger
2013-08-27
1
-0
/
+27
*
PPCAsmParser: Stop leaking names.
Benjamin Kramer
2013-08-03
1
-10
/
+31
*
[PowerPC] Support powerpc64le as a syntax-checking target.
Bill Schmidt
2013-07-26
1
-1
/
+3
*
Split generated asm mnemonic matching table into a separate table for each as...
Craig Topper
2013-07-24
1
-0
/
+1
*
[PowerPC] Revert r185476 and fix up TLS variant kinds
Ulrich Weigand
2013-07-09
1
-0
/
+54
*
[PowerPC] Support ".machine any"
Ulrich Weigand
2013-07-09
1
-0
/
+27
*
[PowerPC] Support .llong and fix .word
Ulrich Weigand
2013-07-09
1
-1
/
+3
[prev]
[next]