oota-llvm.git
2008-04-29 John CriswellMinor spelling and typo fixes.
2008-04-29 Owen AndersonRevert r50441. The original code was correct. Add...
2008-04-29 Owen AndersonFix a bug in memcpyopt where the memcpy-memcpy transfor...
2008-04-29 Owen AndersonWe should be returning true here since we've changed...
2008-04-29 Owen AndersonA lot of cleanups and documentation improvements, as...
2008-04-29 Owen AndersonRename DeadLoopElimination to LoopDeletion, part 2.
2008-04-29 Owen AndersonRename DeadLoopElimination to LoopDeletion, part one.
2008-04-29 Anton KorobeynikovDon't do stupid things: doInitialization(Module&) is...
2008-04-29 Chris Lattnerdon't eliminate load from volatile value on paths where...
2008-04-29 Chris Lattnermake this test reduced and *valid*
2008-04-29 Chris Lattnerfix a subtle volatile handling bug.
2008-04-29 Roman LevensteinUse std::set instead of std::priority_queue for the...
2008-04-29 Chris LattnerImplement more aggressive support for analyzing string...
2008-04-29 Owen AndersonClarify what we mean by a dead loop.
2008-04-29 Chris Lattnernew testcase for PR2094. The inline asms should not...
2008-04-29 Chris Lattnerdon't delete the last store to an alloca if the store...
2008-04-29 Chris Lattnermake the vector conversion magic handle multiple results.
2008-04-29 Chris Lattneradd support for multiple return values in inline asm...
2008-04-29 Evan ChengAnother extract_subreg coalescing bug.
2008-04-29 Owen AndersonAdd some more comments.
2008-04-29 Owen AndersonRemove debugging code.
2008-04-29 Owen AndersonAdd dead loop elimination, which removes dead loops...
2008-04-28 Evan ChengAdd -march=x86.
2008-04-28 Dan GohmanUpdate and_ops.ll according to the recent dagcombiner...
2008-04-28 Evan ChengTest case.
2008-04-28 Evan ChengFix a bug in RegsForValue::getCopyToRegs() that causes...
2008-04-28 Anton KorobeynikovCorrect parameter attributes encoding for C bindings.
2008-04-28 Anton KorobeynikovAdd possibility of using arbitrary to to execute stuff...
2008-04-28 Dan GohmanFix a pointer-arithmetic bug that caused 64-bit host...
2008-04-28 Dan GohmanFix DSE to not eliminate volatile loads with no uses.
2008-04-28 Dale JohannesenDon't try to convert PPC long double.
2008-04-28 Dan GohmanEvan pointed out that folding sext to zext may not...
2008-04-28 Dan GohmanDelete an unused constructor.
2008-04-28 Dan GohmanAdd a comment to CreateRegForValue that clarifies the...
2008-04-28 Dan GohmanRewrite the comments for RegsForValue and its members...
2008-04-28 Ted KremenekAdd more alignment enums.
2008-04-28 Ted KremenekBug fix in BumpPtrAllocator: don't assume that all...
2008-04-28 Dan GohmanDon't call size() on each iteration of the loop.
2008-04-28 Gordon HenriksenExpose parameter attributes via C bindings.
2008-04-28 Dan GohmanFix the SVOffset values for loads and stores produced by
2008-04-28 Dan GohmanTeach InstCombine's ComputeMaskedBits what SelectionDAG's
2008-04-28 Dan GohmanTeach DAGCombine to convert (sext x) to (zext x) when the
2008-04-28 Mikhail GlushenkovAdd support for response files to the CommandLine library.
2008-04-28 Anton KorobeynikovFix FP return for Win64 ABI
2008-04-28 Chris LattnerAnother collection of random cleanups. No functionalit...
2008-04-28 Chris LattnerRemove the SmallVector ctor that converts from a SmallV...
2008-04-28 Chris Lattnerrestore the copy ctor in SmallVector. This fixes serious
2008-04-28 Chris Lattnerswitch RegsForValue::Regs to be a SmallVector to avoid
2008-04-28 Chris Lattnergeneralize SmallVector copy ctor, there is no requireme...
2008-04-28 Chris LattnerFix PR2256, yet another miscompilation in simplifycfg...
2008-04-28 Chris Lattnerseveral multiple-retval fixes for bugpoint.
2008-04-27 Chris Lattnermove static function out of anon namespace, no function...
2008-04-27 Chris LattnerAnother step to getting multiple result inline asm...
2008-04-27 Chris LattnerAllow asms to return multiple results by value.
2008-04-27 Anton KorobeynikovProperly lower vararg's FORMAL_ARGUMENTS node on win64
2008-04-27 Anton KorobeynikovHandle fp80 for win64
2008-04-27 Bill WendlingAdded support for:
2008-04-27 Chris Lattnertypo
2008-04-27 Chris LattnerImplement a signficant optimization for inline asm:
2008-04-27 Chris Lattnerisa+cast -> dyn_cast
2008-04-27 Chris LattnerMove a bunch of inline asm code out of line.
2008-04-26 Chris LattnerA few inline asm cleanups:
2008-04-26 Chris Lattnerno need to implement this method and just have it call
2008-04-26 Chris LattnerWhen SRoA'ing a global variable, make sure the new...
2008-04-25 Nate BegemanFeedback from chris
2008-04-25 Nate BegemanAdd a testcase for the recent "handle variable vector...
2008-04-25 Dale Johannesenchange comments per review
2008-04-25 Evan ChengUpdate tests.
2008-04-25 Evan ChengExtract the lower 64-bit if a MMX value is passed in...
2008-04-25 Evan ChengFix illegal MMX_MOVDQ2Qrr pattern. vector_extract resul...
2008-04-25 Evan ChengSpecial handling for MMX values being passed in either...
2008-04-25 Dan GohmanRemove the code from CodeGenPrepare that moved getresul...
2008-04-25 Evan ChengFix MMX_MOVQ2DQrr pattern. It's illegal to do a bitconv...
2008-04-25 Chris Lattnernew testcase
2008-04-25 Nate BegemanPull the code to perform an INSERT_VECTOR_ELT in memory...
2008-04-25 Anton KorobeynikovUpdate test
2008-04-25 Nate BegemanFeedback from chris
2008-04-25 Chris Lattneradd a note
2008-04-25 Evan Cheng80 col violation.
2008-04-25 Nick LewyckyRemove 'unwinds to' support from mainline. This patch...
2008-04-25 Evan ChengNot checking for intrinsics which do not have a chain...
2008-04-25 Evan Cheng- Switch from std::set to SmallPtrSet.
2008-04-25 Evan ChengMMX argument passing fixes:
2008-04-25 Nate BegemanTeach the PruningFunctionCloner how to look through...
2008-04-25 Chris LattnerLoosen up an assertion to allow intrinsics. I really...
2008-04-25 Chris LattnerDon't infininitely thread branches when a threaded...
2008-04-25 Gordon HenriksenPR2245: Misleading parameter name in llvm-c/Core.h...
2008-04-25 Gordon HenriksenPR2202: LLVMCreateInterpreter creates a JIT
2008-04-25 Evan ChengFix bug in x86 memcpy / memset lowering. If there are...
2008-04-24 Ted KremenekImplement != for DenseSet iterators.
2008-04-24 Ted KremenekAdded iterator support for DenseSet.
2008-04-24 Evan ChengNew test.
2008-04-24 Evan ChengAdjust inline cost computation to be less aggressive.
2008-04-24 Devang PatelAdd EXTRA_OPTIONS on the llvmgxx command line.
2008-04-24 Devang PatelAdd EXTRA_OPTIONS on the llvmgcc command line.
2008-04-24 Gabor Greifoverlook Output directory
2008-04-24 Evan Cheng- Check if a register is livein before removing it...
2008-04-24 Chris Lattner% -> @
2008-04-24 Chris LattnerDoc updates/edits, contributed by Terence Parr!
2008-04-24 Chris Lattnercode restructuring, not functionality change.
next