aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
2010-04-21Add fast register allocator, enabled with -regalloc=fast.Jakob Stoklund Olesen
2010-04-21Identify when a lexical scope is split in to multiple instruction ranges. Emi...Devang Patel
2010-04-21Implement -disable-non-leaf-fp-elim which disable frame pointer eliminationEvan Cheng
2010-04-21Add more const qualifiers on TargetMachine and friends.Dan Gohman
2010-04-21Update CMakeLists.txt.Dan Gohman
2010-04-21Move several SelectionDAG-independent utility functions out of theDan Gohman
2010-04-21- Clean up some crappy code which deals with coalescing of copies which look atEvan Cheng
2010-04-21Rewrite machine cse to avoid recursion.Evan Cheng
2010-04-21Add another variant of this test which found a place whereDan Gohman
2010-04-20Because of the EMMS problem, right now we have to supportDale Johannesen
2010-04-20When MachineLICM is hoisting a physical register after regalloc, make sure theJakob Stoklund Olesen
2010-04-20Typo.Evan Cheng
2010-04-20Sink the CopyToExportRegsIfNeeded calls out of SelectionDAGISelDan Gohman
2010-04-20Don't send PHI nodes down to SelectionDAGBuilder of FastISel, sinceDan Gohman
2010-04-20Sink this use_empty() check into isUsedOutsideOfDefiningBlock.Dan Gohman
2010-04-20If a PHI node somehow has debug info, propogate it to the MachineInstr PHI.Dan Gohman
2010-04-20Don't iterate through the whole block just to find the PHI nodes.Dan Gohman
2010-04-20use abstract accessors to CallInstGabor Greif
2010-04-20Bill's change in r95336 broke empty aggregates embeddedChris Lattner
2010-04-20Delete a redundant return statement.Dan Gohman
2010-04-20The visitXOR method can return the same SDNode. If so, we don't want to deleteBill Wendling
2010-04-20Remove this debug output; it isn't that useful, and it's incompleteDan Gohman
2010-04-20Sink DebugLoc handling out of SelectionDAGISel into FastISel andDan Gohman
2010-04-20Remove MachineFunction's DefaultDebugLoc member, and make DwarfDebug.cppDan Gohman
2010-04-20Reapply the removal of SelectionDAGISel's BB, with a fix for the caseDan Gohman
2010-04-19Revert 101825, which is causing trouble.Dan Gohman
2010-04-19Make BreakAntiDependencies' SUnits argument const, and make the BeginDan Gohman
2010-04-19Eliminate SelectionDAGISel's "current block" member. Just pass it asDan Gohman
2010-04-19Eliminate the CurMBB member from SelectionDAGBuilder. For places thatDan Gohman
2010-04-19More progress on promoting i16 operations to i32 for x86. Work in progress.Evan Cheng
2010-04-19Give SelectionDAG a TargetMachine too, rather than having itDan Gohman
2010-04-19More 80 col violation.Evan Cheng
2010-04-19Add DW_AT_APPLE_omit_frame_ptr to encode -fomit-frame-pointer flag.Devang Patel
2010-04-19Code that needs a TargetMachine should have access to one directly, ratherDan Gohman
2010-04-19Move isInTailCallPosition out of SelectionDAGBuilder, as it isn'tDan Gohman
2010-04-17Fix -Wcast-qual warnings.Dan Gohman
2010-04-17Add const qualifiers to TargetLoweringObjectFile usage.Dan Gohman
2010-04-17Use const_cast instead of a C-style cast to cast away const.Dan Gohman
2010-04-17Start function numbering at 0.Dan Gohman
2010-04-17Delete now-unnecessary const_casts.Dan Gohman
2010-04-17Use const qualifiers with TargetLowering. This eliminates severalDan Gohman
2010-04-17Postra machine licm must add registers defined by loop invariants to *all* ofEvan Cheng
2010-04-17Fix codegen passes. -disable-ssc shouldn't disable postra machine licm.Evan Cheng
2010-04-17More work to allow dag combiner to promote 16-bit ops to 32-bit.Evan Cheng
2010-04-17Another 80 col violation.Evan Cheng
2010-04-17As a temporary workaround for post-RA not handling DebugValue instructions,Bob Wilson
2010-04-17Revert "Use a simpler data structure to calculate the least recently used reg...Jakob Stoklund Olesen
2010-04-16Revert 101465, it broke internal OpenGL testing.Eric Christopher
2010-04-16Add support to emit dwarf ranges.Devang Patel
2010-04-16Use a simpler data structure to calculate the least recently used register in...Jakob Stoklund Olesen