oota-llvm.git
2012-08-29 Craig TopperMake use of the LLVM_DELETED_FUNCTION macro.
2012-08-29 Craig TopperAdd virtual keywords for methods that override the...
2012-08-29 Andrew TrickCleanup sloppy code. Jakob's review.
2012-08-29 Andrew TrickFix a nondeterminism in the ARM assembler.
2012-08-29 Jush Lu[arm-fast-isel] Add support for ARM PIC.
2012-08-29 Andrew TrickFix ARM vector copies of overlapping register tuples.
2012-08-29 Andrew Trickcleanup
2012-08-29 NAKAMURA TakumiCreate llvm/test/Object/Mips/lit.local.cfg to check...
2012-08-29 Jakob Stoklund... Verify the tied operand flags.
2012-08-29 Chandler CarruthEnable recursing into the compiler-rt projcet with...
2012-08-29 Jakob Stoklund... Maintain a vaild isTied bit as operands are added and...
2012-08-29 NAKAMURA Takumillvm/test: [CMake] Add profile_rt-shared to deps.
2012-08-29 NAKAMURA Takumilibprofile: [CMake] Let libprofile_rt be not loadable_m...
2012-08-29 NAKAMURA Takumillvm/test/Analysis/Profiling: Mark 3 of them as REQUIRE...
2012-08-29 Jack CarterMoved input for objdump test from Mips to Inputs.
2012-08-28 Chad RosierTypo.
2012-08-28 Michael LiaoAdd comments on the literal value used.
2012-08-28 Jim GrosbachLLI: move instruction cache tweaks.
2012-08-28 Manman RenProfile: set branch weight metadata with data generated...
2012-08-28 Jack CarterThe instruction DEXT may be transformed into DEXTU...
2012-08-28 Jack CarterSome of the instructions in the Mips instruction set...
2012-08-28 Michael LiaoExplicitly update the number of nodes to be traversed
2012-08-28 Jack CarterSome instructions are passed to the assembler to be
2012-08-28 Roman DivackyEmit word of zeroes after the last instruction as a...
2012-08-28 Akira HatanakaFollow-up patch to r162731.
2012-08-28 Jakob Stoklund... Add a MachineOperand::isTied() flag.
2012-08-28 Jakob Stoklund... Don't allow TargetFlags on MO_Register MachineOperands.
2012-08-28 Bill WendlingPatch by Sean Silva to un-barf his computer by explicit...
2012-08-28 Hal FinkelAdd PPC Freescale e500mc and e5500 subtargets.
2012-08-28 Benjamin KramerInstCombine: Defensively avoid undefined shifts by...
2012-08-28 Benjamin KramerInstCombine: Guard the transform introduced in r162743...
2012-08-28 Nadav RotemMake sure that we don't call getZExtValue on values...
2012-08-28 Nadav RotemTeach InstCombine to canonicalize [SU]div+[AL]shl...
2012-08-28 Bill WendlingThe commutative flag is already correctly set within...
2012-08-28 Craig TopperConvert V_SETALLONES/AVX_SETALLONES/AVX2_SETALLONES...
2012-08-28 Craig TopperMerge AVX_SET0PSY/AVX_SET0PDY/AVX2_SET0 into a single...
2012-08-28 NAKAMURA Takumillvm/test/CodeGen/X86/pr12312.ll: Add -mtriple=x86_64...
2012-08-28 Michael LiaoFix PR12312
2012-08-28 Jakob Stoklund... Check all patterns for missing instruction flags.
2012-08-28 Jakob Stoklund... Remove extra MayLoad/MayStore flags from atomic_load...
2012-08-28 Jakob Stoklund... Revert r162713: "Add ATOMIC_LDR* pseudo-instructions...
2012-08-28 Akira HatanakaFix mips' long branch pass.
2012-08-28 Hal FinkelSplit several PPC instruction classes.
2012-08-28 Akira HatanakaFix bug 13532.
2012-08-28 Hal FinkelAllow remat of LI on PPC.
2012-08-28 Hal FinkelAdd the Freescale vendor to Triple.
2012-08-28 Hal FinkelEliminate redundant CR moves on PPC32.
2012-08-28 Hal FinkelOptimize zext on PPC64.
2012-08-28 Eric ChristopherTemporarily revert this to bring back the bots.
2012-08-28 Jakob Stoklund... More missing mayLoad flags on AVX multiclasses.
2012-08-27 Jakob Stoklund... Add ATOMIC_LDR* pseudo-instructions to model atomic_loa...
2012-08-27 Sebastian PopAdd --program-prefix support to build.
2012-08-27 Marshall ClowFix compile error when building with C++11 - clang...
2012-08-27 Bill WendlingMake sure we add the predicate after all of the registe...
2012-08-27 Dan GohmanDon't use for loops for code that is only intended...
2012-08-27 Rafael EspindolaFix comment.
2012-08-27 Danil MalyshevFix comment for function RuntimeDyldImpl.resolveRelocat...
2012-08-27 Hongbin ZhengRemove the the block_node_iterator of Region, replace...
2012-08-27 Simon AtanasyanSupport MIPS DSP Rev2 intrinsics.
2012-08-27 NAKAMURA Takumillvm/test/CodeGen/X86/fma.ll: Add -march=x86, or two...
2012-08-27 NAKAMURA TakumiDWARFDebugRangeList.cpp: Use PRIx64 for uint64_t as...
2012-08-27 NAKAMURA Takumillvm/test/CodeGen/X86/fma_patterns.ll: Add -mtriple...
2012-08-27 Craig TopperRemove MMX shift intrinsic handling code that also...
2012-08-27 Craig TopperCommit test change for r162658.
2012-08-27 Alexey Samsonov[DebugInfo] fixup for r162657: update CMakeLists.txt
2012-08-27 Craig TopperDon't allow vextractf128 to be folded with unaligned...
2012-08-27 Alexey SamsonovAdd basic support for .debug_ranges section to LLVM...
2012-08-27 Craig TopperFold some patterns into instruction definitons so table...
2012-08-27 Anitha BoyapatiFMA3 tests on bdver2 target for changes made in rev...
2012-08-27 Craig TopperAdd HasAVX1Only predicate and use it for patterns that...
2012-08-27 Craig TopperMake sure that FMA3 is favored even when FMA4 is also...
2012-08-27 Rafael EspindolaPass -lLTO after gold-plugin.o so that it gets used...
2012-08-26 Craig TopperMark avx2 maskstore has ReadWriteArgMem. Mark broadcast...
2012-08-24 Richard SmithFix integer undefined behavior due to signed left shift...
2012-08-24 Jakob Stoklund... Add missing mayLoad flags to a large class of AVX ...
2012-08-24 Jakob Stoklund... Missed tLEApcrelJT.
2012-08-24 Jakob Stoklund... Infer instruction properties from single-instruction...
2012-08-24 Jakob Stoklund... Explicitly mark LEApcrel pseudos with hasSideEffects.
2012-08-24 Jakob Stoklund... Stop inferring isVariadic from instruction patterns.
2012-08-24 Jakob Stoklund... Fix call instruction operands in ARMFastISel.
2012-08-24 Jakob Stoklund... Mark X86::RET and RETI instructions as variadic.
2012-08-24 Jakob Stoklund... Avoid including explicit uses when counting SDNode...
2012-08-24 Akira HatanakaDisable Mips' delay slot filler when optimization level...
2012-08-24 Akira HatanakaIn MipsDAGToDAGISel::SelectAddr, fold add node into...
2012-08-24 Manman RenForgot to check in ProfileDataTypes.h in r162576
2012-08-24 Manman RenProfile: move a single enum out of ProfileInfoTypes...
2012-08-24 Manman RenBranchProb: modify the definition of an edge in BranchP...
2012-08-24 Jakob Stoklund... Verify explicit instruction properties when they can...
2012-08-24 Kostya Serebryany[asan/tsan] rename FunctionBlackList* to BlackList...
2012-08-24 Kostya Serebryany[asan/tsan] extend the functionality of FunctionBlackLi...
2012-08-24 Roman DivackyLower constant pools and jump tables via TOC on PPC64...
2012-08-24 Benjamin KramerGVN: Fix quadratic runtime on the number of switch...
2012-08-24 Jakob Stoklund... Fix load/store SDNode flags.
2012-08-24 Jakob Stoklund... Add missing SDNPSideEffect flags.
2012-08-24 Jakob Stoklund... Remove more mayLoad workarounds.
2012-08-24 Chandler CarruthTry to appease MSVC even more elaborately in the alignm...
2012-08-24 Craig TopperCustom lower FMA intrinsics to target specific nodes...
2012-08-24 Eric ChristopherUse DW_FORM_flag_present to save space in debug informa...
2012-08-24 Eric ChristopherAdd support for some missing DW_FORM_*.
2012-08-24 Eric ChristopherFormatting.
next