Use simple RegState::Define flag instead of getDefRegState(true).
[oota-llvm.git] / lib / Target /
2010-10-15 Bob WilsonUse simple RegState::Define flag instead of getDefRegSt...
2010-10-15 Eric ChristopherExpand GEP handling for constant offsets.
2010-10-15 Jim GrosbachWhen expanding the MOVsr[la]_flag pseudos, the CPSR...
2010-10-15 Jim GrosbachARM mode encoding information for UBFX and SBFX instruc...
2010-10-15 Bob WilsonRemove unused ARMISD::AND selection DAG node.
2010-10-15 Bob WilsonARM instructions that are both predicated and set the...
2010-10-15 Jim GrosbachEncoding info for extension instructions.
2010-10-14 Jim GrosbachAdd missing Rd encoding for MOVs instruction.
2010-10-14 Jim GrosbachRefactor the MOVsr[al]_flag and RRX pseudo-instructions...
2010-10-14 Jim GrosbachTweak the ARM backend to use the RRX mnemonic instead...
2010-10-14 Jim GrosbachMOVi16 and MOVT ARM mode encodings.
2010-10-14 Jim GrosbachSimplify encoding information and add 'dst' operand...
2010-10-14 Oscar FuentesRemove explicit dependency of LLVMARMCodeGen on LLVMARM...
2010-10-14 Eric ChristopherHandle more complex GEP based loads and add a few TODOs...
2010-10-14 Bill WendlingAdd support for vmov.f64/.f32 encoding. There's a bit...
2010-10-14 Bill WendlingAdd encoding for 'fmstat'.
2010-10-14 Bill Wendling- Add encodings for multiply add/subtract instructions...
2010-10-14 Jim GrosbachRegenerate. No functional change, just cleanup.
2010-10-13 Jim GrosbachDetabify and clean up 80 column violations.
2010-10-13 Jim GrosbachA few 80 column fixes.
2010-10-13 Jim Grosbachtrailing whitespace
2010-10-13 Jim GrosbachAdd a FIXME.
2010-10-13 Jim GrosbachAdd operand encoding bits for SMC and SVC in ARM mode.
2010-10-13 Jim GrosbachMore encoding cleanup. Also add register Rd operands...
2010-10-13 Jim GrosbachSimplify some ARM encoding information.
2010-10-13 Eric ChristopherUpdate comment.
2010-10-13 Jim GrosbachAdd a FIXME. The ADR instruction is a bit odd.
2010-10-13 Jim GrosbachRefactor the ARM 'setend' instruction pattern. Use...
2010-10-13 Bill WendlingAdd MC encodings for VCVT* instrunctions.
2010-10-13 Jim GrosbachAdd a FIXME.
2010-10-13 Jim GrosbachMake a few more bits of some simple instructions explic...
2010-10-13 Jim GrosbachAdd ARM mode encoding for [SU]XT[BH] and [SU]XTA[BH...
2010-10-13 Jim GrosbachFix encoding for compares. No Rd register.
2010-10-13 Jim GrosbachAdd ARM mode operand encoding information for ADDE...
2010-10-13 Rafael EspindolaFix another case where we were preferring instructions...
2010-10-13 Rafael EspindolaFix PR8365 by adding a more specialized Pat that checks...
2010-10-13 Eric ChristopherStart handling more global variables.
2010-10-13 Evan ChengLimit load / store issues (at least until we have a...
2010-10-13 Bill WendlingAdd encodings for VNEG and VSQRT. Also add encodings...
2010-10-13 Bill WendlingAdd encodings for VCVT instructions.
2010-10-13 Jim GrosbachAdd ARM encoding information for comparisons, forced...
2010-10-13 Bill WendlingAdd VCMPZ and VABS.
2010-10-13 Bill WendlingRefactor VCMP instructions.
2010-10-12 Jim GrosbachAdd the rest of the ARM so_reg encoding options (regist...
2010-10-12 Bill WendlingAdd encodings for VNMUL[SD].
2010-10-12 Bill WendlingAdd encodings for VDIV and VMUL.
2010-10-12 Evan ChengTurn some fp stackifier assertion into errors to avoid...
2010-10-12 Jim GrosbachMove the ARM so_imm encoding into a custom operand...
2010-10-12 Bill WendlingRefactor some of the encoding logic into a base class...
2010-10-12 Jim GrosbachAdd custom encoder for the 's' bit denoting whether...
2010-10-12 Bill WendlingAdd encoding for VSUB and VCMP.
2010-10-12 Bill WendlingEncoding for VADDD. Plus a test for the VFP instructions.
2010-10-12 Bill WendlingSplit out the "size" field from the encoding. The newer...
2010-10-12 Eric ChristopherFix thinko in arm fast isel alloca rewrite.
2010-10-12 Jim GrosbachEncoding for ARM-mode VADD.F32 instruction.
2010-10-12 Eric ChristopherCombine these together - should probably have some...
2010-10-12 Nick LewyckyMark variable 'NoImplicitFloatOps' used only in an...
2010-10-12 Jim GrosbachAdd MOVi ARM encoding.
2010-10-12 Dan GohmanInitial va_arg support for x86-64. Patch by David Meyer!
2010-10-12 Jim GrosbachNuke unused wrapper function.
2010-10-12 Jakob Stoklund OlesenRemove the x86 MOV{32,64}{rr,rm,mr}_TC instructions.
2010-10-12 Jim GrosbachAdd encoding information for the remainder of the gener...
2010-10-12 Bob WilsonPR8359: The ARM backend may end up allocating registers...
2010-10-12 Eric ChristopherRework alloca handling so that we can load or store...
2010-10-12 Eric ChristopherHandle a wider arrangement of loads.
2010-10-11 Evan ChengMore ARM scheduling itinerary fixes.
2010-10-11 Jim GrosbachMC machine encoding for simple aritmetic instructions...
2010-10-11 Jason W KimSecond set of ARM/MC/ELF changes.
2010-10-11 Evan ChengProper VST scheduling itineraries.
2010-10-11 Eric ChristopherUse a sane mechanism for that assert.
2010-10-11 Eric ChristopherWe're not going to handle dynamic allocas anywhere...
2010-10-11 Eric ChristopherMake sure that the call stack adjustments have default...
2010-10-11 Jakob Stoklund OlesenPowerPC varargs functions store live-in registers on...
2010-10-11 Eric ChristopherFound a bug turning this on by default. Disable again...
2010-10-11 Eric ChristopherFix help text.
2010-10-11 Eric ChristopherChange flag from Enable to Disable since we're enabled...
2010-10-11 Andrew TrickFixes bug 8297: i386 cmpxchg8b, missing MachineMemOperand
2010-10-11 Jim GrosbachMore binary encoding stuff, taking advantage of the...
2010-10-11 Eric ChristopherTurn on arm fast isel by default.
2010-10-11 Francois PichetMSVC hangs on compilation of ARMDisassembler.cpp. PR686...
2010-10-11 Eric ChristopherCopy and pasteo.
2010-10-11 Eric ChristopherWhitespace cleanup in ARM fast isel.
2010-10-11 Eric ChristopherAdd srem libcall support to ARM fast isel.
2010-10-11 Eric ChristopherAdd i8 sdiv support for ARM fast isel.
2010-10-11 Eric ChristopherImplement select handling for ARM fast-isel.
2010-10-11 Chris LattnerPer discussion with Sanjiv, remove the PIC16 target...
2010-10-11 Michael J. SpencerX86: Call ulldiv and ftol2 on Windows instead of their...
2010-10-10 Michael J. SpencerX86: MinGW should always use libgcc on Windows.
2010-10-10 Michael J. SpencerX86: Call _alldiv instead of __divdi3 on Windows (exclu...
2010-10-10 Michael J. SpencerFix Whitespace.
2010-10-10 Chris Lattnerfix the expansion of va_arg instruction on PPC to know...
2010-10-09 Michael J. SpencerFix Whitespace.
2010-10-09 Evan ChengAdd VLD4 scheduling itineraries.
2010-10-09 Evan ChengFinish vld3 and vld4.
2010-10-09 Evan ChengComplete vld2 instruction itineries.
2010-10-09 Evan ChengMultiply instructions are issued on pipeline 0. They...
2010-10-09 Evan ChengCorrect some load / store instruction itinerary mistakes:
2010-10-09 Bill WendlingCheck to make sure that the iterator isn't at the begin...
2010-10-08 Chris Lattneradd jit support for the new psuedo instructions I added for
2010-10-08 Chris Lattnermachine a mutable machineinstr down into emitInstruction.
next