summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Lanai
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-112-5/+5
* CodeGen: Use LLT instead of EVT in getRegisterByNameMatt Arsenault2020-01-092-2/+2
* [MC] Add parameter `Address` to MCInstrPrinter::printInstructionFangrui Song2020-01-062-2/+2
* [MC] Add parameter `Address` to MCInstPrinter::printInstFangrui Song2020-01-062-4/+5
* Revert "Honor -fuse-init-array when os is not specified on x86"Mitch Phillips2019-12-171-0/+1
* Fix assertion failure in getMemOperandWithOffsetWidthKristof Beyls2019-12-171-2/+4
* Honor -fuse-init-array when os is not specified on x86Kamlesh Kumar2019-12-161-1/+0
* Rename TTI::getIntImmCost for instructions and intrinsicsReid Kleckner2019-12-111-3/+3
* [ARM] Teach the Arm cost model that a Shift can be folded into other instruct...David Green2019-12-091-1/+2
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-214-4/+4
* Use MCRegister in copyPhysRegMatt Arsenault2019-11-112-4/+4
* [Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin2019-10-232-2/+4
* [Alignment][NFC] Use Align for TargetFrameLowering/SubtargetGuillaume Chatelet2019-10-171-1/+1
* TLI: Remove DAG argument from getRegisterByNameMatt Arsenault2019-10-012-5/+6
* [Alignment][NFC] Remove unneeded llvm:: scoping on Align typesGuillaume Chatelet2019-09-271-2/+2
* Remove the AliasAnalysis argument in function areMemAccessesTriviallyDisjointChangpeng Fang2019-09-262-4/+2
* [Lanai] LanaiAsmParser - Silence static analyzer dyn_cast null dereference wa...Simon Pilgrim2019-09-221-8/+9
* [Alignment][NFC] Use Align with TargetLowering::setPrefFunctionAlignmentGuillaume Chatelet2019-09-061-2/+2
* [Alignment][NFC] Use Align with TargetLowering::setMinFunctionAlignmentGuillaume Chatelet2019-09-061-1/+1
* [LLVM][Alignment] Make functions using log of alignment explicitGuillaume Chatelet2019-09-051-2/+2
* [NFC] Test commit, fix some comment spelling.Thomas Raoux2019-08-201-1/+1
* Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders2019-08-155-6/+6
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-152-4/+4
* Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...Daniel Sanders2019-08-011-2/+2
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-161-1/+1
* CodeGen: Introduce a class for registersMatt Arsenault2019-06-242-4/+4
* 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
* Include what you use in LanaiAsmParser.cppDmitri Gribenko2019-06-061-1/+0
* Include what you use in Lanai.hDmitri Gribenko2019-06-033-6/+3
* Include what you use in LanaiAsmPrinter.cppDmitri Gribenko2019-06-031-1/+2
* Include what you use in LanaiMemAluCombiner.cppDmitri Gribenko2019-06-031-1/+1
* Include what you use in LanaiISelDAGToDAG.cppDmitri Gribenko2019-06-031-1/+1
* Include what you use in LanaiFrameLowering.{cpp,h}Dmitri Gribenko2019-06-032-2/+0
* Include what you use in LanaiRegisterInfo.cppDmitri Gribenko2019-06-031-2/+4
* Include what you use in LanaiInstrInfo.cppDmitri Gribenko2019-06-031-3/+3
* Include what you use in LanaiInstPrinter.cppDmitri Gribenko2019-06-031-1/+4
* Include what you use in LanaiMCCodeEmitter.cppDmitri Gribenko2019-06-031-1/+1
* Include what you use in LanaiDisassembler.cppDmitri Gribenko2019-06-031-2/+3
* [Lanai] Create a TargetInfo header. NFCRichard Trieu2019-05-149-7/+27
* [Lanai] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-1110-35/+9
* [AsmPrinter] refactor to support %c w/ GlobalAddress'Nick Desaulniers2019-04-261-1/+1
* [CodeGen] Add "const" to MachineInstr::mayAliasBjorn Pettersson2019-04-192-8/+12
* [AsmPrinter] refactor to remove remove AsmVariant. NFCNick Desaulniers2019-04-101-3/+1
* [Lanai] Be super conservative about atomicsPhilip Reames2019-02-251-1/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1956-224/+168
* [Lanai] Always use the version of computeKnownBits that returns a value. NFCI.Simon Pilgrim2018-12-211-2/+2
* [Targets] Add errors for tiny and kernel codemodel on targets that don't supp...David Green2018-12-071-7/+2
* [CodeGen][NFC] Make `TII::getMemOpBaseImmOfs` return a base operandFrancis Visoiu Mistrih2018-11-282-18/+21
OpenPOWER on IntegriCloud