aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
2010-06-02Not all entries in the range will have an SUnit. Check for that when lookingJim Grosbach
2010-06-02Remove uses of getCalleeSavedRegClasses from outside theRafael Espindola
2010-06-02Enable machine cse of instructions which define physical registers.Evan Cheng
2010-06-02Fix an obvious mistake: don't change the operands until all of them have beenBob Wilson
2010-06-01Update debug information when breaking anti-dependencies. rdar://7759363Jim Grosbach
2010-06-01Properly compose subregister indices when coalescing.Jakob Stoklund Olesen
2010-06-01Ignore line number of debug value in undefined register.Devang Patel
2010-06-01Keep track of incoming debug value of unused argument.Devang Patel
2010-06-01Fill in missing support for ISD::FEXP, ISD::FPOWI, and friends.Dan Gohman
2010-06-01Add a FIXMEJim Grosbach
2010-06-01When processing function arguments when splitting live ranges across invokes,Jim Grosbach
2010-05-31fix PR6623: when optimizing for size, don't inline memcpy/memsetsChris Lattner
2010-05-31the 'limit' argument to FindOptimalMemOpLowering is unsigned, not uint64_t.Chris Lattner
2010-05-30Use `llvm::next' instead of `next' to make VC++ 2010 happy.Oscar Fuentes
2010-05-29Reorder some code in SelectionDAGBuilder.Dan Gohman
2010-05-29SelectionDAG shouldn't have a FunctionLoweringInfo member. RegsForValueDan Gohman
2010-05-29Remove unused function.Benjamin Kramer
2010-05-29Remove schedule-livein-copies. It's not being used.Evan Cheng
2010-05-29Handle composed subreg indices when processing REQ_SEQUENCE instructions.Jakob Stoklund Olesen
2010-05-29Doh. Machine LICM is re-initializing the CSE map over and over. Patch by Anna...Evan Cheng
2010-05-28Fix some latency computation bugs: if the use is not a machine opcode do not ...Evan Cheng
2010-05-28Add a TargetRegisterInfo::composeSubRegIndices hook with a defaultJakob Stoklund Olesen
2010-05-28Revert 104841, 104842, 104876 due to buildbot failures. Radar 7424645.Stuart Hastings
2010-05-28Eliminate the restriction that the array size in an alloca must be i32.Dan Gohman
2010-05-27Add a -regalloc=default option that chooses a register allocator based on the -OJakob Stoklund Olesen
2010-05-27Update the saved stack pointer in the sjlj function context following eitherJim Grosbach
2010-05-27back out 104862/104869. Can reuse stacksave after all. Very cool.Jim Grosbach
2010-05-27Do not drop location info for inlined function args.Devang Patel
2010-05-27hook ISD::STACKADDR to an intrinsicJim Grosbach
2010-05-27inlined function's arguments need a label to mark the start point because the...Devang Patel
2010-05-27Support for nested functions/classes in debug output. Radar 7424645.Stuart Hastings
2010-05-26Simplify. Eliminate unneeded debug_loc entry.Devang Patel
2010-05-26Add FIXME comment to remove this.Bill Wendling
2010-05-26MC: Add TargetMachine support for setting the value of MCRelaxAll withDaniel Dunbar
2010-05-26There is no need to force an line number entry (using previous location) for ...Devang Patel
2010-05-26Add "setjmp_syscall", "savectx", "qsetjmp", "vfork", "getcontext" to the list ofBill Wendling
2010-05-26Adjust eh.sjlj.setjmp to properly have a chain and to have an opcode entry inJim Grosbach
2010-05-26Update debug info when live-in reg is copied into a vreg.Devang Patel
2010-05-26Move the check for "calls setjmp" to SelectionDAGISel so that it can be used byBill Wendling
2010-05-26Identify instructions, that needs a label to mark debug info entity, in advan...Devang Patel
2010-05-26Eliminate the use of PriorityQueue and just use a std::vector,Dan Gohman
2010-05-26Delete an unused function.Dan Gohman
2010-05-26Remove dead code.Devang Patel
2010-05-26Do not construct location list backword!Devang Patel
2010-05-26Temporarily revert r104655 as it's breaking the bots.Eric Christopher
2010-05-26Change push_all to a non-virtual function and implement it in theDan Gohman
2010-05-26Trim #include.Dan Gohman
2010-05-26Dale and Evan suggested putting the "check for setjmp" much earlier in theBill Wendling
2010-05-25First cut at supporting .debug_loc section. Devang Patel
2010-05-25Constify function.Bill Wendling