oota-llvm.git
2009-11-11 Duncan SandsDon't trivially delete unused calls to llvm.invariant...
2009-11-11 Evan ChengAdd nounwind.
2009-11-11 Chris Lattnerremove the now dead condprop pass, PR3906.
2009-11-11 Jeffrey YasskinFix JITTest.ModuleDeletion in -Asserts mode (which...
2009-11-11 Chris Lattnerremove condprop testcases.
2009-11-11 Daniel DunbarAdd StringRef::split(StringRef), to complement StringRe...
2009-11-11 Rafael EspindolaRemove dead code.
2009-11-11 Sandeep PatelShow command-line args and features passed into backend...
2009-11-11 Daniel DunbarAdd missing run line. Devang, please check.
2009-11-11 Daniel DunbarFix -Asserts warning.
2009-11-11 Jim GrosbachThe TBB and TBH instructions for Thumb2 are really...
2009-11-11 Chris Lattnerstub out some LazyValueInfo interfaces, and have JumpTh...
2009-11-11 Bill WendlingFix test to work on every platform.
2009-11-11 Bill WendlingFix test to work on every platform.
2009-11-11 Devang PatelXFAIL for now.
2009-11-11 Bill WendlingMake sure that the exception handling data has the...
2009-11-11 Daniel DunbarAdd Triple::str() which returns the contents of the...
2009-11-11 Devang PatelDo not assume first function scope seen represents...
2009-11-11 Daniel DunbarAdd From arguments to StringRef search functions, and...
2009-11-11 Daniel Dunbarllvm-gcc/clang don't (won't?) need this hack.
2009-11-11 Chris Lattneroops, didn't mean to commit this, no harm, but add...
2009-11-11 Chris LattnerStub out a new lazy value info pass, which will eventually
2009-11-11 Chris Lattneradd a fixme
2009-11-11 Chris Lattnerremove redundant foward declaration. This function...
2009-11-11 Devang PatelWhile creating DbgScopes, do not forget parent scope.
2009-11-11 Evan ChengBlock terminator may be a switch.
2009-11-10 Chris Lattnerjump threading does everything that condprop does any...
2009-11-10 Chris Lattneradd a note
2009-11-10 Chris LattnerI did this a week or two ago
2009-11-10 Devang PatelIgnore variable if scope info is not available.
2009-11-10 Bill WendlingTest this on Darwin only.
2009-11-10 Dale JohannesenEmit correct code when making a ConstantPool entry...
2009-11-10 Devang PatelImplement support to debug inlined functions.
2009-11-10 Chris Lattnerin -dot-cfg and -dot-cfg-only, when rendering switch...
2009-11-10 Chris Lattnerimplement a TODO by teaching jump threading about ...
2009-11-10 Chris Lattnermove some generally useful functions out of jump threading
2009-11-10 Dan GohmanDon't mark conditional branch instructions as control...
2009-11-10 Bill WendlingModify how the prologue encoded the "move" information...
2009-11-10 Devang PatelProcess InlinedAt location info.
2009-11-10 Chris Lattnerfix a crash in SCCP handling extractvalue of an array...
2009-11-10 Jakob Stoklund... Teach PHIElimination to split critical edges when ...
2009-11-10 Jakob Stoklund... Refactoring: Extract method PHIElimination::isLiveOut().
2009-11-10 Chris Lattnerimprove comment.
2009-11-10 Chris LattnerMake jump threading eliminate blocks that just contain...
2009-11-10 Evan ChengGeneralize lsr code that optimize loop to count down...
2009-11-10 Dan GohmanOptimize test more.
2009-11-10 Victor Hernandezmake this handle redefinition of malloc function with...
2009-11-10 Evan ChengChange Thumb1 address mode printing, instead of
2009-11-10 Evan ChengAdd a comment.
2009-11-10 Duncan SandsAdd defensive break.
2009-11-10 Daniel DunbarAdd a monstrous hack to improve X86ISelDAGToDAG compile...
2009-11-10 Duncan SandsFix obvious typo.
2009-11-10 Chris Lattnerclarify logic.
2009-11-10 Douglas GregorCMake: Add Darwin-specific linker flags for building...
2009-11-10 Duncan SandsTeach DSE to eliminate useless trampolines.
2009-11-10 Duncan SandsAdd brackets to make gcc-4.4 happy.
2009-11-10 Duncan SandsCodegen support for the llvm.invariant/lifetime.start...
2009-11-10 Victor HernandezUpdate computeArraySize() to use ComputeMultiple()...
2009-11-10 Victor HernandezAdd ComputeMultiple() analysis function that recursivel...
2009-11-10 Chris Lattneroptimize test
2009-11-10 Chris Lattnerunify the code that determines whether it is a good...
2009-11-10 Nick LewyckySimplify.
2009-11-10 Nick LewyckyReapply r86359, "Teach dead store elimination that...
2009-11-10 Chris Lattnerrefactor TryToSimplifyUncondBranchFromEmptyBlock out...
2009-11-10 Oscar FuentesCMake: Support for building llvm loadable modules.
2009-11-10 Daniel Dunbarlit: Start documentation testing architecture.
2009-11-10 Daniel Dunbarlit: Add ExampleTests, for testing lit and demonstratin...
2009-11-10 Daniel Dunbarlit: Fix bug in --show-suites which accidentally overri...
2009-11-10 Bruno Cardoso... Fix PR5445
2009-11-10 Chris LattnerI misread the parens, not so redundant after all.
2009-11-10 Chris Lattnermake jump threading recursively simplify expressions...
2009-11-10 Chris Lattnerremove some redundant parens.
2009-11-10 Oscar FuentesCMake: Remove unnecessary `unset' which was not support...
2009-11-10 Dan GohmanRemove an unused variable.
2009-11-10 Dan GohmanMinor code simplification.
2009-11-10 Dan GohmanTrim a bunch of unneeded code from this testcase.
2009-11-10 Chris Lattnerdon't invalidate PN, rewrite of this code is in progres...
2009-11-10 Chris Lattneradd a new SimplifyInstruction API, which is like Consta...
2009-11-10 Jeffrey YasskinFix DenseMap iterator constness.
2009-11-10 Chris Lattnerfactor simplification logic for AND and OR out to InstS...
2009-11-10 David GoodwinFixed to address code review. No functional changes.
2009-11-10 Daniel DunbarFix MemoryBuffer::getSTDIN to *not* return null if...
2009-11-10 David GoodwinAllow targets to specify register classes whose member...
2009-11-09 Chris Lattnerpull a bunch of logic out of instcombine into instsimpl...
2009-11-09 Dan GohmanPass the (optional) TargetData object to ConstantFoldIn...
2009-11-09 Chris Lattnerinline a simple function.
2009-11-09 Chris Lattnerrename SimplifyCompare -> SimplifyCmpInst and split...
2009-11-09 Jim GrosbachNow that the default is 'enabled,' a separate command...
2009-11-09 Mike StumpAdd testcase for recent checkin.
2009-11-09 Chris Lattnerfix ConstantFoldCompareInstOperands to take the LHS...
2009-11-09 Daniel DunbarAdd StringSwitch::Cases overloads, for matching multipl...
2009-11-09 Chris Lattneruse instructionsimplify instead of a weak clone of...
2009-11-09 Jim GrosbachUpdate test
2009-11-09 Chris Lattnerstub out a new libanalysis "instruction simplify" inter...
2009-11-09 Jeffrey YasskinRemove dlsym stubs, with Nate Begeman's permission.
2009-11-09 Jim GrosbachEnable dynamic stack realignment by default.
2009-11-09 Chris Lattnerstub out a new form of BasicBlock::RemovePredecessorAnd...
2009-11-09 Jim GrosbachSet dynamic stack realignment to real values.
2009-11-09 Dan GohmanRemove an unneeded #include.
2009-11-09 Mike StumpFix for 64-bit builds.
next