Turn off the old way of handling debug information in the code generator. Use
[oota-llvm.git] / lib / Target / X86 /
2009-02-13 Bill WendlingTurn off the old way of handling debug information...
2009-02-12 Dale JohannesenEliminate a couple of non-DebugLoc BuildMI variants.
2009-02-12 Dale JohannesenArrange to print constants that match "n" and "i" const...
2009-02-12 Chris Lattnerfix the X86 backend to just drop llvm.declare nodes...
2009-02-11 Bill WendlingPropagate DebugLoc info for spiller call-backs.
2009-02-11 Dan GohmanDon't try to set an EFLAGS operand to dead if no instru...
2009-02-10 Evan ChengHandle llvm.x86.sse2.maskmov.dqu in 64-bit.
2009-02-10 Evan Cheng80 col violations.
2009-02-09 Evan ChengImplement FpSET_ST1_*.
2009-02-09 Dan GohmanUse doxygen comment syntax.
2009-02-09 Evan ChengTurns out AnalyzeBranch can modify the mbb being analyz...
2009-02-08 Chris Lattneradd a note.
2009-02-07 Dale JohannesenUse getDebugLoc forwarder instead of getNode()->getDebu...
2009-02-07 Dan GohmanConstify TargetInstrInfo::EmitInstrWithCustomInserter...
2009-02-07 Dale JohannesenGet rid of the last non-DebugLoc versions of getNode!
2009-02-07 Dan GohmanRefactor some repeated logic into a separate function.
2009-02-07 Dan GohmanMake a comment a doxygen comment.
2009-02-06 Dale JohannesenRemove more non-DebugLoc getNode variants. Use
2009-02-06 Dale JohannesenRemove more non-DebugLoc versions of getNode.
2009-02-06 Bill WendlingRecord debug location information in the Dwarf writer.
2009-02-06 Dan GohmanUse .size and .type on ELF systems; this helps tools...
2009-02-06 Evan ChengMove getPointerRegClass from TargetInstrInfo to TargetR...
2009-02-06 Evan ChengAdd TargetInstrInfo::isSafeToMoveRegisterClassDefs...
2009-02-06 Dale JohannesenGet rid of one more non-DebugLoc getNode and
2009-02-05 Evan ChengA few more isAsCheapAsAMove.
2009-02-04 Dale JohannesenRemove non-DebugLoc versions of getLoad and getStore.
2009-02-04 Chris LattnerBill implemented this.
2009-02-04 Chris Lattneradd a note, this is why we're faster at SciMark-MonteCa...
2009-02-04 Dan GohmanMinor code cleanups; no functionality change.
2009-02-04 Mon P WangFixes a case where we generate an incorrect mask for...
2009-02-04 Dale JohannesenPatch up omissions in DebugLoc propagation.
2009-02-03 Dale JohannesenNeed this file too.
2009-02-03 Dale JohannesenAdd some DL propagation to places that didn't
2009-02-03 Dale JohannesenDebugLoc propgation
2009-02-03 Dale JohannesenDebugLoc propagation. done with file.
2009-02-03 Dale JohannesenDebugLoc propagation. 2/3 through file.
2009-02-03 Dan GohmanTevert part of the x86 subtarget logic changes: when...
2009-02-03 Bill WendlingCreate DebugLoc information in FastISel. Several tempor...
2009-02-03 Dan GohmanChange Feature64Bit to not imply FeatureSSE2. All x86...
2009-02-02 Torok EdwinOnly force SSE level if it is not correct.
2009-02-02 Torok Edwinremove #if 0 code on Bill's request.
2009-02-02 Evan ChengADD / SUB / SMUL / UMUL with overflow second result...
2009-02-02 Evan ChengAdd comment.
2009-02-02 Evan ChengTeach LowerBRCOND to recognize (xor (setcc x), 1)....
2009-02-01 Torok EdwinImplement -mno-sse: if SSE is disabled on x86-64, don...
2009-02-01 Duncan SandsFix PR3453 and probably a bunch of other potential
2009-01-30 Dale JohannesenMake LowerCallTo and LowerArguments take a DebugLoc
2009-01-30 Bill WendlingGet rid of the non-DebugLoc-ified getNOT() method.
2009-01-30 Mon P WangWhen PerformBuildVectorCombine, avoid creating a X86ISD...
2009-01-29 Dan GohmanMake x86's BT instruction matching more thorough, and...
2009-01-28 Mon P WangFixed lowering of v816 shuffles.
2009-01-28 Duncan SandsRename getAnalysisToUpdate to getAnalysisIfAvailable.
2009-01-28 Evan ChengThe memory alignment requirement on some of the mov...
2009-01-28 Mon P WangAdd shuffle splat pattern for x86 sse shifts.
2009-01-27 Dan GohmanReformat the allocation-order arrays to a more conventi...
2009-01-27 Dan GohmanSimplify findNonImmUse; return the result using the...
2009-01-27 Evan ChengImplement multiple with overflow by 2 with an add instr...
2009-01-27 Dan GohmanEliminate unnecessary operands-list traversals.
2009-01-27 Dan GohmanFix the Red Zone calculation for functions with frame...
2009-01-26 Dan GohmanImplement Red Zone utilization on x86-64. This is currently
2009-01-26 Evan ChengEnhance logic in X86DAGToDAGISel::PreprocessForRMW...
2009-01-26 Dan GohmanTake the next steps in making SDUse more consistent...
2009-01-26 Nate BegemanDe-identifying per sabre review
2009-01-26 Nate BegemanMap address space 256 to gs; similar mappings could...
2009-01-26 Nate BegemanSupport pattern matching various x86 sse shifts.
2009-01-25 Torok Edwinshould have removed the + when manually applying a...
2009-01-25 Torok Edwinrevert this patch for now, because Codegen does still...
2009-01-25 Torok EdwinIf user explicitly asks not to use SSE, don't force...
2009-01-24 Nate BegemanFix an indent and a typo.
2009-01-23 Chris Lattnerhopefully address PR3379 by making the P modifier work...
2009-01-22 Bob WilsonAdd SelectionDAG::getNOT method to construct bitwise...
2009-01-22 Evan ChengEliminate a couple of fields from TargetRegisterClass...
2009-01-21 Dan GohmanRecognize inline asm for bswap on x86-64 GLIBC. This...
2009-01-21 Evan ChengAlso favors NOT64r.
2009-01-21 Dan GohmanFix a recent regression. ClrOpcode is not set for i8...
2009-01-21 Evan ChengFavors generating "not" over "xor -1". For example.
2009-01-20 Evan ChengChange TargetInstrInfo::isMoveInstr to return source...
2009-01-19 Evan ChengDIVREM isel deficiency: If sign bit is known zero,...
2009-01-19 Evan ChengMinor tweak to LowerUINT_TO_FP_i32. Bias (after scalar_...
2009-01-19 Evan ChengNow not UINT_TO_FP is legal (it's marked custom), dag...
2009-01-17 Bill WendlingExtend thi
2009-01-17 Evan ChengFix MatchAddress bug that's preventing negative displac...
2009-01-17 Bill WendlingTemporarily revert my last change. It is causing a...
2009-01-17 Bill WendlingImplement a special algorithm for converting uint_to_fp...
2009-01-16 Bill WendlingAdd support for non-zero __builtin_return_address value...
2009-01-15 Mon P WangExpand insert/extract of a <4 x i32> with a variable...
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-15 Dan GohmanMove a few containers out of ScheduleDAGInstrs::BuildSc...
2009-01-15 Dan GohmanAdd load-folding table entries for BT*ri8 instructions.
2009-01-15 Dan GohmanMake getWidenVectorType const.
2009-01-13 Dan GohmanBT appears to be available on all >= i386 chips.
2009-01-13 Dan GohmanDon't use a BT instruction if the AND has multiple...
2009-01-13 Dan GohmanDisable the register+memory forms of the bt instruction...
2009-01-13 Dan GohmanAdd bt instructions that take immediate operands.
2009-01-13 Dan GohmanFix a few more JIT encoding issues in the BT instructions.
2009-01-13 Devang PatelUse DebugInfo interface to lower dbg_* intrinsics.
2009-01-12 Duncan SandsRename getABITypeSize to getTypePaddedSize, as
2009-01-10 Evan Cheng80 col violation.
2009-01-09 Misha BrukmanRemoved trailing whitespace from Makefiles.
2009-01-09 Dan GohmanAdd load-folding table entries for MOVDQA.
next