| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove a bunch more now-unnecessary Context arguments. | Dan Gohman | 2009-08-12 | 9 | -234/+210 |
* | Eliminate a bunch of now unnecessary explicit Context variables. | Dan Gohman | 2009-08-12 | 1 | -97/+94 |
* | CMake: Added asm file to x86_64 MSVC build. | Oscar Fuentes | 2009-08-12 | 1 | -1/+8 |
* | register naming cleanup (s/ip/r12/) | Jim Grosbach | 2009-08-12 | 2 | -5/+5 |
* | Fix unit test on FreeBSD. We need to make sure there is enough space to save ... | Benjamin Kramer | 2009-08-12 | 1 | -1/+1 |
* | catch a typo and simplify call syntax | Gabor Greif | 2009-08-12 | 1 | -3/+3 |
* | here comes the CMAKE part on LLVM_COMPACT_SENTINELS; see also r78628 and r78661 | Gabor Greif | 2009-08-12 | 2 | -1/+10 |
* | Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple | Chris Lattner | 2009-08-12 | 50 | -167/+209 |
* | one last (?) bad x86 triple test. | Chris Lattner | 2009-08-12 | 1 | -1/+1 |
* | fix some pastos in triple lines. | Chris Lattner | 2009-08-12 | 1 | -3/+3 |
* | the x86 version of the name is x86-64, not x86_64. Handle this properly | Chris Lattner | 2009-08-12 | 1 | -1/+1 |
* | another bogus triple | Chris Lattner | 2009-08-12 | 1 | -1/+1 |
* | add support for mingw64 target triples. | Chris Lattner | 2009-08-12 | 2 | -0/+4 |
* | fix another broken target triple. | Chris Lattner | 2009-08-12 | 1 | -1/+1 |
* | fix an incorrect target triple. | Chris Lattner | 2009-08-12 | 1 | -1/+1 |
* | Move immediate constant predicate templates from the Blackfin target to MathE... | Jakob Stoklund Olesen | 2009-08-12 | 4 | -28/+28 |
* | add a couple of helpers to the Triple class for decoding | Chris Lattner | 2009-08-12 | 2 | -0/+80 |
* | add nounwind | Chris Lattner | 2009-08-12 | 1 | -1/+1 |
* | Shrink Thumb2 movcc instructions. | Evan Cheng | 2009-08-12 | 4 | -5/+13 |
* | CMake: Fixed sed script for translating library dependencies from | Oscar Fuentes | 2009-08-12 | 1 | -1/+1 |
* | CMake: Localized dependency on Perl. | Oscar Fuentes | 2009-08-12 | 3 | -3/+1 |
* | CMake: Rely on llvm_config again for obtaining the list of required | Oscar Fuentes | 2009-08-12 | 2 | -9/+9 |
* | CMake: updated library dependencies. | Oscar Fuentes | 2009-08-12 | 1 | -13/+21 |
* | CMake: cmake/modules/LLVMLibDeps.cmake: Use unix line endings. | Oscar Fuentes | 2009-08-12 | 1 | -79/+79 |
* | CMake: Moved hard-coded library dependencies to its own file. | Oscar Fuentes | 2009-08-12 | 2 | -81/+80 |
* | Remove another Darwin assembler workaround. | Evan Cheng | 2009-08-12 | 1 | -2/+0 |
* | 80 col violation. | Evan Cheng | 2009-08-12 | 1 | -5/+5 |
* | Remove an Darwin assembler workaround. | Evan Cheng | 2009-08-12 | 2 | -16/+2 |
* | Shrink ADDS, ADC, RSB, and SUBS. | Evan Cheng | 2009-08-12 | 10 | -49/+164 |
* | Add some comments to clarify the arguments to the vtbl and vtbx intrinsics. | Bob Wilson | 2009-08-12 | 1 | -0/+4 |
* | Testcase for r78770. | Bill Wendling | 2009-08-12 | 1 | -0/+13 |
* | This logic was accidentally inverted in r78767. | Dan Gohman | 2009-08-12 | 1 | -3/+3 |
* | CMake: Do not install files with .tmp suffix. | Oscar Fuentes | 2009-08-12 | 1 | -0/+1 |
* | CMake: Re-enabled build of llvm-config. Removed recursive invocation | Oscar Fuentes | 2009-08-12 | 3 | -8/+1 |
* | Factor out the code for finding an available register for use | Dan Gohman | 2009-08-12 | 1 | -54/+70 |
* | Test for llvm-gcc patch 78762. | Dale Johannesen | 2009-08-12 | 1 | -0/+10 |
* | Add missing chain operands for VLD* and VST* instructions. | Bob Wilson | 2009-08-12 | 2 | -26/+34 |
* | Add contexts to some of the MVT APIs. No functionality change yet, just the ... | Owen Anderson | 2009-08-12 | 24 | -355/+434 |
* | llvm-gcc now emits inbounds for this getelementptr. | Dan Gohman | 2009-08-12 | 1 | -1/+1 |
* | Simplify this code, and use an in-bounds GEP. | Dan Gohman | 2009-08-12 | 1 | -5/+7 |
* | CMake: target triple for MSVC on Windows 64. | Oscar Fuentes | 2009-08-12 | 1 | -1/+5 |
* | llvm-mc/AsmParser: Match hard coded registers (e.g. 'shldl %cl, %eax, %eax') | Daniel Dunbar | 2009-08-11 | 2 | -25/+106 |
* | prune #include | Chris Lattner | 2009-08-11 | 1 | -2/+0 |
* | prune #includage. | Chris Lattner | 2009-08-11 | 1 | -12/+0 |
* | fix CodeGen/PowerPC/2007-01-15-AsmDialect.ll, fallout from r78742 | Chris Lattner | 2009-08-11 | 1 | -2/+2 |
* | change the -x86-asm-syntax=intel/att flag to be in X86TAI | Chris Lattner | 2009-08-11 | 4 | -45/+24 |
* | Shrinkify Thumb2 r = add sp, imm. | Evan Cheng | 2009-08-11 | 4 | -13/+26 |
* | second half of commit. | Chris Lattner | 2009-08-11 | 1 | -2/+2 |
* | pass "is64Bit" flag into PPC TAI ctors instead of a whole targetmachine. | Chris Lattner | 2009-08-11 | 2 | -20/+7 |
* | eliminate asmflavor from subtarget, PPCTAI is the only client | Chris Lattner | 2009-08-11 | 3 | -19/+4 |