summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc
Commit message (Expand)AuthorAgeFilesLines
* 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
* AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperandDavid Blaikie2014-06-081-82/+69
* Have TargetSelectionDAGInfo take a DataLayout initializer rather thanEric Christopher2014-06-061-1/+1
* Fix some misplaced spaces around 'override'Hans Wennborg2014-05-241-1/+1
* Target: remove old constructors for CallLoweringInfoSaleem Abdulrasool2014-05-171-14/+7
* TableGen: fix operand counting for aliasesTim Northover2014-05-161-0/+1
* Sparc: disable printing of jmp/call aliases (C++ does it)Tim Northover2014-05-161-4/+4
* Sparc: disable printing on longer "brX,pt" aliasesTim Northover2014-05-161-2/+2
* Instead of littering asserts throughout the code after every call toJay Foad2014-05-151-2/+0
* Rename ComputeMaskedBits to computeKnownBits. "Masked" has beenJay Foad2014-05-142-9/+9
* TableGen: use PrintMethods to print more aliasesTim Northover2014-05-121-0/+2
* Allow sret on the second parameter as well as the firstReid Kleckner2014-05-091-2/+5
* Remove the UseCFI option from createAsmStreamer.Rafael Espindola2014-05-071-4/+3
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-2919-155/+157
* None of these targets actually define their own CFI_INSTRUCTIONEric Christopher2014-04-291-3/+6
* [C++] Use 'nullptr'.Craig Topper2014-04-284-6/+6
* Convert SelectionDAG::getMergeValues to use ArrayRef.Craig Topper2014-04-271-4/+4
* Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>.Craig Topper2014-04-261-19/+11
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-2510-38/+38
* Create MCTargetOptions.Evgeniy Stepanov2014-04-231-1/+2
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-229-10/+18
* [cleanup] Lift using directives, DEBUG_TYPE definitions, and even someChandler Carruth2014-04-224-10/+8
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-211-0/+2
OpenPOWER on IntegriCloud