oota-llvm.git
2009-11-03 Chris Lattnermark some constant global const.
2009-11-03 Devang PatelIgnore unnamed variables.
2009-11-03 Chris Lattnerxfail this test since daniel turned off ipsccp
2009-11-03 Chris Lattnertestcase for r85903
2009-11-03 Chris Lattnerfix a subtle bug I introduced when refactoring SCCP...
2009-11-03 Kenneth UildriksMake opt default to not adding a target data string...
2009-11-03 Kenneth UildriksAdded a comment to a function that had none
2009-11-03 Benjamin KramerEliminate some temporaries.
2009-11-03 Duncan SandsRun the functionattrs pass after the inliner, and not...
2009-11-03 Daniel DunbarSpeculatively redisable IPSCCP, I think its still break...
2009-11-03 Daniel Dunbarlit: Update Clang's test style to use XFAIL: and XTARGE...
2009-11-03 Evan ChengTrim unnecessary include.
2009-11-03 Bob WilsonFor Thumb indirect branches, use "mov pc, reg" which...
2009-11-03 Jeffrey YasskinFix a funky "declared with greater visibility than...
2009-11-03 Evan ChengFix PR5367. QPR_8 is the super regclass of DPR_8 and...
2009-11-03 Evan ChengClean up copyRegToReg.
2009-11-03 Evan ChengAdd QPR_8 as a superreg class of SPR_8 and DPR_8.
2009-11-03 Chris Lattnerremove unneeded checks of isFreeCall
2009-11-03 Chris Lattnerremove a check of isFreeCall: the argument to free...
2009-11-03 Chris Lattnerremove a isFreeCall check: it is a callinst that can...
2009-11-03 Ted KremenekUpdate CMake file.
2009-11-03 Ted KremenekSupport updating 'llvm_add_target' lists as well.
2009-11-03 Ted KremenekAlphabetize.
2009-11-03 Chris Lattnerturn IPSCCP back on now that the iterator invalidation...
2009-11-03 Nate BegemanAdd a couple more target nodes
2009-11-03 Nate BegemanDeclare sin & cos as readonly so they match the code...
2009-11-03 Anton KorobeynikovTurn neon reg-reg moves fixup code into separate pass...
2009-11-03 Anton KorobeynikovTemporary xfail until PR5367 will be resolved
2009-11-03 Anton KorobeynikovRevert r85049, it is causing PR5367
2009-11-03 Bob WilsonRevert previous change to a comment. The BlockAddresse...
2009-11-02 Chris Lattnerfix a nasty iterator invalidation bug from my conversio...
2009-11-02 Evan ChengRevert 85799 for now. It might be breaking llvm-gcc...
2009-11-02 Bob WilsonPut BlockAddresses into ARM constant pools.
2009-11-02 Kevin EnderbyFix ARMAsmParser::ParseMemoryOffsetReg() where the...
2009-11-02 Chris Lattnerrevert r8579[56], which are causing unhappiness in...
2009-11-02 Oscar FuentesCMake: Report an error if there is an unknown .cpp...
2009-11-02 Victor HernandezSet bit instead of calling pow() to compute 2 << n
2009-11-02 Chris Lattnertypo
2009-11-02 Chris Lattnermerge 2008-03-10-sret.ll into ipsccp-basic.ll, and...
2009-11-02 Chris Lattnerdisable IPSCCP support for multiple return values,...
2009-11-02 David GoodwinFix schedule model for BFC.
2009-11-02 Bob WilsonHyphenate some comments.
2009-11-02 David GoodwinChain dependencies used to enforce memory order should...
2009-11-02 Bob WilsonAdd support for BlockAddress values in ARM constant...
2009-11-02 Bob WilsonPrune unnecessary include.
2009-11-02 Evan ChengInitilize the machine LICM CSE map upon the first time...
2009-11-02 Evan ChengThese are done / no longer care.
2009-11-02 Evan ChengAdd an entry.
2009-11-02 Chris Lattnernow that ip sccp *really* subsumes ipcp, remove ipcp...
2009-11-02 Chris Lattnerimprove IPSCCP to be able to propagate the result of...
2009-11-02 Evan ChengRemove an irrelevant and poorly reduced test case.
2009-11-02 Chris Lattnerdon't mark the arguments of prototype overdefined,...
2009-11-02 Chris Lattnerrestore some code I removed in r85788, refactor it...
2009-11-02 Chris Lattnerremove some confused code that dates from when we had
2009-11-02 Chris Lattneravoid redundant lookups in BBExecutable, and make it...
2009-11-02 Chris LattnerUse the libanalysis 'ConstantFoldLoadFromConstPtr'...
2009-11-02 Chris Lattnerswitch the main 'ValueState' map from being an std...
2009-11-02 Evan ChengUnbreak ARMBaseRegisterInfo::copyRegToReg.
2009-11-02 Chris Lattnerfix a bug exposed by moving SRoA earlier which caused...
2009-11-02 Jim GrosbachMissing bit of universal built + hosted
2009-11-02 Chris Lattneronly IPSCCP incoming arguments if the function is execu...
2009-11-02 Chris Lattneradd a new ValueState::getConstantInt() helper, use...
2009-11-02 Edward O'CallaghanFix malloc.h is deprecated warning on DragonFly BSD.
2009-11-02 Edward O'CallaghanFix for warning seen on DF-BSD, Victor, please fix...
2009-11-02 Chris Lattnertidy up some more: remove some extraneous inline specif...
2009-11-02 Edward O'CallaghanApply fix for PR5135, Credit to Andreas Neustifter.
2009-11-02 Chris Lattnereliminate the SCCPSolver::getValueMapping method.
2009-11-02 Chris Lattnerfix failures introduced in r85774
2009-11-02 Chris Lattnerfactor duplicated code into a new DeleteInstructionInBlock
2009-11-02 Chris LattnerChris used to use '...' instead of proper grammar.
2009-11-02 Chris Lattnerremove some extraneous llvmcontext stuff.
2009-11-02 Chris Lattnerchange LatticeVal to use PointerIntPair to save some...
2009-11-02 Chris Lattnerfix instcombine to only do store sinking when the align...
2009-11-02 Chris Lattnermerge a test into store.ll
2009-11-02 Chris Lattnerconvert to filecheck
2009-11-02 Bill WendlingAdd missing end-tag.
2009-11-02 Bill WendlingSome formatting changes.
2009-11-02 Anton KorobeynikovHandle splats of undefs properly. This includes the...
2009-11-02 Anton KorobeynikovDo not infer the target type for COPY_TO_REGCLASS from...
2009-11-02 Anton Korobeynikov64-bit FP loads & stores operate on both NEON and VFP...
2009-11-02 Anton KorobeynikovUse NEON reg-reg moves, where profitable. This reduces...
2009-11-01 Evan ChengAdd PseudoSourceValue::mayAlias. It returns true if...
2009-11-01 Nick LewyckyLine this up as well.
2009-11-01 Nick LewyckyFix whitespace.
2009-11-01 Evan ChengFix a couple more places where we are creating ld ...
2009-11-01 Evan ChengMake use of imm12 version of Thumb2 ldr / str instructi...
2009-11-01 Chris Lattnerfix two strange things in the default passmgr:
2009-11-01 Chris Lattnermerge phi-merge.ll into phi.ll
2009-11-01 Chris Lattnerwhen merging two loads, make sure to take the min of...
2009-11-01 Chris Lattnersplit load sinking out to its own function, like gep...
2009-11-01 Chris Lattnerfix a bug noticed by inspection: when instcombine sinks...
2009-11-01 Chris LattnerIPSCCP apparently is not a superset of IPCP, this is...
2009-11-01 Chris Lattnerconvert to filecheck.
2009-11-01 Duncan SandsImprove the other instance of the comment.
2009-11-01 Duncan SandsAdd a missing closing parenthesis, and tweak to fit...
2009-11-01 Chris Lattneronly run GlobalDCE at -O3 and run it late instead of...
2009-11-01 Chris Lattnercleanups, switch GlobalDCE to SmallPtrSet instead of...
2009-11-01 Chris LattnerWe currently only run ipsccp at LTO time, which is...
2009-11-01 Chris Lattnerremove a bunch of locking from LLVMContextImpl. Since...
2009-11-01 Chris Lattnerimprove comment.
next