Age | Commit message (Expand) | Author |
2010-04-29 | Frame index can be negative. | Evan Cheng |
2010-04-26 | on darwin empty functions need to codegen into something of non-zero length, | Chris Lattner |
2010-04-26 | - Move TargetLowering::EmitTargetCodeForFrameDebugValue to TargetInstrInfo an... | Evan Cheng |
2010-03-30 | Renumber SSE execution domains for better code size. | Jakob Stoklund Olesen |
2010-03-29 | Basic implementation of SSEDomainFix pass. | Jakob Stoklund Olesen |
2010-03-25 | Add a late SSEDomainFix pass that twiddles SSE instructions to avoid domain c... | Jakob Stoklund Olesen |
2010-03-23 | Revert "Add a late SSEDomainFix pass that twiddles SSE instructions to avoid ... | Jakob Stoklund Olesen |
2010-03-23 | Add a late SSEDomainFix pass that twiddles SSE instructions to avoid domain c... | Jakob Stoklund Olesen |
2010-02-13 | add encoder support and tests for rdtscp | Chris Lattner |
2010-02-13 | remove special cases for vmlaunch, vmresume, vmxoff, and swapgs | Chris Lattner |
2010-02-12 | implement infrastructure to support fixups for rip-rel | Chris Lattner |
2010-02-12 | enhance the immediate field encoding to know whether the immediate | Chris Lattner |
2010-02-12 | add a bunch of mod/rm encoding types for fixed mod/rm bytes. | Chris Lattner |
2010-02-12 | revert r95949, it turns out that adding new prefixes is not a | Chris Lattner |
2010-02-12 | add another bit of space for new kinds of instruction prefixes. | Chris Lattner |
2010-02-05 | port X86InstrInfo::determineREX over to the new encoder. | Chris Lattner |
2010-02-05 | move functions for decoding X86II values into the X86II namespace. | Chris Lattner |
2010-02-05 | constant propagate a method away. | Chris Lattner |
2010-02-05 | change getSizeOfImm and getBaseOpcodeFor to just take | Chris Lattner |
2010-02-03 | enhance new encoder to support prefixes + RawFrm | Chris Lattner |
2010-01-22 | Add two target hooks to determine whether two loads are near and should be sc... | Evan Cheng |
2010-01-13 | Add a quick pass to optimize sign / zero extension instructions. For targets ... | Evan Cheng |
2010-01-12 | Add TargetInstrInfo::isCoalescableInstr. It returns true if the specified | Evan Cheng |
2009-12-11 | Add support to 3-addressify 16-bit instructions. | Evan Cheng |
2009-12-05 | Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor of | Dan Gohman |
2009-12-04 | Have hasLoad/StoreFrom/ToStackSlot return the relevant MachineMemOperand. | David Greene |
2009-11-30 | Remove isProfitableToDuplicateIndirectBranch target hook. It is profitable | Bob Wilson |
2009-11-25 | Based on the testcase for pr3120, running on my MacPro with Xeon processors, | Bob Wilson |
2009-11-14 | - Change TargetInstrInfo::reMaterialize to pass in TargetRegisterInfo. | Evan Cheng |
2009-11-13 | Fix a bootstrap failure. | David Greene |
2009-11-12 | Add hasLoadFromStackSlot and hasStoreToStackSlot to return whether a | David Greene |
2009-10-30 | Fix MachineLICM to use the correct virtual register class when | Dan Gohman |
2009-10-10 | Replace X86's CanRematLoadWithDispOperand by calling the target-independent | Dan Gohman |
2009-10-09 | Add basic infrastructure and x86 support for preserving MachineMemOperand | Dan Gohman |
2009-10-07 | Replace TargetInstrInfo::isInvariantLoad and its target-specific | Dan Gohman |
2009-10-05 | Remove explicit enum integer values. They don't appear to be needed, and | Dan Gohman |
2009-09-11 | It's not legal to fold a load from a narrower stack slot into a wider instruc... | Evan Cheng |
2009-09-03 | Reference to hidden symbols do not have to go through non-lazy pointer in non... | Evan Cheng |
2009-08-08 | Add crc32 instruction and intrinsics. Add a new class of prefix | Eric Christopher |
2009-07-16 | Let callers decide the sub-register index on the def operand of rematerialize... | Evan Cheng |
2009-07-15 | Move load / store folding alignment require into the table(s). | Evan Cheng |
2009-07-10 | Undo my brain cramp. | Evan Cheng |
2009-07-10 | CMOVxx doesn't swap operands which it's commuted. | Evan Cheng |
2009-07-10 | add a predicate to determine if a global var reference requires a | Chris Lattner |
2009-07-10 | change isGlobalStubReference to take target flags instead of a MachineOperand. | Chris Lattner |
2009-07-10 | add a new predicate method that says whether a GlobalValue | Chris Lattner |
2009-07-09 | move reasoning about darwin $non_lazy_ptr stubs from asmprinter into | Chris Lattner |
2009-07-09 | make isel decide whether to emit $stub's on darwin instead of asmprinter. | Chris Lattner |
2009-07-09 | move handling of dllimport linkage in isel, not in asmprinter. | Chris Lattner |
2009-06-26 | Move all the TLS processing logic into isel, don't do it in asmprinter at all. | Chris Lattner |