Reference RegionPass to stop it being eliminated.
[oota-llvm.git] / include / llvm / CodeGen /
2010-10-22 Andrew TrickThis is a prototype of an experimental register allocation
2010-10-22 Evan ChengTransfer implicit ops when forming load multiple and...
2010-10-21 Michael J. SpencerCodeGen-Windows: Only emit _fltused if a VarArg functio...
2010-10-20 Dan GohmanMake CodeGen TBAA-aware.
2010-10-19 Jim GrosbachSpelling typo fix. s/incput/input/. Thanks, Bob!
2010-10-19 Jim GrosbachAdd a pre-dispatch SjLj EH hook on the unwind edge...
2010-10-19 Jakob Stoklund OlesenShrink MachineOperand from 40 to 32 bytes on 64-bit...
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-10-16 Michael J. SpencerX86-Windows: Emit an undefined global __fltused symbol...
2010-10-16 Michael J. SpencerWhitespace!
2010-10-12 Dan GohmanInitial va_arg support for x86-64. Patch by David Meyer!
2010-10-11 Chris Lattnertweak comment.
2010-10-07 Jakob Stoklund OlesenAfter splitting, the remaining LiveInterval may be...
2010-10-06 Jakob Stoklund OlesenAdd MachineRegisterInfo::constrainRegClass and use...
2010-10-06 Dan GohmanComputeLinearIndex doesn't need its TLI argument.
2010-10-01 Jakob Stoklund OlesenWhen RemoveCopyByCommutingDef is creating additional...
2010-09-25 Jakob Stoklund OlesenAvoid using VNInfo::getCopy as much as possible. I...
2010-09-25 Lang HamesRemoved VNInfo::isDefAccurate(). Def "accuracy" can...
2010-09-25 Jakob Stoklund OlesenRemove SlotIndex::PHI_BIT. It is no longer used by...
2010-09-24 Jakob Stoklund OlesenTerminator gaps were unused. Might as well delete them.
2010-09-24 Nicolas GeoffrayAttach a DebugLoc to a GC point in order to get precise...
2010-09-23 Lang HamesMoved the PBQP allocator class out of the header and...
2010-09-21 Chris LattnerRework passing parent pointers into complexpatterns...
2010-09-21 Devang PatelAdd insertAfter. This should have accompanied previous...
2010-09-21 Chris Lattnerjust like they can opt into getting the root of the...
2010-09-21 Chris Lattnerfinish pushing MachinePointerInfo through selectiondags...
2010-09-21 Chris Lattnerconvert a couple more places to use the new getStore()
2010-09-21 Chris Lattnereliminate an old SelectionDAG::getTruncStore method...
2010-09-21 Chris Lattnereliminate last SelectionDAG::getLoad old entrypoint...
2010-09-21 Chris Lattnerfix the code that infers SV info to be correct when...
2010-09-21 Jakob Stoklund OlesenAdd LiveInterval::find and use it for most LiveRange...
2010-09-21 Jakob Stoklund OlesenRemove dead method.
2010-09-21 Chris Lattnerpropagate MachinePointerInfo through various uses of...
2010-09-21 Chris Lattnercontinue MachinePointerInfo'izing, eliminating use...
2010-09-21 Lang HamesAdded an additional PBQP problem builder which adds...
2010-09-21 Chris Lattneradd some accessors
2010-09-21 Chris Lattnerit's more elegant to put the "getConstantPool" and
2010-09-21 Chris Lattnerugh, missed a file.
2010-09-21 Chris Lattnerreimplement memcpy/memmove/memset lowering to use Machi...
2010-09-21 Chris Lattneradd some helpful accessors.
2010-09-21 Chris Lattneradd overloads for SelectionDAG::getLoad, getStore,...
2010-09-21 Chris Lattnersimplify interface to SelectionDAG::getMemIntrinsicNode...
2010-09-21 Chris Lattnerchagne interface to SelectionDAG::getAtomic to take...
2010-09-21 Chris Lattnerforce clients of MachineFunction::getMachineMemOperand...
2010-09-21 Chris Lattnerstart pushing MachinePointerInfo out through the Machin...
2010-09-21 Chris Lattnerrefactor the Value*/offset pair from MachineMemOperand...
2010-09-18 Lang HamesAdded a separate class (PBQPBuilder) for PBQP Problem...
2010-09-17 Gabor Greiffix comments; patch by Edmund Grimley-Evans\!
2010-09-15 Jim Grosbachtrailing whitespace
2010-09-13 Benjamin KramerFix linux/msvc build, move include.
2010-09-13 Owen AndersonAttempt to fix the Linux build.
2010-09-10 Gabor Greiftypoes
2010-09-10 Dale Johannesenx86mmx is 64 bits.
2010-09-10 Evan ChengTeach if-converter to be more careful with predicating...
2010-09-08 Jakob Stoklund OlesenRearrange for better alignment and less padding
2010-09-08 Jakob Stoklund OlesenRemove dead code and data.
2010-09-08 Jakob Stoklund OlesenRemove dead code.
2010-09-07 Bill WendlingRemove untrue comments.
2010-09-07 Bill WendlingAdd an MVT::x86mmx type. It will take the place of...
2010-09-05 Chris Lattnerimplement rdar://6653118 - fastisel should fold loads...
2010-09-04 Jakob Stoklund OlesenRemove dead code.
2010-09-03 Jim GrosbachAdd 'const' to getter function.
2010-09-02 Devang PatelFix .debug_range for linux. Patch by Krister Wombell.
2010-08-31 Devang PatelReapply r112623. Included additional check for unused...
2010-08-31 Devang PatelRevert r112623. It is causing self host build failures.
2010-08-31 Devang PatelRemember byval argument's frame index during argument...
2010-08-31 Duncan SandsStop using the dom frontier in DwarfEHPrepare by not...
2010-08-31 Bruno Cardoso Lopeszap unused method. x86 is the only user and already...
2010-08-30 Chris Lattnernuke dead ivar which was supposed to be committed with...
2010-08-27 Eric ChristopherFix a couple of typos.
2010-08-26 Bruno Cardoso Lopeszap the now unused MVT::getIntVectorWithNumElements
2010-08-25 Chris Lattnertidy up
2010-08-23 Jim GrosbachRemove the MFI storage of the local allocation block...
2010-08-20 Bruno Cardoso LopesThis is the first step towards refactoring the x86...
2010-08-20 Jim GrosbachAdd explicit initializer for UseLocalStackAllocationBlo...
2010-08-19 Bob WilsonUpdate comment to remove special case for vector extend...
2010-08-19 Jim GrosbachUpdate local stack block allocation to let PEI do the...
2010-08-16 Jim GrosbachBetter handle alignment requirements for local objects...
2010-08-16 Jim Grosbachtrack local frame size in MFI, not local to the pass...
2010-08-14 Jim GrosbachAdd a local stack object block allocation pass. This...
2010-08-13 Jim Grosbachtidy up comments
2010-08-13 Jim Grosbachtidy up 80 column and whitespace
2010-08-12 Jakob Stoklund OlesenAlso recompute HasPHIKill flags in LiveInterval::Renumb...
2010-08-12 Jakob Stoklund OlesenRemove trailing whitespace.
2010-08-11 Jakob Stoklund OlesenFix a FIXME. The SlotIndex::Slot enum should be private.
2010-08-10 Jakob Stoklund OlesenImplement register class inflation.
2010-08-10 Jakob Stoklund OlesenRecalculate the spill weight and allocation hint for...
2010-08-10 Jakob Stoklund OlesenTranspose the calculation of spill weights such that...
2010-08-09 Bill WendlingMerge the OptimizeExts and OptimizeCmps passes into...
2010-08-07 Dan GohmanTidy some #includes and forward-declarations, and move...
2010-08-06 Jim Grosbachtidy up
2010-08-06 Jakob Stoklund OlesenAdd LiveInterval::RenumberValues - Garbage collection...
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Rafael EspindolaFix eabi calling convention when a 64 bit value shadows r3.
2010-08-06 Bill WendlingAdd the Optimize Compares pass (disabled by default).
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-08-05 Jakob Stoklund OlesenRemove double-def checking from MachineVerifier, so...
2010-07-27 Bill WendlingIt's better to have the arrays, which would trigger...
2010-07-26 Lang HamesFactored out a bit of common code to mark VNInfos for...
next