aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-10Use the final .version number for LLVM_MINOR_VERSION in Apple llvmCore builds.Bob Wilson
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-09Remove getARMRegisterNumbering and replace with calls intoEric Christopher
2012-08-09Fix a future TwoAddressInstructionPass crash.Jakob Stoklund Olesen
2012-08-09Don't modify MO while use_iterator is still pointing to it.Jakob Stoklund Olesen
2012-08-09[ms-inline asm] Extend the MC AsmParser API to match MCInsts (but not emit).Chad Rosier
2012-08-09Teach the LLVM test makefile to run the extra Clang tools' test suitesChandler Carruth
2012-08-09Another 32 to 64 bit sign extension bug.Jack Carter
2012-08-09Patch to implement UMLAL/SMLAL instructions for the ARM architectureArnold Schwaighofer
2012-08-09Fix the legalization of ExtLoad on ARM. ExpandUnalignedLoad did not properly Nadav Rotem
2012-08-09This field isn't used anymore, use it with HWEncoding instead.Eric Christopher
2012-08-09Support for experimental targetsVictor Oliveira
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-08Don't use getNextOperandForReg().Jakob Stoklund Olesen
2012-08-08Don't use getNextOperandForReg() in RAFast.Jakob Stoklund Olesen
2012-08-08Allow legalization of target-specific SDNodes, provided that the target itsel...Owen Anderson
2012-08-08Deal with irreducible control flow when building traces.Jakob Stoklund Olesen
2012-08-08Remove some coding violations. No functionality change.Bill Wendling
2012-08-08Cache a commonly used reference.Bill Wendling
2012-08-08Add test triples to fix win32 failures. Revert workaround from r161292.Bob Wilson
2012-08-08Remove OpenBSD defines:Bill Wendling
2012-08-08Heed -stress-early-ifcvt.Jakob Stoklund Olesen
2012-08-08Get the MispredictPenalty from MCSchedModel.Jakob Stoklund Olesen
2012-08-08revert my previous patchSebastian Pop
2012-08-08enable Hexagon target from cmakeSebastian Pop
2012-08-08Typedefs and indentation fixes from the Andy Zhang/PAX macro argument patch.Rafael Espindola
2012-08-08llvm/test/MC/COFF/seh.s: Fixup corresponding to r161487.NAKAMURA Takumi
2012-08-08Fix for .pdata and .xdata section attributes on COFF.Anton Korobeynikov
2012-08-08Sphinxify the CommandLine document.Bill Wendling
2012-08-08Move header so that it can be picked up by other .rst files.Bill Wendling
2012-08-08Add `.pushsection', `.popsection', and `.previous' directives to Darwin ASM.Bill Wendling
2012-08-08Added MispredictPenalty to SchedMachineModel.Andrew Trick
2012-08-08Minor cleanup of defaultDefLatency APIAndrew Trick
2012-08-08whitespaceAndrew Trick
2012-08-08isAllocLikeFn is allowed to return true for functions which read memory; makeEli Friedman
2012-08-08Revert "Fix a quadratic algorithm in MachineBranchProbabilityInfo."Jakob Stoklund Olesen
2012-08-08X86: enable CSE between CMP and SUBManman Ren
2012-08-08Don't scan physreg use-def chains looking for a PIC base.Jakob Stoklund Olesen
2012-08-08Fix a quadratic algorithm in MachineBranchProbabilityInfo.Jakob Stoklund Olesen
2012-08-08Avoid recomputing the unique exit blocks and their insert points when doingDan Gohman
2012-08-07Skip tied operand pairs that already have the same register.Jakob Stoklund Olesen
2012-08-07Add SelectionDAG::getTargetIndex.Jakob Stoklund Olesen