summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* 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
* Implement .cfi_remember_state and .cfi_restore_state.Rafael Espindola2010-12-28
* Cast away "comparison between signed and unsigned integer" warnings.Benjamin Kramer2010-12-28
* Fix a signed/unsigned comparison warning.Benjamin Kramer2010-12-28
* Avoid iterating every operand of an instruction in StrongPHIElimination, sinceCameron Zwarich2010-12-28
* Pacify the compiler. BestWeight cannot in fact be used uninitializedDuncan Sands2010-12-28
* Fix warning about size potentially being used uninitializedDuncan Sands2010-12-28
* Silence gcc warning about an unused variable when doing a release build.Duncan Sands2010-12-28
* Relax address updates in the eh_frame section.Rafael Espindola2010-12-28
* Start adding basic support for emitting the call frame instructions.Rafael Espindola2010-12-28
* Support/Path: Deprecate Path::hasMagicNumber and replace all uses with fs::ha...Michael J. Spencer2010-12-28
* Support/PathV2: Implement has_magic.Michael J. Spencer2010-12-28
* Change an assertion to assert what the code actually relies upon.Cameron Zwarich2010-12-27
* fix some issues Frits noticed, add AliasAnalysis as a dependencyChris Lattner2010-12-27
* Add support for .cfi_lsda.Rafael Espindola2010-12-27
* MC/Mach-O/Thumb: Select appropriate relocation types for Thumb.Daniel Dunbar2010-12-27
* Land a first cut at StrongPHIElimination. There are only 5 new test failuresCameron Zwarich2010-12-27
* Add knowledge of phi-def and phi-kill valnos to MachineVerifier's predecessorCameron Zwarich2010-12-27
* Support/PathV1: Deprecate GetRootDirectory.Michael J. Spencer2010-12-27
* Handle reloc_riprel_4byte_movq_load. Should make the bots happy.Rafael Espindola2010-12-27