Define instructions for cmovo and cmovno.
[oota-llvm.git] / lib / Target /
2009-01-07 Dan GohmanDefine instructions for cmovo and cmovno.
2009-01-07 Dan GohmanX86_COND_C and X86_COND_NC are alternate mnemonics for
2009-01-06 Dan GohmanRevert r42653 and forward-port the code that lets INC64...
2009-01-06 Scott MichelCellSPU:
2009-01-06 Scott MichelCellSPU: Update the README
2009-01-06 Scott MichelCellSPU:
2009-01-05 Bill WendlingRevert r61415 and r61484. Duncan was correct that these...
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2009-01-05 Devang Patelsquash warnings.
2009-01-05 Evan ChengAtom and Core i7 do not have same model number after...
2009-01-05 Scott MichelCellSPU:
2009-01-05 Scott MichelCellSPU:
2009-01-03 Evan ChengAdd Intel processors core i7 and atom.
2009-01-03 Evan ChengFix PR3210: Detect more Intel processors. Patch by...
2009-01-03 Scott MichelCellSPU:
2009-01-02 Scott Michel- Make copyRegToReg use the "LR" assembler synonym...
2009-01-02 Evan ChengDo not isel load folding bt instructions for pentium...
2009-01-02 Evan ChengFix x86 CPU id detection to identify Penryn (and future...
2009-01-02 Evan ChengUse movaps / movd to extract vector element 0 even...
2009-01-01 Duncan SandsFix PR3274: when promoting the condition of a BRCOND...
2008-12-31 Chris Lattneradd a note
2008-12-30 Scott Michel- Start moving target-dependent nodes that could be...
2008-12-29 Bill WendlingLinux wants the FDE initial location and address range...
2008-12-29 Misha BrukmanFixed spelling, removed trailing whitespace.
2008-12-29 Scott Michel- Various '#if 0' cleanups.
2008-12-27 Scott Michel- Remove Tilmann's custom truncate lowering: it complet...
2008-12-25 Chris LattnerAdd a simple pattern for matching 'bt'.
2008-12-25 Chris LattnerFix some JIT encodings.
2008-12-25 Chris LattnerBT memory operands load from their address operand.
2008-12-24 Chris LattnertranslateX86CC can never fail. Simplify it based on...
2008-12-24 Bill WendlingDarwin likes for the EH frame to be non-local.
2008-12-24 Bill WendlingGCC doesn't emit DW_EH_PE_sdata4 for the FDE encoding...
2008-12-24 Dan GohmanFix a compiler-abort on a testcase where the stack...
2008-12-24 Chris Lattnerindentation
2008-12-23 Chris Lattnersimplify some control flow and reduce indentation,...
2008-12-23 Dan GohmanAdd instruction patterns and encodings for the x86...
2008-12-23 Devang PatelSilence unused variable warnings.
2008-12-23 Dan GohmanClean up the atomic opcodes in SelectionDAG.
2008-12-23 Chris Lattneradd some notes for simplifylibcalls optimizations
2008-12-23 Mon P WangFixed code generation for v8i16 and v16i8 splats on...
2008-12-23 Dan GohmanMake the fuse-failed debug output human-readable.
2008-12-20 Dan GohmanFix fast-isel to not emit invalid assembly when present...
2008-12-19 Dan GohmanMove the patterns which have i8 immediates before the...
2008-12-19 Chris LattnerFix some release-assert warnings
2008-12-19 Rafael EspindolaFix bug 3202.
2008-12-18 Dan GohmanWhen emitting instructions that define EFLAGS and the...
2008-12-18 Dan GohmanWhen setting up the frame pointer, add it as a live...
2008-12-18 Mon P WangFixed x86 code generation of multiple for v2i64. It...
2008-12-18 Dan GohmanMark the x86 fp stack registers as "reserved". This...
2008-12-16 Dan GohmanAdd initial support for back-scheduling address computa...
2008-12-15 Chris Lattneradd some more notes.
2008-12-15 Chris LattnerAdd a testcase for GCC PR 23455, which lpre handles...
2008-12-15 Chris Lattnergvn now hoists this load out of the hot non-call path.
2008-12-14 Chris Lattnersilence warning when asserts disabled.
2008-12-14 Chris Lattnersilence warning when asserts disabled.
2008-12-12 Bill Wendling- Use patterns instead of creating completely new instr...
2008-12-12 Duncan SandsDon't make use of an illegal type (i64) when
2008-12-12 Mon P WangAdded support for SELECT v8i8 v4i16 for X86 (MMX)
2008-12-12 Bill WendlingRedo the arithmetic with overflow architecture. I was...
2008-12-11 Evan ChengFix a 80 col. violation.
2008-12-10 Evan ChengPreliminary ARM debug support based on patch by Mikael...
2008-12-10 Evan ChengSome code clean up.
2008-12-10 Bill WendlingOnly perform SETO/SETC to JO/JC conversion if extractva...
2008-12-10 Evan ChengFix MachineCodeEmitter to use uintptr_t instead of...
2008-12-10 Bill WendlingWhitespace changes.
2008-12-10 Chris Lattnermove an entry, add some notes, remove a completed item...
2008-12-10 Scott MichelCellSPU:
2008-12-09 Bill WendlingImplement fast-isel conversion of a branch instruction...
2008-12-09 Bill WendlingAdd sub/mul overflow intrinsics. This currently doesn...
2008-12-09 Duncan SandsHandle a compiler warning.
2008-12-09 Bill WendlingCorrect my English.
2008-12-09 Scott MichelCellSPU:
2008-12-09 Bill WendlingAdd initial support for fast-isel of the [SU]ADDO intri...
2008-12-08 Dan GohmanFix a couple of mistaken switch case fall-throughs...
2008-12-08 Evan ChengRe-apply 60689 now my head is screwed on right.
2008-12-08 Dan GohmanRevert 60689. It caused many regressions on Darwin...
2008-12-08 Dan GohmanFactor out the code for sign-extending/truncating gep...
2008-12-08 Chris Lattnerconsistency
2008-12-08 Chris Lattnerintroduce a new RoundUpAlignment helper function, use...
2008-12-08 Dan GohmanUpdate CPP backend for PrintModulePass API changes.
2008-12-08 Evan ChengPerform cheap checks first.
2008-12-07 Nick LewyckyFix typo, psuedo -> pseudo.
2008-12-07 Chris Lattnerimprove a note.
2008-12-06 Chris Lattnersome more PRE/GVN/DSE related notes.
2008-12-06 Chris Lattneradd a note
2008-12-06 Chris Lattnersome random notes.
2008-12-06 Evan ChengClean up some ARM GV asm printing out; minor fixes...
2008-12-05 Dale JohannesenForgot a file.
2008-12-05 Dale JohannesenMake LoopStrengthReduce smarter about hoisting things...
2008-12-05 Evan ChengReason #3 from 60595 doesn't hold true. If we can fold...
2008-12-05 Evan ChengEffectively undo 60461 in PIC mode which simply transfo...
2008-12-05 Evan ChengRe-did 60519. It turns out Darwin's handling of hidden...
2008-12-04 Scott MichelCellSPU: Fix bug 3055
2008-12-04 Scott MichelMissing closing brace and reverse conditional condition...
2008-12-04 Chris LattnerThis code is apparently quite confused. In the meantime,
2008-12-04 Bill WendlingTemporarily revert r60519. It was causing a bootstrap...
2008-12-04 Scott MichelCellSPU:
2008-12-04 Evan ChengVisibility hidden GVs do not require extra load of...
2008-12-03 Evan ChengUse mmx (punpckldq VR64, (mmx_v_set0)) to clear high...
2008-12-03 Dale JohannesenA step towards geting linux ppc to work (see PR 3099)
next