oota-llvm.git
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...
2011-01-01 Duncan SandsFix a README item by having InstructionSimplify do...
2011-01-01 Che-Liang Chiouptx: remove reg-reg addressing mode and st.const
2011-01-01 Che-Liang Chiouptx: add store instruction
2011-01-01 Erick TryzelaarAdd a reference to the OCamlLangImpl8.
2011-01-01 Erick TryzelaarAdd an OCaml tutorial page 8
2010-12-31 Oscar FuentesAdd to the list of cmake files the object file, not...
2010-12-31 Oscar FuentesCMake (MSVC): cmake automatically adds the /EHsc and...
2010-12-31 Duncan SandsSimplify this pass by using a depth-first iterator...
2010-12-31 Duncan SandsZap dead instructions harder.
2010-12-30 Benjamin KramerMake a bunch of symbols internal.
2010-12-30 Nick LewyckyAdd another non-commutable instruction that gas accepts...
2010-12-30 Che-Liang Chiouptx: add state spaces
2010-12-30 Chris Lattnerinclude the module identifier when emitting this warnin...
2010-12-30 Chris Lattnerprint the right string, thanks for Frits for noticing.
2010-12-30 Cameron ZwarichUse getVRegDef() instead of def_iterator. This leads...
2010-12-29 Chris Lattnerimprove warning message to at least say what the triple...
2010-12-29 Wesley PeckFix stack layout error in MBlaze backend.
2010-12-29 Daniel DunbarMC/Mach-O/Thumb: Set the thumb bit in the symbol table.
2010-12-29 Cameron ZwarichNone of the other pass names in CodeGen have terminatin...
2010-12-29 Cameron ZwarichInstead of processing every instruction when splitting...
2010-12-29 Venkatraman... SPARC backend fix: correctly passing arguments through...
2010-12-29 Cameron ZwarichAdd a missing word to a comment.
2010-12-29 Rafael EspindolaCorrectly encode pcrel|indirect.
2010-12-29 NAKAMURA TakumiCMake: Add disabling optimization on MSVC8 and MSVC10...
2010-12-29 NAKAMURA Takumiautoconf: Add --disable-embed-stdcxx to suppress linkin...
2010-12-29 NAKAMURA Takumiautoconf: [PR7874] Add --disable-pthreads to suppress...
2010-12-29 NAKAMURA Takumitest/Transforms/ConstProp/logicaltest.ll: FileCheck...
2010-12-29 NAKAMURA Takumitest/CodeGen/X86/negative-sin.ll: FileCheck-ize.
2010-12-29 NAKAMURA Takumitest/CodeGen/X86/fp-in-intregs.ll: FileCheck-ize.
2010-12-29 Cameron ZwarichAdd text explaining an assertion.
2010-12-29 Rafael EspindolaRemove second return.
2010-12-29 Rafael EspindolaFix bug when trying to output uint16_t or uint32_t.
2010-12-29 Rafael EspindolaImplement cfi_def_cfa. Also don't convert to dwarf...
2010-12-29 Chris Lattnerfix PR8867: a crash handling fp128. Thanks to Nick...
2010-12-29 Rafael EspindolaImplement cfi_def_cfa_register.
2010-12-29 Rafael EspindolaInitial .cfi_offset implementation.
2010-12-28 Cameron ZwarichSimplify some code in MachineVerifier that was doing...
2010-12-28 Rafael EspindolaDon't produce a "DW_CFA_advance_loc 0".
2010-12-28 Cameron ZwarichRevert the optimization in r122596. It is correct for...
2010-12-28 Venkatraman... Multiple SPARC backend fixes: added Y register; updated...
2010-12-28 Tobias GrosserIntegers are primitive types. Update the documentation...
2010-12-28 Chris Lattnersimplify this, isBytewiseValue handles the extra check...
2010-12-28 Chris Lattneradd a note from llvmdev
2010-12-28 Rafael EspindolaImplement .cfi_remember_state and .cfi_restore_state.
2010-12-28 Duncan SandsClarify that InstructionSimplify only returns values...
2010-12-28 Duncan SandsSmall optimization to speed up replacementPreservesLCSS...
2010-12-28 Benjamin KramerCast away "comparison between signed and unsigned integ...
next