summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/XCore
Commit message (Expand)AuthorAgeFilesLines
* [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
* [CodeGen] Default CTTZ_ZERO_UNDEF/CTLZ_ZERO_UNDEF to Expand in TargetLowering...Craig Topper2016-04-281-2/+0
* [NFC] Header cleanupMehdi Amini2016-04-182-2/+0
* Declare MVT::SimpleValueType as an int8_t sized enum. This removes 400 bytes ...Craig Topper2016-04-171-1/+1
* NFC: make AtomicOrdering an enum classJF Bastien2016-04-061-4/+6
* Add MachineFunctionProperty checks for AllVRegsAllocated for target passesDerek Schuff2016-04-041-0/+4
* Change eliminateCallFramePseudoInstr() to return an iteratorHans Wennborg2016-03-312-6/+6
* Tweak some atomics functions in preparation for larger changes; NFC.James Y Knight2016-03-162-1/+3
* Remove PreserveNames template parameter from IRBuilderMehdi Amini2016-03-131-1/+1
* Temporarily revert:Eric Christopher2016-03-121-1/+1
* Remove PreserveNames template parameter from IRBuilderMehdi Amini2016-03-111-1/+1
OpenPOWER on IntegriCloud