Handle instructions which need to be #defines for the purpose of capturing constant...
[oota-llvm.git] / lib / CodeGen /
2010-06-09 Jakob Stoklund OlesenAdd argument name comments.
2010-06-07 Bob WilsonFix a mistake in my previous change r105437: don't...
2010-06-07 Dan GohmanAdd some basic debug output.
2010-06-07 Jim GrosbachCleanup. Process the dbg_values separately
2010-06-07 Jim GrosbachMove exit check where it really belongs.
2010-06-05 Stuart HastingsRevert 105492 & 105493 due to a testcase regression...
2010-06-05 Dale JohannesenFix some liveout handling related to tail calls, see...
2010-06-04 Evan ChengRe-apply 105308 with fix.
2010-06-04 Jim GrosbachMake if-conversion ignore dbg_value instructions in...
2010-06-04 Stuart HastingsSupport for nested functions/classes in debug output...
2010-06-04 Jim GrosbachSkip dbg_value instructions when scanning instructions...
2010-06-04 Jakob Stoklund OlesenKeep track of the call instructions whose clobber lists...
2010-06-04 Mon P WangFixed a bug during widening where we would avoid legali...
2010-06-03 Bob WilsonAdd some missing checks in TwoAddressInstructionPass...
2010-06-03 Jim GrosbachCleanup 80-column and trim trailing whitespace
2010-06-03 Dan GohmanFix SimplifyDemandedBits' AssertZext logic to demand...
2010-06-03 Bob WilsonRevert 105308.
2010-06-03 Bill WendlingMachine sink could potentially sink instructions into...
2010-06-03 Eric ChristopherOne underscore, not two.
2010-06-03 Eli FriedmanImplement expansion in type legalization for add/sub...
2010-06-03 Jakob Stoklund OlesenUse the fast register allocator by default for -O0...
2010-06-03 Jakob Stoklund OlesenUse readsWritesVirtualRegister instead of counting...
2010-06-02 Jakob Stoklund OlesenAdd full register <imp-def> operands when the coalescer...
2010-06-02 Bill WendlingCompulsive reformating. No functionalitical changes.
2010-06-02 Jakob Stoklund OlesenSlightly change the meaning of the reMaterialize target...
2010-06-02 Rafael EspindolaRemove the TargetRegisterClass member from CalleeSavedInfo
2010-06-02 Devang PatelSkip identical instruction while calculating DBG_VALUE...
2010-06-02 Bob WilsonRename canCombinedSubRegIndex method to something more...
2010-06-02 Devang PatelUse local small vector.
2010-06-02 Jim GrosbachNot all entries in the range will have an SUnit. Check...
2010-06-02 Rafael EspindolaRemove uses of getCalleeSavedRegClasses from outside the
2010-06-02 Evan ChengEnable machine cse of instructions which define physica...
2010-06-02 Bob WilsonFix an obvious mistake: don't change the operands until...
2010-06-01 Jim GrosbachUpdate debug information when breaking anti-dependencie...
2010-06-01 Jakob Stoklund OlesenProperly compose subregister indices when coalescing.
2010-06-01 Devang PatelIgnore line number of debug value in undefined register.
2010-06-01 Devang PatelKeep track of incoming debug value of unused argument.
2010-06-01 Dan GohmanFill in missing support for ISD::FEXP, ISD::FPOWI,...
2010-06-01 Jim GrosbachAdd a FIXME
2010-06-01 Jim GrosbachWhen processing function arguments when splitting live...
2010-05-31 Chris Lattnerfix PR6623: when optimizing for size, don't inline...
2010-05-31 Chris Lattnerthe 'limit' argument to FindOptimalMemOpLowering is...
2010-05-30 Oscar FuentesUse `llvm::next' instead of `next' to make VC++ 2010...
2010-05-29 Dan GohmanReorder some code in SelectionDAGBuilder.
2010-05-29 Dan GohmanSelectionDAG shouldn't have a FunctionLoweringInfo...
2010-05-29 Benjamin KramerRemove unused function.
2010-05-29 Evan ChengRemove schedule-livein-copies. It's not being used.
2010-05-29 Jakob Stoklund OlesenHandle composed subreg indices when processing REQ_SEQU...
2010-05-29 Evan ChengDoh. Machine LICM is re-initializing the CSE map over...
2010-05-28 Evan ChengFix some latency computation bugs: if the use is not...
2010-05-28 Jakob Stoklund OlesenAdd a TargetRegisterInfo::composeSubRegIndices hook...
2010-05-28 Stuart HastingsRevert 104841, 104842, 104876 due to buildbot failures...
2010-05-28 Dan GohmanEliminate the restriction that the array size in an...
2010-05-27 Jakob Stoklund OlesenAdd a -regalloc=default option that chooses a register...
2010-05-27 Jim GrosbachUpdate the saved stack pointer in the sjlj function...
2010-05-27 Jim Grosbachback out 104862/104869. Can reuse stacksave after all...
2010-05-27 Devang PatelDo not drop location info for inlined function args.
2010-05-27 Jim Grosbachhook ISD::STACKADDR to an intrinsic
2010-05-27 Devang Patelinlined function's arguments need a label to mark the...
2010-05-27 Stuart HastingsSupport for nested functions/classes in debug output...
2010-05-26 Devang PatelSimplify. Eliminate unneeded debug_loc entry.
2010-05-26 Bill WendlingAdd FIXME comment to remove this.
2010-05-26 Daniel DunbarMC: Add TargetMachine support for setting the value...
2010-05-26 Devang PatelThere is no need to force an line number entry (using...
2010-05-26 Bill WendlingAdd "setjmp_syscall", "savectx", "qsetjmp", "vfork...
2010-05-26 Jim GrosbachAdjust eh.sjlj.setjmp to properly have a chain and...
2010-05-26 Devang PatelUpdate debug info when live-in reg is copied into a...
2010-05-26 Bill WendlingMove the check for "calls setjmp" to SelectionDAGISel...
2010-05-26 Devang PatelIdentify instructions, that needs a label to mark debug...
2010-05-26 Dan GohmanEliminate the use of PriorityQueue and just use a std...
2010-05-26 Dan GohmanDelete an unused function.
2010-05-26 Devang PatelRemove dead code.
2010-05-26 Devang PatelDo not construct location list backword!
2010-05-26 Eric ChristopherTemporarily revert r104655 as it's breaking the bots.
2010-05-26 Dan GohmanChange push_all to a non-virtual function and implement...
2010-05-26 Dan GohmanTrim #include.
2010-05-26 Bill WendlingDale and Evan suggested putting the "check for setjmp...
2010-05-25 Devang PatelFirst cut at supporting .debug_loc section.
2010-05-25 Bill WendlingConstify function.
2010-05-25 Dan GohmanDo one map lookup instead of two.
2010-05-25 Eric ChristopherMove the verbose asm output up a bit so it can be used...
2010-05-25 Bill WendlingOkay, bear with me here...
2010-05-25 Eric ChristopherAdd support for initialized global data for darwin...
2010-05-25 Jakob Stoklund OlesenPrint symbolic SubRegIndex names on machine operands.
2010-05-25 Dale JohannesenFix another variant of PR 7191. Also add a testcase
2010-05-25 Dale JohannesenFix PR 7191. I have been unable to create a .ll file...
2010-05-25 Jakob Stoklund OlesenDisable invalid coalescer assertion.
2010-05-24 Bill WendlingPrint out the name of the function during SSC.
2010-05-24 Evan ChengAvoid adding duplicate function live-in's.
2010-05-24 Devang PatelDo not emit line number entries for unknown debug values.
2010-05-24 Nicolas GeoffrayEncode the Caml frametable by following what the commen...
2010-05-23 Daniel DunbarMC: Add an MCLoggingStreamer, for use in debugging...
2010-05-22 Evan ChengImplement @llvm.returnaddress. rdar://8015977.
2010-05-22 Jim GrosbachImplement eh.sjlj.longjmp for ARM. Clean up the intrins...
2010-05-22 Eric ChristopherAdd full bss data support for darwin tls variables.
2010-05-22 Devang PatelCollect variable information during endFunction() inste...
2010-05-21 Bob WilsonClean up extra whitespace.
2010-05-21 Eric ChristopherMake this LookAheadLimit, not the uninitialized LookAhe...
2010-05-21 Evan ChengAllow machine cse to cse instructions which define...
2010-05-21 Bob WilsonChange CodeGen/ARM/2009-11-02-NegativeLane.ll to use...
next