summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc
Commit message (Expand)AuthorAgeFilesLines
* Rename and adjust processFixupValue.Rafael Espindola2017-06-301-5/+7
* Simplify the processFixupValue interface. NFC.Rafael Espindola2017-06-241-4/+2
* Remove redundant argument.Rafael Espindola2017-06-241-2/+1
* ARM: move some logic from processFixupValue to applyFixup.Rafael Espindola2017-06-231-1/+2
* Use a MutableArrayRef. NFC.Rafael Espindola2017-06-211-1/+1
* [Solaris] emit .init_array instead of .ctors on Solaris (Sparc/x86)Davide Italiano2017-06-212-0/+8
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-072-2/+2
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-067-10/+9
* TargetMachine: Indicate whether machine verifier passes.Matthias Braun2017-05-311-0/+4
* TargetPassConfig: Keep a reference to an LLVMTargetMachine; NFCMatthias Braun2017-05-301-2/+2
* [LegacyPassManager] Remove TargetMachine constructorsFrancis Visoiu Mistrih2017-05-185-27/+19
* [Sparc] Remove execute permissions from non-executable text filesDaniel Cederman2017-05-173-0/+0
* [SPARC] Support 'f' and 'e' inline asm constraints.James Y Knight2017-05-122-3/+26
* Add extra operand to CALLSEQ_START to keep frame part set up previouslySerge Pavlov2017-05-092-9/+8
* [KnownBits] Add wrapper methods for setting and clear all bits in the underly...Craig Topper2017-05-051-1/+1
* [SelectionDAG] Use KnownBits struct in DAG's computeKnownBits and simplifyDem...Craig Topper2017-04-282-10/+9
* Move value type list from TargetRegisterClass to TargetRegisterInfoKrzysztof Parzyszek2017-04-241-1/+3
* Revert r301231: Accidentally committed stale filesKrzysztof Parzyszek2017-04-241-3/+1
* Move value type list from TargetRegisterClass to TargetRegisterInfoKrzysztof Parzyszek2017-04-241-1/+3
* Distinguish between code pointer size and DataLayout::getPointerSize() in DWA...Konstantin Zhuravlyov2017-04-171-1/+1
* Add MCContext argument to MCAsmBackend::applyFixup for error reportingAlex Bradbury2017-04-051-1/+2
* [DAGCombiner] Add vector demanded elements support to computeKnownBitsForTarg...Simon Pilgrim2017-03-312-0/+2
* Capitalize ArgListEntry fields. NFC.Nirav Dave2017-03-181-2/+2
* [Sparc] Check register use with isPhysRegUsed() instead of reg_nodbg_empty()Daniel Cederman2017-03-081-6/+5
* [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko2017-02-142-4/+9
* [Sparc] Fix some Include What You Use warnings; other minor fixes (NFC).Eugene Zelenko2017-02-042-36/+57
* [Sparc] Fix parsing of double-precision %f18, %f20, and %f22Daniel Cederman2016-12-021-1/+1
* Move FrameInstructions from MachineModuleInfo to MachineFunctionMatthias Braun2016-11-301-4/+3
* Test commitDaniel Cederman2016-11-281-1/+0
* CodeGen: simplify TargetMachine::getSymbol interface. NFC.Tim Northover2016-11-221-1/+1
* Check that emitted instructions meet their predicates on all targets except A...Daniel Sanders2016-11-191-4/+13
* Fix typo in comment. NFC.Simon Pilgrim2016-11-181-1/+1
* [TableGen] Move OperandMatchResultTy enum to MCTargetAsmParser.hAlex Bradbury2016-11-011-4/+4
* [Sparc] Don't overlap variable-sized allocas with other stack variables.James Y Knight2016-10-251-3/+43
* [Sparc][LEON] Detects an erratum on UT699 LEON 3 processors involving roundin...Chris Dewhurst2016-10-196-0/+73
* Revert r283690, "MC: Remove unused entities."Peter Collingbourne2016-10-101-1/+1
* This pass, fixing an erratum in some LEON 2 processors ensures that the SDIV ...Chris Dewhurst2016-10-105-1/+18
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-097-29/+41
* MC: Remove unused entities.Peter Collingbourne2016-10-091-1/+1
* [Sparc] Implement UMUL_LOHI and SMUL_LOHI instead of MULHS/MULHU/MUL.James Y Knight2016-10-053-18/+6
* Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini2016-10-014-11/+7
* Defer asm errors to post-statement failureNirav Dave2016-09-161-9/+7
* Move the Mangler from the AsmPrinter down to TLOF and clean up theEric Christopher2016-09-162-12/+11
* Finish renaming remaining analyzeBranch functionsMatt Arsenault2016-09-142-4/+4
* Make analyzeBranch family of instruction names consistentMatt Arsenault2016-09-142-3/+3
* AArch64: Use TTI branch functions in branch relaxationMatt Arsenault2016-09-142-5/+11
* Revert r281336 (and r281337), it caused PR30372.Nico Weber2016-09-131-7/+9
* [Myriad]: set LeonCASA processor featureDouglas Katzman2016-09-131-6/+6
* Defer asm errors to post-statement failureNirav Dave2016-09-131-9/+7
* Temporarily Revert "[MC] Defer asm errors to post-statement failure" as it's ...Eric Christopher2016-09-131-7/+9
OpenPOWER on IntegriCloud