summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/XCore
Commit message (Expand)AuthorAgeFilesLines
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-064-5/+5
* TargetPassConfig: Keep a reference to an LLVMTargetMachine; NFCMatthias Braun2017-05-301-2/+2
* [LegacyPassManager] Remove TargetMachine constructorsFrancis Visoiu Mistrih2017-05-181-1/+1
* [KnownBits] Add bit counting methods to KnownBits struct and use them where p...Craig Topper2017-05-121-1/+1
* Add extra operand to CALLSEQ_START to keep frame part set up previouslySerge Pavlov2017-05-092-7/+7
* [KnownBits] Add wrapper methods for setting and clear all bits in the underly...Craig Topper2017-05-051-1/+1
* Rename WeakVH to WeakTrackingVH; NFCSanjoy Das2017-05-011-5/+5
* [SelectionDAG] Use KnownBits struct in DAG's computeKnownBits and simplifyDem...Craig Topper2017-04-282-33/+30
* Reverts commit r301424, r301425 and r301426Sanjoy Das2017-04-261-5/+5
* Rename WeakVH to WeakTrackingVH; NFCSanjoy Das2017-04-261-5/+5
* Move size and alignment information of regclass to TargetRegisterInfoKrzysztof Parzyszek2017-04-242-15/+22
* [AArch64] Improve code generation for logical instructions takingAkira Hatanaka2017-04-211-2/+2
* Revert r300932 and r300930.Akira Hatanaka2017-04-211-2/+2
* [AArch64] Improve code generation for logical instructions takingAkira Hatanaka2017-04-211-2/+2
* Revert "[AArch64] Improve code generation for logical instructions taking"Akira Hatanaka2017-04-201-2/+2
* [AArch64] Improve code generation for logical instructions takingAkira Hatanaka2017-04-201-2/+2
* [DAGCombiner] Add vector demanded elements support to computeKnownBitsForTarg...Simon Pilgrim2017-03-312-0/+2
* Rename AttributeSet to AttributeListReid Kleckner2017-03-211-1/+1
* Make library calls sensitive to regparm module flag (Fixes PR3997).Nirav Dave2017-03-182-6/+6
* [XCore] Fix some Include What You Use warnings; other minor fixes (NFC).Eugene Zelenko2017-02-032-3/+9
* [XCore] Fix some Clang-tidy modernize and Include What You Use warnings; othe...Eugene Zelenko2017-01-245-42/+53
* [MC] Refactor emitELFSize to make usage more consistent. NFC.Dan Gohman2016-12-011-2/+1
* Move most EH from MachineModuleInfo to MachineFunctionMatthias Braun2016-12-011-1/+1
* Temporarily Revert "Move most EH from MachineModuleInfo to MachineFunction"Eric Christopher2016-12-011-1/+1
* Move most EH from MachineModuleInfo to MachineFunctionMatthias Braun2016-11-301-1/+1
* Move FrameInstructions from MachineModuleInfo to MachineFunctionMatthias Braun2016-11-301-20/+21
* Target: Change various section classifiers in TargetLoweringObjectFile to tak...Peter Collingbourne2016-10-242-8/+8
* Do a sweep over move ctors and remove those that are identical to the default.Benjamin Kramer2016-10-201-7/+0
* Fix "static initialization order fiasco" for the XCore Target.Mehdi Amini2016-10-116-15/+19
* Target: Remove unused patterns and transforms. NFC.Peter Collingbourne2016-10-071-8/+0
* Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini2016-10-013-5/+3
* Actually remove the Mangler from the AsmPrinter and clean up the places it wa...Eric Christopher2016-09-163-8/+4
* Move the Mangler from the AsmPrinter down to TLOF and clean up theEric Christopher2016-09-163-12/+5
* Finish renaming remaining analyzeBranch functionsMatt Arsenault2016-09-142-8/+6
* Make analyzeBranch family of instruction names consistentMatt Arsenault2016-09-142-4/+4
* AArch64: Use TTI branch functions in branch relaxationMatt Arsenault2016-09-142-5/+11
* getValueType().getSizeInBits() -> getValueSizeInBits() ; NFCISanjay Patel2016-09-141-1/+1
* MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...Matthias Braun2016-08-251-1/+1
* Replace a few more "fall through" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-1/+1
* MachineFunction: Return reference for getFrameInfo(); NFCMatthias Braun2016-07-286-50/+50
* XCore: Avoid implicit iterator conversions, NFCDuncan P. N. Exon Smith2016-07-273-14/+13
* [SelectionDAG] Get rid of bool parameters in SelectionDAG::getLoad, getStore,...Justin Lebar2016-07-151-70/+56
* [CodeGen] Take a MachineMemOperand::Flags in MachineFunction::getMachineMemOp...Justin Lebar2016-07-151-2/+3
* Rename AnalyzeBranch* to analyzeBranch*.Jacques Pienaar2016-07-152-6/+6
* Use arrays or initializer lists to feed ArrayRefs instead of SmallVector wher...Benjamin Kramer2016-07-021-6/+2
* CodeGen: Use MachineInstr& in TargetLowering, NFCDuncan P. N. Exon Smith2016-06-302-11/+13
* Delete MCCodeGenInfo.Rafael Espindola2016-06-301-11/+4
* CodeGen: Use MachineInstr& in TargetInstrInfo, NFCDuncan P. N. Exon Smith2016-06-302-21/+18
* [SDAG] Remove FixedArgs parameter from CallLoweringInfo::setCalleeKrzysztof Parzyszek2016-06-222-3/+3
OpenPOWER on IntegriCloud