Move ScheduleDAGInstrs.h to be a private header. Front-ends
[oota-llvm.git] / lib / CodeGen /
2009-02-06 Dan GohmanMove ScheduleDAGInstrs.h to be a private header. Front...
2009-02-06 Dale Johannesenget rid of some non-DebugLoc getTargetNode variants.
2009-02-06 Dale JohannesenGet rid of one more non-DebugLoc getNode and
2009-02-05 Evan ChengisAsCheapAsMove instructions can have register src...
2009-02-05 Dale JohannesenRemove a non-DebugLoc version of getNode.
2009-02-05 Dale JohannesenRemove 3 non-DebugLoc variants of getNode.
2009-02-05 Evan ChengMachine LICM increases register pressure and it almost...
2009-02-05 Evan ChengTurn on machine LICM in non-fast mode.
2009-02-05 Evan ChengTeach machine licm to CSE hoisted instructions.
2009-02-05 Evan ChengReMaterializeTrivialDef need to trim the live interval...
2009-02-05 Chris Lattnerif we have a large GEP offset on a 32-bit or other...
2009-02-05 Owen AndersonPre-alloc splitting needs to be more careful to avoid...
2009-02-05 Mon P WangFix a bug where we were not emitting a cvt rnd sat...
2009-02-05 Dale JohannesenReapply 63765. Patches for clang and llvm-gcc to follow.
2009-02-05 Dale JohannesenGet rid of 3 non-DebugLoc getNode variants.
2009-02-05 Dale JohannesenRemove non-DebugLoc versions of getMergeValues, ZeroExt...
2009-02-04 Dale JohannesenRemove non-DebugLoc forms of CopyToReg and CopyFromReg.
2009-02-04 Dale JohannesenReverting 63765. This broke the build of both clang
2009-02-04 Stuart Hastings80 column rule.
2009-02-04 Dale JohannesenRemove non-DebugLoc versions of getLoad and getStore.
2009-02-04 Nate BegemanNew feature: add support for target intrinsics being...
2009-02-04 Mon P WangAvoids generating a legalization assert for the case...
2009-02-04 Evan ChengSkip over zero registers.
2009-02-04 Stuart HastingsSince I'm obliged to work with a development OS that...
2009-02-04 Evan ChengDon't call isInvariantLoad twice.
2009-02-04 Evan ChengDon't bother hoisting out a "cheap" instruction if...
2009-02-04 Evan ChengFor now, only hoist re-materilizable instructions....
2009-02-04 Dale JohannesenRemove non-DebugLoc forms of the exotic forms
2009-02-04 Dale JohannesenRemove some more non-DebugLoc versions of construction
2009-02-04 Dale JohannesenCheck in file I forgot.
2009-02-04 Dale JohannesenRemove a few non-DebugLoc versions of node creation
2009-02-04 Dale JohannesenFill in more omissions in DebugLog propagation.
2009-02-04 Bill WendlingConstify and don't return a reference.
2009-02-03 Dale JohannesenDebugLoc propagation; adjustment to things omitted
2009-02-03 Bill WendlingErm. Would be nice to initialize this variable. . .
2009-02-03 Bill WendlingAdd getDebugLocTuple to retrieve the DebugLocTuple...
2009-02-03 Dale JohannesenAdd some DL propagation to places that didn't
2009-02-03 Bill WendlingMore whitespace fixin'.
2009-02-03 Bill WendlingWhitespace and comment changes. No functionality change.
2009-02-03 Devang PatelRemove dead code.
2009-02-03 Dan GohmanChange the post-RA scheduler to iterate through the
2009-02-03 Devang PatelFirst initialize DAG otherwise dwarf writer is used...
2009-02-03 Duncan SandsFix PR3411. When replacing values, nodes are analyzed
2009-02-03 Bill WendlingExplicitly pass in debug location information to BuildMI.
2009-02-03 Bill WendlingPass in something sensible for the debug location infor...
2009-02-03 Dale JohannesenFill in some missing DL propagation in getNode()s.
2009-02-03 Bill WendlingUse SDL->getCurDebugLoc() instead of unknown loc for...
2009-02-03 Bill WendlingExplicitly pass in the "unknown" debug location. This...
2009-02-03 Bill WendlingAlphabetize includes.
2009-02-03 Bill WendlingPropagate debug loc info during SDNode -> machine instr...
2009-02-03 Bill WendlingCreate DebugLoc information in FastISel. Several tempor...
2009-02-03 Dale JohannesenPropagation in TargetLowering. Includes passing a DL
2009-02-03 Dan GohmanUse the SubclassData field to hold ExtType, isTrunc...
2009-02-02 Dale JohannesenLast DebugLoc propagation for this file.
2009-02-02 Dale JohannesenMore DebugLoc propagation. This should be everything
2009-02-02 Owen AndersonMergeValueInto is too smart: it might choose to do...
2009-02-02 Dale JohannesenDebugLoc propagation. ExpandOp and PromoteOp,
2009-02-02 Dale JohannesenCommit missing files.
2009-02-02 Dale JohannesenMore DebugLoc propagation.
2009-02-02 Duncan SandsRemove trailing spaces.
2009-02-02 Dale JohannesenDebugLoc propagation for int<->fp conversions.
2009-02-02 Evan ChengRefactor PerformPHIConstruction, no functionality changes.
2009-02-02 Devang PatelDo not add redundant arguments in a method definition...
2009-02-02 Sanjiv GuptaDuncan's patch. Further to 64382. Takes care of illegal...
2009-02-02 Mon P WangPreserve more SourceValue information.
2009-02-01 Duncan SandsFix PR3453 and probably a bunch of other potential
2009-02-01 Bill WendlingForgot some more DebugLoc propagations.
2009-02-01 Owen AndersonFix test failures causes by my previous commit.
2009-02-01 Owen AndersonFix an issue in PHI construction that was exposed by...
2009-01-31 Dale JohannesenDebugLoc propagation.
2009-01-31 Dale JohannesenDebugLoc propagation. Done with file.
2009-01-31 Dale JohannesenDebugLoc propagation. Done with file.
2009-01-31 Duncan SandsFix PR3401: when using large integers, the type
2009-01-31 Mon P WangIf unsafe FP optimization is not set, don't allow ...
2009-01-31 Bill WendlingDon't use DebugLoc::getUnknownLoc(). Default to somethi...
2009-01-31 Dale JohannesenMove CurDebugLoc into SelectionDAGLowering.
2009-01-31 Dale JohannesenPropagate debug info in LegalizeFloatTypes.
2009-01-31 Dale JohannesenPropagate debug info. This file complete
2009-01-31 Dale JohannesenPropagate debug info through MakeLibCall and a
2009-01-30 Bill WendlingMore DebugLoc propagation.
2009-01-30 Bill WendlingMore DebugLoc propagation.
2009-01-30 Bill WendlingMore DebugLoc propagation in LOAD etc. methods.
2009-01-30 Bill WendlingMore DebugLoc propagation in floating-point methods.
2009-01-30 Dale JohannesenMake LowerCallTo and LowerArguments take a DebugLoc
2009-01-30 Bill WendlingStandardize comments about folding xforms.
2009-01-30 Bill WendlingGet rid of the non-DebugLoc-ified getNOT() method.
2009-01-30 Bill WendlingPropagate debug loc info for some FP arithmetic methods.
2009-01-30 Bill WendlingPropagate debug loc info for some FP arithmetic methods.
2009-01-30 Bill WendlingPropagate debug loc info for BIT_CONVERT.
2009-01-30 Bill WendlingPropagate debug loc info for more *_EXTEND methods.
2009-01-30 Bill WendlingPropagate debug loc info for ANY_EXTEND.
2009-01-30 Bill WendlingPropagate debug loc info for some of the *_EXTEND funct...
2009-01-30 Bill WendlingDebugLoc form of getNOT().
2009-01-30 Bill Wendling- Propagate debug loc info for SELECT.
2009-01-30 Bill WendlingPropagate debug loc info for Shifts.
2009-01-30 Bill WendlingPropagate debug loc info for XOR and MatchRotate.
2009-01-30 Bill WendlingPropagate debug loc info for OR. Also clean up some...
2009-01-30 Bill WendlingPerform obvious constant arithmetic folding.
2009-01-30 Bill WendlingPropagate debug loc info for AND. Also clean up some...
2009-01-30 Bill WendlingPropagate debug loc info in SimplifyBinOpWithSameOpcode...
next