summaryrefslogtreecommitdiff
path: root/lib/Target/Sparc
Commit message (Expand)AuthorAge
* Move the various Subtarget dependent members down to the subtargetEric Christopher2014-06-26
* Have SparcSelectionDAGInfo take a DataLayout to initialize sinceEric Christopher2014-06-26
* Remove the storage and use of the subtarget out of the sparc frameEric Christopher2014-06-26
* Move expression visitation logic up to MCStreamer.Rafael Espindola2014-06-25
* Simplify the visitation of target expressions. No functionality change.Rafael Espindola2014-06-25
* Convert some assert(0) to llvm_unreachable or fold an 'if' condition into the...Craig Topper2014-06-19
* Replace some assert(0)'s with llvm_unreachable.Craig Topper2014-06-18
* AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperandDavid Blaikie2014-06-08
* Have TargetSelectionDAGInfo take a DataLayout initializer rather thanEric Christopher2014-06-06
* Fix some misplaced spaces around 'override'Hans Wennborg2014-05-24
* Target: remove old constructors for CallLoweringInfoSaleem Abdulrasool2014-05-17
* TableGen: fix operand counting for aliasesTim Northover2014-05-16
* Sparc: disable printing of jmp/call aliases (C++ does it)Tim Northover2014-05-16
* Sparc: disable printing on longer "brX,pt" aliasesTim Northover2014-05-16
* Instead of littering asserts throughout the code after every call toJay Foad2014-05-15
* Rename ComputeMaskedBits to computeKnownBits. "Masked" has beenJay Foad2014-05-14
* TableGen: use PrintMethods to print more aliasesTim Northover2014-05-12
* Allow sret on the second parameter as well as the firstReid Kleckner2014-05-09
* Remove the UseCFI option from createAsmStreamer.Rafael Espindola2014-05-07
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-29
* None of these targets actually define their own CFI_INSTRUCTIONEric Christopher2014-04-29
* [C++] Use 'nullptr'.Craig Topper2014-04-28
* Convert SelectionDAG::getMergeValues to use ArrayRef.Craig Topper2014-04-27
* Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>.Craig Topper2014-04-26
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* Create MCTargetOptions.Evgeniy Stepanov2014-04-23
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [cleanup] Lift using directives, DEBUG_TYPE definitions, and even someChandler Carruth2014-04-22
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-21
* [MC] Require an MCContext when constructing an MCDisassembler.Lang Hames2014-04-15
* LLVMBuild.txt: Reformat.NAKAMURA Takumi2014-04-10
* Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper2014-04-04
* Completely rewrite ELFObjectWriter::RecordRelocation.Rafael Espindola2014-03-29
* Add const to a method I missed in the previous commit.Rafael Espindola2014-03-28
* Remove another unused argument.Rafael Espindola2014-03-27
* Remove unused argument.Rafael Espindola2014-03-27
* Try harder to evaluate expressions when printing assembly.Rafael Espindola2014-03-12
* [Sparc] Add support for decoding 'swap' instruction.Venkatraman Govindaraju2014-03-09
* Replace PROLOG_LABEL with a new CFI_INSTRUCTION.Rafael Espindola2014-03-07
* Cleaning up two more pre-Visual C++ 2012 build hacks.Yaron Keren2014-03-06
* [Sparc] Add trap on integer condition codes (Ticc) instructions to Sparc back...Venkatraman Govindaraju2014-03-02
* [Sparc] Add return/rett instruction to Sparc backend.Venkatraman Govindaraju2014-03-02
* [Sparc] Add support for decoding jmpl/retl/ret instruction.Venkatraman Govindaraju2014-03-02
* [Sparc] Add fcmpe* instructions to Sparc backend.Venkatraman Govindaraju2014-03-02
* [Sparc] Add VIS instructions to sparc backend.Venkatraman Govindaraju2014-03-02
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-02
* [SparcV9] Adds support for branch on integer register instructions (BPr) and ...Venkatraman Govindaraju2014-03-02
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-02
* [Sparc] Add support for parsing branches and conditional move instructions wi...Venkatraman Govindaraju2014-03-02
* [Sparc] Make floating point branch instruction formats to accept %fcc0-%fcc1 ...Venkatraman Govindaraju2014-03-02