oota-llvm.git
2009-11-04 Bob WilsonAdd PowerPC codegen for indirect branches.
2009-11-04 Lang HamesHandle empty/tombstone keys for LiveIndex more cleanly...
2009-11-04 Duncan SandsA value is only assigned to errno if NumRead equals...
2009-11-04 Bob WilsonFix broken test.
2009-11-04 Eric ChristopherAdd some options to disable various code gen optimizations.
2009-11-04 Devang PatelArray element size does not match array size but array...
2009-11-04 Bob WilsonAdd test for ARM indirectbr codegen.
2009-11-04 Jakob Stoklund... Print out an informative comment for KILL instructions.
2009-11-04 Chris LattnerFix an iterator invalidation bug that happens when...
2009-11-04 Evan ChengLook for llvm-gcc under /Developer/usr/bin first.
2009-11-04 Evan ChengRangeIsDefinedByCopyFromReg() should check for subreg_t...
2009-11-04 Chris Lattnermove two functions up higher in the file. Delete a...
2009-11-04 Chris Lattnerfilecheckize this test.
2009-11-04 Evan ChengThe .n suffix must go after the predicate.
2009-11-04 Nick LewyckyThe magic for our current brand of .bc files is BC...
2009-11-04 Chris Lattnermake IRBuilder zap "X|0" and "X&-1" when building IR...
2009-11-04 Daniel Dunbarconfigure: Add --with-optimize-option, for setting...
2009-11-04 Evan ChengSilence implicit conversion warnings.
2009-11-04 Lang HamesAnother spurious friend declaration removed.
2009-11-04 Lang HamesRemoved an unnecessary friend declaration and some...
2009-11-04 Douglas GregorFix CMake makefiles
2009-11-04 Evan ChengFix test.
2009-11-04 Evan ChengUse ldr.n to workaround a darwin assembler bug.
2009-11-03 Lang HamesThe Indexes Patch.
2009-11-03 Bob WilsonFix branch folding bug for indirect branches: for a...
2009-11-03 Chris Lattnerreimplement multiple return value handling in IPSCCP...
2009-11-03 Evan ChengFix t2Int_eh_sjlj_setjmp. Immediate form of orr is...
2009-11-03 Bill WendlingUse llvm-gcc on newer Darwins.
2009-11-03 Nuno Lopesset svn:ignore
2009-11-03 Evan Chengfconsts / fconstd immediate should be proceeded with #.
2009-11-03 Chris Lattnerfix broken link
2009-11-03 Evan ChengRe-apply 85799. It turns out my code isn't buggy.
2009-11-03 Chris Lattnerfix test
2009-11-03 Chris Lattnermerge a test into ipsccp-basic. running llvm-ld to...
2009-11-03 David GoodwinDo a scheduling pass ignoring anti-dependencies to...
2009-11-03 Chris Lattnerfinish half thunk thought
2009-11-03 Victor HernandezChanges requested (avoid getFunction(), avoid Type...
2009-11-03 David Goodwin<rdar://problem/7352605>. When building schedule graph...
2009-11-03 Victor HernandezChanges (* location in pointer variables, avoiding...
2009-11-03 Chris Lattnerturn IPSCCP back on by default, try #3 or 4? Woo.
2009-11-03 Chris Lattnerfix an IPSCCP bug I introduced when I changed IPSCCP...
2009-11-03 Duncan SandsMake this code more robust by not thinking we are makin...
2009-11-03 Devang PatelParse debug info attached with insertvalue and extractv...
2009-11-03 Anton KorobeynikovMove subtarget check upper for NEON reg-reg fixup pass.
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'...
next