oota-llvm.git
2012-08-30 Owen AndersonTry to make this test more generic to unbreak buildbots.
2012-08-30 Owen AndersonTeach the DAG combiner to turn chains of FADDs (x+x...
2012-08-30 Chad RosierFix for r162954. Return the Error.
2012-08-30 Chad RosierMove a check to the validateInstruction() function...
2012-08-30 Michael Gottesman[llvm] Updated the test fold-vector-select so that...
2012-08-30 Chad RosierTypo.
2012-08-30 Chad RosierWhitespace.
2012-08-30 Chad RosierWhitespace.
2012-08-30 Chad RosierHoist a check to eliminate obvious mismatches as early...
2012-08-30 Nadav RotemCurrently targets that do not support selects with...
2012-08-30 Chad Rosier[ms-inline asm] Add a new function, GetMCInstOperandNum...
2012-08-30 Michael LiaoIntroduce 'UseSSEx' to force SSE legacy encoding
2012-08-30 NAKAMURA TakumiADTTests: [CMake] Exclude DenseMapTest.cpp and SmallVec...
2012-08-30 NAKAMURA TakumiApply "/Og-" also to MSC15(aka VS9) on VMCore/Function...
2012-08-30 NAKAMURA TakumiPPCISelLowering.cpp: Fix r162725.
2012-08-30 NAKAMURA TakumiPPCISelLowering.cpp: Whitespace.
2012-08-30 Michael Ilsemantest
2012-08-30 Benjamin KramerFix test case.
2012-08-30 Benjamin KramerLoopRotate: Also rotate loops with multiple exits.
2012-08-30 Benjamin KramerInstCombine: Fix comment to reflect the code.
2012-08-30 Jakob Stoklund... Don't use MCInstrDesc flags for implicit operands.
2012-08-30 Alexey SamsonovWhitespace
2012-08-30 Nadav RotemIt is illegal to transform (sdiv (ashr X c1) c2) ...
2012-08-30 Tim NorthoverAdd support for moving pure S-register to NEON pipeline...
2012-08-30 Nadav Rotemremove old docs
2012-08-30 Alexey SamsonovRefactor fetching file/line info from DWARFContext...
2012-08-30 Craig TopperAdd FMA to switch statement in VectorLegalizer::Legaliz...
2012-08-30 Craig TopperAdd support for FMA to WidenVectorResult.
2012-08-30 Craig TopperOnly perform DAG combine on FMAs of legal types.
2012-08-30 Bill WendlingPass by pointer and not std::string.
2012-08-30 Michael LiaoShould put test case under test/ExecutionEngine/MCJIT/
2012-08-30 Bill WendlingRevert r162855 in favor of changing clang to emit the...
2012-08-30 Will DietzFix HashString's Bernstein hash to use unsigned chars...
2012-08-30 Michael LiaoFix PR13727
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.
next