summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleaning up two more pre-Visual C++ 2012 build hacks.Yaron Keren2014-03-061-9/+0
* [Sparc] Add trap on integer condition codes (Ticc) instructions to Sparc back...Venkatraman Govindaraju2014-03-024-1/+101
* [Sparc] Add return/rett instruction to Sparc backend.Venkatraman Govindaraju2014-03-024-0/+46
* [Sparc] Add support for decoding jmpl/retl/ret instruction.Venkatraman Govindaraju2014-03-023-2/+47
* [Sparc] Add fcmpe* instructions to Sparc backend.Venkatraman Govindaraju2014-03-023-6/+28
* [Sparc] Add VIS instructions to sparc backend.Venkatraman Govindaraju2014-03-024-8/+290
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-023-4/+4
* [SparcV9] Adds support for branch on integer register instructions (BPr) and ...Venkatraman Govindaraju2014-03-028-1/+165
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-021-2/+2
OpenPOWER on IntegriCloud