summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
...
* X86 Peephole: fold loads to the source register operand if possible.Manman Ren2012-08-02
* Extract some methods from verifyLiveIntervals.Jakob Stoklund Olesen2012-08-02
* Also verify RegUnit intervals at uses.Jakob Stoklund Olesen2012-08-01
* X86: mark GATHER instructios as mayLoadManman Ren2012-08-01
* Compute instruction heights through a trace.Jakob Stoklund Olesen2012-08-01
* ARM: Remove redundant instalias.Jim Grosbach2012-08-01
* Clean up formatting.Jim Grosbach2012-08-01
* Tidy up.Jim Grosbach2012-08-01
* Whitespace.Chad Rosier2012-08-01
* Temporarily revert c23b933d5f8be9b51a1d22e717c0311f65f87dcd. It's causingEric Christopher2012-08-01
* remove tabs from my previous commit.Nuno Lopes2012-08-01
* (hopefuly) fix the remaining cases where null wasnt expected (PR13497).Nuno Lopes2012-08-01
* Add DataDep constructors. Explicitly check SSA form.Jakob Stoklund Olesen2012-08-01
* Added FMA functionality to X86 target.Elena Demikhovsky2012-08-01
* Stay rational; don't assert trying to take the square root of a negative value.Nick Lewycky2012-08-01
* Add more indirection to the disassembler tables to reduce amount of space use...Craig Topper2012-08-01
* Initial commit of new FileOutputBuffer support class. Nick Kledzik2012-08-01
* Implement MipsJITInfo::replaceMachineCodeForFunction.Akira Hatanaka2012-08-01
* Remove unused variable.Akira Hatanaka2012-08-01
* Implement MipsSERegisterInfo::eliminateCallFramePseudoInstr. The function emitsAkira Hatanaka2012-07-31
* Add definitions of two subclasses of MipsRegisterInfo, Mips16RegisterInfo andAkira Hatanaka2012-07-31
* Add definitions of two subclasses of MipsFrameLowering, Mips16FrameLowering andAkira Hatanaka2012-07-31
* Add Mips16InstrInfo.cpp and MipsSEInstrInfo.cpp to CMakeLists.txt.Akira Hatanaka2012-07-31
* Add definitions of two subclasses of MipsInstrInfo, MipsInstrInfo (for mips16),Akira Hatanaka2012-07-31
* Delete mips64 target machine classes. mips target machines can be used in placeAkira Hatanaka2012-07-31
* Let PEI::calculateFrameObjectOffsets compute the final stack size rather thanAkira Hatanaka2012-07-31
* Expand DYNAMIC_STACKALLOC nodes rather than doing custom-lowering.Akira Hatanaka2012-07-31
* MachineSink: Sort the successors before trying to find SuccToSinkTo.Manman Ren2012-07-31
* Compute instruction depths through the current trace.Jakob Stoklund Olesen2012-07-31
* Rename CT -> MTM. MachineTraceMetrics is abbreviated MTM.Jakob Stoklund Olesen2012-07-31
* Define ADJCALLSTACKDOWN/UP nodes. These nodes are emitted regardless of whetherAkira Hatanaka2012-07-31
* Change name of class MipsInst to InstSE to distinguish it from mips16'sAkira Hatanaka2012-07-31
* When store nodes or memcpy nodes are created to copy the function callAkira Hatanaka2012-07-31
* [x86 frame lowering] In 32-bit mode, use ESI as the base pointer.Chad Rosier2012-07-31
* Fix type of LUXC1 and SUXC1. These instructions were incorrectly defined asAkira Hatanaka2012-07-31
* MachineSink: Sort the successors before trying to find SuccToSinkTo.Manman Ren2012-07-31
* Conform to LLVM coding style.Micah Villmow2012-07-31
* Don't generate ordered or unordered comparison operations if it is not legal ...Micah Villmow2012-07-31
* Make INSTRUCTION_SPECIFIER_FIELDS match X86DisassemblerCommon.h. Also remove ...Craig Topper2012-07-31
* Tidy up trailing whitespaceCraig Topper2012-07-31
* Tidy up trailing whitespaceCraig Topper2012-07-31
* Clear kill flags in removeCopyByCommutingDef().Jakob Stoklund Olesen2012-07-31
* Reverse order of the two branches at end of a basic block if it is profitable.Manman Ren2012-07-31
* Use the latest MachineRegisterInfo APIs. No functionality.Andrew Trick2012-07-30
* Inline MachineRegisterInfo::hasOneUseAndrew Trick2012-07-30
* Avoid looking at stale data in verifyAnalysis().Jakob Stoklund Olesen2012-07-30
* Allow traces to enter nested loops.Jakob Stoklund Olesen2012-07-30
* Keep empty assembly macro argument values in the middle of the list.Jim Grosbach2012-07-30
* Clarify invalidation strategy in comment.Jakob Stoklund Olesen2012-07-30
* Assert that all trace candidate blocks have been visited by the PO.Jakob Stoklund Olesen2012-07-30