summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/MCTargetDesc
Commit message (Expand)AuthorAgeFilesLines
* [Hexagon] Fixing unused field copypasta.Colin LeMahieu2015-06-181-9/+3
* [Hexagon] Printing packet brackets when asm printing and adding a number of t...Colin LeMahieu2015-06-181-1/+63
* [Hexagon] Adding MC ELF streamer and updating addend relocation test which sh...Colin LeMahieu2015-06-176-4/+276
* [Hexagon] Alphabetical ordering of functions, NFC.Colin LeMahieu2015-06-161-5/+5
* [Hexagon] PC-relative offsets are relative to packet start rather than the of...Colin LeMahieu2015-06-151-3/+38
* Remove duplicate conditional in if-stmt.Eric Christopher2015-06-151-2/+1
* [Hexagon] Moving pass declarations out of header and in to implementation fil...Colin LeMahieu2015-06-151-6/+0
* [Hexagon] Adding decoders for signed operands and ensuring all signed operand...Colin LeMahieu2015-06-102-304/+223
* [Hexagon] Make global arrays 'static const'. NFC.Benjamin Kramer2015-06-101-33/+33
* Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders2015-06-101-1/+1
* Replace string GNU Triples with llvm::Triple in MCAsmBackend subclasses and c...Daniel Sanders2015-06-102-4/+5
* MC: Add target hook to control symbol quotingMatt Arsenault2015-06-091-2/+2
* [Hexagon] Adding functionality for searching for compound instruction pairs. ...Colin LeMahieu2015-06-084-0/+432
* [Hexagon] Reapply r239097 with tests corrected for shuffling and duplexing.Colin LeMahieu2015-06-059-4/+1383
* Revert r239095 incorrect test tree.Colin LeMahieu2015-06-049-1383/+4
* [Hexagon] Adding functionality for duplexing. Duplexing is a way to compress...Colin LeMahieu2015-06-049-4/+1383
* Replace custom fixed endian to raw_ostream emission with EndianStream.Benjamin Kramer2015-06-041-10/+2
* Replace string GNU Triples with llvm::Triple in MCAsmInfo subclasses and crea...Daniel Sanders2015-06-043-3/+5
* [Hexagon] Test doesn't work on all platforms. At any rate the uninitialized ...Colin LeMahieu2015-06-031-4/+0
* [Hexagon] Reapply 238772 OSABI was not correctly set, added empty_elf test to...Colin LeMahieu2015-06-033-28/+427
* Revert "[Hexagon] Adding basic ELF relocation generation and testing advanced...Rafael Espindola2015-06-013-427/+28
* [Hexagon] Adding basic ELF relocation generation and testing advanced relaxat...Colin LeMahieu2015-06-013-28/+427
* [Hexagon] Including raw_ostream for debug builds.Colin LeMahieu2015-05-311-0/+1
* [Hexagon] classes are actually structs.Colin LeMahieu2015-05-311-2/+2
* [Hexagon] Adding MC packet shuffler.Colin LeMahieu2015-05-318-6/+879
* [Hexagon] Adding override specifier and removing erroneous assertionColin LeMahieu2015-05-301-4/+2
* [Hexagon] Adding basic relaxation functionality.Colin LeMahieu2015-05-303-6/+157
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-1/+1
* [Hexagon] Disassembling, printing, and emitting instructions a whole-bundle a...Colin LeMahieu2015-05-297-112/+317
* Remove 3 includes from MCInstrDesc.h and explicitly include them where neededPete Cooper2015-05-151-0/+1
* MC: MCCodeGenInfo naming update. NFC.Jim Grosbach2015-05-151-1/+1
* MC: Update MCCodeEmitter naming. NFC.Jim Grosbach2015-05-152-2/+2
* MC: Update MCFixup naming. NFC.Jim Grosbach2015-05-151-1/+1
* MC: Modernize MCOperand API naming. NFC.Jim Grosbach2015-05-131-2/+2
* Fix -Wmicrosoft warning by making enum unsignedReid Kleckner2015-05-041-1/+1
* [Hexagon] Removing variable unused in release.Colin LeMahieu2015-05-011-2/+1
* [Hexagon] Adding expression MC emission and removing XFAIL from test that hit...Colin LeMahieu2015-05-016-9/+634
* [Hexagon] Use constant extenders to fix up hardware loopsBrendon Cahoon2015-04-272-0/+15
* [Hexagon] Implement HexagonInstPrinter::printRegNameKrzysztof Parzyszek2015-04-222-6/+7
* Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola2015-04-143-4/+5
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-2/+2
* Remove duplicated code and consolidate initializers.Eric Christopher2015-04-091-1/+5
* Don't repeat name in comment. NFC.Rafael Espindola2015-04-091-1/+1
* Replace the MCSubtargetInfo parameter with a Triple when creatingEric Christopher2015-03-311-3/+3
* Remove unused Target argument from MCInstPrinter ctor functions.Eric Christopher2015-03-301-2/+1
* [MCInstPrinter] Enable MCInstPrinter to change its behavior based on theAkira Hatanaka2015-03-272-3/+5
* Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.Benjamin Kramer2015-03-231-0/+1
* Add a default implementation of createObjectStreamer.Rafael Espindola2015-03-181-22/+0
* Pass in a "const Triple &T" instead of a raw StringRef.Rafael Espindola2015-03-161-1/+1
* Remove unused argument. NFC.Rafael Espindola2015-03-161-3/+3
OpenPOWER on IntegriCloud