aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-08-02Fix #13035, a bug around Thumb instruction LDRD/STRD with negative #0 offset ...Jiangning Liu
2012-08-02Fix #13138, a bug around ARM instruction DSB encoding and decoding issue.Jiangning Liu
2012-08-02Fix #13241, a bug around shift immediate operand for ARM instruction ADR.Jiangning Liu
2012-08-02X86 Peephole: fold loads to the source register operand if possible.Manman Ren
2012-08-02Extract some methods from verifyLiveIntervals.Jakob Stoklund Olesen
2012-08-01Also verify RegUnit intervals at uses.Jakob Stoklund Olesen
2012-08-01X86: mark GATHER instructios as mayLoadManman Ren
2012-08-01Compute instruction heights through a trace.Jakob Stoklund Olesen
2012-08-01ARM: Remove redundant instalias.Jim Grosbach
2012-08-01Clean up formatting.Jim Grosbach
2012-08-01Tidy up.Jim Grosbach
2012-08-01Whitespace.Chad Rosier
2012-08-01Temporarily revert c23b933d5f8be9b51a1d22e717c0311f65f87dcd. It's causingEric Christopher
2012-08-01remove tabs from my previous commit.Nuno Lopes
2012-08-01(hopefuly) fix the remaining cases where null wasnt expected (PR13497).Nuno Lopes
2012-08-01Add DataDep constructors. Explicitly check SSA form.Jakob Stoklund Olesen
2012-08-01Added FMA functionality to X86 target.Elena Demikhovsky
2012-08-01Stay rational; don't assert trying to take the square root of a negative value.Nick Lewycky
2012-08-01Add more indirection to the disassembler tables to reduce amount of space use...Craig Topper
2012-08-01Initial commit of new FileOutputBuffer support class. Nick Kledzik
2012-08-01Implement MipsJITInfo::replaceMachineCodeForFunction.Akira Hatanaka
2012-08-01Remove unused variable.Akira Hatanaka
2012-07-31Implement MipsSERegisterInfo::eliminateCallFramePseudoInstr. The function emitsAkira Hatanaka
2012-07-31Add definitions of two subclasses of MipsRegisterInfo, Mips16RegisterInfo andAkira Hatanaka
2012-07-31Add definitions of two subclasses of MipsFrameLowering, Mips16FrameLowering andAkira Hatanaka
2012-07-31Add Mips16InstrInfo.cpp and MipsSEInstrInfo.cpp to CMakeLists.txt.Akira Hatanaka
2012-07-31Add definitions of two subclasses of MipsInstrInfo, MipsInstrInfo (for mips16),Akira Hatanaka
2012-07-31Delete mips64 target machine classes. mips target machines can be used in placeAkira Hatanaka
2012-07-31Let PEI::calculateFrameObjectOffsets compute the final stack size rather thanAkira Hatanaka
2012-07-31Expand DYNAMIC_STACKALLOC nodes rather than doing custom-lowering.Akira Hatanaka
2012-07-31MachineSink: Sort the successors before trying to find SuccToSinkTo.Manman Ren
2012-07-31Compute instruction depths through the current trace.Jakob Stoklund Olesen
2012-07-31Rename CT -> MTM. MachineTraceMetrics is abbreviated MTM.Jakob Stoklund Olesen
2012-07-31Define ADJCALLSTACKDOWN/UP nodes. These nodes are emitted regardless of whetherAkira Hatanaka
2012-07-31Change name of class MipsInst to InstSE to distinguish it from mips16'sAkira Hatanaka
2012-07-31When store nodes or memcpy nodes are created to copy the function callAkira Hatanaka
2012-07-31[x86 frame lowering] In 32-bit mode, use ESI as the base pointer.Chad Rosier
2012-07-31Fix type of LUXC1 and SUXC1. These instructions were incorrectly defined asAkira Hatanaka
2012-07-31MachineSink: Sort the successors before trying to find SuccToSinkTo.Manman Ren
2012-07-31Conform to LLVM coding style.Micah Villmow
2012-07-31Don't generate ordered or unordered comparison operations if it is not legal ...Micah Villmow
2012-07-31Make INSTRUCTION_SPECIFIER_FIELDS match X86DisassemblerCommon.h. Also remove ...Craig Topper
2012-07-31Tidy up trailing whitespaceCraig Topper
2012-07-31Tidy up trailing whitespaceCraig Topper
2012-07-31Clear kill flags in removeCopyByCommutingDef().Jakob Stoklund Olesen
2012-07-31Reverse order of the two branches at end of a basic block if it is profitable.Manman Ren
2012-07-30Use the latest MachineRegisterInfo APIs. No functionality.Andrew Trick
2012-07-30Inline MachineRegisterInfo::hasOneUseAndrew Trick
2012-07-30Avoid looking at stale data in verifyAnalysis().Jakob Stoklund Olesen
2012-07-30Allow traces to enter nested loops.Jakob Stoklund Olesen