Explicitly cast an expression to bool before handing it off to __builtin_expect.
[oota-llvm.git] / lib /
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 OlesenSet 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 OlesenRename hasVolatileMemoryRef() to hasOrderedMemoryRef().
2012-08-29 Jakob Stoklund OlesenDon't move normal loads across volatile/atomic loads.
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 OlesenVerify 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 TopperAdd virtual keywords for methods that override the...
2012-08-29 Andrew TrickCleanup sloppy code. Jakob's review.
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 Jakob Stoklund OlesenVerify the tied operand flags.
2012-08-29 Jakob Stoklund OlesenMaintain a vaild isTied bit as operands are added and...
2012-08-28 Chad RosierTypo.
2012-08-28 Michael LiaoAdd comments on the literal value used.
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 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 OlesenAdd a MachineOperand::isTied() flag.
2012-08-28 Jakob Stoklund OlesenDon't allow TargetFlags on MO_Register MachineOperands.
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 Michael LiaoFix PR12312
2012-08-28 Jakob Stoklund OlesenRemove extra MayLoad/MayStore flags from atomic_load...
2012-08-28 Jakob Stoklund OlesenRevert 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 Jakob Stoklund OlesenMore missing mayLoad flags on AVX multiclasses.
2012-08-27 Jakob Stoklund OlesenAdd ATOMIC_LDR* pseudo-instructions to model atomic_loa...
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 NAKAMURA TakumiDWARFDebugRangeList.cpp: Use PRIx64 for uint64_t as...
2012-08-27 Craig TopperRemove MMX shift intrinsic handling code that also...
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 Craig TopperAdd HasAVX1Only predicate and use it for patterns that...
2012-08-24 Richard SmithFix integer undefined behavior due to signed left shift...
2012-08-24 Jakob Stoklund OlesenAdd missing mayLoad flags to a large class of AVX ...
2012-08-24 Jakob Stoklund OlesenMissed tLEApcrelJT.
2012-08-24 Jakob Stoklund OlesenExplicitly mark LEApcrel pseudos with hasSideEffects.
2012-08-24 Jakob Stoklund OlesenFix call instruction operands in ARMFastISel.
2012-08-24 Jakob Stoklund OlesenMark X86::RET and RETI instructions as variadic.
2012-08-24 Jakob Stoklund OlesenAvoid 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 RenBranchProb: modify the definition of an edge in BranchP...
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 OlesenFix load/store SDNode flags.
2012-08-24 Jakob Stoklund OlesenAdd missing SDNPSideEffect flags.
2012-08-24 Jakob Stoklund OlesenRemove more mayLoad workarounds.
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.
2012-08-24 Richard SmithFix undefined behavior (negation of INT_MIN) in ARM...
2012-08-24 Richard SmithFix floating-point divide by zero, in a case where...
2012-08-24 Jakob Stoklund OlesenRemove some spurious mayLoad = 0 flags.
2012-08-24 Jakob Stoklund OlesenAdd missing SDNP properties on the flushw node.
2012-08-24 Jakob Stoklund OlesenX86MemBarrier has unmodeled side effects.
2012-08-24 Richard SmithFix undefined behavior (signed integer overflow) when...
2012-08-23 Eric ChristopherFormatting cleanup.
2012-08-23 Eric ChristopherAdd an assert here in case parsing gave us a NULL compi...
2012-08-23 Eric ChristopherRemove the DW_AT_MIPS_linkage name attribute when we...
2012-08-23 Eric ChristopherTurn these two options in to trinary state so that...
2012-08-23 Eric ChristopherAdd a flag to DwarfDebug to allow it to communicate...
2012-08-23 Jakob Stoklund OlesenPreserve operand flags in convertToThreeAddress() by...
next