aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
2011-04-25Rename a local variable.Devang Patel
2011-04-25Rename a method to match what it really does.Devang Patel
2011-04-25Do not drop a variable's complex address if it is not based on frame base.Devang Patel
2011-04-25A dbg.declare may not be in entry block, even if it is referring to an incomi...Devang Patel
2011-04-24Simplify the logic. Noticed by aKor.Rafael Espindola
2011-04-24Synchronize the conditions for producing a .cfi_startproc and a .cfi_endproc.Rafael Espindola
2011-04-24Give SplitKit.h a header guard.Sebastian Redl
2011-04-23Remove unused STL header includes.Jay Foad
2011-04-22Teach FastISel to deal with instructions that have two immediate operands.Owen Anderson
2011-04-22Let front-end tie subprogram declaration with subprogram definition directly.Devang Patel
2011-04-22Always compare the cost of region splitting with the cost of per-block splitt...Jakob Stoklund Olesen
2011-04-22Recommit the fix for rdar://9289512 with a couple tweaks toChris Lattner
2011-04-22DAGCombine: fold "(zext x) == C" into "x == (trunc C)" if the trunc is lossless.Benjamin Kramer
2011-04-22Do not leak argument's DbgVariables.Devang Patel
2011-04-22TypoEvan Cheng
2011-04-22Branch folding is folding a landing pad into a regular BB.Bill Wendling
2011-04-21Refactor.Devang Patel
2011-04-21Don't recycle loop variables.Matt Beaumont-Gay
2011-04-21Allow allocatable ranges from global live range splitting to be split again.Jakob Stoklund Olesen
2011-04-21Add comment in output stream.Devang Patel
2011-04-21Revert r1296656, "Fix rdar://9289512 - not folding load into compare at -O0...",Daniel Dunbar
2011-04-20Add debug output for rematerializable instructions.Jakob Stoklund Olesen
2011-04-20Permit remat when a virtual register has multiple defs.Jakob Stoklund Olesen
2011-04-20Prefer cheap registers for busy live ranges.Jakob Stoklund Olesen
2011-04-20ARM byval support. Will be enabled by another patch to the FE. <rdar://prob...Stuart Hastings
2011-04-20Remove unused arguments.Rafael Espindola
2011-04-20Rewrite the expander for umulo/smulo to remember to sign extend the inputEric Christopher
2011-04-20ADT/Triple: Renambe isOSX... methods to isMacOSX for consistency with the OSDaniel Dunbar
2011-04-19CodeGen: Eliminate a use of getDarwinMajorNumber().Daniel Dunbar
2011-04-19Delete unnecessary variable. <rdar://problem/7662569>Stuart Hastings
2011-04-19Avoid write-after-write issue hazards for Cortex-A9.Bob Wilson
2011-04-19Force the greedy register allocator to be linked alongside linear scan.Jakob Stoklund Olesen
2011-04-19SelectBasicBlock is rather slow even when it doesn't do anything; skip theEli Friedman
2011-04-19Support nested CALLSEQ_BEGIN/END; necessary for ARM byval support. <rdar://p...Stuart Hastings
2011-04-19Implement support for x86 fastisel of small fixed-sized memcpys, which are ge...Chris Lattner
2011-04-18Simplify declarations slightly by using typedefs.Eli Friedman
2011-04-18Reduce clutter in asm output. Do not emit source location as comment for each...Devang Patel
2011-04-18Handle spilling around an instruction that has an early-clobber re-definition ofJakob Stoklund Olesen
2011-04-18Fix a bug where we were counting the alias sets as completely usedEric Christopher
2011-04-18while we're at it, handle 'sdiv exact' of a power of 2 also,Chris Lattner
2011-04-18fix rdar://9297011 - udiv by power of two causing fast-isel rejectsChris Lattner
2011-04-171. merge fast-isel-shift-imm.ll into fast-isel-x86-64.llChris Lattner
2011-04-17fix an oversight which caused us to compile the testcase (and otherChris Lattner
2011-04-17Fix rdar://9289512 - not folding load into compare at -O0Chris Lattner
2011-04-17split a complex predicate out to a helper function. Simplify two for loops,Chris Lattner
2011-04-17fix rdar://9289583 - fast isel should handle non-canonical commutative binopsChris Lattner
2011-04-16PR9055: extend the fix to PR4050 (r70179) to apply to zext and anyext.Eli Friedman
2011-04-16Unbreak the MSVC 2010 build.Francois Pichet
2011-04-16Remove unused variable.Benjamin Kramer
2011-04-16Put each personality function in a section. This fixes the gnu ld warning:Rafael Espindola