summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/XCore
Commit message (Expand)AuthorAgeFilesLines
* std::unique_ptrify the MCStreamer argument to createAsmPrinterDavid Blaikie2015-01-181-3/+4
* Revert r226242 - Revert Revert Don't create new comdats in CodeGenTimur Iskhodzhanov2015-01-161-0/+2
* Revert "Revert Don't create new comdats in CodeGen"Rafael Espindola2015-01-161-2/+0
* Revert Don't create new comdats in CodeGenTimur Iskhodzhanov2015-01-151-0/+2
* Don't create new comdats in CodeGen.Rafael Espindola2015-01-141-2/+0
* [SelectionDAG] Allow targets to specify legality of extloads' resultAhmed Bougacha2015-01-081-5/+7
* [CodeGen] Add print and verify pass after each MachineFunctionPass by defaultMatthias Braun2014-12-111-4/+3
* This reverts commit r224043 and r224042.Rafael Espindola2014-12-111-3/+4
* [CodeGen] Add print and verify pass after each MachineFunctionPass by defaultMatthias Braun2014-12-111-4/+3
* Replace neverHasSideEffects=1 with hasSideEffects=0 in all .td files.Craig Topper2014-11-261-17/+17
* Add out of line virtual destructors to all LLVMTargetMachine subclassesReid Kleckner2014-11-202-0/+3
* We can get the TLOF from the TargetMachine - so constructor no longer require...Aditya Nandakumar2014-11-131-1/+1
* This patch changes the ownership of TLOF from TargetLoweringBase to TargetMac...Aditya Nandakumar2014-11-133-1/+7
* Pass an ArrayRef to MCDisassembler::getInstruction.Rafael Espindola2014-11-121-13/+8
* Misc style fixes. NFC.Rafael Espindola2014-11-101-27/+18
* Work around bugs in MSVC "14" CTP 3's conversion logicReid Kleckner2014-10-311-3/+6
* Erase fence insertion from SelectionDAGBuilder.cpp (NFC)Robin Morisset2014-10-161-0/+7
* Eliminate some deep std::vector copies. NFC.Benjamin Kramer2014-10-031-4/+3
* Reverting NFC changes from r218050. Instead, the warning was disabled for GCC...Aaron Ballman2014-09-181-1/+0
* Fixing a bunch of -Woverloaded-virtual warnings due to hiding getSubtargetImp...Aaron Ballman2014-09-181-0/+1
* Add override to overriden virtual methods, remove virtual keywords.Benjamin Kramer2014-09-031-7/+4
* Remove 'virtual' keyword from methods markedwith 'override' keyword.Craig Topper2014-08-302-7/+7
* Remove HasLEB128.Rafael Espindola2014-08-151-1/+0
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-1315-33/+33
* Fix a whole bunch of binary literals which were the wrong size. All were bei...Pete Cooper2014-08-071-2/+2
* Remove the target machine from CCState. Previously it was only usedEric Christopher2014-08-061-9/+9
* Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher2014-08-054-29/+16
* Changed the liveness tracking in the RegisterScavengerPedro Artigas2014-08-041-3/+3
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-049-48/+57
* Make sure no loads resulting from load->switch DAGCombine are marked invariantLouis Gerbarg2014-07-311-4/+5
* Add alignment value to allowsUnalignedMemoryAccessMatt Arsenault2014-07-271-3/+9
* AA metadata refactoring (introduce AAMDNodes)Hal Finkel2014-07-241-6/+6
* Prune dependency to MC from each target disassembler.NAKAMURA Takumi2014-07-241-1/+1
* Update library dependencies.NAKAMURA Takumi2014-07-241-1/+1
* CodeGen: Stick constant pool entries in COMDAT sections for WinCOFFDavid Majnemer2014-07-142-3/+5
* XCore target: remove incorrect DebugLoc entries from prologueRobert Lytton2014-07-042-5/+10
* Move the subtarget dependent features from XCoreTargetMachineEric Christopher2014-07-026-37/+42
* Make XCoreSelectionDAGInfo take a DataLayout since it only needsEric Christopher2014-07-023-4/+4
* [DAG] Pass the argument list to the CallLoweringInfo via move semantics. NFCI.Juergen Ributzka2014-07-012-3/+3
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-261-1/+2
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-261-2/+1
* SelectionDAG: Don't use MVT::Other to determine legality of ISD::SELECT_CCTom Stellard2014-06-101-3/+0
* SelectionDAG: Expand SELECT_CC to SELECT + SETCCTom Stellard2014-06-102-13/+1
* Have TargetSelectionDAGInfo take a DataLayout initializer rather thanEric Christopher2014-06-061-2/+1
* Allow alias to point to an arbitrary ConstantExpr.Rafael Espindola2014-06-031-12/+10
* clang-format function.Rafael Espindola2014-05-231-8/+6
* Remove a confusing use of a static method.Rafael Espindola2014-05-231-1/+1
* Fix typo.Eric Christopher2014-05-221-1/+1
* Target: remove old constructors for CallLoweringInfoSaleem Abdulrasool2014-05-172-23/+22
* Delete getAliasedGlobal.Rafael Espindola2014-05-161-1/+1
OpenPOWER on IntegriCloud