aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
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
2006-11-09getPostIndexedAddressParts change: passes in load/store instead of its loaded...Evan Cheng
2006-11-09Remove M_2_ADDR_FLAG.Evan Cheng
2006-11-08Match more post-indexed ops.Evan Cheng
2006-11-08Remove redundant <cmath>.Jim Laskey
2006-11-08Now can re-enable debug label folding.Jim Laskey
2006-11-08- When performing pre-/post- indexed load/store transformation, do not worryEvan Cheng
2006-11-08Fixed a minor bug preventing some pre-indexed load / store transformation.Evan Cheng
2006-11-08For PR950:Reid Spencer
2006-11-08Fix a obscure post-indexed load / store dag combine bug.Evan Cheng
2006-11-08optimize single MBB loops better. In particular, produce:Chris Lattner
2006-11-07Accidently reran commit.Jim Laskey
2006-11-07Missed a label map, reverting till covered.Jim Laskey
2006-11-07Missed a label map, reverting till covered.Jim Laskey
2006-11-071. Add a pass to fold debug label instructions so a debug info client can detectJim Laskey
2006-11-07Enable improved spilling costs by default. This speeds up viterbi on x86Chris Lattner
2006-11-07Use correct value for float HUGH_VAL.Jim Laskey
2006-11-07Add post-indexed load / store transformations.Evan Cheng
2006-11-07Add a new llcbeta option. This speeds up viterbi from 12.34 to 8.76s onChris Lattner
2006-11-07Unbreak X86/ELF Debugging. Somehow this line got lost in Jim's cleanup.Reid Spencer
2006-11-07Fix PR988 and CodeGen/Generic/2006-11-06-MemIntrinsicExpand.ll.Chris Lattner
2006-11-06Remove dead code; added a missing null ptr check.Evan Cheng
2006-11-06Tab interferes with uniqueness.Jim Laskey
2006-11-06D'oh - reversed logic.Jim Laskey