summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/XCore
Commit message (Expand)AuthorAgeFilesLines
* 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
* Pass DebugLoc and SDLoc by const ref.Benjamin Kramer2016-06-128-98/+72
* Delete Reloc::Default.Rafael Espindola2016-05-183-6/+10
* Trivial cleanups.Rafael Espindola2016-05-181-1/+1
* SDAG: Implement Select instead of SelectImpl in XCoreDAGToDAGISelJustin Bogner2016-05-131-28/+38
* Return a StringRef from getSection.Rafael Espindola2016-05-111-1/+1
* CodeGen: Move TargetPassConfig from Passes.h to an own header; NFCMatthias Braun2016-05-101-0/+1
* SDAG: Rename Select->SelectImpl and repurpose Select as returning voidJustin Bogner2016-05-051-6/+6
OpenPOWER on IntegriCloud