summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-08Debug Info: update testing to reflect r192018.Manman Ren1-2/+4
2013-10-08Add fabsf to the list of inlined functions; otherwiseReed Kotler2-0/+13
2013-10-08Add DbgVariable::resolve per Eric's suggestion.Manman Ren2-2/+14
2013-10-08Debug Info: rename getOriginalTypeSize to getBaseTypeSize.Manman Ren1-4/+4
2013-10-08Debug Info: take advantage of the existing CU::resolve.Manman Ren1-7/+7
2013-10-08Move DIRef::getName out of line.Manman Ren1-10/+13
2013-10-08[mips] Simplify and optimize code.Akira Hatanaka2-11/+7
2013-10-08Add some xfaild R600 tests.Matt Arsenault3-0/+47
2013-10-08IRBuilder: Downgrade InsertPointGuard's instruction pointer to a raw pointer.Benjamin Kramer1-2/+2
2013-10-08Let rotr and bswap be handled by expansion for Mips16 since we don'tReed Kotler3-0/+13
2013-10-08Removing unintended code block from lliAndrew Kaylor1-9/+0
2013-10-08Grammar.Eric Christopher1-1/+1
2013-10-08Fix build on Solaris 11.Rafael Espindola2-0/+7
2013-10-08Only modify lto.exports.def when contents have changed.Rafael Espindola1-3/+9
2013-10-08Add a MCTargetStreamer interface.Rafael Espindola34-393/+558
2013-10-08SparcJITInfo.cpp: Prune "default:" label to fix a warning. [-Wcovered-switch-...NAKAMURA Takumi1-1/+0
2013-10-08Prune trailing linefeeds.NAKAMURA Takumi1-2/+0
2013-10-08[Sparc] Implement JIT for SPARC.Venkatraman Govindaraju12-44/+586
2013-10-08Remove unneeded MMX instruction definition by moving pattern to an equivalent...Craig Topper2-7/+2
2013-10-08Fix a typo in the mattr part of the run line.Craig Topper1-1/+1
2013-10-08Explicitly disable AVX on a bunch of tests so they won't fail on AVX machines...Craig Topper6-12/+12
2013-10-08Remove some instructions that existed to provide aliases to the assembler. Ca...Craig Topper9-39/+39
2013-10-08[Sparc] Do not hardcode nop in the delay slot of TLS_CALL. Use DelaySlotFille...Venkatraman Govindaraju2-3/+4
2013-10-08typo.Adrian Prantl1-1/+1
2013-10-08typo.Adrian Prantl1-1/+1
2013-10-08Reduce testcase from 1r92011.Adrian Prantl1-128/+20
2013-10-08update mach-o EXPORT_SYMBOL_* namesNick Kledzik1-2/+2
2013-10-07cmake: don't set LLVM_COMPILER_IS_GCC_COMPATIBLE when using clang-clHans Wennborg1-0/+2
2013-10-07Windows: Avoiding resizing, use uninitialized data() insteadDavid Majnemer1-4/+5
2013-10-07[mips] Test case for r192124.Akira Hatanaka1-0/+33
2013-10-07LoopVectorize: External uses must use the last value in a reduction cycleArnold Schwaighofer2-0/+33
2013-10-07Add Mips16 patterns for sign extend byte and sign extend halfword.Reed Kotler2-0/+31
2013-10-07Struct byval: use the correct alignment for loads generated to loadManman Ren2-1/+29
2013-10-07[mips] Coding style clean up.Akira Hatanaka2-62/+46
2013-10-07[mips] Disable tail merging when long branch pass is enabled.Akira Hatanaka1-1/+7
2013-10-07X86: Fix type check. Just because an integer type is illegal doesn't mean it'...Benjamin Kramer2-1/+19
2013-10-07[mips] Define method MipsSubtarget::enableLongBranchPass.Akira Hatanaka2-2/+5
2013-10-07Revert r191834 until we measure the effect of this benchmarks and maybe find ...Alexey Samsonov2-3/+82
2013-10-07[mips] Fix definition of mfhi and mflo instructions to read from the wholeAkira Hatanaka10-79/+105
2013-10-07Formally added an explicit enum for DWARF TLS support. No functionality change.Richard Mitton3-6/+11
2013-10-07Change objectsize intrinsic to accept different address spaces.Matt Arsenault13-47/+164
2013-10-07[ARM] Improve build attributes emission.Amara Emerson9-63/+212
2013-10-07[AArch64] Add support for NEON scalar arithmetic instructions:Chad Rosier8-44/+422
2013-10-07[ARMv8] Add some disassembly tests for Thumb sevl/sevl.wJoey Gouly1-0/+5
2013-10-07Revert r191088, corresponding to r191823 to re-enable llvm-lto on cygming.NAKAMURA Takumi1-2/+0
2013-10-07Windows/Process.inc: Fix for +Asserts. &Buf[0] is not guaranteed if size is z...NAKAMURA Takumi1-1/+1
2013-10-07Fix typo.Rafael Espindola1-1/+1
2013-10-07Remove dead code.Rafael Espindola3-214/+1
2013-10-07Remove getEHExceptionRegister and getEHHandlerRegister.Rafael Espindola12-72/+0
2013-10-07Fix the documentation of getDefaultSubtargetFeatures.Rafael Espindola2-4/+2