summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Lanai
AgeCommit message (Expand)Author
2017-06-23ARM: move some logic from processFixupValue to applyFixup.Rafael Espindola
2017-06-21Use a MutableArrayRef. NFC.Rafael Espindola
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-05-31TargetMachine: Indicate whether machine verifier passes.Matthias Braun
2017-05-30TargetPassConfig: Keep a reference to an LLVMTargetMachine; NFCMatthias Braun
2017-05-09[lanai] Add computeKnownBitsForTargetNode for Lanai.Jacques Pienaar
2017-05-09Add extra operand to CALLSEQ_START to keep frame part set up previouslySerge Pavlov
2017-04-26Lanai: Remove unnecessary canRealignStack() override; NFCMatthias Braun
2017-04-05Add MCContext argument to MCAsmBackend::applyFixup for error reportingAlex Bradbury
2017-03-16clean Lanai namespaceJacques Pienaar
2017-01-28Cleanup dump() functions.Matthias Braun
2017-01-24[Lanai] Rename LanaiInstPrinter library to LanaiAsmPrinterChris Bieneman
2017-01-13[CodeGen] Rename MachineInstrBuilder::addOperand. NFCDiana Picus
2017-01-11[X86] updating TTI costs for arithmetic instructions on X86\SLM arch.Mohammed Agabaria
2017-01-06Remove unused private fields to fix the clang -Werror build.David Blaikie
2017-01-06[AArch64, Lanai] Fix some Clang-tidy modernize and Include What You Use warni...Eugene Zelenko
2016-12-15[lanai] Simplify small section check in LowerGlobalAddress and treat ldata se...Jacques Pienaar
2016-12-08LanaiInstPrinter: Prune unused libdeps.NAKAMURA Takumi
2016-12-02[lanai] Custom lowering of SHL_PARTSJacques Pienaar
2016-11-29[lanai] Manually match 0/-1 with R0/R1.Jacques Pienaar
2016-11-02Support: Remove MemoryObject and DataStreamer interfaces.Peter Collingbourne
2016-11-01[TableGen] Move OperandMatchResultTy enum to MCTargetAsmParser.hAlex Bradbury
2016-10-24Target: Change various section classifiers in TargetLoweringObjectFile to tak...Peter Collingbourne
2016-10-20Do a sweep over move ctors and remove those that are identical to the default.Benjamin Kramer
2016-10-18Reduce global namespace pollution. NFC.Benjamin Kramer
2016-10-10Revert r283690, "MC: Remove unused entities."Peter Collingbourne
2016-10-09Move the global variables representing each Target behind accessor functionMehdi Amini
2016-10-09MC: Remove unused entities.Peter Collingbourne
2016-10-07Target: Remove unused patterns and transforms. NFC.Peter Collingbourne
2016-10-01Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini
2016-09-16Actually remove the Mangler from the AsmPrinter and clean up the places it wa...Eric Christopher
2016-09-16Move the Mangler from the AsmPrinter down to TLOF and clean up theEric Christopher
2016-09-14Finish renaming remaining analyzeBranch functionsMatt Arsenault
2016-09-14Make analyzeBranch family of instruction names consistentMatt Arsenault
2016-09-14AArch64: Use TTI branch functions in branch relaxationMatt Arsenault
2016-09-06[MCTargetDesc] Delete dead code. Found by GCC7 -Wunused-function.Davide Italiano
2016-08-30ADT: Give ilist<T>::reverse_iterator a handle to the current nodeDuncan P. N. Exon Smith
2016-08-25MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...Matthias Braun
2016-08-23[lanai] Use const instead of constexprJacques Pienaar
2016-08-23LLVMLanaDesc: Update libdesp.NAKAMURA Takumi
2016-08-23Change the target's name, s/LanaiMCTargetDesc/LanaiDesc/g.NAKAMURA Takumi
2016-08-23[lanai] Exit early in Mem Alu combiner if sentinel reach.Jacques Pienaar
2016-07-29[lanai] Update for Target API (TargetRegistry::RegisterMCAsmBackend) changeJacques Pienaar
2016-07-28MachineFunction: Return reference for getFrameInfo(); NFCMatthias Braun
2016-07-15[lanai] Small cleanup: remove/comment out unused argsJacques Pienaar
2016-07-15[lanai] Fix build by updating calls to getLoad & getStore.Jacques Pienaar
2016-07-15Rename AnalyzeBranch* to analyzeBranch*.Jacques Pienaar
2016-07-11Fix branch relaxation in 16-bit mode.Nirav Dave
2016-07-09[lanai] Treat .t as optional in assembly parser for RR operands and add predi...Jacques Pienaar