summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsISelDAGToDAG.cpp
Commit message (Expand)AuthorAge
...
* Implement 64-bit support for thread local storage handling.Akira Hatanaka2011-12-08
* Fix comment.Akira Hatanaka2011-12-07
* Fix comment.Akira Hatanaka2011-12-07
* Fix 64-bit immediate patterns.Akira Hatanaka2011-12-07
* Modify MipsDAGToDAGISel::SelectAddr so that it can handle 64-bit pointers too.Akira Hatanaka2011-10-11
* Add support for 64-bit integer multiply instructions.Akira Hatanaka2011-10-03
* Change the names of functions isMips* to hasMips*.Akira Hatanaka2011-09-20
* Fix handling of double precision loads and stores when Mips1 is targeted. Akira Hatanaka2011-08-16
* When constant double 0.0 is lowered, make sure 0 is copied directly from an Akira Hatanaka2011-08-12
* Reverse order of operands of address operand mem so that the base operand comesAkira Hatanaka2011-07-07
* Prevent generation of redundant addiu instructions that compute address of Akira Hatanaka2011-06-24
* Re-apply 132758 and 132768 which were speculatively reverted in 132777. Akira Hatanaka2011-06-21
* Speculatively revert 132758 and 132768 to try to fix the Windows buildbots.Eric Christopher2011-06-09
* Initial support for inline asm memory operand constraints.Akira Hatanaka2011-06-09
* Put back removed line.Akira Hatanaka2011-06-07
* Coding style fixes.Akira Hatanaka2011-06-07
* Detect FI|cst pattern in MipsDAGToDAGISel::SelectAddr. Patch by Sasa Stankovic.Akira Hatanaka2011-06-02
* This patch implements the thread local storage. Implemented are GeneralBruno Cardoso Lopes2011-05-31
* Define a wrapper node for target constant nodes (tglobaladdr, etc.).Akira Hatanaka2011-05-28
* Reverse unnecessary changes made in r129606 and r129608. There is no change i...Akira Hatanaka2011-04-15
* Fix lines that have incorrect indentation or exceed 80 columns. There is no c...Akira Hatanaka2011-04-15
* Move transformation of JmpLink and related nodes done during instruction sele...Akira Hatanaka2011-04-04
* Undo changes mistakenly made in revision 128750.Akira Hatanaka2011-04-02
* Insert space before ';' to prevent warnings.Akira Hatanaka2011-04-02
* Remove redundant code. There are assignments to variables Base and Offset rig...Akira Hatanaka2011-04-01
* Improve div/rem node handling on mips. Patch by Akira HatanakaBruno Cardoso Lopes2011-03-04
* Lowers block address. Currently asserts when relocation model is not PIC. Pat...Bruno Cardoso Lopes2011-03-04
* Remove (hopefully) all trailing whitespaces from the mips backend. Patch by H...Bruno Cardoso Lopes2011-03-04
* Change all self assignments X=X to (void)X, so that we can turn on aJeffrey Yasskin2010-12-23
* rename MVT::Flag to MVT::Glue. "Flag" is a terrible name forChris Lattner2010-12-21
* Enable mips32 mul instruction. Patch by Akira Hatanaka <ahatanaka@mips.com>Bruno Cardoso Lopes2010-11-12
* fix a long standing wart: all the ComplexPattern's were beingChris Lattner2010-09-21
* Remove Predicate_* calls from MipsJakob Stoklund Olesen2010-09-03
* Don't call Predicate_* in Mips.Jakob Stoklund Olesen2010-08-18
* SubRegIndex'ize MipsJakob Stoklund Olesen2010-05-24
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-17
* Sink InstructionSelect() out of each target into SDISel, and rename itChris Lattner2010-03-02
* move target-independent opcodes out of TargetInstrInfoChris Lattner2010-02-09
* MulOp is actually a Mips specific node, so do the match using Opcode. This fi...Bruno Cardoso Lopes2010-02-01
* Fix a bug introduced on r92564 where the name "Node" was alreadyBruno Cardoso Lopes2010-01-19
* On pic function calls some arguments were marked dead andBruno Cardoso Lopes2010-01-19
* load f64 +0.0 in a cleaner way. This fix part of PR5445Bruno Cardoso Lopes2010-01-19
* Change SelectCode's argument from SDValue to SDNode *, to make it moreDan Gohman2010-01-05
* Support PIC loading of constant pool entriesBruno Cardoso Lopes2009-11-25
* Use endianess dependent offsets for load/store of doubles whenBruno Cardoso Lopes2009-11-25
* - Add sugregister logic to handle f64=(f32,f32).Bruno Cardoso Lopes2009-11-19
* - Fix a small bug while handling target constant pools (one param was missing).Bruno Cardoso Lopes2009-11-16
* Support fp64 immediate zero, this fixes only part of PR5445 Bruno Cardoso Lopes2009-11-13
* Remove uninteresting and confusing debug output.Dan Gohman2009-11-05
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-25