aboutsummaryrefslogtreecommitdiff
path: root/include/llvm
AgeCommit message (Expand)Author
2012-08-17Flatten the aligned-char-array utility template to be a directlyChandler Carruth
2012-08-16Add an MCID::Select flag and TII hooks for optimizing selects.Jakob Stoklund Olesen
2012-08-16MCFragment merging reduxDavid Sehr
2012-08-16Revert r162034, r162035 and r162037.Roman Divacky
2012-08-16Add PPC64 relocations definitions, by Adhemerval Zanella.Roman Divacky
2012-08-16Handle PowerPC.Roman Divacky
2012-08-16Teach GVN to reason about edges dominating uses. This allows it to handle casesRafael Espindola
2012-08-16Add dump/dumpr methods to SDValue.Nadav Rotem
2012-08-15Add a CoveringSubRegIndices field to SubRegIndex records.Jakob Stoklund Olesen
2012-08-15Properly test the LLVM_USE_RVALUE_REFERENCES macro.Michael J. Spencer
2012-08-15[PathV2] Add mapped_file_region. Implementation for Windows and POSIX.Michael J. Spencer
2012-08-15Add LLVM_DELETED_FUNCTION compatibility macro.Michael J. Spencer
2012-08-15Fix a typo in VariadicFunction.h that leads to invalid code in macro expansion.Chad Rosier
2012-08-15Set the branch probability of branching to the 'normal' destination of an invokeBill Wendling
2012-08-14[yaml2obj] Fix incorrect use of signed values.Michael J. Spencer
2012-08-14Revert "Add an API to MCSectionData that tracks known offsets for text emitte...Jan Voung
2012-08-14Switch the fixed-length disassembler to be table-driven.Jim Grosbach
2012-08-14Add an API to MCSectionData that tracks known offsets for text emitted into aDavid Sehr
2012-08-14Avoid undefined behavior in DenseMap::shrink_and_clear(). Log2_32_Ceil(0)Richard Smith
2012-08-13Add a roundToIntegral method to APFloat, which can be parameterized over vari...Owen Anderson
2012-08-13LICM uses AliasSet information to hoist and sink instructions. However, other...Nadav Rotem
2012-08-13Remove the TII::scheduleTwoAddrSource() hook.Jakob Stoklund Olesen
2012-08-13The structure layout for MCFragment had gaps because of unions, bitfields, etc.,David Sehr
2012-08-13Fix a documentation typo.Nadav Rotem
2012-08-11Create isXBitVector methods in MVT and call them from EVT. This allows target...Craig Topper
2012-08-10Move BasicBlockEdge to the cpp file. No functionality change.Rafael Espindola
2012-08-10Add some missing includes for the build against stdcxx.Joerg Sonnenberger
2012-08-10Remove references to compression in llvm-ar. It has been a long time since weRafael Espindola
2012-08-10Reapply r161633-161634 "Partition use lists so defs always come before uses.""Jakob Stoklund Olesen
2012-08-10Also update MRI use lists when changing a use to a def and vice versa.Jakob Stoklund Olesen
2012-08-10[ms-inline asm] Add a new Inline Asm Non-Standard Dialect attribute.Chad Rosier
2012-08-09Revert r161633-161634 "Partition use lists so defs always come before uses."Jakob Stoklund Olesen
2012-08-09Partition use lists so defs always come before uses.Jakob Stoklund Olesen
2012-08-09Don't use pointer-pointers for the register use lists.Jakob Stoklund Olesen
2012-08-09Move use list management into MachineRegisterInfo.Jakob Stoklund Olesen
2012-08-09[ms-inline asm] Extend the MC AsmParser API to match MCInsts (but not emit).Chad Rosier
2012-08-09MachineRegisterInfo was already a friend of MachineOperand, and GCC complainsMatt Beaumont-Gay
2012-08-08Move [SU]LEB128 encoding to a utility header.Jim Grosbach
2012-08-08Move getNextOperandForReg() into MachineRegisterInfo.Jakob Stoklund Olesen
2012-08-08Allow legalization of target-specific SDNodes, provided that the target itsel...Owen Anderson
2012-08-08Remove OpenBSD defines:Bill Wendling
2012-08-08Added MispredictPenalty to SchedMachineModel.Andrew Trick
2012-08-08Minor cleanup of defaultDefLatency APIAndrew Trick
2012-08-08Revert "Fix a quadratic algorithm in MachineBranchProbabilityInfo."Jakob Stoklund Olesen
2012-08-08Fix a quadratic algorithm in MachineBranchProbabilityInfo.Jakob Stoklund Olesen
2012-08-07Add SelectionDAG::getTargetIndex.Jakob Stoklund Olesen
2012-08-07Add a new kind of MachineOperand: MO_TargetIndex.Jakob Stoklund Olesen
2012-08-07The dominance computation already has logic for computing if an edge dominatesRafael Espindola
2012-08-07Revert r161371. Removing the 'const' before Type is a "good thing".Bill Wendling
2012-08-07Constify the Type parameter to some methods (which are const anyway).Bill Wendling