aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-28Remove extra MayLoad/MayStore flags from atomic_load/store.Jakob Stoklund Olesen
2012-08-28Revert r162713: "Add ATOMIC_LDR* pseudo-instructions to model atomic_load on ...Jakob Stoklund Olesen
2012-08-28Fix mips' long branch pass.Akira Hatanaka
2012-08-28Split several PPC instruction classes.Hal Finkel
2012-08-28Fix bug 13532.Akira Hatanaka
2012-08-28Allow remat of LI on PPC.Hal Finkel
2012-08-28Add the Freescale vendor to Triple.Hal Finkel
2012-08-28Eliminate redundant CR moves on PPC32.Hal Finkel
2012-08-28Optimize zext on PPC64.Hal Finkel
2012-08-28Temporarily revert this to bring back the bots.Eric Christopher
2012-08-28More missing mayLoad flags on AVX multiclasses.Jakob Stoklund Olesen
2012-08-27Add ATOMIC_LDR* pseudo-instructions to model atomic_load on ARM.Jakob Stoklund Olesen
2012-08-27Add --program-prefix support to build.Sebastian Pop
2012-08-27Fix compile error when building with C++11 - clang thinks that PRIx64 is a us...Marshall Clow
2012-08-27Make sure we add the predicate after all of the registers are added.Bill Wendling
2012-08-27Don't use for loops for code that is only intended to execute once. NoDan Gohman
2012-08-27Fix comment.Rafael Espindola
2012-08-27Fix comment for function RuntimeDyldImpl.resolveRelocation()Danil Malyshev
2012-08-27Remove the the block_node_iterator of Region, replace it by the block_iterator.Hongbin Zheng
2012-08-27Support MIPS DSP Rev2 intrinsics.Simon Atanasyan
2012-08-27llvm/test/CodeGen/X86/fma.ll: Add -march=x86, or two tests would fail on non-...NAKAMURA Takumi
2012-08-27DWARFDebugRangeList.cpp: Use PRIx64 for uint64_t as format string.NAKAMURA Takumi
2012-08-27llvm/test/CodeGen/X86/fma_patterns.ll: Add -mtriple=x86_64. It was incompatib...NAKAMURA Takumi
2012-08-27Remove MMX shift intrinsic handling code that also exists in SelectionDAGBuil...Craig Topper
2012-08-27Commit test change for r162658.Craig Topper
2012-08-27[DebugInfo] fixup for r162657: update CMakeLists.txtAlexey Samsonov
2012-08-27Don't allow vextractf128 to be folded with unaligned stores. We don't fold un...Craig Topper
2012-08-27Add basic support for .debug_ranges section to LLVM's DebugInfo library.Alexey Samsonov
2012-08-27Fold some patterns into instruction definitons so tablegen can infer flags re...Craig Topper
2012-08-27FMA3 tests on bdver2 target for changes made in rev 162012. Also madeAnitha Boyapati
2012-08-27Add HasAVX1Only predicate and use it for patterns that have an AVX1 instructi...Craig Topper
2012-08-27Make sure that FMA3 is favored even when FMA4 is also enabled. Test case for ...Craig Topper
2012-08-27Pass -lLTO after gold-plugin.o so that it gets used in systems that default toRafael Espindola
2012-08-26Mark avx2 maskstore has ReadWriteArgMem. Mark broadcast and maskload as ReadA...Craig Topper
2012-08-24Fix integer undefined behavior due to signed left shift overflow in LLVM.Richard Smith
2012-08-24Add missing mayLoad flags to a large class of AVX *_Int instructions.Jakob Stoklund Olesen
2012-08-24Missed tLEApcrelJT.Jakob Stoklund Olesen
2012-08-24Infer instruction properties from single-instruction patterns.Jakob Stoklund Olesen
2012-08-24Explicitly mark LEApcrel pseudos with hasSideEffects.Jakob Stoklund Olesen
2012-08-24Stop inferring isVariadic from instruction patterns.Jakob Stoklund Olesen
2012-08-24Fix call instruction operands in ARMFastISel.Jakob Stoklund Olesen
2012-08-24Mark X86::RET and RETI instructions as variadic.Jakob Stoklund Olesen
2012-08-24Avoid including explicit uses when counting SDNode imp-uses.Jakob Stoklund Olesen
2012-08-24Disable Mips' delay slot filler when optimization level is O0.Akira Hatanaka
2012-08-24In MipsDAGToDAGISel::SelectAddr, fold add node into address operand, if itsAkira Hatanaka
2012-08-24Forgot to check in ProfileDataTypes.h in r162576Manman Ren
2012-08-24Profile: move a single enum out of ProfileInfoTypes.h into a new Manman Ren
2012-08-24BranchProb: modify the definition of an edge in BranchProbabilityInfo to handleManman Ren
2012-08-24Verify explicit instruction properties when they can be inferred.Jakob Stoklund Olesen
2012-08-24[asan/tsan] rename FunctionBlackList* to BlackList* as this class is not limi...Kostya Serebryany