Add support for emitting ARM file attributes.
[oota-llvm.git] / lib / Target / ARM / ARMMCCodeEmitter.cpp
2010-10-21 Jim GrosbachARM Binary encoding information for BFC/BFI instructions.
2010-10-21 Owen AndersonMove the encoding logic for Q registers into getMachine...
2010-10-15 Jim GrosbachARM mode encoding information for UBFX and SBFX instruc...
2010-10-14 Bill WendlingAdd support for vmov.f64/.f32 encoding. There's a bit...
2010-10-13 Jim GrosbachAdd ARM mode encoding for [SU]XT[BH] and [SU]XTA[BH...
2010-10-12 Jim GrosbachAdd the rest of the ARM so_reg encoding options (regist...
2010-10-12 Jim GrosbachMove the ARM so_imm encoding into a custom operand...
2010-10-12 Jim GrosbachAdd custom encoder for the 's' bit denoting whether...
2010-10-12 Jim GrosbachAdd MOVi ARM encoding.
2010-10-12 Jim GrosbachNuke unused wrapper function.
2010-10-12 Jim GrosbachAdd encoding information for the remainder of the gener...
2010-10-11 Jim GrosbachMC machine encoding for simple aritmetic instructions...
2010-10-08 Jim GrosbachImplement a few more binary encoding bits. Still very...
2010-10-08 Jim GrosbachReapply 116059, this time without the fatfingered pasto...
2010-10-08 Jim GrosbachReverting 116059. Bots are unhappy with it.
2010-10-08 Jim Grosbach'const'ify getMachineOpValue() and associated helpers.
2010-10-08 Jim GrosbachEnable binary encoding of some simple instructions.
2010-10-08 Jim GrosbachMake <target>CodeEmitter::getBinaryCodeForInstr() a...
2010-10-07 Jim GrosbachTrivial MC code emitter shell. No instruction forms...
2010-10-07 Jim GrosbachInclude the auto-generated bits for machine encoding.
2010-10-07 Jim GrosbachARM instruction don't have instruction prefixes, so...
2010-09-18 Michael J. SpencerFix build.
2010-09-17 Jim GrosbachAdd skeleton infrastructure for the ARMMCCodeEmitter...