aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/TargetInstrInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added a size field to the stack map record to handle subregister spills.Andrew Trick2013-11-171-0/+31
* When folding memory operands, preserve existing MachineMemOperands.Andrew Trick2013-11-141-3/+14
* IfConverter: Use TargetSchedule for instruction latenciesArnold Schwaighofer2013-09-301-0/+4
* Machine Model: Add MicroOpBufferSize and resource BufferSize.Andrew Trick2013-06-151-22/+6
* Add static cast to unsigned char whenever a character classification function...Guy Benyei2013-02-121-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-1/+1
* Move the guts of TargetInstrInfoImpl into the TargetInstrInfo class.Jakob Stoklund Olesen2012-11-281-8/+659
* Move Target{Instr,Register}Info.cpp into lib/CodeGen.Jakob Stoklund Olesen2012-11-281-0/+88