Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / lib / Target / Mips / MipsISelDAGToDAG.cpp
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-15 Akira Hatanaka[mips] Add predicate HasFPIdx for floating-point indexe...
2012-10-28 Reed KotlerThis patch is for the implementation of mips16 complex...
2012-10-26 Reed KotlerImplement carry for subtract/add for mips16
2012-10-05 Reed KotlerPatch for integer multiply, signed/unsigned, long/long...
2012-09-15 Akira HatanakaRemove aligned/unaligned load/store fragments defined...
2012-08-24 Akira HatanakaIn MipsDAGToDAGISel::SelectAddr, fold add node into...
2012-08-09 Jakob Stoklund OlesenDon't modify MO while use_iterator is still pointing...
2012-07-31 Akira HatanakaFix type of LUXC1 and SUXC1. These instructions were...
2012-07-25 Akira HatanakaEliminate the stack slot used to save the global base...
2012-07-23 Akira HatanakaAdd basic ability to setup call frame, and make procedu...
2012-07-21 Akira HatanakaRevert accidental commit.
2012-07-21 Akira HatanakaAdd VK_Mips_HIGHER and VK_Mips_HIGHEST to MCSymbolRefEx...
2012-06-27 Akira HatanakaSilence uninitialized variable warning in MipsISelDAGTo...
2012-06-27 Akira HatanakaFix bug in computation of stack size in MipsFrameLoweri...
2012-06-21 Akira Hatanaka1. fix null program output after some other changes
2012-06-14 Akira HatanakaFix coding style violations. Remove white spaces and...
2012-06-14 Akira HatanakaIn MipsISelDAGToDAG.cpp, store the global base register...
2012-06-13 Akira HatanakaImplement a DAGCombine in MipsISelLowering.cpp which...
2012-06-02 Benjamin KramerFix typos found by github.com/lyda/misspell-check
2012-05-12 Akira HatanakaInsert instructions to the entry basic block which...
2012-05-11 Akira HatanakaDo not replace operands of pseudo instructions with...
2012-04-20 Craig TopperConvert more uses of XXXRegisterClass to &XXXRegClass...
2012-03-27 Akira HatanakaAdd T9 to the list of live-in registers of the entry...
2012-03-08 Akira HatanakaThis patch eliminates redundant instructions that produ...
2012-03-01 Akira HatanakaFix bugs which were introduced when support for base...
2012-02-28 Jia Liuremove blanks, and some code format
2012-02-28 Akira HatanakaDo not reserve $gp as a dedicated global base register...
2012-02-28 Akira HatanakaAdd support for floating point base register + offset...
2012-02-24 Akira HatanakaAdd an option to use a virtual register as the global...
2012-02-17 Jia Liuremove Emacs-tag form .cpp files in Mips Backend, and...
2012-02-17 Jia Liuadd Emacs tag and fix some comment error in file headers
2012-01-25 Akira HatanakaLower 64-bit immediates using MipsAnalyzeImmediate...
2012-01-06 Chad RosierFix uninitialized variable warning.
2011-12-20 Akira HatanakaAdd function MipsDAGToDAGISel::SelectMULT and factor...
2011-12-20 Akira HatanakaFix indentation.
2011-12-20 Akira HatanakaAdd code in MipsDAGToDAGISel for selecting constant...
2011-12-20 Akira HatanakaRevert part of r146995 that was accidentally commmitted.
2011-12-20 Akira Hatanaka32-to-64-bit sign extension pattern.
2011-12-19 Akira HatanakaTidy up. Simplify logic. No functional change intended.
2011-12-19 Akira HatanakaRemove the restriction on the first operand of the...
2011-12-09 Akira HatanakaRename WrapperPIC. It is now used for both pic and...
2011-12-08 Akira HatanakaImplement 64-bit support for thread local storage handling.
2011-12-07 Akira HatanakaFix comment.
2011-12-07 Akira HatanakaFix comment.
2011-12-07 Akira HatanakaFix 64-bit immediate patterns.
2011-10-11 Akira HatanakaModify MipsDAGToDAGISel::SelectAddr so that it can...
2011-10-03 Akira HatanakaAdd support for 64-bit integer multiply instructions.
2011-09-20 Akira HatanakaChange the names of functions isMips* to hasMips*.
2011-08-16 Akira HatanakaFix handling of double precision loads and stores when...
2011-08-12 Akira HatanakaWhen constant double 0.0 is lowered, make sure 0 is...
2011-07-07 Akira HatanakaReverse order of operands of address operand mem so...
2011-06-24 Akira HatanakaPrevent generation of redundant addiu instructions...
2011-06-21 Akira HatanakaRe-apply 132758 and 132768 which were speculatively...
2011-06-09 Eric ChristopherSpeculatively revert 132758 and 132768 to try to fix...
2011-06-09 Akira HatanakaInitial support for inline asm memory operand constraints.
2011-06-07 Akira HatanakaPut back removed line.
2011-06-07 Akira HatanakaCoding style fixes.
2011-06-02 Akira HatanakaDetect FI|cst pattern in MipsDAGToDAGISel::SelectAddr...
2011-05-31 Bruno Cardoso LopesThis patch implements the thread local storage. Impleme...
2011-05-28 Akira HatanakaDefine a wrapper node for target constant nodes (tgloba...
2011-04-15 Akira HatanakaReverse unnecessary changes made in r129606 and r129608...
2011-04-15 Akira HatanakaFix lines that have incorrect indentation or exceed...
2011-04-04 Akira HatanakaMove transformation of JmpLink and related nodes done...
2011-04-02 Akira HatanakaUndo changes mistakenly made in revision 128750.
2011-04-02 Akira HatanakaInsert space before ';' to prevent warnings.
2011-04-01 Akira HatanakaRemove redundant code. There are assignments to variabl...
2011-03-04 Bruno Cardoso LopesImprove div/rem node handling on mips. Patch by Akira...
2011-03-04 Bruno Cardoso LopesLowers block address. Currently asserts when relocation...
2011-03-04 Bruno Cardoso LopesRemove (hopefully) all trailing whitespaces from the...
2010-12-23 Jeffrey YasskinChange all self assignments X=X to (void)X, so that...
2010-12-21 Chris Lattnerrename MVT::Flag to MVT::Glue. "Flag" is a terrible...
2010-11-12 Bruno Cardoso LopesEnable mips32 mul instruction. Patch by Akira Hatanaka...
2010-09-21 Chris Lattnerfix a long standing wart: all the ComplexPattern's...
2010-09-03 Jakob Stoklund OlesenRemove Predicate_* calls from Mips
2010-08-18 Jakob Stoklund OlesenDon't call Predicate_* in Mips.
2010-05-24 Jakob Stoklund OlesenSubRegIndex'ize Mips
2010-04-17 Dan GohmanUse const qualifiers with TargetLowering. This eliminat...
2010-03-02 Chris LattnerSink InstructionSelect() out of each target into SDISel...
2010-02-09 Chris Lattnermove target-independent opcodes out of TargetInstrInfo
2010-02-01 Bruno Cardoso LopesMulOp is actually a Mips specific node, so do the match...
2010-01-19 Bruno Cardoso LopesFix a bug introduced on r92564 where the name "Node...
2010-01-19 Bruno Cardoso LopesOn pic function calls some arguments were marked dead and
2010-01-19 Bruno Cardoso Lopesload f64 +0.0 in a cleaner way. This fix part of PR5445
2010-01-05 Dan GohmanChange SelectCode's argument from SDValue to SDNode...
2009-11-25 Bruno Cardoso LopesSupport PIC loading of constant pool entries
2009-11-25 Bruno Cardoso LopesUse endianess dependent offsets for load/store of doubl...
2009-11-19 Bruno Cardoso Lopes- Add sugregister logic to handle f64=(f32,f32).
2009-11-16 Bruno Cardoso Lopes- Fix a small bug while handling target constant pools...
2009-11-13 Bruno Cardoso LopesSupport fp64 immediate zero, this fixes only part of...
2009-11-05 Dan GohmanRemove uninteresting and confusing debug output.
2009-10-25 Nick LewyckyRemove includes of Support/Compiler.h that are no longe...
2009-10-25 Nick LewyckyRemove VISIBILITY_HIDDEN from class/struct found inside...
2009-09-25 Dan GohmanRename getTargetNode to getMachineNode, for consistency...
2009-09-01 Bruno Cardoso LopesReapply 80278
2009-08-27 Bruno Cardoso LopesRevert 80278 for now, it caused a lot of MIPS tests...
2009-08-27 Bruno Cardoso LopesRevamp our friend Mips :)
2009-08-23 Daniel DunbarFix some refactos for iostream changes (in -Asserts...
2009-08-23 Chris Lattnereliminate the last DOUTs from the targets.
next