- 1fdbc1d Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowing by Dan Gohman · 17 years ago
- 92570c4 Make SDNode constructors take a DebugLoc always. by Dale Johannesen · 17 years ago
- c963b63 Enable machine sinking pass in non-fast mode. by Evan Cheng · 17 years ago
- edb62c4 Remove now-unused constructors. by Dale Johannesen · 17 years ago
- b6f5417 Don't sink the instruction if TargetRegisterInfo::isSafeToMoveRegClassDefs doesn't think it's safe. This works around PR1911. by Evan Cheng · 17 years ago
- b300d2a Get rid of the last non-DebugLoc versions of getNode! by Dale Johannesen · 17 years ago
- e8d7230 Remove more non-DebugLoc getNode variants. Use by Dale Johannesen · 17 years ago
- e72c596 And one more file. by Dale Johannesen · 17 years ago
- de06470 Remove more non-DebugLoc versions of getNode. by Dale Johannesen · 17 years ago
- 8fcf170 Clear out the CurDebugLoc info when doing a 'clear' on the SDL object. by Bill Wendling · 17 years ago
- f5f5dce Eliminate remaining non-DebugLoc version of getTargetNode. by Dale Johannesen · 17 years ago
- 0a3776d Rename SelectionDAGISel::Schedule to by Dan Gohman · 17 years ago
- 56774d2 Delete an unused member function. by Dan Gohman · 17 years ago
- 770bcc7 Move getPointerRegClass from TargetInstrInfo to TargetRegisterInfo. by Evan Cheng · 17 years ago
- 84fbac5 Move ScheduleDAGSDNodes.h to be a private header. Front-ends by Dan Gohman · 17 years ago
- 4350eb8 Add TargetInstrInfo::isSafeToMoveRegisterClassDefs. It returns true if it's safe to move an instruction which defines a value in the register class. Replace pre-splitting specific IgnoreRegisterClassBarriers with this new hook. by Evan Cheng · 17 years ago
- 6dc75fe Move ScheduleDAGInstrs.h to be a private header. Front-ends by Dan Gohman · 17 years ago
- f90b2a7 get rid of some non-DebugLoc getTargetNode variants. by Dale Johannesen · 17 years ago
- ed2eee6 Get rid of one more non-DebugLoc getNode and by Dale Johannesen · 17 years ago
- 54801f78 isAsCheapAsMove instructions can have register src operands. Check if they are really re-materializable. by Evan Cheng · 17 years ago
- 3484c09 Remove a non-DebugLoc version of getNode. by Dale Johannesen · 17 years ago
- 9b36c63 Remove 3 non-DebugLoc variants of getNode. by Dale Johannesen · 17 years ago
- 740854b Machine LICM increases register pressure and it almost always increase code size. For now, disable it for optimizing for size. by Evan Cheng · 17 years ago
- c5d1a4f Turn on machine LICM in non-fast mode. by Evan Cheng · 17 years ago
- af6949d Teach machine licm to CSE hoisted instructions. by Evan Cheng · 17 years ago
- 961154f ReMaterializeTrivialDef need to trim the live interval to the last kill if the copy kills the source register. This fixes uint64tof64.ll after ARM::MOVi is marked as isAsCheapAsAMove. by Evan Cheng · 17 years ago
- 4798bbe if we have a large GEP offset on a 32-bit or other target, make by Chris Lattner · 17 years ago
- 5734c94 Pre-alloc splitting needs to be more careful to avoid inserting spills/restores by Owen Anderson · 17 years ago
- b0e341b Fix a bug where we were not emitting a cvt rnd sat node for converting by Mon P Wang · 17 years ago
- 49de982 Reapply 63765. Patches for clang and llvm-gcc to follow. by Dale Johannesen · 17 years ago
- 2fabcb2 Get rid of 3 non-DebugLoc getNode variants. by Dale Johannesen · 17 years ago
- 4be0bdf Remove non-DebugLoc versions of getMergeValues, ZeroExtendInReg. by Dale Johannesen · 17 years ago
- a05dca4 Remove non-DebugLoc forms of CopyToReg and CopyFromReg. Adjust callers. by Dale Johannesen · 17 years ago
- 4d452de Reverting 63765. This broke the build of both clang and llvm-gcc. by Dale Johannesen · 17 years ago
- 4caa042 80 column rule. by Stuart Hastings · 17 years ago
- 33c960f Remove non-DebugLoc versions of getLoad and getStore. by Dale Johannesen · 17 years ago
- d244797 New feature: add support for target intrinsics being defined in the by Nate Begeman · 17 years ago
- e5ab34e Avoids generating a legalization assert for the case where a vector type is legal by Mon P Wang · 17 years ago
- 6792e90 Skip over zero registers. by Evan Cheng · 17 years ago
- 80d6977 Since I'm obliged to work with a development OS that currently doesn't by Stuart Hastings · 17 years ago
- 5caa883 Don't call isInvariantLoad twice. by Evan Cheng · 17 years ago
- 45e94d6 Don't bother hoisting out a "cheap" instruction if all of its uses are PHIs. LICM "cheap" instructions are not particularly beneficial to start with. This will just end up making the copies harder to coalesce. by Evan Cheng · 17 years ago
- 9b61f33 For now, only hoist re-materilizable instructions. LICM will increase register pressure. We want to avoid spilling more instructions if it's possible. by Evan Cheng · 17 years ago
- 39355f9 Remove non-DebugLoc forms of the exotic forms of Lod and Sto; patch uses. by Dale Johannesen · 17 years ago
- f5d9789 Remove some more non-DebugLoc versions of construction by Dale Johannesen · 17 years ago
- f8d3ec2 Check in file I forgot. by Dale Johannesen · 17 years ago
- 8ad9b43 Remove a few non-DebugLoc versions of node creation functions. by Dale Johannesen · 17 years ago
- c460ae9 Fill in more omissions in DebugLog propagation. by Dale Johannesen · 17 years ago
- a929c68 Constify and don't return a reference. by Bill Wendling · 17 years ago
- a04b757 DebugLoc propagation; adjustment to things omitted from SelectionDagBuild. by Dale Johannesen · 17 years ago
- 44f6ac6 Erm. Would be nice to initialize this variable. . . by Bill Wendling · 17 years ago
- 85e3af9 Add getDebugLocTuple to retrieve the DebugLocTuple for a given DebugLoc object. by Bill Wendling · 17 years ago
- 0f502f6 Add some DL propagation to places that didn't have it yet. More coming. by Dale Johannesen · 17 years ago
- ef7e18e More whitespace fixin'. by Bill Wendling · 17 years ago
- b9dcef2 Whitespace and comment changes. No functionality change. by Bill Wendling · 17 years ago
- 6268d69 Remove dead code. by Devang Patel · 17 years ago
- 43f07fb Change the post-RA scheduler to iterate through the by Dan Gohman · 17 years ago
- b51d40c First initialize DAG otherwise dwarf writer is used uninitialized. by Devang Patel · 17 years ago
- 95c5f05 Fix PR3411. When replacing values, nodes are analyzed by Duncan Sands · 17 years ago
- d62e06c Explicitly pass in debug location information to BuildMI. by Bill Wendling · 17 years ago
- 6a8a0d7 Pass in something sensible for the debug location information when creating the by Bill Wendling · 17 years ago
- dbfd8db Fill in some missing DL propagation in getNode()s. by Dale Johannesen · 17 years ago
- b288487 Use SDL->getCurDebugLoc() instead of unknown loc for landing pads. by Bill Wendling · 17 years ago
- ec37e98 Explicitly pass in the "unknown" debug location. This is probably not by Bill Wendling · 17 years ago
- 0eb96fd Alphabetize includes. by Bill Wendling · 17 years ago
- f2ad58d Propagate debug loc info during SDNode -> machine instr creation. by Bill Wendling · 17 years ago
- 9bc96a5 Create DebugLoc information in FastISel. Several temporary methods were by Bill Wendling · 17 years ago
- ff97d4f Propagation in TargetLowering. Includes passing a DL by Dale Johannesen · 17 years ago
- a7ce741 Use the SubclassData field to hold ExtType, isTrunc, and MemIndexedMode by Dan Gohman · 17 years ago
- ca57b84 Last DebugLoc propagation for this file. by Dale Johannesen · 17 years ago
- c6be110 More DebugLoc propagation. This should be everything except LegalizeOp itself. by Dale Johannesen · 17 years ago
- 5b93f6f MergeValueInto is too smart: it might choose to do the merge the opposite direction. by Owen Anderson · 17 years ago
- 8a782a2 DebugLoc propagation. ExpandOp and PromoteOp, among others. by Dale Johannesen · 17 years ago
- 54c9452 Commit missing files. by Dale Johannesen · 17 years ago
- bb5da91 More DebugLoc propagation. by Dale Johannesen · 17 years ago
- 7fb0858 Remove trailing spaces. by Duncan Sands · 17 years ago
- af43527 DebugLoc propagation for int<->fp conversions. by Dale Johannesen · 17 years ago
- 19a7258 Refactor PerformPHIConstruction, no functionality changes. by Evan Cheng · 17 years ago
- d5863dd Do not add redundant arguments in a method definition DIE. by Devang Patel · 17 years ago
- 55467af Duncan's patch. Further to 64382. Takes care of illegal types for shift amount. by Sanjiv Gupta · 17 years ago
- c82bf9b Preserve more SourceValue information. by Mon P Wang · 17 years ago
- b0d5cdd Fix PR3453 and probably a bunch of other potential by Duncan Sands · 17 years ago
- fc4b677 Forgot some more DebugLoc propagations. by Bill Wendling · 17 years ago
- 4a6d13e Fix test failures causes by my previous commit. by Owen Anderson · 17 years ago
- 5caedc0 Fix an issue in PHI construction that was exposed by GCC 4.2 producing a different set iteration order for the reg_iterator. by Owen Anderson · 17 years ago
- 644f6f8 DebugLoc propagation. by Dale Johannesen · 17 years ago
- 35ba3d4 DebugLoc propagation. Done with file. by Dale Johannesen · 17 years ago
- 9c8ac44 DebugLoc propagation. Done with file. by Dale Johannesen · 17 years ago
- 92abc62 Fix PR3401: when using large integers, the type by Duncan Sands · 17 years ago
- a7b6cff If unsafe FP optimization is not set, don't allow -(A-B) => B-A because by Mon P Wang · 17 years ago
- 9729c5a Don't use DebugLoc::getUnknownLoc(). Default to something hopefully sensible. by Bill Wendling · 17 years ago
- 66978ee Move CurDebugLoc into SelectionDAGLowering. by Dale Johannesen · 17 years ago
- 91b49b9 Propagate debug info in LegalizeFloatTypes. Complete (modulo bugs). by Dale Johannesen · 17 years ago
- 786fd4d Propagate debug info. This file complete (modulo bugs) by Dale Johannesen · 17 years ago
- c8fc99d Propagate debug info through MakeLibCall and a couple of things that use it. by Dale Johannesen · 17 years ago
- 836ca7d More DebugLoc propagation. by Bill Wendling · 17 years ago
- c144a57 More DebugLoc propagation. by Bill Wendling · 17 years ago
- c0debad More DebugLoc propagation in LOAD etc. methods. by Bill Wendling · 17 years ago
- 0225a1d More DebugLoc propagation in floating-point methods. by Bill Wendling · 17 years ago
- 7d2ad62 Make LowerCallTo and LowerArguments take a DebugLoc by Dale Johannesen · 17 years ago