| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add attempted idiotproofing comment per review. | Dale Johannesen | 2009-08-12 | 1 | -1/+2 |
* | improve win32 path support, patch by Baptiste Lepilleur! | Chris Lattner | 2009-08-12 | 1 | -1/+2 |
* | Test for 78821, sort of. While that bug is nondeterministic, | Dale Johannesen | 2009-08-12 | 1 | -0/+176 |
* | Fix a nondeterministic bug in APInt::roundToDouble; | Dale Johannesen | 2009-08-12 | 1 | -2/+2 |
* | Fix whitespace expectations to match the new AsmWriter behavior. | Dan Gohman | 2009-08-12 | 1 | -2/+2 |
* | Add catch block handling to SjLj exception handling. | Jim Grosbach | 2009-08-12 | 2 | -4/+13 |
* | Make LLVM Assembly dramatically easier to read by aligning the comments, | Dan Gohman | 2009-08-12 | 10 | -157/+169 |
* | Fix TableGen warnings. This partly reverts my previous change to this file, | Bob Wilson | 2009-08-12 | 1 | -14/+18 |
* | Fix a missing newline (now that Value*'s operator<< doesn't append one). | Dan Gohman | 2009-08-12 | 1 | -1/+1 |
* | change CBE to just get TAI now, instead of TM to get TAI. | Chris Lattner | 2009-08-12 | 1 | -7/+2 |
* | Transform -X/C to X/-C, implementing a README.txt entry. | Dan Gohman | 2009-08-12 | 3 | -10/+28 |
* | Optimize (x/C)*C to x if the division is exact. | Dan Gohman | 2009-08-12 | 2 | -1/+47 |
* | Update instcombine's debug output to account for Value*'s operator<< | Dan Gohman | 2009-08-12 | 1 | -10/+10 |
* | 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 |