summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-12-11R600: Generalize dot4 optimizations to cube instructionsradeonsiVincent Lejeune9-123/+205
2013-12-10R600: Remove successive JUMP in AnalyzeBranch when AllowModify is trueVincent Lejeune1-1/+7
2013-12-10R600: Clean if/then/else handling code in AMDILCFGStructurizerVincent Lejeune1-545/+58
2013-12-10Inliner: Handle readonly attribute per argument when adding memcpy v2Tom Stellard5-30/+186
2013-12-10Revert "Patch suggestion to fix SS3 BFE"Vincent Lejeune1-1/+1
2013-12-10R600/SI: Remove Sinking PassVincent Lejeune1-1/+0
2013-12-10Add AddSinkinPass to llvm-c APIVincent Lejeune2-0/+7
2013-12-10Make sink pass able to sink instructions in block-loop-block situation.Vincent Lejeune2-15/+61
2013-12-10Revert "R600/SI: Implement AnalyzeBranch hook"Vincent Lejeune4-99/+2
2013-12-10R600/SI: Implement AnalyzeBranch hookVincent Lejeune4-2/+99
2013-12-10Patch suggestion to fix SS3 BFEVincent Lejeune1-1/+1
2013-12-10R600: Fix an infinite loop when trying to reorganize export/tex vector inputVincent Lejeune2-5/+67
2013-12-10R600: Fix input modifiers lost for CaymanVincent Lejeune2-0/+44
2013-12-10Next step in Mips16 prologue/epilogue cleanup.Reed Kotler9-27/+159
2013-12-10AVX-512: changed intrinsics for mask operationsElena Demikhovsky5-58/+78
2013-12-10AVX-512: Changed intrinsics of VPCONFLICT to match GCC builtin formElena Demikhovsky4-50/+66
2013-12-10Darwin: update default iOS version to 5.0Tim Northover2-10/+10
2013-12-10[CMake] Add MCDisassembler to tools/lto. (has been removed since r196908)NAKAMURA Takumi1-0/+1
2013-12-10[mips][msa] Correct sld and sldi builtins.Daniel Sanders4-68/+104
2013-12-10[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi48-57/+291
2013-12-10Add JIT to LINK_COMPONENTS in MCJITTests/Makefile.NAKAMURA Takumi1-1/+1
2013-12-10Add TargetLowering::prepareVolatileOrAtomicLoadRichard Sandiford15-73/+75
2013-12-10Add TargetLowering::prepareVolatileOrAtomicLoadRichard Sandiford24-51/+106
2013-12-10[CMake] lli/CMakeLists.txt: Move add_subdirectory(ChildTarget) to the front. ...NAKAMURA Takumi1-2/+1
2013-12-10[AArch64 NEON] Replace fpimm with fpz32 for floating compare with zero.Kevin Qin1-3/+3
2013-12-10[AArch64 NEON] Support poly128_t and implement relevant intrinsic.Kevin Qin4-11/+101
2013-12-10GCOV.cpp: Use PRIu64 instead of %lu.NAKAMURA Takumi1-1/+1
2013-12-10Add proper dependencies to LLVMBuild.txt in llvm/lib.NAKAMURA Takumi15-15/+15
2013-12-10Whitespaces.NAKAMURA Takumi7-7/+2
2013-12-10Revert "Fix miscompile of MS inline assembly with stack realignment"Reid Kleckner10-108/+35
2013-12-10Fix miscompile of MS inline assembly with stack realignmentReid Kleckner10-35/+108
2013-12-10Fix a crash that occurs when PWD is invalid.Andrew Trick3-5/+9
2013-12-10whitespaceAndrew Trick1-2/+2
2013-12-10Fix PR18162 - Incorrect assertion assumed that the SDValue resno is zero.Nadav Rotem2-1/+28
2013-12-10Update testcase for previous commit.Eric Christopher1-1/+1
2013-12-10llvm-cov: Added -a option for block data.Yuchen Wu8-8/+172
2013-12-10Disable emitting DW_AT_GNU_ranges_base until we actually use it.Eric Christopher1-6/+1
2013-12-10Add comments documenting the ARM datalayout string.Rafael Espindola1-0/+12
2013-12-10We never emit info into the macro info section, stop emitting anEric Christopher2-15/+0
2013-12-1080-col.Eric Christopher1-1/+2
2013-12-10Simplify further.Rafael Espindola1-12/+4
2013-12-10Transforms: Don't create bad branch weights when folding a switchJustin Bogner2-2/+22
2013-12-09Rename CompileUnit->DwarfCompileUnit and TypeUnit->DwarfTypeUnit forEric Christopher4-93/+104
2013-12-09Refactor the construction of the DataLayout string on ARM.Rafael Espindola1-19/+39
2013-12-09Rename Unit->DwarfUnit to match the file name and make it a bit lessEric Christopher4-203/+211
2013-12-09[AArch64] Refactor the NEON scalar reduce pairwise intrinsics, so that they useChad Rosier3-96/+85
2013-12-09[AArch64] Refactor NEON scalar reduce pairwise front-end codegen to removeChad Rosier2-48/+13
2013-12-09[AArch64] Remove q and non-q intrinsic definitions in the NEON scalar reduceChad Rosier3-76/+61
2013-12-09get rid of superfluous commentReed Kotler1-1/+0
2013-12-09Delete some old code used for testing that is not needed anymore.Reed Kotler1-87/+33