aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add DbgVariable::resolve per Eric's suggestion.Manman Ren2013-10-082-2/+14
* Debug Info: rename getOriginalTypeSize to getBaseTypeSize.Manman Ren2013-10-081-4/+4
* Debug Info: take advantage of the existing CU::resolve.Manman Ren2013-10-081-7/+7
* Move DIRef::getName out of line.Manman Ren2013-10-081-10/+13
* [mips] Simplify and optimize code.Akira Hatanaka2013-10-082-11/+7
* Add some xfaild R600 tests.Matt Arsenault2013-10-083-0/+47
* IRBuilder: Downgrade InsertPointGuard's instruction pointer to a raw pointer.Benjamin Kramer2013-10-081-2/+2
* Let rotr and bswap be handled by expansion for Mips16 since we don'tReed Kotler2013-10-083-0/+13
* Removing unintended code block from lliAndrew Kaylor2013-10-081-9/+0
* Grammar.Eric Christopher2013-10-081-1/+1
* Fix build on Solaris 11.Rafael Espindola2013-10-082-0/+7
* Only modify lto.exports.def when contents have changed.Rafael Espindola2013-10-081-3/+9
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-0834-393/+558
* SparcJITInfo.cpp: Prune "default:" label to fix a warning. [-Wcovered-switch-...NAKAMURA Takumi2013-10-081-1/+0
* Prune trailing linefeeds.NAKAMURA Takumi2013-10-081-2/+0
* [Sparc] Implement JIT for SPARC.Venkatraman Govindaraju2013-10-0812-44/+586
* Remove unneeded MMX instruction definition by moving pattern to an equivalent...Craig Topper2013-10-082-7/+2
* Fix a typo in the mattr part of the run line.Craig Topper2013-10-081-1/+1
* Explicitly disable AVX on a bunch of tests so they won't fail on AVX machines...Craig Topper2013-10-086-12/+12
* Remove some instructions that existed to provide aliases to the assembler. Ca...Craig Topper2013-10-089-39/+39
* [Sparc] Do not hardcode nop in the delay slot of TLS_CALL. Use DelaySlotFille...Venkatraman Govindaraju2013-10-082-3/+4
* typo.Adrian Prantl2013-10-081-1/+1
* typo.Adrian Prantl2013-10-081-1/+1
* Reduce testcase from 1r92011.Adrian Prantl2013-10-081-128/+20
* update mach-o EXPORT_SYMBOL_* namesNick Kledzik2013-10-081-2/+2
* cmake: don't set LLVM_COMPILER_IS_GCC_COMPATIBLE when using clang-clHans Wennborg2013-10-071-0/+2
* Windows: Avoiding resizing, use uninitialized data() insteadDavid Majnemer2013-10-071-4/+5
* [mips] Test case for r192124.Akira Hatanaka2013-10-071-0/+33
* LoopVectorize: External uses must use the last value in a reduction cycleArnold Schwaighofer2013-10-072-0/+33
* Add Mips16 patterns for sign extend byte and sign extend halfword.Reed Kotler2013-10-072-0/+31
* Struct byval: use the correct alignment for loads generated to loadManman Ren2013-10-072-1/+29
* [mips] Coding style clean up.Akira Hatanaka2013-10-072-62/+46
* [mips] Disable tail merging when long branch pass is enabled.Akira Hatanaka2013-10-071-1/+7
* X86: Fix type check. Just because an integer type is illegal doesn't mean it'...Benjamin Kramer2013-10-072-1/+19
* [mips] Define method MipsSubtarget::enableLongBranchPass.Akira Hatanaka2013-10-072-2/+5
* Revert r191834 until we measure the effect of this benchmarks and maybe find ...Alexey Samsonov2013-10-072-3/+82
* [mips] Fix definition of mfhi and mflo instructions to read from the wholeAkira Hatanaka2013-10-0710-79/+105
* Formally added an explicit enum for DWARF TLS support. No functionality change.Richard Mitton2013-10-073-6/+11
* Change objectsize intrinsic to accept different address spaces.Matt Arsenault2013-10-0713-47/+164
* [ARM] Improve build attributes emission.Amara Emerson2013-10-079-63/+212
* [AArch64] Add support for NEON scalar arithmetic instructions:Chad Rosier2013-10-078-44/+422
* [ARMv8] Add some disassembly tests for Thumb sevl/sevl.wJoey Gouly2013-10-071-0/+5
* Revert r191088, corresponding to r191823 to re-enable llvm-lto on cygming.NAKAMURA Takumi2013-10-071-2/+0
* Windows/Process.inc: Fix for +Asserts. &Buf[0] is not guaranteed if size is z...NAKAMURA Takumi2013-10-071-1/+1
* Fix typo.Rafael Espindola2013-10-071-1/+1
* Remove dead code.Rafael Espindola2013-10-073-214/+1
* Remove getEHExceptionRegister and getEHHandlerRegister.Rafael Espindola2013-10-0712-72/+0
* Fix the documentation of getDefaultSubtargetFeatures.Rafael Espindola2013-10-072-4/+2
* ARM: allow cortex-m0 to use hint instructionsTim Northover2013-10-078-21/+59
* Windows: Be more explicit with Win32 APIsDavid Majnemer2013-10-074-15/+33