Switch the fixed-length disassembler to be table-driven.
[oota-llvm.git] / lib / Target / Mips / MipsISelLowering.cpp
2012-07-31 Akira HatanakaExpand DYNAMIC_STACKALLOC nodes rather than doing custo...
2012-07-31 Akira HatanakaWhen store nodes or memcpy nodes are created to copy...
2012-07-31 Akira HatanakaFix type of LUXC1 and SUXC1. These instructions were...
2012-07-26 Akira HatanakaPass the correct call frame size to callseq_start node...
2012-07-26 Akira HatanakaFix call setup for PIC.
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-07-11 Akira HatanakaImplement MipsTargetLowering::LowerSELECT_CC to custom...
2012-07-11 Akira HatanakaLower RETURNADDR node in Mips backend.
2012-07-10 Akira HatanakaMake register Mips::RA allocatable if not in mips16...
2012-07-02 Jack Carter mips32 long long register inline asm constraint...
2012-07-02 Eric ChristopherRevert " mips32 long long register inline asm constr...
2012-07-02 Jack Carter mips32 long long register inline asm constraint...
2012-06-14 Akira HatanakaFix coding style violations. Remove white spaces and...
2012-06-13 Akira HatanakaImplement a DAGCombine in MipsISelLowering.cpp which...
2012-06-13 Akira HatanakaSet a higher value for maxStoresPerMemcpy in MipsISelLo...
2012-06-13 Akira HatanakaSimplify CreateLoadLR and CreateStoreLR in MipsISelLowe...
2012-06-13 Akira HatanakaImplement fastcc calling convention for MIPS.
2012-06-04 Akira HatanakaFix a bug in MipsTargetLowering::LowerLOAD. A shift...
2012-06-04 Hans WennborgMIPS TLS: use the model selected by TargetMachine:...
2012-06-02 Chris Lattnerremove an unused variable.
2012-06-02 Akira HatanakaSet operation actions for load/store nodes in the Mips...
2012-06-02 Akira HatanakaDefine functions MipsTargetLowering::LowerLOAD and...
2012-06-02 Akira HatanakaDefine Mips specific unaligned load/store nodes.
2012-06-02 Akira HatanakaExpand unaligned i16 loads/stores for the Mips backend.
2012-05-31 Akira HatanakaCleanup and factoring of mips16 tablegen classes. Make...
2012-05-25 Justin HolewinskiChange interface for TargetLowering::LowerCallTo and...
2012-05-12 Akira HatanakaMake the following changes in MipsISelLowering.cpp:
2012-05-09 Akira HatanakaExpand 64-bit shifts if target ABI is O32.
2012-05-07 Eric ChristopherAdd support for the 'x' constraint.
2012-05-07 Eric ChristopherAdd support for the 'l' constraint.
2012-05-07 Eric ChristopherAdd support for the 'c' constraint.
2012-05-07 Eric ChristopherAdd support for the 'P' constraint.
2012-05-07 Eric ChristopherAdd support for the 'O' constraint.
2012-05-07 Eric ChristopherAdd support for the 'N' inline asm constraint.
2012-05-07 Eric ChristopherAdd support for the 'L' inline asm constraint.
2012-05-07 Eric ChristopherAdd support for the inline asm constraint 'K'.
2012-05-07 Eric ChristopherSupport the 'J' constraint.
2012-05-07 Eric ChristopherAdd support for the 'I' inline asm constraint. Also...
2012-05-07 Eric ChristopherAllow 64 bit integer values in gpu registers if arch...
2012-05-07 Eric ChristopherWhen using inline asm constraints representing
2012-05-04 Hans WennborgMake ARM and Mips use TargetMachine::getTLSModel()
2012-04-21 NAKAMURA Takumillvm/lib/Target: [PR12611] Add "llvm/Support/raw_ostrea...
2012-04-20 Craig TopperConvert more uses of XXXRegisterClass to &XXXRegClass...
2012-04-11 Akira HatanakaEmit neg.s or neg.d only if -enable-no-nans-fp-math...
2012-04-11 Akira HatanakaEmit abs.s or abs.d only if -enable-no-nans-fp-math...
2012-04-11 Akira HatanakaFix bugs in lowering of FCOPYSIGN nodes.
2012-04-04 Akira HatanakaReapply 154038 without the failing test.
2012-04-04 Owen AndersonRevert r154038. It was causing make check failures.
2012-04-04 Akira HatanakaFix LowerGlobalAddress to produce instructions with...
2012-04-04 Akira HatanakaFix LowerJumpTable to produce instructions with the...
2012-04-04 Akira HatanakaFix LowerConstantPool to produce instructions with...
2012-04-04 Akira HatanakaFix LowerBlockAddress to produce instructions with...
2012-03-29 Akira HatanakaExpand FREM.
2012-03-27 Akira HatanakaPass the llvm IR pointer value and offset to the constr...
2012-03-27 Akira HatanakaFix bug in LowerConstantPool.
2012-03-17 Craig TopperReorder includes in Target backends to following coding...
2012-03-11 Craig TopperConvert more static tables of registers used by calling...
2012-03-10 Akira HatanakaDo not custom lower i64 nodes if i64 is not a legal...
2012-03-09 Akira HatanakaLower SETCC nodes during legalization. Previously,...
2012-03-08 Akira HatanakaInvoke setTargetDAGCombine for SELECT.
2012-03-08 Akira HatanakaSwap the operands of a select node if the false (the...
2012-03-08 Akira HatanakaSet minimum function alignment to 3 if target is Mips64.
2012-03-01 Akira HatanakaChanges for migrating to using register mask operands.
2012-03-01 Akira HatanakaFix bugs which were introduced when support for base...
2012-02-28 Evan ChengRe-commit r151623 with fix. Only issue special no-retur...
2012-02-28 Daniel DunbarRevert r151623 "Some ARM implementaions, e.g. A-series...
2012-02-28 Jia Liuremove blanks, and some code format
2012-02-28 Evan ChengSome ARM implementaions, e.g. A-series, does return...
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-22 Craig TopperMake all pointers to TargetRegisterClass const since...
2012-02-17 Jia Liuremove Emacs-tag form .cpp files in Mips Backend, and...
2012-02-17 Akira HatanakaDo not promote i32 arguments to i64. This was causing...
2012-02-17 Jia Liuadd Emacs tag and fix some comment error in file headers
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-02-03 Akira HatanakaAdd a new MachineJumpTableInfo entry type, EK_GPRel64Bl...
2012-02-02 Akira HatanakaSet the correct stack pointer register.
2012-02-02 Akira HatanakaExpand EHSELECTION and EHSELECTION nodes. Set the corre...
2012-01-24 Akira HatanakaSign-extend 32-bit integer arguments when they are...
2012-01-24 Akira HatanakaPass CCState by reference.
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2012-01-04 Akira HatanakaEnable -soft-float for MIPS.
2012-01-04 Akira HatanakaHave getRegForInlineAsmConstraint return the correct...
2011-12-21 Akira HatanakaExpand 64-bit CTLZ nodes if target architecture does...
2011-12-21 Akira HatanakaExpand 64-bit CTPOP and CTTZ.
2011-12-21 Akira HatanakaExpand 64-bit atomic load and store.
2011-12-20 Akira HatanakaAdd definition of DSBH (Double Swap Bytes within Halfwo...
2011-12-20 Akira Hatanaka64-bit uint-fp conversion nodes are expanded.
2011-12-20 Akira HatanakaEnable custom lowering DYNAMIC_STACKALLOC nodes.
2011-12-20 Akira HatanakaSet the correct stack pointer register that should...
2011-12-19 Akira HatanakaTidy up. Simplify logic. No functional change intended.
2011-12-14 Akira HatanakaAdd support for local dynamic TLS model in LowerGlobalT...
2011-12-13 Chandler CarruthInitial CodeGen support for CTTZ/CTLZ where a zero...
2011-12-12 Akira HatanakaFix indentation.
2011-12-11 Benjamin KramerMips: Don't create a dangling IR function just to get...
2011-12-09 Akira HatanakaRename WrapperPIC. It is now used for both pic and...
2011-12-09 Akira Hatanakajalr should use t9 ($25) for indirect calls regardless...
2011-12-08 Akira HatanakaPass a GlobalAddress instead of an ExternalSymbol to...
next