aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
2007-10-08In -debug mode, dump SelectionDAGs both before and after theDan Gohman
2007-10-08Kill cycle of an live range is always the last use index + 1.Evan Cheng
2007-10-07convertFromInteger, as originally written, expected sign-extendedNeil Booth
2007-10-06Reapply 42677.Evan Cheng
2007-10-06revert evan's patch until the header is committedChris Lattner
2007-10-06Added DAG xforms. e.g.Evan Cheng
2007-10-06Next powerpc long double bits. Comparisons work,Dale Johannesen
2007-10-05First round of ppc long double. call/return andDale Johannesen
2007-10-05Legalize support for MUL_LOHI and DIVREM.Dan Gohman
2007-10-05Fix a typo in a comment.Dan Gohman
2007-10-05Provide names for MUL_LOHI and DIVREM operators.Dan Gohman
2007-10-05Chain producing nodes cannot be moved, not chain reading nodes.Evan Cheng
2007-10-05Oops. Didn't mean to leave this in.Evan Cheng
2007-10-05If a node that defines a physical register that is expensive to copy. TheEvan Cheng
2007-10-05Add a variant of getTargetNode() that takes a vector of MVT::ValueType.Evan Cheng
2007-10-05Silence a warning.Evan Cheng
2007-10-03Use empty() member functions when that's what's being tested for insteadDan Gohman
2007-10-02Rewrite sqrt and powi to use anyfloat. By popular demand.Dale Johannesen
2007-10-01Fix stride computations for long double arrays.Dale Johannesen
2007-10-01Move the code that emits the .file directives so that it runs after theDan Gohman
2007-10-01Remove simple scheduler.Evan Cheng
2007-09-30remove dup commentDale Johannesen
2007-09-30Constant fold int-to-long-double conversions;Dale Johannesen
2007-09-29This is done already.Gordon Henriksen
2007-09-29Collector is the base class for garbage collection code generators.Gordon Henriksen
2007-09-28Teach SplitVectorOp how to split INSERT_VECTOR_ELT.Dan Gohman
2007-09-28If two instructions are both two-address code, favors (schedule closer toEvan Cheng
2007-09-28Remove a poor scheduling heuristic.Evan Cheng
2007-09-28Trim some unneeded fields.Evan Cheng
2007-09-28Fix long double -> uint64 conversion.Dale Johannesen
2007-09-28minor long double related changesDale Johannesen
2007-09-28Make the checks for DW_FORM_data4 consistent with the others, andDan Gohman
2007-09-28Use 32-bit data directives for DW_FORM_data4 format data, even onDan Gohman
2007-09-28Add sqrt and powi intrinsics for long double.Dale Johannesen
2007-09-27TargetAsmInfo::getAddressSize() was incorrect for x86-64 and 64-bit targetsDan Gohman
2007-09-27CollectorMetadata abstractly describes stack maps for a function.Gordon Henriksen
2007-09-27My previous Registry.h header, as well as Collectors.h, which is theGordon Henriksen
2007-09-27Avoid inserting a live register more than once.Evan Cheng
2007-09-27Silence a compiler warning.Evan Cheng
2007-09-27Boogs.Evan Cheng
2007-09-27Be smarter about which node to force schedule. Reduce # of duplications + cop...Evan Cheng
2007-09-27Backtracking only when it won't create a cycle.Evan Cheng
2007-09-26Make temporaries explicit to avoid prematureDale Johannesen
2007-09-26- Move getPhysicalRegisterRegClass() from ScheduleDAG to MRegisterInfo.Evan Cheng
2007-09-26Enable codegen for long double abs, sin, cosDale Johannesen
2007-09-26Fix f80 UNDEF.Dale Johannesen
2007-09-26Allow copyRegToReg to emit cross register classes copies.Evan Cheng
2007-09-25Move the setOperationAction(ISD::DEBUG_LOC, MVT::Other, Expand) andDan Gohman
2007-09-25Added major new capabilities to scheduler (only BURR for now) to support phys...Evan Cheng
2007-09-24Don't emit .debug_line header data if there aren't any lines to put in it,Dan Gohman