aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-27Merging r216572:llvmorg-3.5.0-rc4Bill Wendling3-1/+1
2014-08-27Merging r216531:Bill Wendling13-38/+64
2014-08-27updated with clang openmp notes by Michael WongMichael Wong1-1/+17
2014-08-22Use C++14 flags.Bill Wendling1-2/+9
2014-08-20Merging r216064:llvmorg-3.5.0-rc3Bill Wendling3-2/+42
2014-08-20It fixes a regression with multiple address spaces inBill Wendling2-1/+23
2014-08-20Make 3.5 branch.Bill Wendling97-0/+63476
2014-08-20InstCombine: Annotate sub with nuw when we prove it's safeDavid Majnemer3-1/+32
2014-08-20Fix an off by 1 bug that prevented SmallPtrSet from using all of its 'small' ...Craig Topper1-6/+5
2014-08-20Constants.h: Fix possible typo in r216015. [-Wdocumentation]NAKAMURA Takumi1-1/+1
2014-08-20[dfsan] Treat vararg custom functions like unimplemented functions.Peter Collingbourne2-1/+7
2014-08-20Revert rL215947: "[clang-rename] revert r215839"Manuel Klimek19-2/+1007
2014-08-20[FastISel][AArch64] Use the proper FMOV instruction to materialize a +0.0.Juergen Ributzka2-2/+2
2014-08-20[PECOFF] Emit PE+ idata tables.Rui Ueyama4-35/+40
2014-08-19Objective-C [qoi]. Provide fix-it hint when sendingFariborz Jahanian4-5/+46
2014-08-19InstCombine: Annotate sub with nsw when we prove it's safeDavid Majnemer7-6/+81
2014-08-19BumpPtrAllocator: don't accept 0 for the alignment parameterHans Wennborg3-19/+17
2014-08-19Merging r215295:Renato Golin2-7/+3
2014-08-19Changes uint to uint32_t.Zachary Turner2-7/+7
2014-08-19[FastISel][AArch64] Factor out ADDS/SUBS instruction emission and add support...Juergen Ributzka3-300/+483
2014-08-19Add an accessor to ValueObject that determines if the object represents a bas...Enrico Granata2-0/+23
2014-08-19Split parseAssembly into parseAssembly and parseAssemblyInto.Rafael Espindola2-8/+26
2014-08-19Delete unused argument in AArch64MCInstLower constructor: it doesn'tAlexey Samsonov3-4/+3
2014-08-19Handle SPARC float command line parameters for SPARCv9.Brad Smith2-1/+6
2014-08-19Attempt to keep the Linux build happy in face of my changes. Non-Apple folks,...Enrico Granata1-0/+2
2014-08-19LangRef: Move example of function-scope uselistorder to a functionDuncan P. N. Exon Smith1-3/+10
2014-08-19This is a fairly bulky patch, but a lot of it involves rearranging existing codeEnrico Granata13-833/+1432
2014-08-19IR: Implement uselistorder assembly directivesDuncan P. N. Exon Smith31-7/+709
2014-08-19[MCJIT] Add an i386 RuntimeDyldMachO test case.Lang Hames2-4/+49
2014-08-19IR: Fix a missed case when threading OnlyIfReduced through ConstantExprDuncan P. N. Exon Smith2-4/+29
2014-08-19verify-uselistorder: Force -preserve-bc-use-list-orderDuncan P. N. Exon Smith151-151/+160
2014-08-19Fix FreeBSD build after r215992Ed Maste1-3/+3
2014-08-19Test: Coverage Mapping: add missing RUN commandsAlex Lorenz2-10/+10
2014-08-19[FastISel][AArch64] Extend floating-point materialization test.Juergen Ributzka1-15/+29
2014-08-19fix the gcc buildRafael Espindola1-0/+8
2014-08-19[MCJIT] Allow '$' characters in symbol names in RuntimeDyldChecker.Lang Hames1-1/+1
2014-08-19IR: Fix ConstantExpr::replaceUsesOfWithOnConstant()Duncan P. N. Exon Smith3-56/+36
2014-08-19IR: Thread OnlyIfReduced through ConstantExpr::getWithOperands()Duncan P. N. Exon Smith2-119/+208
2014-08-19Fix the MSVC build.Rafael Espindola1-0/+6
2014-08-19Reapply [FastISel][AArch64] Add support for more addressing modes (r215597).Juergen Ributzka2-168/+714
2014-08-19Reapply [FastISel][X86] Add large code model support for materializing floati...Juergen Ributzka2-17/+37
2014-08-19Reapply [FastISel][X86] Use XOR to materialize the "0" value (r215594).Juergen Ributzka5-11/+34
2014-08-19Reapply [FastISel][X86] Emit more efficient instructions for integer constant...Juergen Ributzka3-212/+177
2014-08-19Reapply [FastISel][AArch64] Make use of the zero register when possible (r215...Juergen Ributzka5-16/+59
2014-08-19ADT: Unit test for ArrayRef::equals change in r215986Duncan P. N. Exon Smith1-0/+4
2014-08-19IR: De-duplicate code for replacing operands in placeDuncan P. N. Exon Smith2-69/+43
2014-08-19Reapply [FastISel] Let the target decide first if it wants to materialize a c...Juergen Ributzka10-88/+57
2014-08-19Fix a pair of use after free. Should bring the bots back.Rafael Espindola1-2/+2
2014-08-19Refactor the hardcoded formatters facility to use sequences of lambdas - stil...Enrico Granata2-17/+81
2014-08-19Update for llvm api change.Rafael Espindola2-13/+21