aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
2010-06-29Revert r107205 and r107207.Bill Wendling
2010-06-29Print InlinedAt location.Devang Patel
2010-06-29Print InlinedAt location.Devang Patel
2010-06-29Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling
2010-06-29Do not hardcode DW_AT_stmt_list value.Devang Patel
2010-06-29Fix the handling of partial redefines in the fast register allocator.Jakob Stoklund Olesen
2010-06-29Fix a register scavenger crash when dealing with undefined subregs.Bob Wilson
2010-06-29It seems clear that this should return Changed.Duncan Sands
2010-06-29Add a VT argument to getMinimalPhysRegClass and replace the copy related usesRafael Espindola
2010-06-29getMachineBasicBlockAddress returns a uintptr_t - don't truncateDuncan Sands
2010-06-29use ArgOperand APIsGabor Greif
2010-06-29Remove initialized but otherwise unused variables.Duncan Sands
2010-06-29When processing loops for scheduling latencies (used for live outs on loopJim Grosbach
2010-06-29Reapply my if-conversion cleanup from svn r106939 with fixes.Bob Wilson
2010-06-28Unlike other targets, ARM now uses BUILD_VECTORs post-legalization so theyBob Wilson
2010-06-28Use DW_FORM_addr for DW_AT_entry_pc.Devang Patel
2010-06-28In asm's, output operands with matching input constraintsDale Johannesen
2010-06-28Include inlined function in list of processed subprograms.Devang Patel
2010-06-28new, no longer brain-dead, r106907Jim Grosbach
2010-06-28After physreg coalescing, physical registers might not have live ranges whereJakob Stoklund Olesen
2010-06-28Add more special treatment for inline asm in RegAllocFast.Jakob Stoklund Olesen
2010-06-28Preserve deleted function's local variables' debug info.Devang Patel
2010-06-28simplify: we have solid argument iterator rangeGabor Greif
2010-06-28Revert r106907, "make sure to handle dbg_value instructions in the middle of theDaniel Dunbar
2010-06-28Remove dead code.Devang Patel
2010-06-26When splitting a VAARG, remember its alignment.Rafael Espindola
2010-06-26Revert my if-conversion cleanup since it caused a bunch of nightly testBob Wilson
2010-06-26VNInfos don't need to be destructed anymore.Benjamin Kramer
2010-06-26Clean up some problems with extra CFG edges being introduced duringBob Wilson
2010-06-25make sure to handle dbg_value instructions in the middle of the block, notJim Grosbach
2010-06-25Don't track kills in VNInfo. Use interval ends instead.Jakob Stoklund Olesen
2010-06-25Change if-conversion block size limit checks to add some flexibility.Evan Cheng
2010-06-25Collect debug info for optimized variables of inlined functions.Devang Patel
2010-06-2580 column and typo fixJim Grosbach
2010-06-25The hasMemory argument is irrelevant to how the argumentDale Johannesen
2010-06-25- Reapply r106066 now that the bzip2 build regression has been fixed.Bill Wendling
2010-06-25We should remove the live range from the destination register only if *all* defsBill Wendling
2010-06-25Cosmetic.Dale Johannesen
2010-06-25Remove variables which are assigned to but for which the valueDuncan Sands
2010-06-25use ArgOperand accessorsGabor Greif
2010-06-25use ArgOperand API (the simple part)Gabor Greif
2010-06-25use ArgOperand APIGabor Greif
2010-06-25use ArgOperand APIGabor Greif
2010-06-25use ArgOperand API and CallSite to access arguments of CallInstGabor Greif
2010-06-25use ArgOperand API and CallSite to access arguments of CallInstGabor Greif
2010-06-25use ArgOperand APIGabor Greif
2010-06-25prune an includeGabor Greif
2010-06-25Fix a case where an earlyclobber operand of an asmDale Johannesen
2010-06-24Make sure all eliminated kills are removed from VNInfo lists.Jakob Stoklund Olesen
2010-06-24Add some comments.Dan Gohman