summaryrefslogtreecommitdiff
path: root/lib/Target/XCore
AgeCommit message (Expand)Author
2016-09-14AArch64: Use TTI branch functions in branch relaxationMatt Arsenault
2016-09-14getValueType().getSizeInBits() -> getValueSizeInBits() ; NFCISanjay Patel
2016-08-25MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...Matthias Braun
2016-08-17Replace a few more "fall through" comments with LLVM_FALLTHROUGHJustin Bogner
2016-07-28MachineFunction: Return reference for getFrameInfo(); NFCMatthias Braun
2016-07-27XCore: Avoid implicit iterator conversions, NFCDuncan P. N. Exon Smith
2016-07-15[SelectionDAG] Get rid of bool parameters in SelectionDAG::getLoad, getStore,...Justin Lebar
2016-07-15[CodeGen] Take a MachineMemOperand::Flags in MachineFunction::getMachineMemOp...Justin Lebar
2016-07-15Rename AnalyzeBranch* to analyzeBranch*.Jacques Pienaar
2016-07-02Use arrays or initializer lists to feed ArrayRefs instead of SmallVector wher...Benjamin Kramer
2016-06-30CodeGen: Use MachineInstr& in TargetLowering, NFCDuncan P. N. Exon Smith
2016-06-30Delete MCCodeGenInfo.Rafael Espindola
2016-06-30CodeGen: Use MachineInstr& in TargetInstrInfo, NFCDuncan P. N. Exon Smith
2016-06-22[SDAG] Remove FixedArgs parameter from CallLoweringInfo::setCalleeKrzysztof Parzyszek
2016-06-12Pass DebugLoc and SDLoc by const ref.Benjamin Kramer
2016-05-18Delete Reloc::Default.Rafael Espindola
2016-05-18Trivial cleanups.Rafael Espindola
2016-05-13SDAG: Implement Select instead of SelectImpl in XCoreDAGToDAGISelJustin Bogner
2016-05-11Return a StringRef from getSection.Rafael Espindola
2016-05-10CodeGen: Move TargetPassConfig from Passes.h to an own header; NFCMatthias Braun
2016-05-05SDAG: Rename Select->SelectImpl and repurpose Select as returning voidJustin Bogner
2016-04-28[CodeGen] Default CTTZ_ZERO_UNDEF/CTLZ_ZERO_UNDEF to Expand in TargetLowering...Craig Topper
2016-04-18[NFC] Header cleanupMehdi Amini
2016-04-17Declare MVT::SimpleValueType as an int8_t sized enum. This removes 400 bytes ...Craig Topper
2016-04-06NFC: make AtomicOrdering an enum classJF Bastien
2016-04-04Add MachineFunctionProperty checks for AllVRegsAllocated for target passesDerek Schuff
2016-03-31Change eliminateCallFramePseudoInstr() to return an iteratorHans Wennborg
2016-03-16Tweak some atomics functions in preparation for larger changes; NFC.James Y Knight
2016-03-13Remove PreserveNames template parameter from IRBuilderMehdi Amini
2016-03-12Temporarily revert:Eric Christopher
2016-03-11Remove PreserveNames template parameter from IRBuilderMehdi Amini
2016-02-23CodeGen: TII: Take MachineInstr& in predicate API, NFCDuncan P. N. Exon Smith
2016-02-21Unbreak non-X86 targets from fallout caused by r261462David Majnemer
2016-02-09[CodeGen] Prefer "if (SDValue R = ...)" to "if (R.getNode())". NFCI.Ahmed Bougacha
2016-01-27Rename TargetSelectionDAGInfo into SelectionDAGTargetInfo and move it to Code...Benjamin Kramer
2016-01-26Remove autoconf supportChris Bieneman
2016-01-26Reflect the MC/MCDisassembler split on the include/ level.Benjamin Kramer
2016-01-16GlobalValue: use getValueType() instead of getType()->getPointerElementType().Manuel Jacob
2016-01-14Update to use new name alignTo().Rui Ueyama
2015-12-25Remove extra forward declarations and scrub includes for all in tree InstPrin...Craig Topper
2015-11-18Stop producing .data.rel sections.Rafael Espindola
2015-11-07[WinEH] Update exception pointer registersJoseph Tremoulet
2015-10-20XCore: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith
2015-10-18Make a bunch of static arrays const.Craig Topper
2015-09-16constify the Function parameter to the TTI creation callback andEric Christopher
2015-09-15Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders
2015-09-15Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders
2015-09-15Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders
2015-09-15Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders
2015-08-19[TLI] Refactor "is integer division cheap" queries.Michael Kuperstein