Explicitly cast an expression to bool before handing it off to __builtin_expect.
[oota-llvm.git] / include /
2012-08-29 Benjamin KramerExplicitly cast an expression to bool before handing...
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 OlesenRename hasVolatileMemoryRef() to hasOrderedMemoryRef().
2012-08-29 Jakob Stoklund OlesenAdd MachineMemOperand::isUnordered().
2012-08-29 Michael Liaofix C++ comment in C header
2012-08-29 Benjamin KramerMake MemoryBuiltins aware of TargetLibraryInfo.
2012-08-29 Craig TopperMake use of the LLVM_DELETED_FUNCTION macro.
2012-08-29 Jakob Stoklund OlesenMaintain a vaild isTied bit as operands are added and...
2012-08-28 Manman RenProfile: set branch weight metadata with data generated...
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 Jakob Stoklund OlesenRemove extra MayLoad/MayStore flags from atomic_load...
2012-08-28 Hal FinkelAdd the Freescale vendor to Triple.
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 Alexey SamsonovAdd basic support for .debug_ranges section to LLVM...
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 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 Roman DivackyLower constant pools and jump tables via TOC on PPC64...
2012-08-24 Chandler CarruthTry to appease MSVC even more elaborately in the alignm...
2012-08-23 Jakob Stoklund OlesenTristate mayLoad, mayStore, and hasSideEffects.
2012-08-23 Jakob Stoklund OlesenAdd CodeGenTarget::guessInstructionProperties.
2012-08-23 Jakob Stoklund OlesenFix attributes on X86 store intrinsics.
2012-08-23 Lang HamesFix a stub signature. HeuristicReduce should return...
2012-08-23 Dmitri GribenkoFix a bunch of -Wdocumentation warnings.
2012-08-23 Lang HamesMake the setInst method take its MCInst parameter by...
2012-08-23 Andrew TrickSimplify the computeOperandLatency API.
2012-08-22 Ted KremenekFix an assortment of doxygen comment mistakes found...
2012-08-22 Jakob Stoklund OlesenPrint out the location of expanded multiclass defs...
2012-08-22 Jim GrosbachMCInstFragment constructor should take by-reference...
2012-08-22 Craig TopperAdd a getName function to MachineFunction. Use it in...
2012-08-22 Jack CarterFor mips64 switch statements in subroutines could generate
2012-08-22 Richard SmithReduce alignment of SmallVector<T> to the required...
2012-08-21 Chad RosierAdd a few functions to TargetLibraryInfo as part of...
2012-08-21 Richard SmithFix misaligned access in MachO object file reader:...
2012-08-21 Chad Rosier[ms-inline asm] Do not report a Parser error when match...
2012-08-21 David BlaikieProvide a portability macro for __builtin_trap.
2012-08-21 Chad Rosier[ms-inline asm] Expose the ErrorInfo from the MatchInst...
2012-08-21 Duncan SandsPacify PVS-Studio by changing the type rather than...
2012-08-21 Chad RosierAdd support for the --param ssp-buffer-size= driver...
2012-08-21 Duncan SandsPVS-Studio noticed that EmitVBR64 would perform undefin...
2012-08-20 Jakob Stoklund OlesenFix a quadratic algorithm in MachineBranchProbabilityInfo.
2012-08-20 Jakob Stoklund OlesenClarify that duplicate edges are not allowed in the...
2012-08-17 Akira HatanakaCorrect MCJIT functionality for MIPS32 architecture.
2012-08-17 Akira HatanakaAdd stub methods for mips assembly matcher.
2012-08-17 Benjamin KramerMemoryBuiltins: Properly guard ObjectSizeOffsetVisitor...
2012-08-17 Bill WendlingChange the `linker_private_weak_def_auto' linkage to...
2012-08-17 Jin-Gu KangInsertion of NoFolder functions to avoid ambiguous...
2012-08-17 Pranav BhandarkarTest commit.
2012-08-17 Chandler CarruthFlatten the aligned-char-array utility template to...
2012-08-16 Jakob Stoklund OlesenAdd an MCID::Select flag and TII hooks for optimizing...
2012-08-16 Roman DivackyRevert r162034, r162035 and r162037.
2012-08-16 Roman DivackyAdd PPC64 relocations definitions, by Adhemerval Zanella.
2012-08-16 Roman DivackyHandle PowerPC.
2012-08-16 Rafael EspindolaTeach GVN to reason about edges dominating uses. This...
2012-08-16 Nadav RotemAdd dump/dumpr methods to SDValue.
2012-08-15 Jakob Stoklund OlesenAdd a CoveringSubRegIndices field to SubRegIndex records.
2012-08-15 Michael J. SpencerProperly test the LLVM_USE_RVALUE_REFERENCES macro.
2012-08-15 Michael J. Spencer[PathV2] Add mapped_file_region. Implementation for...
2012-08-15 Michael J. SpencerAdd LLVM_DELETED_FUNCTION compatibility macro.
2012-08-15 Chad RosierFix a typo in VariadicFunction.h that leads to invalid...
2012-08-15 Bill WendlingSet the branch probability of branching to the 'normal...
2012-08-14 Michael J. Spencer[yaml2obj] Fix incorrect use of signed values.
2012-08-14 Jim GrosbachSwitch the fixed-length disassembler to be table-driven.
2012-08-14 Richard SmithAvoid undefined behavior in DenseMap::shrink_and_clear...
2012-08-13 Owen AndersonAdd a roundToIntegral method to APFloat, which can...
2012-08-13 Nadav RotemLICM uses AliasSet information to hoist and sink instru...
2012-08-13 Jakob Stoklund OlesenRemove the TII::scheduleTwoAddrSource() hook.
2012-08-13 Nadav RotemFix a documentation typo.
2012-08-11 Craig TopperCreate isXBitVector methods in MVT and call them from...
2012-08-10 Eli BenderskyA couple of addition comment fixes
2012-08-10 Eli BenderskyFix a couple of typos in comments
2012-08-10 Rafael EspindolaMove BasicBlockEdge to the cpp file. No functionality...
2012-08-10 Joerg SonnenbergerAdd some missing includes for the build against stdcxx.
2012-08-10 Rafael EspindolaRemove references to compression in llvm-ar. It has...
2012-08-10 Jakob Stoklund OlesenReapply r161633-161634 "Partition use lists so defs...
2012-08-10 Jakob Stoklund OlesenAlso update MRI use lists when changing a use to a...
2012-08-10 Chad Rosier[ms-inline asm] Add a new Inline Asm Non-Standard Diale...
2012-08-09 Jakob Stoklund OlesenRevert r161633-161634 "Partition use lists so defs...
2012-08-09 Jakob Stoklund OlesenPartition use lists so defs always come before uses.
2012-08-09 Jakob Stoklund OlesenDon't use pointer-pointers for the register use lists.
2012-08-09 Jakob Stoklund OlesenMove use list management into MachineRegisterInfo.
2012-08-09 Chad Rosier[ms-inline asm] Extend the MC AsmParser API to match...
2012-08-09 Matt Beaumont-GayMachineRegisterInfo was already a friend of MachineOper...
2012-08-08 Jim GrosbachMove [SU]LEB128 encoding to a utility header.
2012-08-08 Jakob Stoklund OlesenMove getNextOperandForReg() into MachineRegisterInfo.
2012-08-08 Owen AndersonAllow legalization of target-specific SDNodes, provided...
2012-08-08 Bill WendlingRemove OpenBSD defines:
2012-08-08 Andrew TrickAdded MispredictPenalty to SchedMachineModel.
2012-08-08 Andrew TrickMinor cleanup of defaultDefLatency API
2012-08-08 Jakob Stoklund OlesenRevert "Fix a quadratic algorithm in MachineBranchProba...
2012-08-08 Jakob Stoklund OlesenFix a quadratic algorithm in MachineBranchProbabilityInfo.
2012-08-07 Jakob Stoklund OlesenAdd SelectionDAG::getTargetIndex.
2012-08-07 Jakob Stoklund OlesenAdd a new kind of MachineOperand: MO_TargetIndex.
2012-08-07 Rafael EspindolaThe dominance computation already has logic for computi...
2012-08-07 Bill WendlingRevert r161371. Removing the 'const' before Type is...
next