aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
2006-11-28Put the #include for a module first.Bill Wendling
2006-11-28Clean up.Evan Cheng
2006-11-28Changed to using llvm streams.Bill Wendling
2006-11-28Fix PR1016Chris Lattner
2006-11-27Change MachineInstr ctor's to take a TargetInstrDescriptor reference insteadEvan Cheng
2006-11-27Fix the dag combiner bug corresponding to PR1014.Chris Lattner
2006-11-27For better or worse, load from i1 is assumed to be zero extended. Do notChris Lattner
2006-11-27If a brcond condition is promoted, make sure to zero extend it, even if notChris Lattner
2006-11-27For PR950:Reid Spencer
2006-11-20Global label not handled correctly.Jim Laskey
2006-11-20Fix PR1011 and CodeGen/Generic/2006-11-20-DAGCombineCrash.llChris Lattner
2006-11-20setOperand should not zap the operand list or add implicit operands to anChris Lattner
2006-11-20For PR950:Reid Spencer
2006-11-18Don't transform in another bad case: if the block is empty, it should beChris Lattner
2006-11-18Fix another case we *don't* want to do this xform.Chris Lattner
2006-11-18Implement operator<< for machine basic blocks to make it easier to dump them.Chris Lattner
2006-11-18make the previous change more aggressive, moving any block with no fallthrough.Chris Lattner
2006-11-18Minor code layout tweak: if we have something like this:Chris Lattner
2006-11-17Fixing the ENABLE_OPTIMIZED=1 DISABLE_ASSERTIONS=1 build.Jim Laskey
2006-11-17More removal of std::cerr and DEBUG, replacing with DOUT instead.Bill Wendling
2006-11-17Replace std::cerr uses of the "DEBUG" macro with "DOUT" instead. RemovesBill Wendling
2006-11-16*** empty log message ***Bill Wendling
2006-11-16Match MachineCodeEmitter changes.Evan Cheng
2006-11-16Don't recompute getNumOperands for each iteration.Bill Wendling
2006-11-16Added a new method "CreateNewLiveInterval" which, given a list ofBill Wendling
2006-11-16enable the branch folding pass for the JIT.Chris Lattner
2006-11-16Fix an incorrectly inverted condition.Evan Cheng
2006-11-15Match live variable changes.Evan Cheng
2006-11-15Minor updates.Evan Cheng
2006-11-15A register def can be partially dead when the whole register has use(s) but a...Evan Cheng
2006-11-15Do away with kill / dead maps. Move kill / dead info onto MI's.Evan Cheng
2006-11-15Simplify IntrinsicLowering and clarify that it is only for use by theChris Lattner
2006-11-15remove dead #includeChris Lattner
2006-11-13Matches MachineInstr changes.Evan Cheng
2006-11-13- Let MachineInstr ctors add implicit def and use operands. Other operandsEvan Cheng
2006-11-11Make an assert comment match the tested assertion.Reid Spencer
2006-11-11Add methods to add implicit def use operands to a MI.Evan Cheng
2006-11-11disallow preinc of a frameindex. This is not profitable and causes 2-addrChris Lattner
2006-11-11reduce indentation by using early exits. No functionality change.Chris Lattner
2006-11-11move big chunks of code out-of-line, no functionality change.Chris Lattner
2006-11-10Fix a dag combiner bug exposed by my recent instcombine patch. This fixesChris Lattner
2006-11-10Add implicit def / use operands to MachineInstr.Evan Cheng
2006-11-10When forming a pre-indexed store, make sure ptr isn't the same or is a pred o...Evan Cheng
2006-11-10commentateChris Lattner
2006-11-09Don't attempt expensive pre-/post- indexed dag combine if target does not sup...Evan Cheng
2006-11-09Add a mechanism to specify whether a target supports a particular indexed loa...Evan Cheng
2006-11-09Rename ISD::MemOpAddrMode to ISD::MemIndexedModeEvan Cheng
2006-11-09Rename ISD::MemOpAddrMode to ISD::MemIndexedModeEvan Cheng
2006-11-09Allows debugging llc self hosted.Jim Laskey
2006-11-09Merging dwarf info to a single compile unit.Jim Laskey