aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-01Line endings.Matt Beaumont-Gay
2012-08-01Add DataDep constructors. Explicitly check SSA form.Jakob Stoklund Olesen
2012-08-01fix 'make check' when ocamlopt returns the compiler path with CFLAGS (and the...Nuno Lopes
2012-08-01Reference IntrusiveRefCntPtr in doxygen doc of RefCountedBase to get a link t...Axel Naumann
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 range erase, element insert, and range insert methods toChandler Carruth
2012-08-01Add basic in-bounds asserts to TinyPtrVector::erase.Chandler Carruth
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-01Fix shadowed variable warningNick Kledzik
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-31Suppress stderr noise when test case runs.Nick Kledzik
2012-07-31Add Mips16InstrInfo.cpp and MipsSEInstrInfo.cpp to CMakeLists.txt.Akira Hatanaka
2012-07-31[obj2yaml] Print the Relocations header.Michael J. Spencer
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-31Use regex instead of special casing clang and llvm libraries.Ted Kremenek
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-31Implement copy and move assignment for TinyPtrVector. These try toChandler Carruth
2012-07-31Fix some minor typosSylvestre Ledru
2012-07-31Use uint8_t to store the InstructionContext table. Saves 768 bytes of static ...Craig Topper
2012-07-31Tidy up. Move for loop index declarations into for statements. Use unsigned i...Craig Topper
2012-07-31Tidy up function argument formatting.Craig Topper
2012-07-31Remove trailing whitespaceCraig Topper
2012-07-31Remove trailing whitespaceCraig Topper
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-31Clean up trailing whitespace and unnecessary blank lines.Chandler Carruth
2012-07-31Bring TinyPtrVector under test. Somehow we never picked up unit testsChandler Carruth