summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/AsmParser
Commit message (Expand)AuthorAge
* Use StringRef::startswith_lower. No functionality change.Rui Ueyama2013-10-31
* Implement asm support for a few PowerPC bookIII that are needed for assemblingRoman Divacky2013-09-12
* Mark PPC MFTB and DST (and friends) as deprecatedHal Finkel2013-09-12
* Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-12
* Given target assembler parsers a chance to handle variant expressionsJoerg Sonnenberger2013-08-27
* PPCAsmParser: Stop leaking names.Benjamin Kramer2013-08-03
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-26
* Split generated asm mnemonic matching table into a separate table for each as...Craig Topper2013-07-24
* [PowerPC] Revert r185476 and fix up TLS variant kindsUlrich Weigand2013-07-09
* [PowerPC] Support ".machine any"Ulrich Weigand2013-07-09
* [PowerPC] Support .llong and fix .wordUlrich Weigand2013-07-09
* [PowerPC] Always use "assembler dialect" 1Ulrich Weigand2013-07-08
* [PowerPC] Support basic compare mnemonicsUlrich Weigand2013-07-08
* [PowerPC] Support @tls in the asm parserUlrich Weigand2013-07-05
* [PowerPC] Add asm parser support for CR expressionsUlrich Weigand2013-07-04
* [PowerPC] PR16512 - Support TLS call sequences in the asm parserUlrich Weigand2013-07-02
* Cleanup PPC Altivec registers in CSR lists and improve VRSAVE handlingHal Finkel2013-07-02
* [PowerPC] Accept 17-bit signed immediates for addisUlrich Weigand2013-06-26
* [PowerPC] Add extended rotate/shift mnemonicsUlrich Weigand2013-06-25
* [PowerPC] Add extended subtract mnemonicsUlrich Weigand2013-06-25
* PPCAsmParser.cpp: Quote "@l/@ha" in comments. [-Wdocumentation]NAKAMURA Takumi2013-06-25
* [PowerPC] Support some miscellaneous mnemonics in the asm parserUlrich Weigand2013-06-24
* [PowerPC] Add predicted forms of branchesUlrich Weigand2013-06-24
* [PowerPC] Support absolute branchesUlrich Weigand2013-06-24
* [PowerPC] Support @higher et.al. modifiersUlrich Weigand2013-06-21
* [PowerPC] Support @h modifierUlrich Weigand2013-06-21
* [PowerPC] Rename some more VK_PPC_ enumsUlrich Weigand2013-06-21
* [PowerPC] Add missing build dependencyUlrich Weigand2013-06-20
* [PowerPC] Optimize @ha/@l constructsUlrich Weigand2013-06-20
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-24
* [PowerPC] Use true offset value in "memrix" machine operandsUlrich Weigand2013-05-16
* [PowerPC] Fix memory corruption in AsmParserUlrich Weigand2013-05-06
* [PowerPC] Support extended mnemonics in AsmParserUlrich Weigand2013-05-03
* [PowerPC] Add assembler parserUlrich Weigand2013-05-03