oota-llvm.git
2011-01-06 Evan ChengUse movups to lower memcpy and memset even if it's...
2011-01-06 Chris Lattneradd a note about object size from drystone, add a poorl...
2011-01-06 Chris Lattneradd a trivial instcombine missed in Dhrystone
2011-01-06 Evan ChengRe-implement r122936 with proper target hooks. Now...
2011-01-06 Chris Lattnerimplement constant folding support for an exotic consta...
2011-01-06 Evan ChengRevert r122936. I'll re-implement the change.
2011-01-06 Michael J.... UnitTests/Path: Add magical tests. This will also test...
2011-01-06 Michael J.... UnitTests/Path: More ASSERT_NO_ERROR cleanup.
2011-01-06 Cameron ZwarichAdd the CallInst optimizations that don't involve expan...
2011-01-06 Cameron ZwarichMove the GEP handling in CodeGenPrepare to OptimizeInst().
2011-01-06 Cameron ZwarichSplit the optimizations in CodeGenPrepare that don...
2011-01-06 Jakob Stoklund... Zap the last two -Wself-assign warnings in llvm.
2011-01-06 Jakob Stoklund... Add the SpillPlacement analysis pass.
2011-01-06 Bill WendlingFix test to coincide with r122934 change from PR8919.
2011-01-06 Evan Chengr105228 reduced the memcpy / memset inline limit to...
2011-01-06 Evan ChengAvoid zero extend bit test operands to pointer type...
2011-01-06 Bill WendlingPR8919 - LLVM incorrectly generates "_alloca" as the...
2011-01-06 Bill WendlingPR8918 - When used with MinGW64, LLVM generates a ...
2011-01-06 Cameron ZwarichStop reallocating SunkAddrs for each basic block. When...
2011-01-05 Owen AndersonReorder, rename, and document some members to make...
2011-01-05 Evan ChengOptimize:
2011-01-05 Chris Lattnerfix PR8900, a shuffle miscompilation. Patch by Nadav...
2011-01-05 Chris Lattnersilence more self assignment warnings.
2011-01-05 Jakob Stoklund... Add a hidden command line option to display edge bundle...
2011-01-05 Jakob Stoklund... Silence a warning from non-standard warning avoidance...
2011-01-05 Eric Christopher80-cols.
2011-01-05 Owen AndersonWhen computing the value on an edge, in certain cases...
2011-01-05 Bob WilsonRevert svn 122743, removing the instcombine pass that...
2011-01-05 Owen AndersonRe-convert several of LazyValueInfo's internal maps...
2011-01-05 Chris Lattnerfix some -Wself-assign warnings.
2011-01-05 Cameron ZwarichAdd some more statistics to CodeGenPrepare.
2011-01-05 Wesley PeckCommit 122778 broke DWARF debug output when using the...
2011-01-05 Cameron ZwarichAdd some stats to CodeGenPrepare to make it easier...
2011-01-05 Wesley PeckFix small bug in setDebugInfoAvailability.
2011-01-05 Michael J.... UnitTests/Path: Fix typo, add error number, and enable...
2011-01-05 Michael J.... Support/PathV2: Implement remove_all.
2011-01-05 Michael J.... Support/Windows/PathV2: Make directory iteration ignore...
2011-01-05 Michael J.... Support/Windows/PathV2: Fix remove to handle both files...
2011-01-05 Michael J.... Support/PathV2: Implement directory_entry::status.
2011-01-05 Michael J.... UnitTests/PathV2: Setup a test fixture to make tracking...
2011-01-05 Michael J.... Support/PathV2: Implement directory iteration on POSIX.
2011-01-05 Cameron ZwarichUse pop_back_val instead of back followed by pop_back.
2011-01-05 Frits van BommelFix lit for people whose LLVM path contains 'opt',...
2011-01-05 Cameron ZwarichUse a worklist for later iterations just like ordinary...
2011-01-05 Cameron ZwarichChange LoopInstSimplify back to a LoopPass. It revisits...
2011-01-05 Chris LattnerFix PR8906: -fno-builtin should disable loop-idiom...
2011-01-04 Eric ChristopherRemove TODO, these appear to be implemented.
2011-01-04 Owen AndersonDon't bother value numbering instructions with void...
2011-01-04 Jakob Stoklund... Use the EdgeBundles analysis in X86FloatingPoint instea...
2011-01-04 Jakob Stoklund... Turn the EdgeBundles class into a stand-alone machine...
2011-01-04 Dale JohannesenEliminate a warning compiling with llvm-gcc. (IMO the
2011-01-04 Owen AndersonComplete the NumberTable --> LeaderTable rename.
2011-01-04 Owen AndersonFix typo in a comment.
2011-01-04 Owen AndersonPrune #include's.
2011-01-04 Owen AndersonClarify terminology, settling on referring to what...
2011-01-04 Owen AndersonWhen removing a value from GVN's leaders list, don...
2011-01-04 Dale JohannesenImprove the accuracy of the inlining heuristic looking...
2011-01-04 Owen AndersonBranch instructions don't produce values, so there...
2011-01-04 Owen AndersonRemove commented out code.
2011-01-04 Owen AndersonGive MachineFunctionAnalysis a getPassName() implementa...
2011-01-04 Cameron ZwarichSwitch to the new style of asterisk placement.
2011-01-04 Chris Lattnerfix an off-by-one bug that caused a crash analyzing
2011-01-04 Michael J.... UnitTests/Path: Produce useful diagnostics on error.
2011-01-04 Cameron ZwarichSwitch to path halving from path compression for a...
2011-01-04 Tobias GrosserInclude llvm-gcc dir before llvm_tools_dir
2011-01-04 Duncan SandsThese methods should be "const"; make them so.
2011-01-04 Francois PichetDisable r122754 on Windows: was causing all lit tests...
2011-01-04 Chris LattnerTeach loop-idiom to turn a loop containing a memset...
2011-01-04 Chris Lattnerrestructure this a bit. Initialize the WeakVH with...
2011-01-04 Cameron ZwarichEliminate repeated allocation of a per-BB DenseMap...
2011-01-04 Cameron ZwarichAvoid finding loop back edges when we are not splitting...
2011-01-04 David GreeneDon't pattern match "/clang" so we don't mangle directo...
2011-01-04 Owen AndersonClean up a funky pass registration that got passed...
2011-01-04 Andrew TrickFix the ARM IIC_iCMPsi itinerary and add an important...
2011-01-04 Cameron ZwarichAddress most of Duncan's review comments. Also, make...
2011-01-04 Chris Lattneruse the very-handy getTruncateOrZeroExtend helper funct...
2011-01-03 Bill WendlingFormatting changes. No functionality change.
2011-01-03 Owen AndersonFix comment.
2011-01-03 Owen AndersonUse the new addEscapingValue callback to update Globals...
2011-01-03 Evan ChengConvert MC tests to .s so codegen changes won't break...
2011-01-03 Chris LattnerDuncan deftly points out that readnone functions aren't
2011-01-03 Evan ChengUse pushq / popq instead of subq $8, %rsp / addq $8...
2011-01-03 David GreeneDon't pattern match "clang-" as it may be part of a...
2011-01-03 Wesley PeckFix more stack layout issues in the MBlaze backend.
2011-01-03 Owen AndersonStub out a new updating interface to AliasAnalysis...
2011-01-03 Owen AndersonWe can count properly.
2011-01-03 Chris Lattnerfix rdar://8813415 - a miscompilation of 164.gzip that...
2011-01-03 Chris Lattnerfilecheckize
2011-01-03 Oscar FuentesTableGen.cmake: sometimes the .td file is not in the...
2011-01-03 Owen AndersonSimplify GVN's value expression structure, allowing...
2011-01-03 Chris Lattnerstength reduce my previous patch a bit. The only instr...
2011-01-03 Chris Lattnerfix PR8895: metadata operands don't have a strong use...
2011-01-03 David GreeneReapply 122341 to fix PR8199 now that clang changes...
2011-01-03 Oscar FuentesLLVMProcessSources: add .def files along with .h files...
2011-01-03 Duncan SandsSpeed up instsimplify by about 10-15% by not bothering...
2011-01-03 Evan ChengUndo what looks like accidental removal of an instcombi...
2011-01-03 Cameron ZwarichSwitch a worklist in CodeGenPrepare to SmallVector...
2011-01-03 Chris LattnerTurn on earlycse by default. This seems to be a small...
2011-01-03 Nick LewyckyFurther expand what a call graph pass may do.
2011-01-03 Chris Lattnerearlycse can do trivial with-a-block dead store
next