Add a TargetMachine hook that verifies DataLayout compatibility
[oota-llvm.git] / lib / CodeGen / TargetInstrInfo.cpp
2015-07-19 Simon PilgrimRemove TargetInstrInfo::canFoldMemoryOperand
2015-07-16 Mehdi AminiMove most user of TargetMachine::getDataLayout to the...
2015-06-13 Matthias BraunMachineLICM: Use TargetSchedModel instead of just itine...
2015-06-11 Ahmed Bougacha[CodeGen] ArrayRef'ize cond/pred in various TII APIs...
2015-06-08 Keno Fischer[InstrInfo] Refactor foldOperandImpl to thread through...
2015-05-18 Matthias BraunMachineInstr: Change return value of getOpcode() to...
2015-04-30 Pete CooperCommute the internal flag on MachineOperands.
2015-04-30 Andrea Di BiagioFix for PR23103. Correctly propagate the 'IsUndef'...
2015-03-19 Eric ChristopherUse the cached subtarget off of the machine function.
2015-02-28 Benjamin KramerArrayRefize memory operand folding. NFC.
2015-01-26 Eric ChristopherMove DataLayout back to the TargetMachine from TargetSu...
2015-01-08 Michael KupersteinFix include ordering, NFC.
2015-01-08 Michael KupersteinMove SPAdj logic from PEI into the targets (NFC)
2014-09-15 Rafael EspindolaFix a lot of confusion around inserting nops on empty...
2014-09-02 Pete CooperChange MCSchedModel to be a struct of statically initia...
2014-08-20 Quentin ColombetAdd isInsertSubreg property.
2014-08-20 Quentin ColombetAdd isExtractSubreg property.
2014-08-12 Quentin ColombetFix a parentheses warning introduced in r215394.
2014-08-11 Quentin ColombetAdd isRegSequence property.
2014-08-05 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-07-23 Eric ChristopherRemove the query for TargetMachine and TargetInstrInfo...
2014-06-13 Eric ChristopherThe hazard recognizer only needs a subtarget, not a...
2014-06-11 Eric ChristopherRevert r210613 to conform to coding standards.
2014-06-11 Eric ChristopherSort includes.
2014-05-08 Quentin Colombet[TargetInstrInfo] Fix the implementation of commuteInst...
2014-04-15 Nick LewyckyBreak PseudoSourceValue out of the Value hierarchy...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-07 Rafael EspindolaReplace PROLOG_LABEL with a new CFI_INSTRUCTION.
2014-01-02 Lang HamesRemove redundant fold call introduced in r195944. Thank...
2013-12-07 Lang HamesCorrect think-o in foldPatchpoint. Thanks to Andy Trick...
2013-11-29 Lang HamesRefactor a lot of patchpoint/stackmap related code...
2013-11-17 Andrew TrickAdded a size field to the stack map record to handle...
2013-11-14 Andrew TrickWhen folding memory operands, preserve existing Machine...
2013-09-30 Arnold SchwaighoferIfConverter: Use TargetSchedule for instruction latencies
2013-06-15 Andrew TrickMachine Model: Add MicroOpBufferSize and resource Buffe...
2013-02-12 Guy BenyeiAdd static cast to unsigned char whenever a character...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-28 Jakob Stoklund OlesenMove the guts of TargetInstrInfoImpl into the TargetIns...
2012-11-28 Jakob Stoklund OlesenMove Target{Instr,Register}Info.cpp into lib/CodeGen.