summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/XCore
Commit message (Expand)AuthorAgeFilesLines
...
* Move TargetLoweringObjectFile from CodeGen to Target to fix layeringDavid Blaikie2018-03-231-1/+1
* [XCore] Return true in enableMultipleCopyHints().Jonas Paulsson2018-02-261-0/+2
* (Re-landing) Expose a TargetMachine::getTargetTransformInfo functionSanjoy Das2017-12-222-5/+4
* Revert "Expose a TargetMachine::getTargetTransformInfo function"Sanjoy Das2017-12-212-4/+5
* Expose a TargetMachine::getTargetTransformInfo functionSanjoy Das2017-12-212-5/+4
* MachineFunction: Return reference from getFunction(); NFCMatthias Braun2017-12-154-8/+7
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-178-9/+9
* Add backend name to Target to enable runtime info to be fed back into TableGenDaniel Sanders2017-11-151-1/+2
* Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie2017-11-081-1/+1
* Move TargetFrameLowering.h to CodeGen where it's implementedDavid Blaikie2017-11-032-2/+2
* Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine"Matthias Braun2017-10-122-2/+2
* TargetMachine: Merge TargetMachine and LLVMTargetMachineMatthias Braun2017-10-122-2/+2
* Use report_fatal_error for unsupported calling conventionsAlex Bradbury2017-08-221-2/+2
* Add "Restored" flag to CalleeSavedInfoKrzysztof Parzyszek2017-08-102-2/+2
* Delete Default and JITDefault code modelsRafael Espindola2017-08-033-18/+15
* [SystemZ, LoopStrengthReduce]Jonas Paulsson2017-07-212-2/+4
* 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
OpenPOWER on IntegriCloud