aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add contexts to some of the MVT APIs. No functionality change yet, just the ...Owen Anderson2009-08-1224-355/+434
* llvm-gcc now emits inbounds for this getelementptr.Dan Gohman2009-08-121-1/+1
* Simplify this code, and use an in-bounds GEP.Dan Gohman2009-08-121-5/+7
* CMake: target triple for MSVC on Windows 64.Oscar Fuentes2009-08-121-1/+5
* llvm-mc/AsmParser: Match hard coded registers (e.g. 'shldl %cl, %eax, %eax')Daniel Dunbar2009-08-112-25/+106
* prune #includeChris Lattner2009-08-111-2/+0
* prune #includage.Chris Lattner2009-08-111-12/+0
* fix CodeGen/PowerPC/2007-01-15-AsmDialect.ll, fallout from r78742Chris Lattner2009-08-111-2/+2
* change the -x86-asm-syntax=intel/att flag to be in X86TAI Chris Lattner2009-08-114-45/+24
* Shrinkify Thumb2 r = add sp, imm.Evan Cheng2009-08-114-13/+26
* second half of commit.Chris Lattner2009-08-111-2/+2
* pass "is64Bit" flag into PPC TAI ctors instead of a whole targetmachine.Chris Lattner2009-08-112-20/+7
* eliminate asmflavor from subtarget, PPCTAI is the only clientChris Lattner2009-08-113-19/+4