summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc
Commit message (Expand)AuthorAgeFilesLines
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-2310-12/+12
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-1910-12/+12
* [SPARC] Repair GOT references to internal symbols.James Y Knight2015-06-182-0/+34
* Replace string GNU Triples with llvm::Triple in TargetMachine. NFC.Daniel Sanders2015-06-112-22/+18
* [CodeGen] ArrayRef'ize cond/pred in various TII APIs. NFC.Ahmed Bougacha2015-06-112-3/+2
* Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders2015-06-105-8/+9
* Replace string GNU Triples with llvm::Triple in MCAsmBackend subclasses and c...Daniel Sanders2015-06-102-5/+4
* MC: Add target hook to control symbol quotingMatt Arsenault2015-06-094-9/+6
* MC: Clean up naming in MCObjectWriter. NFC.Jim Grosbach2015-06-041-1/+1
* Replace custom fixed endian to raw_ostream emission with EndianStream.Benjamin Kramer2015-06-041-8/+2
* Replace string GNU Triples with llvm::Triple in MCAsmInfo subclasses and crea...Daniel Sanders2015-06-043-6/+5
* Merge MCELF.h into MCSymbolELF.h.Rafael Espindola2015-06-021-3/+2
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-308-34/+34
* Pass MCSymbols to the helper functions in MCELF.h.Rafael Espindola2015-05-291-2/+1
* Use std::bitset for SubtargetFeatures.Michael Kuperstein2015-05-261-1/+1
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-211-1/+1
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-182-5/+5
* Sparc: support the "set" synthetic instruction.James Y Knight2015-05-183-2/+74
* Sparc: Support PSR, TBR, WIM read/write instructions.James Y Knight2015-05-183-8/+87
* Sparc: Add the "alternate address space" load/store instructions.James Y Knight2015-05-185-15/+69
* Add support for the Sparc implementation-defined "ASR" registers.James Y Knight2015-05-185-20/+92
* 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-2/+2
* MC: Update MCCodeEmitter naming. NFC.Jim Grosbach2015-05-151-3/+3
* MC: Update MCFixup naming. NFC.Jim Grosbach2015-05-151-6/+6
* MC: Modernize MCOperand API naming. NFC.Jim Grosbach2015-05-134-29/+29
* Reverting r237234, "Use std::bitset for SubtargetFeatures"Michael Kuperstein2015-05-131-1/+1
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-05-131-1/+1
* Change getTargetNodeName() to produce compiler warnings for missing cases, fi...Matthias Braun2015-05-072-3/+4
* [ShrinkWrap] Add (a simplified version) of shrink-wrapping.Quentin Colombet2015-05-052-3/+4
* [Sparc] Repair fixups in little endian mode.James Y Knight2015-05-011-12/+57
* [Sparc] Really add sparcel architecture support.Douglas Katzman2015-04-2912-60/+95
* Make Sparc assembler accept parenthesized constant expressions.Douglas Katzman2015-04-291-0/+1
* Sparc: Prefer reg+reg address encoding when only one register used.James Y Knight2015-04-291-5/+5
* Sparc: Add alternate aliases for conditional branch instructions.James Y Knight2015-04-281-0/+6
* Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"Sergey Dmitrouk2015-04-284-76/+83
* Revert "[DebugInfo] Add debug locations to constant SD nodes"Daniel Jasper2015-04-284-83/+76
* [DebugInfo] Add debug locations to constant SD nodesSergey Dmitrouk2015-04-284-76/+83
* [AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.Lang Hames2015-04-241-17/+17
* Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola2015-04-143-5/+5
* Allow memory intrinsics to be tail callsKrzysztof Parzyszek2015-04-131-1/+2
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-113-3/+4
* clang-format bits of code to make a followup patch easy to read.Rafael Espindola2015-04-091-2/+1
* Refactor a lot of duplicated code for stub output.Rafael Espindola2015-04-071-18/+0
* Replace the MCSubtargetInfo parameter with a Triple when creatingEric Christopher2015-03-311-3/+3
* Remove unused MCSubtargetInfo argument from the Sparc MCInstPrinter ctors.Eric Christopher2015-03-302-6/+4
* Remove unused Target argument from MCInstPrinter ctor functions.Eric Christopher2015-03-301-6/+5
* [SparcInstPrinter] Use the subtarget that is passed to the print functionAkira Hatanaka2015-03-283-34/+47
* [MCInstPrinter] Enable MCInstPrinter to change its behavior based on theAkira Hatanaka2015-03-272-3/+3
* Revert "Use std::bitset for SubtargetFeatures"Michael Kuperstein2015-03-241-1/+1
OpenPOWER on IntegriCloud