summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/XCore
Commit message (Expand)AuthorAgeFilesLines
* [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
* CodeGen: TII: Take MachineInstr& in predicate API, NFCDuncan P. N. Exon Smith2016-02-231-4/+3
* Unbreak non-X86 targets from fallout caused by r261462David Majnemer2016-02-212-3/+6
* [CodeGen] Prefer "if (SDValue R = ...)" to "if (R.getNode())". NFCI.Ahmed Bougacha2016-02-091-4/+2
* Rename TargetSelectionDAGInfo into SelectionDAGTargetInfo and move it to Code...Benjamin Kramer2016-01-271-3/+3
* Remove autoconf supportChris Bieneman2016-01-265-87/+0
* Reflect the MC/MCDisassembler split on the include/ level.Benjamin Kramer2016-01-261-1/+1
* GlobalValue: use getValueType() instead of getType()->getPointerElementType().Manuel Jacob2016-01-164-6/+5
* Update to use new name alignTo().Rui Ueyama2016-01-141-1/+1
* Remove extra forward declarations and scrub includes for all in tree InstPrin...Craig Topper2015-12-251-2/+0
* Stop producing .data.rel sections.Rafael Espindola2015-11-181-2/+4
* [WinEH] Update exception pointer registersJoseph Tremoulet2015-11-073-14/+33
* XCore: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-202-8/+4
* Make a bunch of static arrays const.Craig Topper2015-10-181-1/+1
* constify the Function parameter to the TTI creation callback andEric Christopher2015-09-162-2/+2
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-154-10/+10
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-154-10/+10
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-154-10/+10
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-154-10/+10
* [TLI] Refactor "is integer division cheap" queries.Michael Kuperstein2015-08-191-3/+0
* PseudoSourceValue: Replace global manager with a manager in a machine function.Alex Lorenz2015-08-114-22/+21
* Fix typo "fuction" noticed in comments in AssumptionCache.h, and also all the...Nick Lewycky2015-07-292-2/+2
* Move most user of TargetMachine::getDataLayout to the Module oneMehdi Amini2015-07-162-10/+11
* Remove DataLayout from TargetLoweringObjectFile, redirect to ModuleMehdi Amini2015-07-162-4/+3
* Change conditional to assert. NFC.Pete Cooper2015-07-151-3/+2
* PrologEpilogInserter: Rewrite API to determine callee save regsiters.Matthias Braun2015-07-142-7/+10
* MC: Remove MCSubtargetInfo() default constructorDuncan P. N. Exon Smith2015-07-101-3/+1
* Target RegisterInfo: devirtualize TargetFrameLoweringJF Bastien2015-07-101-4/+4
* Re-instate the EVT parameter to getScalarShiftAmountTy() for OOT userMehdi Amini2015-07-091-1/+1
* Remove getDataLayout() from TargetSelectionDAGInfo (had no users)Mehdi Amini2015-07-093-9/+1
* Remove getDataLayout() from TargetLoweringMehdi Amini2015-07-092-9/+11
* Make isLegalAddressingMode() taking DataLayout as an argumentMehdi Amini2015-07-092-8/+6
* Make TargetLowering::getShiftAmountTy() taking DataLayout as an argumentMehdi Amini2015-07-091-1/+3
* Make TargetLowering::getPointerTy() taking DataLayout as an argumentMehdi Amini2015-07-093-44/+44
* Make TargetTransformInfo keeping a reference to the Module DataLayoutMehdi Amini2015-07-092-16/+6
* Change the last few internal StringRef triples into Triple objects.Daniel Sanders2015-07-061-2/+3
* [TargetLowering] StringRefize asm constraint getters.Benjamin Kramer2015-07-052-3/+2
* Replace copy-pasted debug value skipping with MBB::getLastNonDebugInstrBenjamin Kramer2015-06-251-16/+7
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-2314-15/+15
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-1914-15/+15
* Wrap some long lines in LLVMBuild files. NFCDouglas Katzman2015-06-121-1/+13
OpenPOWER on IntegriCloud