summaryrefslogtreecommitdiff
path: root/lib/CodeGen/TargetInstrInfo.cpp
Commit message (Expand)AuthorAge
* The hazard recognizer only needs a subtarget, not a target machineEric Christopher2014-06-13
* Revert r210613 to conform to coding standards.Eric Christopher2014-06-11
* Sort includes.Eric Christopher2014-06-11
* [TargetInstrInfo] Fix the implementation of commuteInstruction to match theQuentin Colombet2014-05-08
* Break PseudoSourceValue out of the Value hierarchy. It is now the root of its...Nick Lewycky2014-04-15
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-14
* Replace PROLOG_LABEL with a new CFI_INSTRUCTION.Rafael Espindola2014-03-07
* Remove redundant fold call introduced in r195944. Thanks very much to JuergenLang Hames2014-01-02
* Correct think-o in foldPatchpoint. Thanks to Andy Trick for pointing it out.Lang Hames2013-12-07
* Refactor a lot of patchpoint/stackmap related code to simplify and make itLang Hames2013-11-29
* Added a size field to the stack map record to handle subregister spills.Andrew Trick2013-11-17
* When folding memory operands, preserve existing MachineMemOperands.Andrew Trick2013-11-14
* IfConverter: Use TargetSchedule for instruction latenciesArnold Schwaighofer2013-09-30
* Machine Model: Add MicroOpBufferSize and resource BufferSize.Andrew Trick2013-06-15
* Add static cast to unsigned char whenever a character classification function...Guy Benyei2013-02-12
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Move the guts of TargetInstrInfoImpl into the TargetInstrInfo class.Jakob Stoklund Olesen2012-11-28
* Move Target{Instr,Register}Info.cpp into lib/CodeGen.Jakob Stoklund Olesen2012-11-28