oota-llvm.git
2009-11-06 Daniel DunbarNewNightlyTest: Unbreak passing the build directory...
2009-11-06 Daniel DunbarNewNightlyTest: Add -llvmgccdir as alternative to envir...
2009-11-06 Victor HernandezRevert r86077 because it caused crashes in 179.art...
2009-11-06 Devang PatelDo not try to emit debug info entry for dead global...
2009-11-06 Dan GohmanDon't print a redundant tab for inline asm, and do...
2009-11-06 Douglas GregorAdd a bunch of missing "template" keywords to disambigu...
2009-11-06 Eric ChristopherFix PR5315, original patch by Nicolas Capens!
2009-11-06 Dan GohmanFactor out the printing of the leading tab into printIn...
2009-11-06 Dan GohmanMake printImplicitDef and printKill non-virtual, since...
2009-11-05 Dan GohmanUse SUBREG_TO_REG instead of INSERT_SUBREG to model...
2009-11-05 Dan GohmanTeach LSR to avoid calling SplitCriticalEdge on edges...
2009-11-05 Dan GohmanUpdate these tests for the new label names.
2009-11-05 Dan GohmanFix the label name generation for address-taken labels...
2009-11-05 Douglas GregorMake a few more LLVM headers parsable as standalone...
2009-11-05 Douglas GregorTeach lit's SyntaxCheckTest two new tricks:
2009-11-05 Lang HamesAdded support for renumbering existing index list eleme...
2009-11-05 Dan GohmanAvoid calling getUniqueExitBlocks from within LoopSimpl...
2009-11-05 Dan GohmanLoopDeletion depends on loops having dedicated exits.
2009-11-05 Dan GohmanThe introduction of indirectbr meant the introduction of
2009-11-05 Dan GohmanUpdate various Loop optimization passes to cope with...
2009-11-05 David GoodwinFix bug in aggressive antidep breaking; liveness was...
2009-11-05 Dan GohmanTeach LoopUnroll how to bail if LoopSimplify can't...
2009-11-05 Dan GohmanCall getAnalysis<LoopInfo> the normal way, instead...
2009-11-05 Dan GohmanInstrTypes.h includes Instruction.h, so it's not necess...
2009-11-05 Dan GohmanFix IVUsers to avoid assuming that the loop has a uniqu...
2009-11-05 Dan GohmanDelete an unused member variable.
2009-11-05 Dan GohmanFactor out the predicate code for loopsimplify form...
2009-11-05 Oscar FuentesCMake: Detect dotty.
2009-11-05 Oscar FuentesCMake: do not test for pthread and dl libraries on...
2009-11-05 Dan GohmanAvoid printing a redundant space in SDNode->dump().
2009-11-05 Dan GohmanRemove uninteresting and confusing debug output.
2009-11-05 Douglas GregorMove llvm::cl::opt's conversion function into the base...
2009-11-05 Dan GohmanAdd an assertion to catch indirectbr in SplitBlockPrede...
2009-11-05 Chris Lattneradd a note from PR5313
2009-11-05 Chris LattnerDeclare classes with matched tags, pointed out by a...
2009-11-05 Benjamin KramerTeach SimplifyLibCalls to fold memcmp calls with consta...
2009-11-05 Daniel Dunbarlit: Add --param NAME=VALUE option, for test suite...
2009-11-05 Benjamin KramerDo map insert+find in one step. TODO -= 2.
2009-11-05 Benjamin KramerPath::createDirectoryOnDisk should ignore existing...
2009-11-05 Douglas GregorMake two more LLVM headers standalone
2009-11-05 Douglas GregorMake a few headers standalone. Plus, add a missing...
2009-11-05 Chris Lattnermerge a few crash tests into crash.ll
2009-11-05 Mon P WangReintroduce support for overloading target intrinsics
2009-11-05 David GoodwinReplace std::map.at() with std::map[].
2009-11-05 David GoodwinBreak anti-dependencies using free registers in a round...
2009-11-05 Lang HamesTidied some ugliness in the SlotIndex default constructor.
2009-11-05 Evan ChengNow that code placement optimization pass is run for...
2009-11-05 Devang PatelUse WeakVH while storing metadata in containers.
2009-11-05 Lang HamesRemoved an assert which was causing significant slowdow...
2009-11-05 Bob WilsonAdd -mtriple to llc commands, attempting to fix buildbo...
2009-11-05 Evan ChengCode refactoring.
2009-11-05 Bob WilsonAttempt again to fix buildbot failures: make expected...
2009-11-05 David GoodwinCorrectly add chain dependencies around calls and unkno...
2009-11-05 Victor HernandezUpdate CreateMalloc so that its callers specify the...
2009-11-04 Devang PatelWhile calculating original type size for a derived...
2009-11-04 Jim GrosbachGrammar.
2009-11-04 Chris Lattnerimprove DSE when TargetData is not around, based on...
2009-11-04 Jim GrosbachNow that the memory leak from McCat/08-main has been...
2009-11-04 Jim GrosbachIf a function has no stack frame at all, dynamic realig...
2009-11-04 Jim Grosbachdynamic stack realignment necessitates scanning the...
2009-11-04 Devang PatelFix DW_AT_data_member_location for bit-fields. It point...
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...
next