Have MachineFunction cache a pointer to the subtarget to make lookups
[oota-llvm.git] / lib / CodeGen / TargetInstrInfo.cpp
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.