| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct a bunch of mistakes which meant that the example pass didn't | Duncan Sands | 2011-01-01 | 1 | -8/+8 |
* | I was unable to get the instructions to work if LLVM was built | Duncan Sands | 2011-01-01 | 1 | -2/+4 |
* | Clarify that the loadable module turns up in the top-level directory, | Duncan Sands | 2011-01-01 | 1 | -4/+5 |
* | Fix a README item by having InstructionSimplify do a mild form of value | Duncan Sands | 2011-01-01 | 3 | -63/+133 |
* | ptx: remove reg-reg addressing mode and st.const | Che-Liang Chiou | 2011-01-01 | 4 | -39/+15 |
* | ptx: add store instruction | Che-Liang Chiou | 2011-01-01 | 5 | -4/+179 |
* | Add a reference to the OCamlLangImpl8. | Erick Tryzelaar | 2011-01-01 | 1 | -1/+1 |
* | Add an OCaml tutorial page 8 | Erick Tryzelaar | 2011-01-01 | 2 | -1/+366 |
* | Add to the list of cmake files the object file, not the asm file. This | Oscar Fuentes | 2010-12-31 | 1 | -1/+1 |
* | CMake (MSVC): cmake automatically adds the /EHsc and /GR compiler | Oscar Fuentes | 2010-12-31 | 1 | -2/+2 |
* | Simplify this pass by using a depth-first iterator to ensure that all | Duncan Sands | 2010-12-31 | 1 | -39/+20 |
* | Zap dead instructions harder. | Duncan Sands | 2010-12-31 | 1 | -7/+2 |
* | Make a bunch of symbols internal. | Benjamin Kramer | 2010-12-30 | 2 | -19/+19 |
* | Add another non-commutable instruction that gas accepts commuted forms for. | Nick Lewycky | 2010-12-30 | 2 | -3/+8 |
* | ptx: add state spaces | Che-Liang Chiou | 2010-12-30 | 4 | -9/+97 |
* | include the module identifier when emitting this warning, PR8865. | Chris Lattner | 2010-12-30 | 1 | -4/+7 |
* | print the right string, thanks for Frits for noticing. | Chris Lattner | 2010-12-30 | 1 | -1/+1 |
* | Use getVRegDef() instead of def_iterator. This leads to fewer defs being added | Cameron Zwarich | 2010-12-30 | 1 | -4/+3 |
* | improve warning message to at least say what the triples are. | Chris Lattner | 2010-12-29 | 1 | -1/+3 |
* | Fix stack layout error in MBlaze backend. | Wesley Peck | 2010-12-29 | 2 | -37/+98 |
* | MC/Mach-O/Thumb: Set the thumb bit in the symbol table. | Daniel Dunbar | 2010-12-29 | 3 | -3/+8 |
* | None of the other pass names in CodeGen have terminating periods. | Cameron Zwarich | 2010-12-29 | 1 | -2/+2 |
* | Instead of processing every instruction when splitting interferences, only | Cameron Zwarich | 2010-12-29 | 1 | -27/+61 |
* | SPARC backend fix: correctly passing arguments through stack | Venkatraman Govindaraju | 2010-12-29 | 1 | -23/+51 |
* | Add a missing word to a comment. | Cameron Zwarich | 2010-12-29 | 1 | -1/+1 |
* | Correctly encode pcrel|indirect. | Rafael Espindola | 2010-12-29 | 3 | -66/+209 |
* | CMake: Add disabling optimization on MSVC8 and MSVC10 as workaround for some ... | NAKAMURA Takumi | 2010-12-29 | 3 | -3/+11 |
* | autoconf: Add --disable-embed-stdcxx to suppress linking libstdc++.a into llv... | NAKAMURA Takumi | 2010-12-29 | 4 | -6/+45 |
* | autoconf: [PR7874] Add --disable-pthreads to suppress detecting pthreads on c... | NAKAMURA Takumi | 2010-12-29 | 2 | -8/+42 |
* | test/Transforms/ConstProp/logicaltest.ll: FileCheck-ize. | NAKAMURA Takumi | 2010-12-29 | 1 | -2/+2 |
* | test/CodeGen/X86/negative-sin.ll: FileCheck-ize. | NAKAMURA Takumi | 2010-12-29 | 1 | -2/+2 |
* | test/CodeGen/X86/fp-in-intregs.ll: FileCheck-ize. | NAKAMURA Takumi | 2010-12-29 | 1 | -1/+2 |
* | Add text explaining an assertion. | Cameron Zwarich | 2010-12-29 | 1 | -1/+3 |
* | Remove second return. | Rafael Espindola | 2010-12-29 | 1 | -1/+0 |
* | Fix bug when trying to output uint16_t or uint32_t. | Rafael Espindola | 2010-12-29 | 2 | -2/+54 |
* | Implement cfi_def_cfa. Also don't convert to dwarf reg numbers twice. Looks | Rafael Espindola | 2010-12-29 | 5 | -14/+102 |
* | fix PR8867: a crash handling fp128. Thanks to Nick for the testcase. | Chris Lattner | 2010-12-29 | 2 | -1/+10 |
* | Implement cfi_def_cfa_register. | Rafael Espindola | 2010-12-29 | 2 | -0/+49 |
* | Initial .cfi_offset implementation. | Rafael Espindola | 2010-12-29 | 2 | -0/+49 |
* | Simplify some code in MachineVerifier that was doing the correct thing, but not | Cameron Zwarich | 2010-12-28 | 1 | -10/+11 |
* | Don't produce a "DW_CFA_advance_loc 0". | Rafael Espindola | 2010-12-28 | 2 | -1/+50 |
* | Revert the optimization in r122596. It is correct for all current targets, but | Cameron Zwarich | 2010-12-28 | 1 | -1/+8 |
* | Multiple SPARC backend fixes: added Y register; updated select_cc, subx, subx... | Venkatraman Govindaraju | 2010-12-28 | 3 | -21/+35 |
* | Integers are primitive types. Update the documentation to state this | Tobias Grosser | 2010-12-28 | 1 | -0/+1 |
* | simplify this, isBytewiseValue handles the extra check. We still | Chris Lattner | 2010-12-28 | 1 | -5/+2 |
* | add a note from llvmdev | Chris Lattner | 2010-12-28 | 1 | -0/+11 |
* | Implement .cfi_remember_state and .cfi_restore_state. | Rafael Espindola | 2010-12-28 | 6 | -47/+186 |
* | Clarify that InstructionSimplify only returns values that dominate the | Duncan Sands | 2010-12-28 | 1 | -1/+2 |
* | Small optimization to speed up replacementPreservesLCSSAForm. | Duncan Sands | 2010-12-28 | 1 | -0/+4 |
* | Cast away "comparison between signed and unsigned integer" warnings. | Benjamin Kramer | 2010-12-28 | 2 | -4/+7 |