summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Allow loop-idiom to run on multiple BB loops, but still only scan the loop Chris Lattner2011-01-02
* remove debugging code.Chris Lattner2011-01-02
* add some -stats output.Chris Lattner2011-01-02
* improve loop rotation to use CodeMetrics to analyze theChris Lattner2011-01-02
* teach loop idiom recognition to form memcpy's from simple loops.Chris Lattner2011-01-02
* Remove functions from the FnSet when one of their callee's is being merged. ThisNick Lewycky2011-01-02
* a missed __builtin_object_size case.Chris Lattner2011-01-01
* various updates.Chris Lattner2011-01-01
* fix a globalopt crash on two Adobe-C++ testcases that the recentChris Lattner2011-01-01
* Add support for the 'H' modifier.Rafael Espindola2011-01-01
* Model operand restrictions of mul-like instructions on ARMv5 viaAnton Korobeynikov2011-01-01
* add a validity check that was missed, fixing a crash on theChris Lattner2011-01-01
* Revert commit 122654 at the request of Chris, who reckons that instsimplifyDuncan Sands2011-01-01
* improve validity check to handle constant-trip-count loops moreChris Lattner2011-01-01
* implement the "no aliasing accesses in loop" safety check. This passChris Lattner2011-01-01
* Fix PR8878.Rafael Espindola2011-01-01
* Fix a README item by having InstructionSimplify do a mild form of valueDuncan Sands2011-01-01
* ptx: remove reg-reg addressing mode and st.constChe-Liang Chiou2011-01-01
* ptx: add store instructionChe-Liang Chiou2011-01-01
* Add to the list of cmake files the object file, not the asm file. ThisOscar Fuentes2010-12-31
* Simplify this pass by using a depth-first iterator to ensure that allDuncan Sands2010-12-31
* Zap dead instructions harder.Duncan Sands2010-12-31
* Make a bunch of symbols internal.Benjamin Kramer2010-12-30
* Add another non-commutable instruction that gas accepts commuted forms for.Nick Lewycky2010-12-30
* ptx: add state spacesChe-Liang Chiou2010-12-30
* include the module identifier when emitting this warning, PR8865.Chris Lattner2010-12-30
* print the right string, thanks for Frits for noticing.Chris Lattner2010-12-30
* Use getVRegDef() instead of def_iterator. This leads to fewer defs being addedCameron Zwarich2010-12-30
* improve warning message to at least say what the triples are.Chris Lattner2010-12-29
* Fix stack layout error in MBlaze backend.Wesley Peck2010-12-29
* MC/Mach-O/Thumb: Set the thumb bit in the symbol table.Daniel Dunbar2010-12-29
* None of the other pass names in CodeGen have terminating periods.Cameron Zwarich2010-12-29
* Instead of processing every instruction when splitting interferences, onlyCameron Zwarich2010-12-29
* SPARC backend fix: correctly passing arguments through stackVenkatraman Govindaraju2010-12-29
* Add a missing word to a comment.Cameron Zwarich2010-12-29
* Correctly encode pcrel|indirect.Rafael Espindola2010-12-29
* CMake: Add disabling optimization on MSVC8 and MSVC10 as workaround for some ...NAKAMURA Takumi2010-12-29
* Add text explaining an assertion.Cameron Zwarich2010-12-29
* Remove second return.Rafael Espindola2010-12-29
* Fix bug when trying to output uint16_t or uint32_t.Rafael Espindola2010-12-29
* Implement cfi_def_cfa. Also don't convert to dwarf reg numbers twice. LooksRafael Espindola2010-12-29
* fix PR8867: a crash handling fp128. Thanks to Nick for the testcase.Chris Lattner2010-12-29
* Implement cfi_def_cfa_register.Rafael Espindola2010-12-29
* Initial .cfi_offset implementation.Rafael Espindola2010-12-29
* Simplify some code in MachineVerifier that was doing the correct thing, but notCameron Zwarich2010-12-28
* Don't produce a "DW_CFA_advance_loc 0".Rafael Espindola2010-12-28
* Revert the optimization in r122596. It is correct for all current targets, butCameron Zwarich2010-12-28
* Multiple SPARC backend fixes: added Y register; updated select_cc, subx, subx...Venkatraman Govindaraju2010-12-28
* simplify this, isBytewiseValue handles the extra check. We stillChris Lattner2010-12-28
* add a note from llvmdevChris Lattner2010-12-28