[llvm-commits] [llvm] r100384 - in /llvm/trunk: include/llvm/Target/ lib/Target/ARM/ lib/Target/Alpha/ lib/Target/MBlaze/ lib/Target/MSP430/ lib/Target/Mips/ lib/Target/PowerPC/ lib/Target/Sparc/ lib/Target/X86/ lib/Target/XCore/ utils/TableGen/

Chris Lattner clattner at apple.com
Wed Apr 7 19:28:58 PDT 2010


On Apr 4, 2010, at 8:10 PM, Jakob Stoklund Olesen wrote:

> Author: stoklund
> Date: Sun Apr  4 22:10:20 2010
> New Revision: 100384
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=100384&view=rev
> Log:
> Replace TSFlagsFields and TSFlagsShifts with a simpler TSFlags field.
> 
> When a target instruction wants to set target-specific flags, it should simply
> set bits in the TSFlags bit vector defined in the Instruction TableGen class.

Awesome Jakob!

-Chris



More information about the llvm-commits mailing list