summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merging r195102:llvmorg-3.4.0-rc1Bill Wendling2013-11-201-1/+1
* Merging r195193:Bill Wendling2013-11-201-3/+38
* Merging r195158:Bill Wendling2013-11-192-0/+227
* Merging r195163:Bill Wendling2013-11-199-8/+197
* Merging r195136:Bill Wendling2013-11-190-0/+0
* Merging r195135:Bill Wendling2013-11-193-13/+15
* Merging r195128:Bill Wendling2013-11-191-21/+18
* Merging r195126:Bill Wendling2013-11-192-17/+2
* Merging r195103:Bill Wendling2013-11-192-2/+7
* Merging r195100:Bill Wendling2013-11-191-0/+2
* Merging r195094:Bill Wendling2013-11-192-9/+47
* Merging r195093:Bill Wendling2013-11-193-77/+172
* Merging r195092:Bill Wendling2013-11-1914-155/+80
* Creating release_34 branchBill Wendling2013-11-19436-174117/+0
* Disable this check temporarily.Bill Wendling2013-11-191-1/+1
* Implement AArch64 neon instructions class SIMD lsone and SIMD lone-post.Hao Liu2013-11-193-1/+2202
* Implement AArch64 neon instructions class SIMD lsone and SIMD lone-post.Hao Liu2013-11-1914-191/+4800
* Remove unused special member functions and reformat.Eric Christopher2013-11-192-14/+3
* Fix previous commit and fully remove variable.Eric Christopher2013-11-193-5/+3
* Remove unused variable.Eric Christopher2013-11-191-1/+0
* Implement AArch64 SISD intrinsics for vget_high and vget_low.Jiangning Liu2013-11-192-4/+258
* Implement AArch64 SISD intrinsics for vget_high and vget_low.Jiangning Liu2013-11-192-0/+183
* implement MC layer of AArch64 neon instruction PMULL and PMULL2 with 128 bit ...Kevin Qin2013-11-194-0/+28
* Add predicate for AArch64 crypto instructions.Jiangning Liu2013-11-193-3/+14
* ObjectiveC objc_bridge. Minor refactoring.Fariborz Jahanian2013-11-191-2/+2
* Add predicate for AArch64 crypto instructions.Jiangning Liu2013-11-193-1/+27
* Clean up predefined macros for AArch64 to follow ACLE 2.0.Jiangning Liu2013-11-193-27/+37
* [Mips] Support for MicroMips STO refactoring.Jack Carter2013-11-198-71/+28
* ObjectiveC 'objc_bridging'. Assorment of improvements Fariborz Jahanian2013-11-196-45/+17
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19113-151/+505
* llvm-dwarfdump: support for emitting only the debug_types section using -debu...David Blaikie2013-11-192-0/+5
* Write temporary file names if debugging is enabled.Rui Ueyama2013-11-192-0/+8
* ObjectiveC ARC. Adopt objc_bridge attributeFariborz Jahanian2013-11-195-62/+71
* DwarfDebug: Move trailing else to the same line as prior closing braceDavid Blaikie2013-11-181-4/+2
* DwarfDebug: Remove some more redundant explicit constructions.David Blaikie2013-11-181-4/+3
* [Mips] MipsTargetStreamer refactoring.Jack Carter2013-11-184-64/+92
* DebugInfo: Update caller based on DIType's MDNode* ctor becoming explicit in ...David Blaikie2013-11-181-1/+2
* DebugInfo: Simplify a few more explicit constructions, underconstrained types...David Blaikie2013-11-184-29/+26
* Change the clang driver with the use of -no-integrated-as for darwin to useKevin Enderby2013-11-182-3/+8
* Revert "COFF: Emit all MCSymbols rather than filtering out some of them"Reid Kleckner2013-11-185-12/+34
* Debug info: Let LowerDbgDeclare perfom the dbg.declare -> dbg.valueAdrian Prantl2013-11-182-1/+107
* Simplify. No functionality change.Rui Ueyama2013-11-181-3/+1
* The attached patch is a follow up from my previous one. The existingRafael Espindola2013-11-182-3/+14
* Docs: tweak code-block spacing.Ahmed Bougacha2013-11-181-0/+1
* Remove period at end of "optimization level is unsupported" diagnosticHans Wennborg2013-11-183-3/+3
* Make test/Driver/clang_f_opts.c not write to the test dirHans Wennborg2013-11-182-2/+2
* The 'optnone' attribute means don't inline anything into this functionPaul Robinson2013-11-186-10/+67
* G M suggestion: conditionally include files on _WIN32.Yaron Keren2013-11-181-0/+2
* This patch implements snprintf_l function in a way similar to the other Yaron Keren2013-11-182-1/+11
* The code using the StmtPrinterHelper object failed to account for a null obje...Aaron Ballman2013-11-181-44/+39