aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
2010-09-23Moved the PBQP allocator class out of the header and back in to the cpp file ...Lang Hames
2010-09-22A select between a constant and zero, when fed by a bit test, can be efficientlyOwen Anderson
2010-09-22Use DW_OP_fbreg when offset is based on frame register.Devang Patel
2010-09-21Build the complement interval dupli after the split intervals instead ofJakob Stoklund Olesen
2010-09-21Fixed pr20314-2.c failure, added E, F, p constraint letters.John Thompson
2010-09-21Rework passing parent pointers into complexpatterns, I forgotChris Lattner
2010-09-21If only user of a vreg is an copy instruction to export copy of vreg out of c...Devang Patel
2010-09-21correct this logic.Chris Lattner
2010-09-21Reimplement r114460 in target-independent DAGCombine rather than target-depen...Owen Anderson
2010-09-21just like they can opt into getting the root of the pattern beingChris Lattner
2010-09-21Refix MSVC9 and upper_bound. It actually needs a fully symmetric comparator.Jakob Stoklund Olesen
2010-09-21finish pushing MachinePointerInfo through selectiondags. At this point,Chris Lattner
2010-09-21convert a couple more places to use the new getStore()Chris Lattner
2010-09-21update a bunch of code to use the MachinePointerInfo version of getStore.Chris Lattner
2010-09-21Don't pollute the global namespace.Jakob Stoklund Olesen
2010-09-21MSVC9 does not support upper_bound with an asymmetric comparator.Jakob Stoklund Olesen
2010-09-21Define the TargetLowering::getTgtMemIntrinsic hook for ARM so that NEON loadBob Wilson
2010-09-21eliminate an old SelectionDAG::getTruncStore method, propagatingChris Lattner
2010-09-21eliminate last SelectionDAG::getLoad old entrypoint, on to stores.Chris Lattner
2010-09-21fix the code that infers SV info to be correct when dealingChris Lattner
2010-09-21Add LiveInterval::find and use it for most LiveRange searching operationsJakob Stoklund Olesen
2010-09-21Remove dead method.Jakob Stoklund Olesen
2010-09-21propagate MachinePointerInfo through various uses of the oldChris Lattner
2010-09-21continue MachinePointerInfo'izing, eliminating use of one of the oldChris Lattner
2010-09-21convert dagcombine off the old form of getLoad. This fixes several bugs Chris Lattner
2010-09-21simplify DAGCombiner::SimplifySelectOps step #2/2.Chris Lattner
2010-09-21substantially reduce indentation and simplify DAGCombiner::SimplifySelectOps.Chris Lattner
2010-09-21Fixed ambiguous call.Lang Hames
2010-09-21Added an additional PBQP problem builder which adds coalescing costs (both be...Lang Hames
2010-09-21Move the search for the appropriate AND instructionGabor Greif
2010-09-21a few more trivial updates. This fixes PerformInsertVectorEltInMemory to notChris Lattner
2010-09-21add some accessorsChris Lattner
2010-09-21it's more elegant to put the "getConstantPool" andChris Lattner
2010-09-21reimplement memcpy/memmove/memset lowering to use MachinePointerInfoChris Lattner
2010-09-21add some helpful accessors.Chris Lattner
2010-09-21add overloads for SelectionDAG::getLoad, getStore, getTruncStore that take aChris Lattner
2010-09-21simplify interface to SelectionDAG::getMemIntrinsicNode, making it take a Mac...Chris Lattner
2010-09-21chagne interface to SelectionDAG::getAtomic to take a MachinePointerInfo,Chris Lattner
2010-09-21don't implicitly drop the offset of a machinememoperand when legalizing atomics.Chris Lattner
2010-09-21force clients of MachineFunction::getMachineMemOperand to provide aChris Lattner
2010-09-21start pushing MachinePointerInfo out through the MachineMemOperand interfaceChris Lattner
2010-09-21refactor the Value*/offset pair from MachineMemOperand out to a newChris Lattner
2010-09-20Enable machine sinking critical edge splitting. e.g.Evan Cheng
2010-09-20When TCO is turned on, it is possible to end up with aliasing FrameIndex's. ...Owen Anderson
2010-09-20Avoid splitting critical edge twice for a set of PHI uses.Evan Cheng
2010-09-19Revert r114312 while I sort out some issues.Owen Anderson
2010-09-19Tentatively enabled DAGCombiner Alias Analysis by default. As far as I know,Owen Anderson
2010-09-18Unbreak msvc build.Benjamin Kramer
2010-09-18Fixed non-const iterator error.Lang Hames
2010-09-18Added a separate class (PBQPBuilder) for PBQP Problem construction. This clas...Lang Hames