Create a more targeted fix for not sinking instructions into a range where it
[oota-llvm.git] / lib / CodeGen /
2010-06-15 Bill WendlingCreate a more targeted fix for not sinking instructions...
2010-06-15 Stuart HastingsAdded a comment.
2010-06-15 Bob WilsonFix 80col violations, remove trailing whitespace, and...
2010-06-15 Jakob Stoklund OlesenRemove the local register allocator.
2010-06-15 Mon P WangFixed vector widening of binary instructions that can...
2010-06-15 Bob WilsonIfConversion's AnalyzeBlocks method always returns...
2010-06-15 Jim Grosbachfix naming
2010-06-15 Jakob Stoklund OlesenFix an exotic bug that only showed up in an internal...
2010-06-15 Bob WilsonFix a comment typo.
2010-06-15 Bob WilsonAdd some missing checks for the case where the extract_...
2010-06-15 Jakob Stoklund OlesenAvoid processing early clobbers twice in RegAllocFast.
2010-06-15 Jakob Stoklund OlesenAdd CoalescerPair helper class.
2010-06-15 Bob WilsonGeneralize the pre-coalescing of extract_subregs feedin...
2010-06-15 Ted KremenekUpdate CMake build.
2010-06-14 Jim GrosbachMore dbg_value cleanup so the presence of debug info...
2010-06-14 Evan Cheng- Do away with SimpleHazardRecognizer.h. It's not used...
2010-06-14 Evan ChengAvoid uncessary array copying.
2010-06-14 Chris Lattnerfix a -Wbool-conversions warning from clang.
2010-06-12 Bill WendlingWhen performing the Horrible Hack(tm-Duncan) on the...
2010-06-12 Evan ChengAllow target to provide its own hazard recognizer to...
2010-06-12 Evan ChengCode formatting.
2010-06-11 Stuart HastingsSupport for nested functions/classes in debug output...
2010-06-10 Evan ChengCode refactoring, no functionality changes.
2010-06-09 Jakob Stoklund OlesenMark physregs defined by inline asm as implicit.
2010-06-09 Evan ChengAllow target to place 2-address pass inserted copies...
2010-06-09 Bill WendlingIt's an error to translate this:
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.
next