MC: Clean up method names in MCContext.
[oota-llvm.git] / lib / Target / PowerPC / AsmParser / PPCAsmParser.cpp
2015-05-18 Jim GrosbachMC: Clean up method names in MCContext.
2015-05-13 Jim GrosbachMC: Modernize MCOperand API naming. NFC.
2015-05-13 Michael KupersteinReverting r237234, "Use std::bitset for SubtargetFeatures"
2015-05-13 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-05-07 Nemanja IvanovicAdd VSX Scalar loads and stores to the PPC back end
2015-04-23 Hal Finkel[PowerPC] Support register name prefixes for vector...
2015-04-23 Hal Finkel[PowerPC] Add asm/disasm support for dcbt with hint
2015-03-28 Hal Finkel[PowerPC] Add asm parser support for bitmask forms...
2015-03-25 Kit BartonAdd Hardware Transactional Memory (HTM) Support
2015-03-16 David BlaikieFix uses of reserved identifiers starting with an under...
2015-03-04 Nemanja IvanovicAdd LLVM support for PPC cryptography builtins
2015-02-25 Hal Finkel[PowerPC] Add support for the QPX vector instruction set
2015-01-03 Craig TopperMinor cleanup to all the switches after MatchInstructio...
2014-12-18 Craig Topper[PowerPC] Use MCPhysReg for tables of registers. Const...
2014-11-11 Rafael EspindolaMCAsmParserExtension has a copy of the MCAsmParser...
2014-08-18 Tim NorthoverTableGen: allow use of uint64_t for available features...
2014-08-15 Benjamin KramerPPC: Clean up pointer casting, no functionality change.
2014-08-10 Joerg Sonnenberger@l and friends adjust their value depending the context...
2014-08-09 Joerg SonnenbergerAllow the third argument for the subi family to be...
2014-08-08 Joerg SonnenbergerAllow large immediates for branch instructions in 32bit...
2014-08-08 Joerg SonnenbergerAdd support for SPE load/store from memory.
2014-07-30 Joerg SonnenbergerSPRG 0 to 3 are valid outside BookE, so move them to...
2014-07-29 Joerg SonnenbergerSupport move to/from segment register.
2014-07-20 Ulrich Weigand[PowerPC] ELFv2 MC support for .localentry directive
2014-07-20 Ulrich Weigand[PowerPC] ELFv2 MC support for .abiversion directive
2014-06-08 David BlaikieAsmMatchers: Use unique_ptr to manage ownership of...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-23 Evgeniy StepanovCreate MCTargetOptions.
2014-03-29 Hal Finkel[PowerPC] Add subregister classes for f64 VSX values
2014-03-13 Hal Finkel[PowerPC] Initial support for the VSX instruction set
2014-03-12 Roman DivackyAllow exclamation and tilde to be parsed as a part...
2014-01-28 David WoodhouseChange MCStreamer EmitInstruction interface to take...
2014-01-25 Rafael EspindolaRemove an easy use of EmitRawText from PPC.
2014-01-13 Saleem Abdulrasoolcorrect target directive handling error handling
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-12-14 Iain Sandoe[Powerpc darwin] AsmParser Base implementation.
2013-10-31 Rui UeyamaUse StringRef::startswith_lower. No functionality change.
2013-09-12 Roman DivackyImplement asm support for a few PowerPC bookIII that...
2013-09-12 Hal FinkelMark PPC MFTB and DST (and friends) as deprecated
2013-09-12 Joey GoulyAdd an instruction deprecation feature to TableGen.
2013-08-27 Joerg SonnenbergerGiven target assembler parsers a chance to handle varia...
2013-08-03 Benjamin KramerPPCAsmParser: Stop leaking names.
2013-07-26 Bill Schmidt[PowerPC] Support powerpc64le as a syntax-checking...
2013-07-24 Craig TopperSplit generated asm mnemonic matching table into a...
2013-07-09 Ulrich Weigand[PowerPC] Revert r185476 and fix up TLS variant kinds
2013-07-09 Ulrich Weigand[PowerPC] Support ".machine any"
2013-07-09 Ulrich Weigand[PowerPC] Support .llong and fix .word
2013-07-08 Ulrich Weigand[PowerPC] Always use "assembler dialect" 1
2013-07-08 Ulrich Weigand[PowerPC] Support basic compare mnemonics
2013-07-05 Ulrich Weigand[PowerPC] Support @tls in the asm parser
2013-07-04 Ulrich Weigand[PowerPC] Add asm parser support for CR expressions
2013-07-02 Ulrich Weigand[PowerPC] PR16512 - Support TLS call sequences in the...
2013-07-02 Hal FinkelCleanup PPC Altivec registers in CSR lists and improve...
2013-06-26 Ulrich Weigand[PowerPC] Accept 17-bit signed immediates for addis
2013-06-25 Ulrich Weigand[PowerPC] Add extended rotate/shift mnemonics
2013-06-25 Ulrich Weigand[PowerPC] Add extended subtract mnemonics
2013-06-25 NAKAMURA TakumiPPCAsmParser.cpp: Quote "@l/@ha" in comments. [-Wdocume...
2013-06-24 Ulrich Weigand[PowerPC] Support some miscellaneous mnemonics in the...
2013-06-24 Ulrich Weigand[PowerPC] Add predicted forms of branches
2013-06-24 Ulrich Weigand[PowerPC] Support absolute branches
2013-06-21 Ulrich Weigand[PowerPC] Support @higher et.al. modifiers
2013-06-21 Ulrich Weigand[PowerPC] Support @h modifier
2013-06-21 Ulrich Weigand[PowerPC] Rename some more VK_PPC_ enums
2013-06-20 Ulrich Weigand[PowerPC] Optimize @ha/@l constructs
2013-05-24 Michael J. SpencerReplace Count{Leading,Trailing}Zeros_{32,64} with count...
2013-05-16 Ulrich Weigand[PowerPC] Use true offset value in "memrix" machine...
2013-05-06 Ulrich Weigand[PowerPC] Fix memory corruption in AsmParser
2013-05-03 Ulrich Weigand[PowerPC] Support extended mnemonics in AsmParser
2013-05-03 Ulrich Weigand[PowerPC] Add assembler parser