oota-llvm.git
2009-09-28 Erick TryzelaarExpose the rest of the attribute settings.
2009-09-28 Erick TryzelaarFix a bug in ocaml bindings that has incorrect linkage...
2009-09-28 Mikhail GlushenkovRegenerate.
2009-09-28 Mikhail GlushenkovAdd a way to query the number of input files.
2009-09-28 Mikhail GlushenkovDocument the 'not' combinator.
2009-09-28 Mikhail GlushenkovA bit prettier formatting.
2009-09-28 Dan GohmanRemove temporary debugging hack.
2009-09-28 Dan GohmanMove the dominator verification code out of special...
2009-09-28 Dan GohmanMove this assert to check the condition as soon as...
2009-09-28 Dan GohmanExtend the StartPassTimer and StopPassTimer functions...
2009-09-27 Anton KorobeynikovUse movt/movw pair to materialize 32 bit constants...
2009-09-27 Dan GohmanFix an old copy+pasto.
2009-09-27 Dan GohmanExtract the code for inserting a loop into the loop...
2009-09-27 Dan GohmanWhen a loop is deleted, immediately release all of...
2009-09-27 Dan GohmanExtract the code for releasing a pass into a separate...
2009-09-27 Nick LewyckyRemove the "metadata*" type and simplify the code it...
2009-09-27 Dan GohmanLBRX no longer has an explicit SrcValueSDNode operand...
2009-09-27 Chris Lattnersimplify some code.
2009-09-27 Chris LattnerThe bitcast case is not needed here: instcombine turns...
2009-09-27 Nick LewyckyNew unit test for the cloning module, which so far...
2009-09-27 Chris Lattnercalls are already unmovable, malloc doesn't need a...
2009-09-27 Chris Lattnercalls to external functions are already marked overdefi...
2009-09-27 Chris Lattnercalls are already handled, malloc doesn't need a specia...
2009-09-27 Nick LewyckyRound out the API for the new optimization flags.
2009-09-27 Chris Lattnercalls are rejected above, no need to special case mallo...
2009-09-27 Chris Lattnerremove special handling of bitcast(malloc), it will...
2009-09-27 Chris Lattnerunlike the malloc instruction, "malloc" calls do not...
2009-09-27 Chris Lattneradd a new DirectiveMap stringmap, which allows more...
2009-09-27 Nick LewyckyLink order: it matters.
2009-09-27 Chris Lattnerallow pushing icmps through phis with multiple uses...
2009-09-27 Chris LattnerEnhance the previous fix for PR4895 to allow more value...
2009-09-27 Chris Lattnerimplement PR4895, by making FoldOpIntoPhi handle select...
2009-09-27 Chris Lattneravoid copying MCAsmInfo by value, add an (extremely...
2009-09-27 Tilmann SchellerUse explicit structs instead of std::pair to map callee...
2009-09-27 Dan GohmanDelete a bogus comment.
2009-09-27 Dan GohmanRemove a redundant assert.
2009-09-27 Jeffrey YasskinEnable -g with DEBUG_SYMBOLS and --enable-debug-symbols...
2009-09-27 Dan GohmanFix SCEVExpander's canonical addrec expansion code...
2009-09-27 Dan GohmanAdd dominates and releaseMemory member functions to...
2009-09-27 Dan GohmanGrab an LLVM Context from an instruction that exists...
2009-09-27 Dan GohmanClarify a comment.
2009-09-27 Dan GohmanTell ScalarEvolution to forget everything it knows...
2009-09-27 Dan GohmanMicro-optimize DerivedType::dropAllTypeUses.
2009-09-27 Dan GohmanInstead of testing whether an instruction dominates...
2009-09-27 Dan GohmanAdd a properlyDominates member function to ScalarEvolution.
2009-09-27 Dan GohmanRemove a redundant #include.
2009-09-27 Torok EdwinAvoid using mutex locks if not in multithreaded mode...
2009-09-27 Evan ChengEnable pre-regalloc load / store multiple pass for...
2009-09-27 Chris Lattnerrename REG -> REGISTER to make it explicit in the doc...
2009-09-27 Chris Lattnerimplement and document support for filecheck variables...
2009-09-27 Nick LewyckyRemove dead code from this function and optimize. Updat...
2009-09-27 Nick LewyckyInstruction::clone does not need to take an LLVMContext...
2009-09-27 Nick LewyckyFilecheckify this one test.
2009-09-27 Nick LewyckyLeave a pointer to the documentation so that people...
2009-09-27 Nick LewyckyCorrect the version numbers to match those actually...
2009-09-27 Nick LewyckyMove the integer type out of 'derived' and into 'primit...
2009-09-26 Chris Lattnerremove support for "NoSub" from regex. It seems like...
2009-09-26 Torok EdwinSpeed up clang-only link, by really linking only clang...
2009-09-26 Evan ChengRemove this test.
2009-09-26 Dan GohmanFix SimplifyLibCalls to transfer attributes from callee...
2009-09-26 Dan GohmanFix a case where ScalarEvolution was expanding pointer...
2009-09-26 Duncan SandsFor the NSWSub support in the builder to actually be...
2009-09-26 Dan GohmanConvert comparisons like (x == infinity) to (x >= infin...
2009-09-26 Duncan SandsAdd methods for creating NSW subtraction, as already...
2009-09-26 Dan GohmanAdd a comment describing natural loops.
2009-09-26 Daniel Dunbar"Update" tests for -disable-if-conversion removal....
2009-09-26 Evan ChengReally remove this option.
2009-09-26 Evan ChengRemove a couple of unused command line options.
2009-09-26 Evan ChengAdd comment.
2009-09-26 Evan ChengConvert test to filecheck.
2009-09-26 Dan GohmanDon't hoist or sink instructions with physreg uses...
2009-09-26 Dan GohmanI put the wrong rdar number in this test.
2009-09-25 Dan GohmanUnbreak MachineLICM for instructions that reference...
2009-09-25 Dan GohmanRename ConstantFP's getInf to getInfinity.
2009-09-25 Dan GohmanMove MachineMemOperand::getAlignment out of line, to...
2009-09-25 Daniel DunbarRemove unused variable.
2009-09-25 Dan GohmanTransform pow(x, 0.5) to (x == -inf ? inf : fabs(sqrt...
2009-09-25 Dan GohmanAdd a ConstantFP::getInf utility function for creating...
2009-09-25 Dan GohmanFix MachineSink to be able to sink instructions that...
2009-09-25 Anton KorobeynikovRegenerate
2009-09-25 Anton KorobeynikovProvide proper masks for neon perfect shuffle table.
2009-09-25 Dan GohmanSimplify a few more uses of reg_iterator.
2009-09-25 Dan GohmanSimplify this code by using use_iterator instead of...
2009-09-25 Evan ChengCode clean up and prepare for Thumb2 support. No functi...
2009-09-25 Evan ChengFlip -disable-post-RA-scheduler to -post-RA-scheduler.
2009-09-25 Jeffrey YasskinFix a compile failure introduced by r82675 on MinGW...
2009-09-25 Dale JohannesenHandle sqrt in CannotBeNegativeZero. absf and absl
2009-09-25 Dan GohmanImprove MachineMemOperand handling.
2009-09-25 Dan GohmanRename getTargetNode to getMachineNode, for consistency...
2009-09-25 David GoodwinFinish scheduling itineraries for NEON.
2009-09-25 Dale JohannesenAdd readonly to some sin and cos calls; transformations
2009-09-25 Victor HernandezRevert 82694 "Auto-upgrade malloc instructions to mallo...
2009-09-25 Dale JohannesenMake sure sin, cos, sqrt calls are marked readonly
2009-09-25 Chris Lattnerreject attempts to use ()'s in patterns, these are...
2009-09-25 Chris Lattnerreimplement the regex matching strategy by building...
2009-09-25 Dale JohannesenGenerate FSQRT from calls to the sqrt function, which
2009-09-25 Chris Lattnerspecial case Patterns that are a single fixed string...
2009-09-25 Dale JohannesenRevise C library functions description to be vaguer...
2009-09-25 Jeffrey YasskinThis patch causes the --enable-debug-runtime configure...
2009-09-25 Bob WilsonAdd some comments to clarify things that I discovered...
next