Turn off the old way of handling debug information in the code generator. Use
[oota-llvm.git] / lib / Target / X86 /
2009-01-09 Dan GohmanWhitespace and other minor adjustments to make SSE...
2009-01-08 Devang PatelConvert DwarfWriter into a pass.
2009-01-07 Dan GohmanAdd patterns to match conditional moves with loads...
2009-01-07 Dan GohmanAdd load-folding table entries for cmovno too.
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-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-03 Evan ChengAdd Intel processors core i7 and atom.
2009-01-03 Evan ChengFix PR3210: Detect more Intel processors. Patch by...
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-29 Bill WendlingLinux wants the FDE initial location and address range...
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 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-12 Bill Wendling- Use patterns instead of creating completely new instr...
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-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-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 Bill WendlingCorrect my English.
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 Evan ChengPerform cheap checks first.
2008-12-07 Nick LewyckyFix typo, psuedo -> pseudo.
2008-12-06 Chris Lattneradd a note
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 Bill WendlingTemporarily revert r60519. It was causing a bootstrap...
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 Dan GohmanSplit foldMemoryOperand into public non-virtual and...
2008-12-03 Dan GohmanRename isSimpleLoad to canFoldAsLoad, to better reflect...
2008-12-03 Dan GohmanExtend X86's addFrameReference to add a MachineMemOpera...
2008-12-03 Rafael EspindolaFix bug 3140.
2008-12-03 Evan ChengRefactor code. No functionality change.
2008-12-03 Bill WendlingCC should only be a ConstantSDNode at this point. Just...
2008-12-03 Dan GohmanMark x86's V_SET0 and V_SETALLONES with isSimpleLoad...
2008-12-03 Dan GohmanFix this comment to reflect that it applies to types...
2008-12-03 Dan GohmanFix byval arguments in the fastcc calling convention...
2008-12-02 Bill WendlingSecond stab at target-dependent lowering of everyone...
2008-12-02 Bill WendlingReapply r60382. This time, don't mark "ADC" nodes with...
2008-12-01 Bill WendlingTemporarily revert r60382. It caused CodeGen/X86/i2k...
2008-12-01 Bill Wendling- Have "ADD" instructions return an implicit EFLAGS.
2008-12-01 Duncan SandsThere are no longer any places that require a
2008-12-01 Duncan SandsChange the interface to the type legalization method
2008-11-30 Eli FriedmanA couple small cleanups, plus a new potential optimization.
2008-11-28 Duncan SandsFix build with gcc-4.4: it doesn't like PICStyle
2008-11-27 Bill WendlingComment out code that isn't entirely correct.
2008-11-27 Evan ChengOn x86 favors folding short immediate into some arithme...
2008-11-26 Bill WendlingGenerate something sensible for an [SU]ADDO op when...
2008-11-26 Dan GohmanFish kill flag annotations in PUSH instructions.
2008-11-24 Bill Wendling- Make lowering of "add with overflow" customizable...
2008-11-24 Evan ChengMove target independent td files from lib/Target/ to...
2008-11-24 Mon P WangAdded missing description for -disable-mmx option.
2008-11-23 Duncan SandsRename SetCCResultContents to BooleanContents. In
2008-11-23 Mon P WangAdded -disable-mmx using a patch from Preston Gurd.
2008-11-22 Anton KorobeynikovMake a convenient helper for printing offsets.
2008-11-20 Mon P WangAllow XMM2 and XMM3 to be used for non ABI compliant...
2008-11-19 Evan ChengEliminate a compile time warning.
2008-11-19 Stuart Hastings<rdar://problem/6351057>
2008-11-18 Dan GohmanDon't set neverHasSideEffects on x86's divide instructi...
2008-11-18 Dan GohmanAdd more const qualifiers. This fixes build breakage...
2008-11-15 Oscar FuentesAdds extern "C" ints to the .cpp files that use Registe...
next