summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [MC] Require an MCContext when constructing an MCDisassembler.Lang Hames2014-04-151-8/+5
* LLVMBuild.txt: Reformat.NAKAMURA Takumi2014-04-102-2/+2
* Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper2014-04-043-6/+6
* Completely rewrite ELFObjectWriter::RecordRelocation.Rafael Espindola2014-03-292-24/+1
* Add const to a method I missed in the previous commit.Rafael Espindola2014-03-281-7/+4
* Remove another unused argument.Rafael Espindola2014-03-271-3/+3
* Remove unused argument.Rafael Espindola2014-03-271-8/+4
* Try harder to evaluate expressions when printing assembly.Rafael Espindola2014-03-121-3/+1
* [Sparc] Add support for decoding 'swap' instruction.Venkatraman Govindaraju2014-03-092-1/+37
* Replace PROLOG_LABEL with a new CFI_INSTRUCTION.Rafael Espindola2014-03-073-16/+13
OpenPOWER on IntegriCloud