aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
2010-08-28Completely disable tail calls when fast-isel is enabled, as fast-iselDan Gohman
2010-08-28Trim a #include.Dan Gohman
2010-08-27Simplify.Devang Patel
2010-08-27Remove now unneeded command line flag that enables 'optimize compares.'Bill Wendling
2010-08-26Revert r112213. It is not needed.Devang Patel
2010-08-26Simplify eliminateFrameIndex() interface back down now that PEI doesn't needJim Grosbach
2010-08-26If node is not available then use FuncInfo.ValueMap to emit debug info for by...Devang Patel
2010-08-26Remove the now obsolete frame index virtual re-use algorithm from PEI. Pre-RAJim Grosbach
2010-08-26Speculatively revert r112207.Devang Patel
2010-08-2680 col.Devang Patel
2010-08-26Update DanglingDebugInfo so that it can be used to track llvm.dbg.declare also.Devang Patel
2010-08-26Donot forget to resolve dangling debug info in a case where virtual register,...Devang Patel
2010-08-26Add a hackaround for PR7993 which is causing failures on x86 builders that la...Chris Lattner
2010-08-26implement SplitVecOp_CONCAT_VECTORS, fixing the included testcase with SSE1.Chris Lattner
2010-08-26zap dead code.Chris Lattner
2010-08-25remove some llvmcontext arguments that are now dead post-refactoring.Chris Lattner
2010-08-25Change handling of illegal vector types to widen when possible instead of Chris Lattner
2010-08-25Fix comment.Devang Patel
2010-08-25Remove dead argument.Devang Patel
2010-08-25Add some statistics for PEI register scavengingJim Grosbach
2010-08-24split the vector case of getCopyFromParts out to its own function,Chris Lattner
2010-08-24split the vector case out of getCopyToParts into its own function. NoChris Lattner
2010-08-24tidy up, reduce indentationChris Lattner
2010-08-24Add ARM heuristic for when to allocate a virtual base register for stackJim Grosbach
2010-08-24Move enabling the local stack allocation pass into the target where it belongs.Jim Grosbach
2010-08-24Revert r107202. It is not adding any value.Devang Patel
2010-08-23Remove the MFI storage of the local allocation block size. It's not needed.Jim Grosbach
2010-08-23Better handling of local offsets for downwards growing stacks. This correctsJim Grosbach
2010-08-23Handle qualified constants that are directly folded by FE.Devang Patel
2010-08-23Now that PassInfo and Pass::ID have been separated, move the rest of the pass...Owen Anderson
2010-08-23Fix some GCC warnings by providing a virtual destructor in the base of a classChandler Carruth
2010-08-21Delete dead comment.Eli Friedman
2010-08-20Create the new linker type "linker_private_weak_def_auto".Bill Wendling
2010-08-20Downwards growing stack allocation order reverses relative offsetsJim Grosbach
2010-08-20Add more dbg outputJim Grosbach
2010-08-20properly check for whether base regs were insertedJim Grosbach
2010-08-19If the target says that an extending load is not legal, regardless of whetherBob Wilson
2010-08-19Better handling of offsets on frame index references. rdar://8277890Jim Grosbach
2010-08-19Update debug logs.Evan Cheng
2010-08-19Properly update MachineDominators when splitting critical edge.Evan Cheng
2010-08-19Correct header.Bill Wendling
2010-08-19It's possible to sink a def if its local uses are PHI's.Evan Cheng
2010-08-19Fix the msvc 2010 build.Michael J. Spencer
2010-08-19Remove disabled assertion.Evan Cheng
2010-08-19Teach machine-sink to break critical edges when appropriate. Work in progress.Evan Cheng
2010-08-19Update local stack block allocation to let PEI do the allocs if no additionalJim Grosbach
2010-08-18Add a newline to debug outputJim Grosbach
2010-08-18If any def of a machine-sink candidate has local uses, it's obviously not saf...Evan Cheng
2010-08-18Enable ARM base register reuse to local stack slot allocation. Whenever a newJim Grosbach
2010-08-18Thinking about it, we don't need MachineDominatorTree after all. The DomValueJakob Stoklund Olesen