aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-10add X86-specific DAG optimization to simplify boolean testMichael Liao
2012-08-10A couple of addition comment fixesEli Bendersky
2012-08-10Fix a couple of typos in commentsEli Bendersky
2012-08-10Constify some basic blocks, no functionality change.Rafael Espindola
2012-08-10remove tailing whitespaces and test commitMichael Liao
2012-08-10Move BasicBlockEdge to the cpp file. No functionality change.Rafael Espindola
2012-08-10stdcxx's cstdio doesn't include stdio.h, but the code using PathV2.incJoerg Sonnenberger
2012-08-10Add some missing includes for the build against stdcxx.Joerg Sonnenberger
2012-08-10Fix crash when when do lto on Bullet. Dynamic GEPs in SROA were incorrectly ...Pete Cooper
2012-08-10Update edge weights correctly in replaceSuccessor().Jakob Stoklund Olesen
2012-08-10Remove references to compression in llvm-ar. It has been a long time since weRafael Espindola
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