oota-llvm.git
2011-01-04 Francois PichetDisable r122754 on Windows: was causing all lit tests...
2011-01-04 Chris LattnerTeach loop-idiom to turn a loop containing a memset...
2011-01-04 Chris Lattnerrestructure this a bit. Initialize the WeakVH with...
2011-01-04 Cameron ZwarichEliminate repeated allocation of a per-BB DenseMap...
2011-01-04 Cameron ZwarichAvoid finding loop back edges when we are not splitting...
2011-01-04 David GreeneDon't pattern match "/clang" so we don't mangle directo...
2011-01-04 Owen AndersonClean up a funky pass registration that got passed...
2011-01-04 Andrew TrickFix the ARM IIC_iCMPsi itinerary and add an important...
2011-01-04 Cameron ZwarichAddress most of Duncan's review comments. Also, make...
2011-01-04 Chris Lattneruse the very-handy getTruncateOrZeroExtend helper funct...
2011-01-03 Bill WendlingFormatting changes. No functionality change.
2011-01-03 Owen AndersonFix comment.
2011-01-03 Owen AndersonUse the new addEscapingValue callback to update Globals...
2011-01-03 Evan ChengConvert MC tests to .s so codegen changes won't break...
2011-01-03 Chris LattnerDuncan deftly points out that readnone functions aren't
2011-01-03 Evan ChengUse pushq / popq instead of subq $8, %rsp / addq $8...
2011-01-03 David GreeneDon't pattern match "clang-" as it may be part of a...
2011-01-03 Wesley PeckFix more stack layout issues in the MBlaze backend.
2011-01-03 Owen AndersonStub out a new updating interface to AliasAnalysis...
2011-01-03 Owen AndersonWe can count properly.
2011-01-03 Chris Lattnerfix rdar://8813415 - a miscompilation of 164.gzip that...
2011-01-03 Chris Lattnerfilecheckize
2011-01-03 Oscar FuentesTableGen.cmake: sometimes the .td file is not in the...
2011-01-03 Owen AndersonSimplify GVN's value expression structure, allowing...
2011-01-03 Chris Lattnerstength reduce my previous patch a bit. The only instr...
2011-01-03 Chris Lattnerfix PR8895: metadata operands don't have a strong use...
2011-01-03 David GreeneReapply 122341 to fix PR8199 now that clang changes...
2011-01-03 Oscar FuentesLLVMProcessSources: add .def files along with .h files...
2011-01-03 Duncan SandsSpeed up instsimplify by about 10-15% by not bothering...
2011-01-03 Evan ChengUndo what looks like accidental removal of an instcombi...
2011-01-03 Cameron ZwarichSwitch a worklist in CodeGenPrepare to SmallVector...
2011-01-03 Chris LattnerTurn on earlycse by default. This seems to be a small...
2011-01-03 Nick LewyckyFurther expand what a call graph pass may do.
2011-01-03 Chris Lattnerearlycse can do trivial with-a-block dead store
2011-01-03 Cameron ZwarichUse a RecyclingAllocator to allocate values for Machine...
2011-01-03 Nick LewyckyPermit CallGraphSCCPasses readonly access to the direct...
2011-01-03 Chris Lattnerswitch the load table to use a recycling bump pointer...
2011-01-03 Chris Lattnernow that loads are in their own table, we can implement
2011-01-03 Chris Lattnersplit loads and calls into separate tables. Loads...
2011-01-03 Chris Lattneradd a testcase for readonly call CSE
2011-01-03 Chris Lattnervarious cleanups, no functionality change.
2011-01-03 Nick LewyckyAdd spliceFunction to the CallGraph interface. This...
2011-01-03 Chris LattnerTeach EarlyCSE to do trivial CSE of loads and read...
2011-01-03 Chris Lattneradd a handy typedef.
2011-01-03 Chris Lattnerrename InstValue to SimpleValue, add some comments.
2011-01-03 Michael J.... CMake: Add missing source file.
2011-01-03 Chris LattnerAllocate nodes for the scoped hash table from a recylin...
2011-01-03 Chris Lattnerreally get this working with a custom allocator.
2011-01-03 Chris LattnerEnhance ScopedHashTable to allow it to take an allocato...
2011-01-03 Chris Lattnerreduce redundancy in the hashing code and other misc...
2011-01-03 Cameron ZwarichAdd a new loop-instsimplify pass, with the intention...
2011-01-02 Chris Lattnerfix some pastos
2011-01-02 Chris Lattneradd DEBUG and -stats output to earlycse.
2011-01-02 Chris LattnerEnhance earlycse to do CSE of casts, instsimplify and...
2011-01-02 Chris Lattnersplit dom frontier handling stuff out to its own Domina...
2011-01-02 Chris Lattnersketch out a new early cse pass. No functionality...
2011-01-02 Chris Lattnerfix a miscompilation of tramp3d-v4: when forming a...
2011-01-02 Chris LattnerIf a loop iterates exactly once (has backedge count...
2011-01-02 Benjamin KramerTry to reuse the value when lowering memset.
2011-01-02 Benjamin KramerLower the i8 extension in memset to a multiply instead...
2011-01-02 Oscar FuentesA workaround for a bug in cmake 2.8.3 diagnosed on...
2011-01-02 Nick LewyckyAlso remove functions that use complex constant express...
2011-01-02 Chris Lattnerenhance loop idiom recognition to scan *all* unconditio...
2011-01-02 Chris Lattnermake inSubLoop much more efficient.
2011-01-02 Chris Lattnerrip out isExitBlockDominatedByBlockInLoop, calling...
2011-01-02 Chris Lattneradd a list of opportunities for future improvement.
2011-01-02 Chris Lattnerupdate a bunch of entries.
2011-01-02 Duncan SandsFix PR8702 by not having LoopSimplify claim to preserve...
2011-01-02 Cameron ZwarichRemove an unused member function.
2011-01-02 Oscar FuentesPropagate to parent scope changes made to CMAKE_CXX_FLAGS.
2011-01-02 Cameron ZwarichFix a typo in a variable name.
2011-01-02 Cameron ZwarichMove a load into the only branch where it is used and...
2011-01-02 Cameron ZwarichAdd the explanatory comment from r122680's commit messa...
2011-01-02 Cameron ZwarichTidy up indentation.
2011-01-02 Cameron ZwarichFix a typo, which should also fix the failure on llvm...
2011-01-02 Chris LattnerAllow loop-idiom to run on multiple BB loops, but still...
2011-01-02 Cameron ZwarichRemove the #ifdef'd code for balancing the eval-link...
2011-01-02 Chris Lattnerremove debugging code.
2011-01-02 Chris Lattneradd some -stats output.
2011-01-02 Chris Lattnerimprove loop rotation to use CodeMetrics to analyze the
2011-01-02 Cameron ZwarichSpeed up dominator computation some more by optimizing...
2011-01-02 Chris Lattnerteach loop idiom recognition to form memcpy's from...
2011-01-02 Nick LewyckyRemove functions from the FnSet when one of their calle...
2011-01-01 Chris Lattnera missed __builtin_object_size case.
2011-01-01 Chris Lattnervarious updates.
2011-01-01 Chris Lattnerfix a globalopt crash on two Adobe-C++ testcases that...
2011-01-01 Rafael EspindolaFix darwin bots.
2011-01-01 Benjamin KramerRemove empty directories left behind by git-svn users.
2011-01-01 Rafael EspindolaAdd support for the 'H' modifier.
2011-01-01 Anton KorobeynikovUpdate the test
2011-01-01 Chris Lattnerturn on memset idiom recognition by default. Though...
2011-01-01 Anton KorobeynikovModel operand restrictions of mul-like instructions...
2011-01-01 Chris Lattneradd a validity check that was missed, fixing a crash...
2011-01-01 Duncan SandsRevert commit 122654 at the request of Chris, who recko...
2011-01-01 Chris Lattnerimprove validity check to handle constant-trip-count...
2011-01-01 Chris Lattnerimplement the "no aliasing accesses in loop" safety...
2011-01-01 Rafael EspindolaFix PR8878.
2011-01-01 Duncan SandsCorrect a bunch of mistakes which meant that the exampl...
2011-01-01 Duncan SandsI was unable to get the instructions to work if LLVM...
2011-01-01 Duncan SandsClarify that the loadable module turns up in the top...
next