Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
[oota-llvm.git] / lib / CodeGen /
2009-10-25 Nick LewyckyRemove VISIBILITY_HIDDEN from class/struct found inside...
2009-10-25 Jim GrosbachWhen the scavenger is looking for a good candidate...
2009-10-24 Dan GohmanRename isLoopExit to isLoopExiting, for consistency...
2009-10-24 Anton KorobeynikovAdd some asserts to catch copyRegToReg() fails early
2009-10-23 Evan ChengIdentity copies should not contribute to spill weight.
2009-10-23 Dan GohmanAPInt-ify the gep scaling code, so that it correctly...
2009-10-23 Bill WendlingNeuter stack protectors by only checking character...
2009-10-22 David GoodwinAllow the target to select the level of anti-dependence...
2009-10-22 Bill WendlingTidying up some code and comments. No functionality...
2009-10-22 Anton KorobeynikovFix null pointer dereference.
2009-10-22 Dan GohmanRevert the main portion of r31856. It was causing Branc...
2009-10-21 Jim GrosbachThe spill restore needs to be resolved to the SP/FP...
2009-10-21 Jim GrosbachCleanup of frame index scavenging. Better code flow...
2009-10-21 Evan ChengNeed a comma after imp-use.
2009-10-21 Dan GohmanRevert r84658 and r84691. They were causing llvm-gcc...
2009-10-20 David GoodwinRespect src register allocation requirements when break...
2009-10-20 Anton KorobeynikovFix invalid for vector types fneg(bitconvert(x)) =...
2009-10-20 Lang HamesOops. Backing out 84681 - needs to wait for the indexin...
2009-10-20 Lang HamesAdded some debugging output to pre-alloc splitting.
2009-10-20 David GoodwinCheckpoint more aggressive anti-dependency breaking...
2009-10-20 Jim GrosbachBetter handle instructions that re-def a scratch register
2009-10-20 Jim GrosbachRegister re-use for scavenged frame indices must check...
2009-10-20 Dan GohmanRe-apply r84295, with fixes to how the loop "top" and...
2009-10-20 Evan ChengTrim unnecessary includes.
2009-10-20 Dan GohmanAdd getTopBlock and getBottomBlock member functions...
2009-10-20 Evan ChengIf the physical register being spilled does not have...
2009-10-20 Jim GrosbachEnable post-pass frame index register scavenging for...
2009-10-19 Jim GrosbachAdjust the scavenge register spilling to allow the...
2009-10-19 Anton KorobeynikovRevert r84295, this unbreaks llvm-gcc bootstrap on...
2009-10-19 Dan GohmanFix a typo in a comment.
2009-10-19 Dan GohmanChange a few instance variables to be local variables.
2009-10-18 Evan ChengSpill slots cannot alias.
2009-10-18 Evan Cheng-Revert parts of 84326 and 84411. Distinquishing betwee...
2009-10-18 Evan ChengOnly fixed stack objects and spill slots should be...
2009-10-17 Daniel DunbarFix my -Asserts warning fix.
2009-10-17 Daniel DunbarSuppress -Asserts warning.
2009-10-17 Evan ChengDistinquish stack slots from other stack objects. They...
2009-10-17 Evan ChengRevert 84315 for now. Re-thinking the patch.
2009-10-17 Evan ChengRename getFixedStack to getStackObject. The stack objec...
2009-10-17 Evan Cheng80 col violation.
2009-10-17 Dan GohmanDelete an obsolete comment.
2009-10-17 Victor HernandezRemove MallocInst from LLVM Instructions.
2009-10-17 Dan GohmanEnhance CodePlacementOpt's unconditional intra-loop...
2009-10-16 Mon P WangAllow widening of extract subvector
2009-10-16 Devang PatelDo not emit name entry for a pointer type.
2009-10-16 Evan ChengChange createPostRAScheduler so it can be turned off...
2009-10-16 Devang PatelIf there is not any llvm instruction associated with...
2009-10-16 Evan ChengIf post-alloc scheduler is not enabled, it should retur...
2009-10-16 Zhongxing XuIndent code.
2009-10-16 Evan Cheng80 column violation.
2009-10-15 Jakob Stoklund OlesenReport errors correctly for unselected target intrinsics.
2009-10-15 Dan GohmanMake CodePlacementOpt align loops, rather than loop...
2009-10-14 Evan ChengWhen LiveVariables is adding implicit-def to model...
2009-10-14 Evan ChengPrint earlyclobber for implicit-defs as well.
2009-10-14 Jim GrosbachMake loop not recalc getNumOperands() each time around
2009-10-14 Devang PatelAdd support to record DbgScope as inlined scope.
2009-10-14 Jim Grosbachquiet compiler warning
2009-10-14 Duncan SandsI don't see any point in having both eh.selector.i32...
2009-10-14 Dan GohmanThis remat entry is basically done. There are hooks...
2009-10-13 Dan GohmanAdd a few README.txt items.
2009-10-13 Devang Patels/DebugLoc.CompileUnit/DebugLoc.Scope/g
2009-10-13 Duncan SandsIntroduce new convenience methods for sign extending or
2009-10-13 David GoodwinAdd debugging output.
2009-10-13 Daniel DunbarFix a -Asserts warning.
2009-10-12 Devang PatelFind enclosing subprogram info.
2009-10-12 Devang PatelSet default location for a function if it is not set.
2009-10-12 Dale JohannesenRevert the kludge in 76703. I got a clean
2009-10-12 Dan GohmanRemove a redundant member variable.
2009-10-12 Nate BegemanMore heuristics for Combiner-AA. Still catches all...
2009-10-12 Chris LattnerFix PR5087, patch by Jakub Staszak!
2009-10-10 Dan GohmanCreate a new InstrEmitter class for translating Selecti...
2009-10-10 Dan GohmanMake getMachineNode return a MachineSDNode* instead...
2009-10-10 Dan GohmanFix a missing initialization of PostRAScheduler's AA...
2009-10-09 Dan GohmanThe ScheduleDAG framework now requires an AliasAnalysis...
2009-10-09 Dan GohmanFactor out LiveIntervalAnalysis' code to determine...
2009-10-09 Devang PatelExtract scope information from the variable itself...
2009-10-09 Dan GohmanisTriviallyReMaterializable checks the
2009-10-09 Dan GohmanAdd basic infrastructure and x86 support for preserving...
2009-10-09 Devang PatelCheck invalid debug info for enums. This may happen...
2009-10-09 Jim Grosbachwhen previous scratch register is killed, flag the...
2009-10-09 Evan ChengGive Dan and my recent changes, machine LICM is now...
2009-10-09 Evan ChengFix a logic error that caused non-rematable loop invari...
2009-10-09 Evan ChengReset kill markers after live interval is reconstructed.
2009-10-08 Evan ChengRemove code that makes no sense.
2009-10-08 Devang PatelClear variable debug info map at the end of the function.
2009-10-08 Bob WilsonAdd a SelectionDAG getTargetInsertSubreg convenience...
2009-10-08 Devang PatelDo not record line number to implicitly mark start...
2009-10-08 Dan GohmanAdd a form of addPreserved which takes a string argumen...
2009-10-08 Jim GrosbachRe-enable register scavenging in Thumb1 by default.
2009-10-08 Jim Grosbachbugfix. The target may use virtual registers that aren...
2009-10-07 Jim Grosbachreverting thumb1 scavenging default due to test failure...
2009-10-07 Chris Lattnersecond half of lazy liveness removal.
2009-10-07 Jim GrosbachEnable thumb1 register scavenging by default.
2009-10-07 Jim Grosbachgrammar
2009-10-07 Jim Grosbachadd initializers for clarity. Add missing assignment...
2009-10-07 Owen AndersonRemove LazyLiveness from the tree. It doesn't work...
2009-10-07 Dan GohmanReplace some code for aggressive-remat with MachineInst...
2009-10-07 Dan GohmanReplace TargetInstrInfo::isInvariantLoad and its target...
2009-10-07 Dan GohmanAdd a few simple MachineVerifier checks for MachineMemO...
2009-10-07 Jim GrosbachAdd register-reuse to frame-index register scavenging...
next