- c69d56f r70270 isn't ready yet. Back this out. Sorry for the noise. by Bill Wendling · 16 years ago
- 2e9d5f9 Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to by Bill Wendling · 16 years ago
- c45288e Fix PR4076. Correctly create live interval of physical register with two-address update. by Evan Cheng · 16 years ago
- 82fd3f3 Don't skip the CopyMI when removing kill markers. by Owen Anderson · 16 years ago
- 9771b91 Now that PR2957 is resolved, remove a bunch of no-longer needed workarounds. by Duncan Sands · 16 years ago
- 9008ca6 2nd attempt, fixing SSE4.1 issues and implementing feedback from duncan. by Nate Begeman · 16 years ago
- d521bc9 Fix PR4056. It's possible a physical register def is dead if its implicit use is deleted by two-address pass. by Evan Cheng · 16 years ago
- 27e4666 Also delete last unused val#. by Evan Cheng · 16 years ago
- c7b3444 When transforming sext(trunc(load(x))) into sext(smaller load(x)), by Dan Gohman · 16 years ago
- a4b2bab Reuse unused val#'s to avoid running out of memory in extreme cases. by Evan Cheng · 16 years ago
- 2bee0af Refactor the code to grab the low and high parts of a value by Dan Gohman · 16 years ago
- 4128700 Add a top-level comment about DAGCombiner's role in the compiler. by Dan Gohman · 16 years ago
- 0adb527 Do not share a single unknown val# for all the live ranges merged into a physical sub-register live interval. When coalescer is merging in clobbered virtaul register live interval into a physical register live interval, give each virtual register val# a separate val# in the physical register live interval. Otherwise, the coalescer would have lost track of the definitions information it needs to make correct coalescing decisions. by Evan Cheng · 16 years ago
- 2f91f30 Fix PR 4057, a crash doing float->char const folding. by Dale Johannesen · 16 years ago
- 15684b2 Revert 69952. Causes testsuite failures on linux x86-64. by Rafael Espindola · 16 years ago
- b706d29 PR2957 by Nate Begeman · 16 years ago
- 98d0710 Instead of requiring TLI.LowerCallTo to return an ISD::BUILD_PAIR, by Dan Gohman · 16 years ago
- ad62f53 Factor out a bit of code that appears in several places into a utility function. by Dan Gohman · 16 years ago
- 5e5558b Handle Void types in ComputeValueVTs. This doesn't currently occur, by Dan Gohman · 16 years ago
- aa809fb Update comments. by Evan Cheng · 16 years ago
- c2cee14 Fix an obvious type. by Evan Cheng · 16 years ago
- 5b69eba It has finally happened. Spiller is now using live interval info. by Evan Cheng · 16 years ago
- 3e3702d Fix Visual Studio 2008 build failure. Patch by Marius Wachtler by Devang Patel · 16 years ago
- 70bc17d Make X86's copyRegToReg able to handle copies to and from subclasses. by Dan Gohman · 16 years ago
- bd209ab Simplify this code. getConstant knows how to make broadcasted vector constants. by Dan Gohman · 16 years ago
- 998e125 Move duplicated AddLiveIn function from X86 and ARM backends to be a method by Bob Wilson · 16 years ago
- c885165 Revise my previous change 68996 as suggested by Duncan. by Bob Wilson · 16 years ago
- c4f718a - Remove an arbitrary spill weight tweak that should not have been there. by Evan Cheng · 16 years ago
- 206d185 Added a linearscan register allocation optimization. When the register allocator spill an interval with multiple uses in the same basic block, it creates a different virtual register for each of the reloads. e.g. by Evan Cheng · 16 years ago
- a507e55 Now that BUILD_VECTOR operands are allowed to be by Duncan Sands · 16 years ago
- 2f992d1 Fix PR3898, which manifests as failures on are an Xcore, by Chris Lattner · 16 years ago
- b10b5ac Don't try to make BUILD_VECTOR operands have the same by Duncan Sands · 16 years ago
- cccdb2b Add a new LiveInterval::overlaps(). It checks if the live interval overlaps a range specified by [Start, End). by Evan Cheng · 16 years ago
- 97d14fc Inline asm's were still introducing bogus dependencies; by Dale Johannesen · 16 years ago
- 276b77e Teach spiller to unfold instructions which modref spill slot when a scratch by Evan Cheng · 16 years ago
- 0e4042d In the list-burr's pseudo two-addr dependency heuristics, don't by Dan Gohman · 16 years ago
- 8af808a Handle SUBREG_TO_REG instructions with the same heuristics by Dan Gohman · 16 years ago
- 02f8c41 Do not treat beginning of inlined scope as beginning of normal function scope if the location info is missing. by Devang Patel · 16 years ago
- 906caf2 Record line number at the beginning of a func.start. by Devang Patel · 16 years ago
- 16f2ffd In -fast mode do what FastISel does. This code could use some refactoring help! by Devang Patel · 16 years ago
- 390f3ac by Devang Patel · 16 years ago
- 682e0e6 If location where the function was inlined is not know then do not emit debug info describing inlinied region. by Devang Patel · 16 years ago
- 7d2f972 s/RootDbgScope/FunctionDbgScope/g by Devang Patel · 16 years ago
- 8818b8f Add DISubprogram is not null check. by Devang Patel · 16 years ago
- c23e496 Generalize one of the SelectionDAG::ReplaceAllUsesWith overloads by Dan Gohman · 16 years ago
- c782ad0 Check isInlinedSubroutine() before creating DW_TAG_inlined_subroutine. by Devang Patel · 16 years ago
- 9407cd4 Fix MachineInstr::getNumExplicitOperands to count by Dan Gohman · 16 years ago
- 33f1c68 Move MachineRegisterInfo::setRegClass out of line. by Dan Gohman · 16 years ago
- 593ea05 Move MachineJumpTableInfo::ReplaceMBBInJumpTables out of line. by Dan Gohman · 16 years ago
- 3bc1a37 Give RemoveRegOperandFromRegInfo a comment and move the code out of line. by Dan Gohman · 16 years ago
- 1be3ecc Construct and emit DW_TAG_inlined_subroutine DIEs for inlined subroutine scopes (only in FastISel mode). by Devang Patel · 16 years ago
- 5ec3b42 When the result of an EXTRACT_SUBREG, INSERT_SUBREG, or SUBREG_TO_REG by Dan Gohman · 16 years ago
- ec65a7d Do not force asm's to be chained if they don't touch by Dale Johannesen · 16 years ago
- 87d696a Fix PR3934 part 2. findOnlyInterestingUse() was not setting IsCopy and IsDstPhys which are returned by value and used by callee. This happened to work on the earlier test cases because of a logic error in the caller side. by Evan Cheng · 16 years ago
- 4cbb173 Make these errors more noticable in build logs. by Daniel Dunbar · 16 years ago
- b1303d0 Change SelectionDAG type legalization to allow BUILD_VECTOR operands to be by Bob Wilson · 16 years ago
- 88c7af0 Rename COPY_TO_SUBCLASS to COPY_TO_REGCLASS, and generalize by Dan Gohman · 16 years ago
- 26cbf9e Refactor some code in SelectionDAGLegalize::ExpandBUILD_VECTOR. by Bob Wilson · 16 years ago
- 3005ed6 PR3934: Fix a bogus two-address pass assertion. by Evan Cheng · 16 years ago
- 48c7fa2 Right now, Debugging information to encode scopes (DW_TAG_lexical_block) relies on DBG_LABEL. Unfortunately this intefers with the quality of optimized code. by Devang Patel · 16 years ago
- 0f7fef3 by Devang Patel · 16 years ago
- f8c7394 Add a new TargetInstrInfo MachineInstr opcode, COPY_TO_SUBCLASS. by Dan Gohman · 16 years ago
- 70f2f65 Don't abort on an aliasing physical register that does not have by Dan Gohman · 16 years ago
- 9a77a92 When assigning a physical register to a MachineOperand, set by Dan Gohman · 16 years ago
- 6ed0e20 Add an assertion to verify that a copy was actually emitted. by Dan Gohman · 16 years ago
- 266c7bb Add a new "available_externally" linkage type. This is intended by Chris Lattner · 16 years ago
- 36e3946 make UpdateValueMap handle the possiblity that we could be by Chris Lattner · 16 years ago
- c5040ab optimize FastISel::UpdateValueMap to avoid duplicate map lookups, by Chris Lattner · 16 years ago
- c6fa3ff Revert r68847. It breaks the build on non-Darwin targets, with this message by Dan Gohman · 16 years ago
- 2057532 Keep track of inlined functions and their locations. This information is collected when nested llvm.dbg.func.start intrinsics are seen. (Right now, inliner removes nested llvm.dbg.func.start intrinisics during inlining.) by Devang Patel · 16 years ago
- 03f0a2f DebugLabelFolder ruthlessly deletes redundant labels. However, sometimes the redundant labels is referenced by debug info somewhere else. This patch provies a way so that dwarf writer can mark labels as used. by Devang Patel · 16 years ago
- ec15bbf Clean up a bunch of whitespace issues and fix a comment typo. by Bob Wilson · 16 years ago
- 296185c fix two problems with machine sinking: by Chris Lattner · 16 years ago
- 0355862 Now that register classes have names, include the name in debug output. by Dan Gohman · 16 years ago
- 7d16e85 Pass in the std::string parameter instead of returning it by value. by Bill Wendling · 16 years ago
- a6f02fb Constify getter methods. by Bill Wendling · 16 years ago
- fc16657 Remove the obsolete SelectionDAG::getNodeValueTypes and simplify by Dan Gohman · 16 years ago
- f34be82 StringMap<DIE*>::iterator::first() returns a pointer to the first character of by Bill Wendling · 16 years ago
- 9238385 Silence unused variable warning. by Devang Patel · 16 years ago
- c30aa7b ignore register zero in isRegTiedToUseOperand, following the example of by Chris Lattner · 16 years ago
- 972bbac Use a StringMap instead of std::map for storing std::string->DIE* maps. This by Bill Wendling · 16 years ago
- b396992 llvm.dbg.func_start also defines beginning of function scope. by Devang Patel · 16 years ago
- d9df501 Fix pr3954. The register scavenger asserts for inline assembly with by Bob Wilson · 16 years ago
- 0c8382c reg0 references are not real registers. This fixes a crash on the by Chris Lattner · 16 years ago
- 57fc82d Generalize ExtendUsesToFormExtLoad to be usable for ANY_EXTEND, by Dan Gohman · 16 years ago
- 8e5c0da Don't copy the operand of a SwitchInst into virtual registers as by Dan Gohman · 16 years ago
- 75b2738 If subprogram type is not tagged as DW_TAG_subroutine_type then use it directly as a return value type. by Devang Patel · 16 years ago
- 3d0355b Soft float support for FREM. by Duncan Sands · 16 years ago
- 7beb1ec Soft float support for undef. Reported by Xerxes Rånby. by Duncan Sands · 16 years ago
- a118c2e change printStringChar to emit characters as unsigned char instead of char, by Chris Lattner · 16 years ago
- 97121ba Implement support for using modeling implicit-zero-extension on x86-64 by Dan Gohman · 16 years ago
- a49a671 Revert prev. patch for now. by Devang Patel · 16 years ago
- caf6129 Right now DBG_LABEL are required for llvm.dbg.region_start and llvm.dbg.region_end in non-fast mode also. by Devang Patel · 16 years ago
- 4fd5528 Don't attempt to handle aggregate argument values in FastISel; let by Dan Gohman · 16 years ago
- f50c798 Fix a TargetLowering optimization so that it doesn't duplicate by Dan Gohman · 16 years ago
- 8f9643f Delete ISD::INSERT_SUBREG and ISD::EXTRACT_SUBREG, which are unused. by Dan Gohman · 16 years ago
- 5274a4a To convert the StopPoint insn into an assembler directive by ISel, we need to have access to the line number field. So we convert that info as an operand by custom handling DBG_STOPPOINT in legalize. by Sanjiv Gupta · 16 years ago
- 6fb2168 Fully general expansion of integer shift of any size. by Evan Cheng · 16 years ago
- 968dc7a Reapply 68073, with fixes. EH Landing-pad basic blocks are not by Dan Gohman · 16 years ago
- 456e281 Minor top-level comment fix. by Dan Gohman · 16 years ago