2011-01-03 |
Cameron Zwarich | Add a new loop-instsimplify pass, with the intention... |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Chris Lattner | fix some pastos |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Chris Lattner | add DEBUG and -stats output to earlycse. |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Chris Lattner | Enhance earlycse to do CSE of casts, instsimplify and... |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Chris Lattner | split dom frontier handling stuff out to its own Domina... |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Chris Lattner | sketch out a new early cse pass. No functionality... |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Chris Lattner | fix a miscompilation of tramp3d-v4: when forming a... |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Chris Lattner | If a loop iterates exactly once (has backedge count... |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Benjamin Kramer | Try to reuse the value when lowering memset. |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Benjamin Kramer | Lower the i8 extension in memset to a multiply instead... |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Oscar Fuentes | A workaround for a bug in cmake 2.8.3 diagnosed on... |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Nick Lewycky | Also remove functions that use complex constant express... |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Chris Lattner | enhance loop idiom recognition to scan *all* unconditio... |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Chris Lattner | make inSubLoop much more efficient. |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Chris Lattner | rip out isExitBlockDominatedByBlockInLoop, calling... |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Chris Lattner | add a list of opportunities for future improvement. |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Chris Lattner | update a bunch of entries. |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Duncan Sands | Fix PR8702 by not having LoopSimplify claim to preserve... |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Cameron Zwarich | Remove an unused member function. |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Oscar Fuentes | Propagate to parent scope changes made to CMAKE_CXX_FLAGS. |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Cameron Zwarich | Fix a typo in a variable name. |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Cameron Zwarich | Move a load into the only branch where it is used and... |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Cameron Zwarich | Add the explanatory comment from r122680's commit messa... |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Cameron Zwarich | Tidy up indentation. |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Cameron Zwarich | Fix a typo, which should also fix the failure on llvm... |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Chris Lattner | Allow loop-idiom to run on multiple BB loops, but still... |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Cameron Zwarich | Remove the #ifdef'd code for balancing the eval-link... |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Chris Lattner | remove debugging code. |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Chris Lattner | add some -stats output. |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Chris Lattner | improve loop rotation to use CodeMetrics to analyze the |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Cameron Zwarich | Speed up dominator computation some more by optimizing... |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Chris Lattner | teach loop idiom recognition to form memcpy's from... |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Nick Lewycky | Remove functions from the FnSet when one of their calle... |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Chris Lattner | a missed __builtin_object_size case. |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Chris Lattner | various updates. |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Chris Lattner | fix a globalopt crash on two Adobe-C++ testcases that... |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Rafael Espindola | Fix darwin bots. |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Benjamin Kramer | Remove empty directories left behind by git-svn users. |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Rafael Espindola | Add support for the 'H' modifier. |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Anton Korobeynikov | Update the test |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Chris Lattner | turn on memset idiom recognition by default. Though... |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Anton Korobeynikov | Model operand restrictions of mul-like instructions... |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Chris Lattner | add a validity check that was missed, fixing a crash... |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Duncan Sands | Revert commit 122654 at the request of Chris, who recko... |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Chris Lattner | improve validity check to handle constant-trip-count... |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Chris Lattner | implement the "no aliasing accesses in loop" safety... |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Rafael Espindola | Fix PR8878. |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Duncan Sands | Correct a bunch of mistakes which meant that the exampl... |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Duncan Sands | I was unable to get the instructions to work if LLVM... |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Duncan Sands | Clarify that the loadable module turns up in the top... |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Duncan Sands | Fix a README item by having InstructionSimplify do... |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Che-Liang Chiou | ptx: remove reg-reg addressing mode and st.const |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Che-Liang Chiou | ptx: add store instruction |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Erick Tryzelaar | Add a reference to the OCamlLangImpl8. |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Erick Tryzelaar | Add an OCaml tutorial page 8 |
commit | commitdiff | tree | snapshot |
2010-12-31 |
Oscar Fuentes | Add to the list of cmake files the object file, not... |
commit | commitdiff | tree | snapshot |
2010-12-31 |
Oscar Fuentes | CMake (MSVC): cmake automatically adds the /EHsc and... |
commit | commitdiff | tree | snapshot |
2010-12-31 |
Duncan Sands | Simplify this pass by using a depth-first iterator... |
commit | commitdiff | tree | snapshot |
2010-12-31 |
Duncan Sands | Zap dead instructions harder. |
commit | commitdiff | tree | snapshot |
2010-12-30 |
Benjamin Kramer | Make a bunch of symbols internal. |
commit | commitdiff | tree | snapshot |
2010-12-30 |
Nick Lewycky | Add another non-commutable instruction that gas accepts... |
commit | commitdiff | tree | snapshot |
2010-12-30 |
Che-Liang Chiou | ptx: add state spaces |
commit | commitdiff | tree | snapshot |
2010-12-30 |
Chris Lattner | include the module identifier when emitting this warnin... |
commit | commitdiff | tree | snapshot |
2010-12-30 |
Chris Lattner | print the right string, thanks for Frits for noticing. |
commit | commitdiff | tree | snapshot |
2010-12-30 |
Cameron Zwarich | Use getVRegDef() instead of def_iterator. This leads... |
commit | commitdiff | tree | snapshot |
2010-12-29 |
Chris Lattner | improve warning message to at least say what the triple... |
commit | commitdiff | tree | snapshot |
2010-12-29 |
Wesley Peck | Fix stack layout error in MBlaze backend. |
commit | commitdiff | tree | snapshot |
2010-12-29 |
Daniel Dunbar | MC/Mach-O/Thumb: Set the thumb bit in the symbol table. |
commit | commitdiff | tree | snapshot |
2010-12-29 |
Cameron Zwarich | None of the other pass names in CodeGen have terminatin... |
commit | commitdiff | tree | snapshot |
2010-12-29 |
Cameron Zwarich | Instead of processing every instruction when splitting... |
commit | commitdiff | tree | snapshot |
2010-12-29 |
Venkatraman... | SPARC backend fix: correctly passing arguments through... |
commit | commitdiff | tree | snapshot |
2010-12-29 |
Cameron Zwarich | Add a missing word to a comment. |
commit | commitdiff | tree | snapshot |
2010-12-29 |
Rafael Espindola | Correctly encode pcrel|indirect. |
commit | commitdiff | tree | snapshot |
2010-12-29 |
NAKAMURA Takumi | CMake: Add disabling optimization on MSVC8 and MSVC10... |
commit | commitdiff | tree | snapshot |
2010-12-29 |
NAKAMURA Takumi | autoconf: Add --disable-embed-stdcxx to suppress linkin... |
commit | commitdiff | tree | snapshot |
2010-12-29 |
NAKAMURA Takumi | autoconf: [PR7874] Add --disable-pthreads to suppress... |
commit | commitdiff | tree | snapshot |
2010-12-29 |
NAKAMURA Takumi | test/Transforms/ConstProp/logicaltest.ll: FileCheck... |
commit | commitdiff | tree | snapshot |
2010-12-29 |
NAKAMURA Takumi | test/CodeGen/X86/negative-sin.ll: FileCheck-ize. |
commit | commitdiff | tree | snapshot |
2010-12-29 |
NAKAMURA Takumi | test/CodeGen/X86/fp-in-intregs.ll: FileCheck-ize. |
commit | commitdiff | tree | snapshot |
2010-12-29 |
Cameron Zwarich | Add text explaining an assertion. |
commit | commitdiff | tree | snapshot |
2010-12-29 |
Rafael Espindola | Remove second return. |
commit | commitdiff | tree | snapshot |
2010-12-29 |
Rafael Espindola | Fix bug when trying to output uint16_t or uint32_t. |
commit | commitdiff | tree | snapshot |
2010-12-29 |
Rafael Espindola | Implement cfi_def_cfa. Also don't convert to dwarf... |
commit | commitdiff | tree | snapshot |
2010-12-29 |
Chris Lattner | fix PR8867: a crash handling fp128. Thanks to Nick... |
commit | commitdiff | tree | snapshot |
2010-12-29 |
Rafael Espindola | Implement cfi_def_cfa_register. |
commit | commitdiff | tree | snapshot |
2010-12-29 |
Rafael Espindola | Initial .cfi_offset implementation. |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Cameron Zwarich | Simplify some code in MachineVerifier that was doing... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Rafael Espindola | Don't produce a "DW_CFA_advance_loc 0". |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Cameron Zwarich | Revert the optimization in r122596. It is correct for... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Venkatraman... | Multiple SPARC backend fixes: added Y register; updated... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Tobias Grosser | Integers are primitive types. Update the documentation... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Chris Lattner | simplify this, isBytewiseValue handles the extra check... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Chris Lattner | add a note from llvmdev |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Rafael Espindola | Implement .cfi_remember_state and .cfi_restore_state. |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Duncan Sands | Clarify that InstructionSimplify only returns values... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Duncan Sands | Small optimization to speed up replacementPreservesLCSS... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Benjamin Kramer | Cast away "comparison between signed and unsigned integ... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Benjamin Kramer | Fix a signed/unsigned comparison warning. |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Cameron Zwarich | Avoid iterating every operand of an instruction in... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Duncan Sands | Pacify the compiler. BestWeight cannot in fact be... |
commit | commitdiff | tree | snapshot |
next |