aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-20Merging r195102:llvmorg-3.4.0-rc1Bill Wendling1-1/+1
2013-11-20Merging r195193:Bill Wendling1-3/+38
2013-11-19Merging r195158:Bill Wendling2-0/+227
2013-11-19Merging r195163:Bill Wendling9-8/+197
2013-11-19Merging r195136:Bill Wendling0-0/+0
2013-11-19Merging r195135:Bill Wendling3-13/+15
2013-11-19Merging r195128:Bill Wendling1-21/+18
2013-11-19Merging r195126:Bill Wendling2-17/+2
2013-11-19Merging r195103:Bill Wendling2-2/+7
2013-11-19Merging r195100:Bill Wendling1-0/+2
2013-11-19Merging r195094:Bill Wendling2-9/+47
2013-11-19Merging r195093:Bill Wendling3-77/+172
2013-11-19Merging r195092:Bill Wendling14-155/+80
2013-11-19Creating release_34 branchBill Wendling436-174117/+0
2013-11-19Disable this check temporarily.Bill Wendling1-1/+1
2013-11-19Implement AArch64 neon instructions class SIMD lsone and SIMD lone-post.Hao Liu3-1/+2202
2013-11-19Implement AArch64 neon instructions class SIMD lsone and SIMD lone-post.Hao Liu14-191/+4800
2013-11-19Remove unused special member functions and reformat.Eric Christopher2-14/+3
2013-11-19Fix previous commit and fully remove variable.Eric Christopher3-5/+3
2013-11-19Remove unused variable.Eric Christopher1-1/+0
2013-11-19Implement AArch64 SISD intrinsics for vget_high and vget_low.Jiangning Liu2-4/+258
2013-11-19Implement AArch64 SISD intrinsics for vget_high and vget_low.Jiangning Liu2-0/+183
2013-11-19implement MC layer of AArch64 neon instruction PMULL and PMULL2 with 128 bit ...Kevin Qin4-0/+28
2013-11-19Add predicate for AArch64 crypto instructions.Jiangning Liu3-3/+14
2013-11-19ObjectiveC objc_bridge. Minor refactoring.Fariborz Jahanian1-2/+2
2013-11-19Add predicate for AArch64 crypto instructions.Jiangning Liu3-1/+27
2013-11-19Clean up predefined macros for AArch64 to follow ACLE 2.0.Jiangning Liu3-27/+37
2013-11-19[Mips] Support for MicroMips STO refactoring.Jack Carter8-71/+28
2013-11-19ObjectiveC 'objc_bridging'. Assorment of improvements Fariborz Jahanian6-45/+17
2013-11-19[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka113-151/+505
2013-11-19llvm-dwarfdump: support for emitting only the debug_types section using -debu...David Blaikie2-0/+5
2013-11-19Write temporary file names if debugging is enabled.Rui Ueyama2-0/+8
2013-11-19ObjectiveC ARC. Adopt objc_bridge attributeFariborz Jahanian5-62/+71
2013-11-18DwarfDebug: Move trailing else to the same line as prior closing braceDavid Blaikie1-4/+2
2013-11-18DwarfDebug: Remove some more redundant explicit constructions.David Blaikie1-4/+3
2013-11-18[Mips] MipsTargetStreamer refactoring.Jack Carter4-64/+92
2013-11-18DebugInfo: Update caller based on DIType's MDNode* ctor becoming explicit in ...David Blaikie1-1/+2
2013-11-18DebugInfo: Simplify a few more explicit constructions, underconstrained types...David Blaikie4-29/+26
2013-11-18Change the clang driver with the use of -no-integrated-as for darwin to useKevin Enderby2-3/+8
2013-11-18Revert "COFF: Emit all MCSymbols rather than filtering out some of them"Reid Kleckner5-12/+34
2013-11-18Debug info: Let LowerDbgDeclare perfom the dbg.declare -> dbg.valueAdrian Prantl2-1/+107
2013-11-18Simplify. No functionality change.Rui Ueyama1-3/+1
2013-11-18The attached patch is a follow up from my previous one. The existingRafael Espindola2-3/+14
2013-11-18Docs: tweak code-block spacing.Ahmed Bougacha1-0/+1
2013-11-18Remove period at end of "optimization level is unsupported" diagnosticHans Wennborg3-3/+3
2013-11-18Make test/Driver/clang_f_opts.c not write to the test dirHans Wennborg2-2/+2
2013-11-18The 'optnone' attribute means don't inline anything into this functionPaul Robinson6-10/+67
2013-11-18G M suggestion: conditionally include files on _WIN32.Yaron Keren1-0/+2
2013-11-18This patch implements snprintf_l function in a way similar to the other Yaron Keren2-1/+11
2013-11-18The code using the StmtPrinterHelper object failed to account for a null obje...Aaron Ballman1-44/+39