summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-09Don't add suffixes for stdcall/fastcall on 64 coff.Rafael Espindola2-3/+17
2013-12-09Use a more direct check for finding out the file type.Rafael Espindola4-16/+28
2013-12-09Don't set a variable to its default value.Rafael Espindola1-1/+0
2013-12-09Fix pattern match for movi with 0D resultAna Pazos3-3/+24
2013-12-09DwarfDebug/Unit: Remove another case of label recreation by storing the gnu_r...David Blaikie2-6/+14
2013-12-09Improve the detection of the pathSylvestre Ledru1-11/+12
2013-12-09[mips][msa] Fix invalid generated code when lowering FrameIndex involving una...Daniel Sanders2-2/+81
2013-12-09[mips][msa] Fix suboptimal FrameIndex lowering for ld.[hwd] and st.[hwd]Daniel Sanders2-15/+269
2013-12-09Method parseSetAssignment treats every operand with '$' sign as register and ...Vladimir Medic2-19/+6
2013-12-09ADT: Implement MutableArrayRef::reverse_iteratorDavid Majnemer1-0/+5
2013-12-09[SPARCV9]: Adjust the resultant pointer of DYNAMIC_STACKALLOC with the stack ...Venkatraman Govindaraju2-4/+6
2013-12-09[Sparc]: Implement getSetCCResultType() in SparcTargetLowering so that umulo/...Venkatraman Govindaraju3-0/+23
2013-12-09[AArch64]Add missing pair intrinsics such as:Hao Liu4-1/+84
2013-12-09[AArch64]Pattern match failures for truncate store and extend loadHao Liu2-0/+76
2013-12-08[SparcV9]: Expand MULHU/MULHS:i64 and UMUL_LOHI/SMUL_LOHI:i64 on sparcv9.Venkatraman Govindaraju2-0/+23
2013-12-08Revert 196544 due to internal bot failures.Manman Ren3-55/+0
2013-12-08Make sure we mark these registers as defined. Previously was doneReed Kotler1-6/+10
2013-12-08Cleaning up of prologue/epilogue code for Mips16. First stepReed Kotler8-39/+59
2013-12-08ARM: fix folding of stack-adjustment (yet again).Tim Northover2-3/+13