summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc
Commit message (Expand)AuthorAgeFilesLines
* std::unique_ptrify the MCStreamer argument to createAsmPrinterDavid Blaikie2015-01-181-2/+3
* Use the integrated assembler by default on SPARC.Brad Smith2015-01-141-2/+1
* [SelectionDAG] Allow targets to specify legality of extloads' resultAhmed Bougacha2015-01-081-3/+6
* Revert "Use the integrated assembler by default on 32-bit PowerPC and SPARC"Duncan P. N. Exon Smith2015-01-051-1/+2
* Use the integrated assembler by default on 32-bit PowerPC and SPARCBrad Smith2015-01-051-2/+1
* Minor cleanup to all the switches after MatchInstructionImpl in all the AsmPa...Craig Topper2015-01-031-4/+1
* [CodeGen] Add print and verify pass after each MachineFunctionPass by defaultMatthias Braun2014-12-111-6/+2
* This reverts commit r224043 and r224042.Rafael Espindola2014-12-111-2/+6
* [CodeGen] Add print and verify pass after each MachineFunctionPass by defaultMatthias Braun2014-12-111-6/+2
* Target triple OS detection tidyup. NFCSimon Pilgrim2014-11-291-2/+1
* Add out of line virtual destructors to all LLVMTargetMachine subclassesReid Kleckner2014-11-202-0/+3
* We can get the TLOF from the TargetMachine - so constructor no longer require...Aditya Nandakumar2014-11-131-1/+1
* This patch changes the ownership of TLOF from TargetLoweringBase to TargetMac...Aditya Nandakumar2014-11-133-1/+7
* Pass an ArrayRef to MCDisassembler::getInstruction.Rafael Espindola2014-11-121-11/+7
* Misc style fixes. NFC.Rafael Espindola2014-11-101-35/+22
* Erase fence insertion from SelectionDAGBuilder.cpp (NFC)Robin Morisset2014-10-161-0/+7
* Simplify handling of --noexecstack by using getNonexecutableStackSection.Rafael Espindola2014-10-151-4/+2
* Cache TargetLowering on SelectionDAGISel and update previousEric Christopher2014-10-081-7/+5
* [MCJIT] Nuke MachineRelocation and MachineCodeEmitter. Now that the old JIT isLang Hames2014-09-231-56/+0
* Reverting NFC changes from r218050. Instead, the warning was disabled for GCC...Aaron Ballman2014-09-181-1/+0
* Fixing a bunch of -Woverloaded-virtual warnings due to hiding getSubtargetImp...Aaron Ballman2014-09-181-0/+1
* Fix a lot of confusion around inserting nops on empty functions.Rafael Espindola2014-09-152-7/+0
* Provide an implementation of getNoopForMachoTarget for SPARC.Brad Smith2014-09-112-0/+7
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-029-696/+2
* JIT support has been added awhile ago.Brad Smith2014-08-301-2/+0
* TableGen: allow use of uint64_t for available features mask.Tim Northover2014-08-181-4/+4
* Remove HasLEB128.Rafael Espindola2014-08-151-1/+0
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-1318-36/+36
* If available, pass down the Fixup object to EvaluateAsRelocatable.Joerg Sonnenberger2014-08-102-3/+5
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-079-2/+696
* Nuke the old JIT.Rafael Espindola2014-08-079-696/+2
* Fix a whole bunch of binary literals which were the wrong size. All were bei...Pete Cooper2014-08-072-18/+18
* Remove the target machine from CCState. Previously it was only usedEric Christopher2014-08-061-16/+16
* Remove a virtual function from TargetMachine. NFC.Rafael Espindola2014-08-051-1/+4
* Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher2014-08-052-12/+6
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-049-54/+53
* [SDAG] Allow the legalizer to delete an illegally typed intermediateChandler Carruth2014-08-021-3/+4
* Add a non-const subtarget returning function to the target machineEric Christopher2014-08-011-1/+4
* Make sure no loads resulting from load->switch DAGCombine are marked invariantLouis Gerbarg2014-07-311-1/+1
* Prune dependency to MC from each target disassembler.NAKAMURA Takumi2014-07-241-1/+1
* Update library dependencies.NAKAMURA Takumi2014-07-241-1/+1
* Use the integrated assembler by default on OpenBSD.Brad Smith2014-07-101-1/+2
* [DAG] Pass the argument list to the CallLoweringInfo via move semantics. NFCI.Juergen Ributzka2014-07-011-2/+2
* Move the various Subtarget dependent members down to the subtargetEric Christopher2014-06-264-65/+81
* Have SparcSelectionDAGInfo take a DataLayout to initialize sinceEric Christopher2014-06-263-5/+5
* Remove the storage and use of the subtarget out of the sparc frameEric Christopher2014-06-262-9/+11
* Move expression visitation logic up to MCStreamer.Rafael Espindola2014-06-252-2/+2
* Simplify the visitation of target expressions. No functionality change.Rafael Espindola2014-06-252-32/+4
* Convert some assert(0) to llvm_unreachable or fold an 'if' condition into the...Craig Topper2014-06-193-3/+3
* Replace some assert(0)'s with llvm_unreachable.Craig Topper2014-06-184-4/+5
OpenPOWER on IntegriCloud