summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-03-241-1/+1
* Remove the target independent TargetMachine::getSubtarget andEric Christopher2015-03-211-1/+3
* [sparc] Small fix to r232719 to make 2007-12-17-InvokeAsm.ll pass on the buil...Daniel Sanders2015-03-191-0/+1
* [sparc] Only support the 'm' inline assembly memory constraint. NFC.Daniel Sanders2015-03-191-6/+0
* Split the object streamer callback in one per file format.Rafael Espindola2015-03-191-9/+6
* two or more, use a for.Rafael Espindola2015-03-181-44/+26
* 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
* There is only one Asm streamer, there is no need for targets to register it.Rafael Espindola2015-03-161-14/+9
* Fix uses of reserved identifiers starting with an underscore followed by an u...David Blaikie2015-03-161-2/+2
* Make each target map all inline assembly memory constraints to InlineAsm::Con...Daniel Sanders2015-03-161-0/+6
* Recommit r232027 with PR22883 fixed: Add infrastructure for support of multip...Daniel Sanders2015-03-131-4/+4
OpenPOWER on IntegriCloud