aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add attempted idiotproofing comment per review.Dale Johannesen2009-08-121-1/+2
* improve win32 path support, patch by Baptiste Lepilleur!Chris Lattner2009-08-121-1/+2
* Test for 78821, sort of. While that bug is nondeterministic,Dale Johannesen2009-08-121-0/+176
* Fix a nondeterministic bug in APInt::roundToDouble;Dale Johannesen2009-08-121-2/+2
* Fix whitespace expectations to match the new AsmWriter behavior.Dan Gohman2009-08-121-2/+2
* Add catch block handling to SjLj exception handling.Jim Grosbach2009-08-122-4/+13
* Make LLVM Assembly dramatically easier to read by aligning the comments,Dan Gohman2009-08-1210-157/+169
* Fix TableGen warnings. This partly reverts my previous change to this file,Bob Wilson2009-08-121-14/+18
* Fix a missing newline (now that Value*'s operator<< doesn't append one).Dan Gohman2009-08-121-1/+1
* change CBE to just get TAI now, instead of TM to get TAI.Chris Lattner2009-08-121-7/+2
* Transform -X/C to X/-C, implementing a README.txt entry.Dan Gohman2009-08-123-10/+28
* Optimize (x/C)*C to x if the division is exact.Dan Gohman2009-08-122-1/+47
* Update instcombine's debug output to account for Value*'s operator<<Dan Gohman2009-08-121-10/+10
* Remove a bunch more now-unnecessary Context arguments.Dan Gohman2009-08-129-234/+210
* Eliminate a bunch of now unnecessary explicit Context variables.Dan Gohman2009-08-121-97/+94
* CMake: Added asm file to x86_64 MSVC build.Oscar Fuentes2009-08-121-1/+8
* register naming cleanup (s/ip/r12/)Jim Grosbach2009-08-122-5/+5
* Fix unit test on FreeBSD. We need to make sure there is enough space to save ...Benjamin Kramer2009-08-121-1/+1
* catch a typo and simplify call syntaxGabor Greif2009-08-121-3/+3
* here comes the CMAKE part on LLVM_COMPACT_SENTINELS; see also r78628 and r78661Gabor Greif2009-08-122-1/+10
* Change TargetAsmInfo to be constructed via TargetRegistry from a Target+TripleChris Lattner2009-08-1250-167/+209
* one last (?) bad x86 triple test.Chris Lattner2009-08-121-1/+1
* fix some pastos in triple lines.Chris Lattner2009-08-121-3/+3
* the x86 version of the name is x86-64, not x86_64. Handle this properlyChris Lattner2009-08-121-1/+1
* another bogus tripleChris Lattner2009-08-121-1/+1
* add support for mingw64 target triples.Chris Lattner2009-08-122-0/+4
* fix another broken target triple.Chris Lattner2009-08-121-1/+1
* fix an incorrect target triple.Chris Lattner2009-08-121-1/+1
* Move immediate constant predicate templates from the Blackfin target to MathE...Jakob Stoklund Olesen2009-08-124-28/+28
* add a couple of helpers to the Triple class for decodingChris Lattner2009-08-122-0/+80
* add nounwindChris Lattner2009-08-121-1/+1
* Shrink Thumb2 movcc instructions.Evan Cheng2009-08-124-5/+13
* CMake: Fixed sed script for translating library dependencies fromOscar Fuentes2009-08-121-1/+1
* CMake: Localized dependency on Perl.Oscar Fuentes2009-08-123-3/+1
* CMake: Rely on llvm_config again for obtaining the list of requiredOscar Fuentes2009-08-122-9/+9
* CMake: updated library dependencies.Oscar Fuentes2009-08-121-13/+21
* CMake: cmake/modules/LLVMLibDeps.cmake: Use unix line endings.Oscar Fuentes2009-08-121-79/+79
* CMake: Moved hard-coded library dependencies to its own file.Oscar Fuentes2009-08-122-81/+80
* Remove another Darwin assembler workaround.Evan Cheng2009-08-121-2/+0
* 80 col violation.Evan Cheng2009-08-121-5/+5
* Remove an Darwin assembler workaround.Evan Cheng2009-08-122-16/+2
* Shrink ADDS, ADC, RSB, and SUBS.Evan Cheng2009-08-1210-49/+164
* Add some comments to clarify the arguments to the vtbl and vtbx intrinsics.Bob Wilson2009-08-121-0/+4
* Testcase for r78770.Bill Wendling2009-08-121-0/+13
* This logic was accidentally inverted in r78767.Dan Gohman2009-08-121-3/+3
* CMake: Do not install files with .tmp suffix.Oscar Fuentes2009-08-121-0/+1
* CMake: Re-enabled build of llvm-config. Removed recursive invocationOscar Fuentes2009-08-123-8/+1
* Factor out the code for finding an available register for useDan Gohman2009-08-121-54/+70
* Test for llvm-gcc patch 78762.Dale Johannesen2009-08-121-0/+10
* Add missing chain operands for VLD* and VST* instructions.Bob Wilson2009-08-122-26/+34