- 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
- d34470c Standardize comments about folding xforms. by Bill Wendling · 17 years ago
- 7581bfa Get rid of the non-DebugLoc-ified getNOT() method. by Bill Wendling · 17 years ago
- a03e74b Propagate debug loc info for some FP arithmetic methods. by Bill Wendling · 17 years ago
- b0162f5 Propagate debug loc info for some FP arithmetic methods. by Bill Wendling · 17 years ago
- 67a6768 Propagate debug loc info for BIT_CONVERT. by Bill Wendling · 17 years ago
- 8509c90 Propagate debug loc info for more *_EXTEND methods. by Bill Wendling · 17 years ago
- 683c957 Propagate debug loc info for ANY_EXTEND. by Bill Wendling · 17 years ago
- 6ce610f Propagate debug loc info for some of the *_EXTEND functions. by Bill Wendling · 17 years ago
- 41b9d27 DebugLoc form of getNOT(). by Bill Wendling · 17 years ago
- 34584e6 - Propagate debug loc info for SELECT. by Bill Wendling · 17 years ago
- 8810337 Propagate debug loc info for Shifts. by Bill Wendling · 17 years ago
- 317bd70 Propagate debug loc info for XOR and MatchRotate. by Bill Wendling · 17 years ago
- 0902564 Propagate debug loc info for OR. Also clean up some comments. by Bill Wendling · 17 years ago
- 6af7618 Perform obvious constant arithmetic folding. by Bill Wendling · 17 years ago
- 2627a88 Propagate debug loc info for AND. Also clean up some comments. by Bill Wendling · 17 years ago
- b74c867 Propagate debug loc info in SimplifyBinOpWithSameOpcodeHands. by Bill Wendling · 17 years ago
- dd9db66 by Devang Patel · 17 years ago
- c0425b6 As Duncan suggested, add braces for the one-line "else branch". Thanks, Duncan. by Zhou Sheng · 17 years ago
- 904ebf9 This is to fix the bug in IntrinsicLowering.cpp, by Zhou Sheng · 17 years ago
- c8d7bc8 Enable emitting of constant values in non-default address space as well. The APIs emitting constants now take an additional parameter signifying the address space in which to emit. The APIs like getData8BitsDirective() etc are made virtual enabling targets to be able to define appropirate directivers for various sizes and address spaces. by Sanjiv Gupta · 17 years ago
- 826d114 Propagate debug loc info in SimplifyNodeWithTwoResults. by Bill Wendling · 17 years ago
- 326411d Propagate debug loc info for MULHS. by Bill Wendling · 17 years ago
- 6d3bf8c Propagate debug loc info for SREM and UREM. by Bill Wendling · 17 years ago
- 07d8514 Propagate debug loc info for UDIV. by Bill Wendling · 17 years ago
- 944d34b Propagate debug loc info for SDIV. by Bill Wendling · 17 years ago
- 73e16b2 Forgot to propagate debug loc info here. by Bill Wendling · 17 years ago
- 3311a1f Fix a post-RA scheduling dependency bug. by Dan Gohman · 17 years ago
- 9c8148a Propagate debug loc info for MUL. by Bill Wendling · 17 years ago
- b0702e0 Propagate debug loc info in SUB. by Bill Wendling · 17 years ago
- 14036c0 Propagate debug loc info in ADDC and ADDE. by Bill Wendling · 17 years ago
- f4eb226 Propagate debug loc info in DAG combine's "ADD". by Bill Wendling · 17 years ago
- d69c314 - Propagate debug loc info in combineSelectAndUse(). by Bill Wendling · 17 years ago
- fa42dea Propagate debug info when building SelectionDAG. by Dale Johannesen · 17 years ago
- 6360089 Remove dead code, again. by Devang Patel · 17 years ago
- 425b64e Remove dead code. by Devang Patel · 17 years ago
- d234e59 Add DW_AT_declaration for class methods. by Devang Patel · 17 years ago
- 5c71acf Propagate debug location info for the token factor. by Bill Wendling · 17 years ago
- 35247c3 Add DebugLoc propagation to some of the methods in DAG combiner. by Bill Wendling · 17 years ago
- 3ef4549 Correct the algorithms for choosing spill and restore points so that we don't try to insert loads/stores between call frame setup and the actual call. by Owen Anderson · 17 years ago
- 15b3830 Explicitly add PseudoSourceValue information when lowering by Dan Gohman · 17 years ago
- 1cc6b8e Make a few things const, fix some comments, and simplify some assertions. by Dan Gohman · 17 years ago
- d5a4802 Local register allocator shouldn't assume only the entry and landing pad basic blocks have live-ins. by Evan Cheng · 17 years ago
- 2c65c3d Fix two typos that Duncan spotted in a comment. by Dan Gohman · 17 years ago
- 197e88f In the case of an extractelement on an insertelement value, by Dan Gohman · 17 years ago
- 56ab1a2 Revert r63273. This was already implemented by Dale. There's no need for my by Bill Wendling · 17 years ago
- c0f3a03 Fix an issue where restores could be inserted after a terminator instruction, by Owen Anderson · 17 years ago
- 4bfc209 Comments are good. :-) by Owen Anderson · 17 years ago
- 45e6855 Add support for aggressive load-use-store folding. This takes care of the by Owen Anderson · 17 years ago
- 6e1bb38 - Add DebugLoc to getTargetNode(). by Bill Wendling · 17 years ago
- 5a3c6a8 Exit with nice warnings when register allocator run out of registers. by Evan Cheng · 17 years ago
- e5af2d3 Make x86's BT instruction matching more thorough, and add some by Dan Gohman · 17 years ago
- 7ddee0a A slight compile time optimization. If the caller knows there isn't a free register getReg() should not call getFreeReg(). by Evan Cheng · 17 years ago
- e8c1733 Add DebugLoc-sensitive versions of many node creation by Dale Johannesen · 17 years ago
- 42cc6e3 Fix comment about removeRange. by Evan Cheng · 17 years ago
- 7ade28c Add DebugLoc to the getNode() methods. by Bill Wendling · 17 years ago
- 3edb43e Add DebugLoc-aware constructors for SDNode derived by Dale Johannesen · 17 years ago
- f923574 by Devang Patel · 17 years ago