oota-llvm.git
2008-06-16 Evan ChengDo not issue identity copies.
2008-06-16 Dan GohmanRefine the change in r52258 for avoiding use-before...
2008-06-16 Chris Lattnerswitch TypeHasCycleThroughItself from using an std...
2008-06-16 Chris Lattnerstop making PATypeHolder's so crazily.
2008-06-16 Evan ChengHorizontal-add instructions are not commutative.
2008-06-16 Evan ChengSwitch over to SetVector to ensure same order of iterat...
2008-06-16 Gabor GreifMove some documentation from the header file into Progr...
2008-06-16 Chris Lattneruse a real associative container for type association...
2008-06-16 Evan Cheng- Add "Commutative" property to intrinsics. This allows...
2008-06-16 Evan Chengmpsadbw is commutable.
2008-06-16 Chris Lattnerbail out sooner if we have two concrete but different...
2008-06-16 Chris Lattnersimplify some code.
2008-06-16 Chris LattnerApply a patch from Nathan Keynes, which speeds up llvm...
2008-06-16 Owen AndersonRemove special case handling of empty MBBs now that...
2008-06-16 Chris Lattnerhandle vectors. Any integers that got here would neces...
2008-06-16 Chris LattnerSimplify ResolveTypes by pulling the null case out...
2008-06-16 Evan ChengIterating over SmallPtrSet is not deterministic.
2008-06-16 Chris Lattnersimplify RecursiveResolveTypes and ResolveTypes by...
2008-06-16 Chris LattnerAdd a new flag that disables symbol lookup with dlsym...
2008-06-16 Chris LattnerAdd support for icache invalidation on non-darwin ppc...
2008-06-16 Owen AndersonRe-enable empty block indexing by default, since it...
2008-06-16 Matthijs KooijmanMake BuildSubAggregate use FindInsertedElement again...
2008-06-16 Matthijs KooijmanMake the InsertBefore argument to FindInsertedValue...
2008-06-16 Matthijs KooijmanPass around Instruction* instead of Instruction& in...
2008-06-16 Matthijs KooijmanMake testcase check for extractvalue instead of extract...
2008-06-16 Matthijs Kooijman80 column fixes.
2008-06-16 Matthijs KooijmanMove FindScalarValue from InstructionCombining.cpp...
2008-06-16 Matthijs KooijmanStore the result of multiple identical run lines in...
2008-06-16 Matthijs KooijmanAdd comment.
2008-06-16 Argyrios KyrtzidisMinor comment fix.
2008-06-16 Matthijs KooijmanFix PR numbers, I accidentally switched two digits.
2008-06-16 Duncan SandsAllow these transforms for types like i256 while
2008-06-16 Evan ChengFix read after free found by valgrind.
2008-06-16 Evan ChengAdd option to commuteInstruction() which forces it...
2008-06-16 Owen AndersonMake indexing empty basic blocks an option for the...
2008-06-16 Chris Lattneradd a const version of stripPointerCasts
2008-06-16 Chris Lattnersimplify some code by using a helper function. This...
2008-06-16 Chris Lattnermove a bunch of predicates up into their own section
2008-06-16 Chris LattnerOther parts of this code treat noalias arguments as...
2008-06-16 Chris LattnerIf we are checking to see if the result of a call aliases a
2008-06-16 Owen AndersonAssign indices to empty basic blocks. This will be...
2008-06-16 Chris LattnerRefactor basicaa's main alias function somethin' fierce.
2008-06-16 Chris Lattnerthis is unneeded now.
2008-06-16 Chris LattnerSwitch from generating the int128 typedefs based on...
2008-06-16 Chris Lattnerresolve PR2453 by adding a run line.
2008-06-16 Chris LattnerFix the crash on SimplifyLibCalls/2005-05-20-sprintf...
2008-06-16 Chris Lattnerfix pr2460
2008-06-15 Duncan SandsThe transforms in visitEXTRACT_VECTOR_ELT are
2008-06-15 Duncan SandsLegalizeTypes support for INSERT_VECTOR_ELT with
2008-06-15 Wojciech MatyjewiczFix PR2434. When scanning for exising binary operator...
2008-06-15 Wojciech MatyjewiczAdd a missing semicolon.
2008-06-15 Argyrios KyrtzidisAdd an "exe" suffix only if the output file has no...
2008-06-15 Argyrios KyrtzidisFix the sys::Path::getSuffix() implementation.
2008-06-15 Argyrios KyrtzidisMake sure all produced executable files have "exe"...
2008-06-15 Argyrios KyrtzidisMake sure that the current executable filename has...
2008-06-15 Argyrios KyrtzidisAppend "exe" suffix to executable files.
2008-06-15 Argyrios KyrtzidisFix the environment block that is passed to the CreateP...
2008-06-14 Duncan SandsRemove a redundant AfterLegalize check. Turn
2008-06-14 Wojciech MatyjewiczChange 'while' loop to 'do' loop.
2008-06-14 Andrew Lenharthadd missing atomic intrinsic from gcc
2008-06-14 Chris LattnerFix a case where tailcallelim wouldn't set the changed...
2008-06-13 Evan ChengTeach the spiller to commute instructions in order...
2008-06-13 Eli FriedmanRemove unnecessary target lines.
2008-06-13 Eli FriedmanRemove unnecessary target lines.
2008-06-13 Eli FriedmanDon't skip over instructions other than loads that...
2008-06-13 Dan GohmanProtect ChangeCompareStride from situations in which...
2008-06-13 Eli FriedmanMake sure SimplifyStoreAtEndOfBlock doesn't mess with...
2008-06-13 Duncan SandsDisable some DAG combiner optimizations that may be
2008-06-13 Dan GohmanFix an error in the two-address example.
2008-06-13 Wojciech MatyjewiczUse recently added getTruncateOrZeroExtend method to...
2008-06-13 Matthijs KooijmanXFAIL some tests that became failing due to the extra...
2008-06-13 Nick LewyckyCrash less. The i64 restriction in BinomialCoefficient...
2008-06-12 Gabor Greiffix a minor deviation from the original in my previous...
2008-06-12 Gabor Greifop_iterator-ify some loops, low hanging fruit only...
2008-06-12 Evan ChengFix some tests.
2008-06-12 Evan ChengDo not speculatively execute an instruction by hoisting...
2008-06-12 Evan ChengRevert 52223.
2008-06-12 Owen AndersonSwitch GVN to use ScopedHashTable.
2008-06-12 Dale JohannesenImprove description of -emit-llvm.
2008-06-12 Matthijs KooijmanDon't try to compile tests for the ev56 alpha subtarget...
2008-06-12 Matthijs KooijmanPass -silence-passes to bugpoint in testcases, this...
2008-06-12 Matthijs KooijmanLet bugpoint display generated messages on stderr only...
2008-06-12 Matthijs KooijmanAdd -silence-passes option to bugpoint. This option...
2008-06-12 Matthijs KooijmanFix redirection of stderr in sys::Program::ExecuteAndWa...
2008-06-12 Matthijs KooijmanMake I/O redirection handling in sys::Program a bit...
2008-06-12 Duncan SandsIf queried as to whether an operation is legal
2008-06-12 Matthijs KooijmanAdd line continuation character so the avoid dup loop...
2008-06-11 Gabor Greifop_iterator-ify some loops, fix 80col violations
2008-06-11 Anton KorobeynikovProperly lower DYNAMIC_STACKALLOC - bracket all black...
2008-06-11 Evan ChengFor now, avoid generating FP select instructions in...
2008-06-11 Evan ChengAvoid duplicating loop header which leads to unnatural...
2008-06-11 Gordon HenriksenDon't send checkpoints to stderr for the vmcore.ml...
2008-06-11 Matthijs KooijmanTeach instruction combining about the extractvalue...
2008-06-11 Gabor Greifremove bogus comment
2008-06-11 Gabor Greifop_iterator-ify dropAllReferences
2008-06-11 Duncan SandsSometimes (rarely) nodes held in LegalizeTypes
2008-06-11 Gordon HenriksenBetter test for availability of __gnu_cxx::stdio_filebuf.
2008-06-11 Matthijs KooijmanClarify a comment.
2008-06-10 Gabor Greifop_iterator-ify loops
2008-06-10 Duncan SandsSmall doc fix.
next