oota-llvm.git
2007-08-21 Devang PatelUse SmallVector instead of std::vector.
2007-08-21 Chris Lattnersimplify code, improve a comment.
2007-08-20 Devang Patels/ExitBlock/ExitingBlock/g
2007-08-20 Chris Lattnerinitial checkin of Neil's APFloat work.
2007-08-20 Chris Lattnerclarify precedence, no functionality change.
2007-08-20 Chris Lattneradd reverse iterators to smallvector
2007-08-20 Anton Korobeynikov- Use correct header for SCEV inside LoopPass.cpp
2007-08-20 Devang PatelReplace indunction variable with split value in loop...
2007-08-20 Devang PatelDo not split loops rejected by processOneIterationLoop().
2007-08-20 David GreeneAdd FilteredPassNameParser along with PassArgFilter...
2007-08-20 Dan GohmanMinor cleanups to reduce some spurious differences...
2007-08-20 Dan GohmanAdd Type::isIntOrIntVector, like Type::isFPOrFPVector.
2007-08-20 Dan GohmanWhen Intrinsic::getName is constructing names for overl...
2007-08-20 Duncan SandsFix this test for gcc-4.2.
2007-08-20 Rafael EspindolaPartial implementation of calling functions with byval...
2007-08-20 Chris Lattneradd a note
2007-08-20 Chris Lattnerupdate the xcode project file, patch by Gordon Henriksen
2007-08-19 Chris LattnerFix PR1611 - Visibility should be ignored for a declaration
2007-08-19 Chris Lattnersimplify code and print visibility for declarations.
2007-08-19 Chris Lattneradd mips target to builder. I'd appreciate it if someo...
2007-08-18 Nick LewyckyOops, remove assert that wasn't meant to be committed.
2007-08-18 Nick LewyckyNever insert duplicate edges.
2007-08-18 Nick LewyckyTypo.
2007-08-18 Nick LewyckySimplify.
2007-08-18 Chris LattnerCompute the argument list as lazily as possible. This...
2007-08-18 Chris Lattneruse a nicer accessor.
2007-08-18 Evan ChengTest dag xform: Fold C ? 0 : 1 to ~C or zext(~C) or...
2007-08-18 Evan ChengFold C ? 0 : 1 to ~C or zext(~C) or trunc(~C) depending...
2007-08-18 Bruno Cardoso... MipsHi now has ouput flag
2007-08-18 Bruno Cardoso... Fixed stack frame addressing bug
2007-08-18 Bruno Cardoso... support for Schedule included on Mips.td
2007-08-18 Bruno Cardoso... Removed LowerRETURADDR, fixed small bug into LowerRET...
2007-08-18 Bruno Cardoso... Couple of small changes. Delay Slot handle header declared.
2007-08-18 Bruno Cardoso... Added InstrItinClass support for instruction formats
2007-08-18 Bruno Cardoso... Branch Analysis and InsertNoop inserted into header...
2007-08-18 Bruno Cardoso... createMipsDelaySlotFillerPass added to mips codegen...
2007-08-18 Bruno Cardoso... Added Branch Analysis support
2007-08-18 Bruno Cardoso... LowerRETURNADDR removed since it was wrong and does...
2007-08-18 Bruno Cardoso... InstrItineraryData support on added.
2007-08-18 Bruno Cardoso... A Pass to insert Nops on intructions with DelaySlot
2007-08-18 Bruno Cardoso... Mips generic fallback instruction schedule support!
2007-08-18 Devang PatelAvoid spliting loops where two split condition branches...
2007-08-17 Devang PatelAdd loop index split tests.
2007-08-17 Devang PatelWhen one branch of condition is eliminated then head...
2007-08-17 Evan ChengAvoid issue on 64-bit hosts.
2007-08-17 Chris Lattnerimprove iplist comments. Switch iplist from allocating...
2007-08-17 David GreeneFix GLIBCXX_DEBUG error of comparing two singular iterators
2007-08-17 Reid SpencerRegenerate.
2007-08-17 Reid SpencerFix PR1606:
2007-08-16 Evan ChengNew test. Make sure dynamic_stackalloc size is rounded up.
2007-08-16 Evan ChengUpdate test: dynamic_stackalloc size *must* be rounded...
2007-08-16 Evan ChengIf dynamic_stackalloc alignment is > stack alignment...
2007-08-16 Evan Cheng- If a dynamic_stackalloc alignment requirement is...
2007-08-16 Owen AndersonFactor out some code into a helper function.
2007-08-16 Dan GohmanFix the verification for overloaded intrinsic types...
2007-08-16 Owen AndersonAdd some more comments to GVN.
2007-08-16 Dan GohmanAdd MVT::fAny for overloading intrinsics on floating...
2007-08-16 Owen AndersonCache non-local memory dependence analysis. This is...
2007-08-16 Chris LattnerThis adds a bunch of static functions that implement...
2007-08-16 Rafael Espindolaadd byval test
2007-08-16 Reid SpencerImprove error handling in the linker by:
2007-08-16 Evan ChengComments.
2007-08-16 Evan ChengFix some kill info update bugs; add hidden option ...
2007-08-16 Reid SpencerEnsure that error messages a propagated from calls...
2007-08-16 Reid SpencerAdd a test to ensure that obvious link messages are...
2007-08-16 Owen AndersonForgot a line.
2007-08-16 Owen AndersonAdd a copy constructor and an assignment operator to...
2007-08-15 Lauro Ramos... Implement FPOWI ExpandOp.
2007-08-15 Anton KorobeynikovProperly use const qualifiers
2007-08-15 Evan ChengTest case for PR1609.
2007-08-15 Evan ChengIf the source of a move is in spill slot, the reload...
2007-08-15 David GreeneUpdate .cvs file
2007-08-15 Anton KorobeynikovMove ReturnAddrIndex variable to X86MachineFunctionInfo...
2007-08-15 Chris Lattneradd a note.
2007-08-15 Dan Gohmansvn propdel the svn:mime-type property of application...
2007-08-15 Dan GohmanThis test used "wc | grep ..."; convert it to use the...
2007-08-15 Dan GohmanConvert tests using "grep -c ... | grep ..." to use...
2007-08-15 Dan GohmanDelete extraneous uses of wc -l.
2007-08-15 Dan GohmanConvert another test to use the count script. This...
2007-08-15 Dan GohmanConvert tests using "| wc -l | grep ..." to use the...
2007-08-15 Devang PatelDominance frontier is now required.
2007-08-15 Devang PatelCleanup removeBlocks.
2007-08-15 Reid SpencerRemove unneeded header file.
2007-08-15 Devang PatelAvoid triangle loops.
2007-08-14 Devang PatelBreak infinite loop.
2007-08-14 Devang PatelAvoid nested loops at the moment.
2007-08-14 Evan ChengNew test.
2007-08-14 Evan Cheng- If a def is dead, do not spill it.
2007-08-14 Evan ChengTest case for PR1596.
2007-08-14 Evan ChengFix for PR1596: AdjustCopiesBackFrom() should conservat...
2007-08-14 Evan ChengIf a MI's def is remat as well as spilled, and the...
2007-08-14 Devang PatelFix dominance frontier update while removing blocks.
2007-08-14 Owen AndersonEliminate PHI nodes with constant values during normal...
2007-08-14 Owen AndersonBe more aggressive in pruning unnecessary PHI nodes...
2007-08-14 Owen AndersonMake GVN iterative.
2007-08-14 Owen AndersonFix a case where GVN was failing to return true when...
2007-08-14 Devang PatelAssert sooner. Fix wordings.
2007-08-14 Devang PatelNo need to use iterator to erase basic block.
2007-08-14 Chris Lattnertcl seems to hate |& for some reason.
2007-08-14 Chris Lattnerswitch this to use fastcc to avoid fpstack traffic...
next