aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Correct a bunch of mistakes which meant that the example pass didn'tDuncan Sands2011-01-011-8/+8
* I was unable to get the instructions to work if LLVM was builtDuncan Sands2011-01-011-2/+4
* Clarify that the loadable module turns up in the top-level directory,Duncan Sands2011-01-011-4/+5
* Fix a README item by having InstructionSimplify do a mild form of valueDuncan Sands2011-01-013-63/+133
* ptx: remove reg-reg addressing mode and st.constChe-Liang Chiou2011-01-014-39/+15
* ptx: add store instructionChe-Liang Chiou2011-01-015-4/+179
* Add a reference to the OCamlLangImpl8.Erick Tryzelaar2011-01-011-1/+1
* Add an OCaml tutorial page 8Erick Tryzelaar2011-01-012-1/+366
* Add to the list of cmake files the object file, not the asm file. ThisOscar Fuentes2010-12-311-1/+1
* CMake (MSVC): cmake automatically adds the /EHsc and /GR compilerOscar Fuentes2010-12-311-2/+2
* Simplify this pass by using a depth-first iterator to ensure that allDuncan Sands2010-12-311-39/+20
* Zap dead instructions harder.Duncan Sands2010-12-311-7/+2
* Make a bunch of symbols internal.Benjamin Kramer2010-12-302-19/+19
* Add another non-commutable instruction that gas accepts commuted forms for.Nick Lewycky2010-12-302-3/+8
* ptx: add state spacesChe-Liang Chiou2010-12-304-9/+97
* include the module identifier when emitting this warning, PR8865.Chris Lattner2010-12-301-4/+7
* print the right string, thanks for Frits for noticing.Chris Lattner2010-12-301-1/+1
* Use getVRegDef() instead of def_iterator. This leads to fewer defs being addedCameron Zwarich2010-12-301-4/+3
* improve warning message to at least say what the triples are.Chris Lattner2010-12-291-1/+3
* Fix stack layout error in MBlaze backend.Wesley Peck2010-12-292-37/+98
* MC/Mach-O/Thumb: Set the thumb bit in the symbol table.Daniel Dunbar2010-12-293-3/+8
* None of the other pass names in CodeGen have terminating periods.Cameron Zwarich2010-12-291-2/+2
* Instead of processing every instruction when splitting interferences, onlyCameron Zwarich2010-12-291-27/+61
* SPARC backend fix: correctly passing arguments through stackVenkatraman Govindaraju2010-12-291-23/+51
* Add a missing word to a comment.Cameron Zwarich2010-12-291-1/+1
* Correctly encode pcrel|indirect.Rafael Espindola2010-12-293-66/+209
* CMake: Add disabling optimization on MSVC8 and MSVC10 as workaround for some ...NAKAMURA Takumi2010-12-293-3/+11
* autoconf: Add --disable-embed-stdcxx to suppress linking libstdc++.a into llv...NAKAMURA Takumi2010-12-294-6/+45
* autoconf: [PR7874] Add --disable-pthreads to suppress detecting pthreads on c...NAKAMURA Takumi2010-12-292-8/+42
* test/Transforms/ConstProp/logicaltest.ll: FileCheck-ize.NAKAMURA Takumi2010-12-291-2/+2
* test/CodeGen/X86/negative-sin.ll: FileCheck-ize.NAKAMURA Takumi2010-12-291-2/+2
* test/CodeGen/X86/fp-in-intregs.ll: FileCheck-ize.NAKAMURA Takumi2010-12-291-1/+2
* Add text explaining an assertion.Cameron Zwarich2010-12-291-1/+3
* Remove second return.Rafael Espindola2010-12-291-1/+0
* Fix bug when trying to output uint16_t or uint32_t.Rafael Espindola2010-12-292-2/+54
* Implement cfi_def_cfa. Also don't convert to dwarf reg numbers twice. LooksRafael Espindola2010-12-295-14/+102
* fix PR8867: a crash handling fp128. Thanks to Nick for the testcase.Chris Lattner2010-12-292-1/+10
* Implement cfi_def_cfa_register.Rafael Espindola2010-12-292-0/+49
* Initial .cfi_offset implementation.Rafael Espindola2010-12-292-0/+49
* Simplify some code in MachineVerifier that was doing the correct thing, but notCameron Zwarich2010-12-281-10/+11
* Don't produce a "DW_CFA_advance_loc 0".Rafael Espindola2010-12-282-1/+50
* Revert the optimization in r122596. It is correct for all current targets, butCameron Zwarich2010-12-281-1/+8
* Multiple SPARC backend fixes: added Y register; updated select_cc, subx, subx...Venkatraman Govindaraju2010-12-283-21/+35
* Integers are primitive types. Update the documentation to state thisTobias Grosser2010-12-281-0/+1
* simplify this, isBytewiseValue handles the extra check. We stillChris Lattner2010-12-281-5/+2
* add a note from llvmdevChris Lattner2010-12-281-0/+11
* Implement .cfi_remember_state and .cfi_restore_state.Rafael Espindola2010-12-286-47/+186
* Clarify that InstructionSimplify only returns values that dominate theDuncan Sands2010-12-281-1/+2
* Small optimization to speed up replacementPreservesLCSSAForm.Duncan Sands2010-12-281-0/+4
* Cast away "comparison between signed and unsigned integer" warnings.Benjamin Kramer2010-12-282-4/+7