summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc
Commit message (Expand)AuthorAgeFilesLines
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-146-6/+6
* [Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()Fangrui Song2020-01-111-2/+0
* CodeGen: Use LLT instead of EVT in getRegisterByNameMatt Arsenault2020-01-092-2/+2
* [MC] Add parameter `Address` to MCInstrPrinter::printInstructionFangrui Song2020-01-062-3/+3
* [MC] Add parameter `Address` to MCInstPrinter::printInstFangrui Song2020-01-062-4/+5
* DAG: Use TargetConstant for FENCE operandsMatt Arsenault2020-01-021-2/+2
* [SelectionDAG] Disallow indirect "i" constraintFangrui Song2019-12-291-1/+0
* Revert "Honor -fuse-init-array when os is not specified on x86"Mitch Phillips2019-12-171-0/+1
* Honor -fuse-init-array when os is not specified on x86Kamlesh Kumar2019-12-161-1/+0
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-214-4/+4
* [Sparc] Fix "Cannot select" error for AtomicFence on 32-bit V9James Clarke2019-11-182-2/+3
* Sparc - fix uninitialized variable warnings. NFCI.Simon Pilgrim2019-11-133-3/+3
* Use MCRegister in copyPhysRegMatt Arsenault2019-11-112-3/+3
* [Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin2019-10-231-2/+4
* Use Align for TFL::TransientStackAlignmentGuillaume Chatelet2019-10-211-1/+1
* [Alignment][NFC] Use Align for TargetFrameLowering/SubtargetGuillaume Chatelet2019-10-171-1/+2
* TLI: Remove DAG argument from getRegisterByNameMatt Arsenault2019-10-012-5/+5
* [Alignment][NFC] Remove unneeded llvm:: scoping on Align typesGuillaume Chatelet2019-09-271-1/+1
* [SelectionDAG][Mips][Sparc] Don't allow SimplifyDemandedBits to constant fold...Craig Topper2019-09-201-3/+3
* [SVE][MVT] Fixed-length vector MVT rangesGraham Hunter2019-09-171-1/+1
* DAG/GlobalISel: Correct type profile of bitcount opsMatt Arsenault2019-09-132-5/+5
* [Alignment][NFC] Use Align with TargetLowering::setMinFunctionAlignmentGuillaume Chatelet2019-09-061-1/+1
* [LLVM][Alignment] Make functions using log of alignment explicitGuillaume Chatelet2019-09-051-1/+1
* [MC] Minor cleanup to MCFixup::Kind handling. NFC.Sam Clegg2019-08-231-2/+2
* [TargetLowering] Remove optional arguments passing to makeLibCallShiva Chen2019-08-221-1/+3
* Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders2019-08-155-18/+18
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-153-7/+7
* Emit diagnostic if an inline asm constraint requires an immediateBill Wendling2019-08-031-1/+1
* CodeGen: Introduce a class for registersMatt Arsenault2019-06-242-2/+2
* Revert CMake: Make most target symbols hidden by defaultTom Stellard2019-06-116-6/+6
* CMake: Make most target symbols hidden by defaultTom Stellard2019-06-106-6/+6
* [TargetMachine] error message unsupported code modelSjoerd Meijer2019-05-221-2/+2
* [Sparc] Create a TargetInfo header. NFCRichard Trieu2019-05-158-12/+28
* [Sparc] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-1111-34/+9
* [AsmPrinter] refactor to support %c w/ GlobalAddress'Nick Desaulniers2019-04-261-1/+1
* [SPARC] Use the correct register set for the "r" asm constraint.Joerg Sonnenberger2019-04-231-0/+2
* [Sparc] Fix typo. NFC.Jim Lin2019-04-151-2/+2
* Include what's used in a few cpp files - these were getting transitiveEric Christopher2019-04-121-0/+1
* [AsmPrinter] refactor to remove remove AsmVariant. NFCNick Desaulniers2019-04-101-7/+4
* [Sparc] Fix incorrect MI insertion position for spilling f128.Jim Lin2019-04-101-2/+2
* Use bitset for assembler predicatesStanislav Mekhanoshin2019-03-112-4/+6
* Implementation of asm-goto support in LLVMCraig Topper2019-02-081-2/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1956-224/+168
* [Sparc] Always use the version of computeKnownBits that returns a value. NFCI.Simon Pilgrim2018-12-211-2/+2
* [Sparc] Add membar assembler tagsDaniel Cederman2018-12-134-1/+91
* [Sparc] Use float register for integer constrained with "f" in inline asmDaniel Cederman2018-12-131-8/+8
* [Targets] Add errors for tiny and kernel codemodel on targets that don't supp...David Green2018-12-071-9/+14
* [TargetRegisterInfo] Remove temporary hook enableMultipleCopyHints()Jonas Paulsson2018-10-051-2/+0
* [Sparc] EXPENSIVE_CHECKS now passes all machine verifier errors (PR27461)Simon Pilgrim2018-09-271-4/+0
* [Sparc] Remove the support for builtin setjmp/longjmpDaniel Cederman2018-09-273-270/+0
OpenPOWER on IntegriCloud