aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
2006-01-25initialize an instance var, apparently I forgot to commit this long agoChris Lattner
2006-01-25No need to keep track of top and bottom nodes in a group since the vector isEvan Cheng
2006-01-25Set SchedulingForLatency to be the default scheduling preference for all.Evan Cheng
2006-01-25First part of bug 680:Nate Begeman
2006-01-25Make it even more portable.Jeff Cohen
2006-01-25Fix VC++ compilation error.Jeff Cohen
2006-01-25Bottom up register usage reducing list scheduler.Evan Cheng
2006-01-25Keep track of bottom / top element of a set of flagged nodes.Evan Cheng
2006-01-25If scheduler choice is the default (-sched=default), use target schedulingEvan Cheng
2006-01-25Portably cast a pointer to an integer.Jeff Cohen
2006-01-24fix build on 64 bit hostsAndrew Lenharth
2006-01-24Fix an infinite loop I caused by making sure to legalize the flag operandChris Lattner
2006-01-24Fix VC++ compilation error.Jeff Cohen
2006-01-24Remove unused variables.Jeff Cohen
2006-01-24rename methodChris Lattner
2006-01-24Crude Dwarf global variable debugging.Jim Laskey
2006-01-23Print file-scope inline asm blocks at the start of the output file.Chris Lattner
2006-01-23another couple selectsAndrew Lenharth
2006-01-23another selecttoAndrew Lenharth
2006-01-23Typo.Jim Laskey
2006-01-23Skeleton of the list schedule.Evan Cheng
2006-01-23Minor clean up.Evan Cheng
2006-01-23Fix Regression/CodeGen/SparcV8/2006-01-22-BitConvertLegalize.ll by makingChris Lattner
2006-01-23Remove a couple of unnecessary #include'sEvan Cheng
2006-01-23Factor out more instruction scheduler code to the base class.Evan Cheng
2006-01-23Fix bugs lowering stackrestore, fixing 2004-08-12-InlinerAndAllocas.c onChris Lattner
2006-01-22Add explicit #includes of <iostream>Chris Lattner
2006-01-21Fix a bug in a recent refactor that caused a bunch of programs to miscompileChris Lattner
2006-01-21Fix CodeGen/PowerPC/2006-01-20-ShiftPartsCrash.llChris Lattner
2006-01-21Do some code refactoring on Jim's scheduler in preparation of the new listEvan Cheng
2006-01-21Simplify search for abbreviations.Jim Laskey
2006-01-21Correct some simple errors.Jim Laskey
2006-01-20Right size integer values before emitting.Jim Laskey
2006-01-20Reworked how Dwarf debug info entries and abbreviations are handled. AddedJim Laskey
2006-01-20remove some unintentionally committed codeChris Lattner
2006-01-20If the target doesn't support f32 natively, insert the FP_EXTEND in target-indepChris Lattner
2006-01-19Another typoEvan Cheng
2006-01-18was ignoring the legalized chain in this case, fixed SPASS on alphaAndrew Lenharth
2006-01-18Get rid of code in the DAGCombiner that is duplicated in SelectionDAG.cppNate Begeman
2006-01-18Temporary work around for a libcall insertion bug: If a target doesn'tChris Lattner
2006-01-18Fix a backwards conditional that caused an inf loop in some cases. ThisChris Lattner
2006-01-18Added minimum Dwarf aranges. Cleaned up some section headers. Line numberJim Laskey
2006-01-17Add frame work for additional dwarf sections. Comments will improve as codeJim Laskey
2006-01-17Support for the insertelement operation.Robert Bocchino
2006-01-17Bug fix: missing LegalizeOp() on newly created nodes.Evan Cheng
2006-01-17Adding basic support for Dwarf line number debug information.Jim Laskey
2006-01-16For PR411:Reid Spencer
2006-01-16Constant fold ctpop/ctlz/cttz, and a couple other small cleanupsNate Begeman
2006-01-16Expand case for 64b Legalize, even though no one should end up using thisNate Begeman
2006-01-16Add BSWAP stuff to intrinsic lowering for CBE & friends.Nate Begeman