oota-llvm.git
2012-08-29 Jakob Stoklund... Add a bit of documentation to copyPhysReg.
2012-08-29 Jakob Stoklund... Verify the order of tied operands in inline asm.
2012-08-29 Benjamin KramerExplicitly cast an expression to bool before handing...
2012-08-29 Benjamin KramerAdd some __builtin_expect magic to StringMap.
2012-08-29 Benjamin KramerReplace the BUILTIN_EXPECT macro with a less horrible...
2012-08-29 Owen AndersonAllow targets to specify a minimum supported NOP size...
2012-08-29 Jakob Stoklund... Set the isTied flags when building INLINEASM MachineInstrs.
2012-08-29 Andrew TrickPreserve branch profile metadata during switch formation.
2012-08-29 Andrew Trickwhitespace
2012-08-29 Jakob Stoklund... Rename hasVolatileMemoryRef() to hasOrderedMemoryRef().
2012-08-29 Jakob Stoklund... Add MachineMemOperand::isUnordered().
2012-08-29 Jakob Stoklund... Don't move normal loads across volatile/atomic loads.
2012-08-29 Michael Liaofix C++ comment in C header
2012-08-29 Bill WendlingUse the full path to output the .gcda file.
2012-08-29 Hal FinkelReserve space for the mandatory traceback fields on...
2012-08-29 Bill WendlingUse ArrayRef instead of SmallVector when passing vector...
2012-08-29 Jakob Stoklund... Verify the consistency of inline asm operands.
2012-08-29 Eric ChristopherClean this up slightly, doesn't really fall through.
2012-08-29 Tim NorthoverRefactor setExecutionDomain to be clearer about what...
2012-08-29 Benjamin KramerMake helper function static.
2012-08-29 Benjamin KramerMake MemoryBuiltins aware of TargetLibraryInfo.
2012-08-29 Craig TopperConvert FMA4 patterns to use target specific nodes...
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.
next