summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merging r216064:llvmorg-3.5.0-rc3Bill Wendling2014-08-203-2/+42
* It fixes a regression with multiple address spaces inBill Wendling2014-08-202-1/+23
* Make 3.5 branch.Bill Wendling2014-08-2097-0/+63476
|\
| * InstCombine: Annotate sub with nuw when we prove it's safeDavid Majnemer2014-08-203-1/+32
| * Fix an off by 1 bug that prevented SmallPtrSet from using all of its 'small' ...Craig Topper2014-08-201-6/+5
| * Constants.h: Fix possible typo in r216015. [-Wdocumentation]NAKAMURA Takumi2014-08-201-1/+1
| * [dfsan] Treat vararg custom functions like unimplemented functions.Peter Collingbourne2014-08-202-1/+7
| * Revert rL215947: "[clang-rename] revert r215839"Manuel Klimek2014-08-2019-2/+1007
| * [FastISel][AArch64] Use the proper FMOV instruction to materialize a +0.0.Juergen Ributzka2014-08-202-2/+2
| * [PECOFF] Emit PE+ idata tables.Rui Ueyama2014-08-204-35/+40
| * Objective-C [qoi]. Provide fix-it hint when sendingFariborz Jahanian2014-08-194-5/+46
| * InstCombine: Annotate sub with nsw when we prove it's safeDavid Majnemer2014-08-197-6/+81
| * BumpPtrAllocator: don't accept 0 for the alignment parameterHans Wennborg2014-08-193-19/+17
| * Changes uint to uint32_t.Zachary Turner2014-08-192-7/+7
| * [FastISel][AArch64] Factor out ADDS/SUBS instruction emission and add support...Juergen Ributzka2014-08-193-300/+483
| * Add an accessor to ValueObject that determines if the object represents a bas...Enrico Granata2014-08-192-0/+23
| * Split parseAssembly into parseAssembly and parseAssemblyInto.Rafael Espindola2014-08-192-8/+26
| * Delete unused argument in AArch64MCInstLower constructor: it doesn'tAlexey Samsonov2014-08-193-4/+3
| * Handle SPARC float command line parameters for SPARCv9.Brad Smith2014-08-192-1/+6
| * Attempt to keep the Linux build happy in face of my changes. Non-Apple folks,...Enrico Granata2014-08-191-0/+2
| * LangRef: Move example of function-scope uselistorder to a functionDuncan P. N. Exon Smith2014-08-191-3/+10
| * This is a fairly bulky patch, but a lot of it involves rearranging existing codeEnrico Granata2014-08-1913-833/+1432
| * IR: Implement uselistorder assembly directivesDuncan P. N. Exon Smith2014-08-1931-7/+709
| * [MCJIT] Add an i386 RuntimeDyldMachO test case.Lang Hames2014-08-192-4/+49
| * IR: Fix a missed case when threading OnlyIfReduced through ConstantExprDuncan P. N. Exon Smith2014-08-192-4/+29
| * verify-uselistorder: Force -preserve-bc-use-list-orderDuncan P. N. Exon Smith2014-08-19151-151/+160
| * Fix FreeBSD build after r215992Ed Maste2014-08-191-3/+3
| * Test: Coverage Mapping: add missing RUN commandsAlex Lorenz2014-08-192-10/+10
| * [FastISel][AArch64] Extend floating-point materialization test.Juergen Ributzka2014-08-191-15/+29
| * fix the gcc buildRafael Espindola2014-08-191-0/+8
| * [MCJIT] Allow '$' characters in symbol names in RuntimeDyldChecker.Lang Hames2014-08-191-1/+1
| * IR: Fix ConstantExpr::replaceUsesOfWithOnConstant()Duncan P. N. Exon Smith2014-08-193-56/+36
| * IR: Thread OnlyIfReduced through ConstantExpr::getWithOperands()Duncan P. N. Exon Smith2014-08-192-119/+208
| * Fix the MSVC build.Rafael Espindola2014-08-191-0/+6
| * Reapply [FastISel][AArch64] Add support for more addressing modes (r215597).Juergen Ributzka2014-08-192-168/+714
| * Reapply [FastISel][X86] Add large code model support for materializing floati...Juergen Ributzka2014-08-192-17/+37
| * Reapply [FastISel][X86] Use XOR to materialize the "0" value (r215594).Juergen Ributzka2014-08-195-11/+34
| * Reapply [FastISel][X86] Emit more efficient instructions for integer constant...Juergen Ributzka2014-08-193-212/+177
| * Reapply [FastISel][AArch64] Make use of the zero register when possible (r215...Juergen Ributzka2014-08-195-16/+59
| * ADT: Unit test for ArrayRef::equals change in r215986Duncan P. N. Exon Smith2014-08-191-0/+4
| * IR: De-duplicate code for replacing operands in placeDuncan P. N. Exon Smith2014-08-192-69/+43
| * Reapply [FastISel] Let the target decide first if it wants to materialize a c...Juergen Ributzka2014-08-1910-88/+57
| * Fix a pair of use after free. Should bring the bots back.Rafael Espindola2014-08-191-2/+2
| * Refactor the hardcoded formatters facility to use sequences of lambdas - stil...Enrico Granata2014-08-192-17/+81
| * Update for llvm api change.Rafael Espindola2014-08-192-13/+21
| * Don't own the buffer in object::Binary.Rafael Espindola2014-08-1948-314/+375
| * Hide two different AlignMode enums in anonymous namespaces. This bug is repor...Alexey Samsonov2014-08-192-0/+4
| * Add includes needed for FreeBSD.Zachary Turner2014-08-191-0/+3
| * Revert "Small refactor on VectorizerHint for deduplication"Renato Golin2014-08-192-177/+91
| * fix missing include for ::close in platform_support.hEric Fiselier2014-08-191-0/+2