aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMFastISel.cpp
AgeCommit message (Expand)Author
2011-09-13Tidy up a few 80 column violations.Jim Grosbach
2011-09-02Don't fast-isel for atomic load/store; some cases require extra handling miss...Eli Friedman
2011-08-31Fixup for functions that return a bool.Chad Rosier
2011-08-23[SU]XT[BH] are only available on ARMv6 and up.Jim Grosbach
2011-07-27ARM extend instructions simplification.Jim Grosbach
2011-07-20Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate A...Evan Cheng
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner
2011-06-28Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo.Evan Cheng
2011-06-28- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng
2011-06-08Add a parameter to CCState so that it can access the MachineFunction.Eric Christopher
2011-06-03Add ARM fast-isel support for materializing the address of a global in cases ...Eli Friedman
2011-05-28Fix ARM fast isel to correctly flag memory operands to stores. This fixesCameron Zwarich
2011-05-27Fix a silly mistake (which trips over an assertion) in r132099. rdar://9515076Eli Friedman
2011-05-25Rewrite fast-isel integer cast handling to handle more cases, and to be simpl...Eli Friedman
2011-05-25Prepare ARMFastISel::SelectSIToFP for getRegForValue returning registers for ...Eli Friedman
2011-05-16Kill some dead code.Jim Grosbach
2011-05-02Apparently the check for direct calls is unnecessary.Eric Christopher
2011-04-29Switch to ImmLeaf (which can be used by FastISel) for a few more common ARM/T...Eli Friedman
2011-04-29Add FastEmitInst_ii for the arm fast isel generator. It doesn't use it, butEric Christopher
2011-04-29Some cleanup and optimize fallthrough more.Eric Christopher
2011-04-29Re-committing r130454, which does not in fact break anything.Eli Friedman
2011-04-29Add trunc->branch support, this won't help with clang's i8->i1 truncationsEric Christopher
2011-04-29Update comments and checks to match reality.Eric Christopher
2011-04-29Whitespace.Eric Christopher
2011-04-28Revert r130454; apparently this doesn't actually work.Eli Friedman
2011-04-28Fix a rather obscure crash caused by ARM fast-isel generating code which rede...Eli Friedman
2011-04-28Be more layout aware here and swap the successor and branch conditionEric Christopher
2011-04-16Correct result when a branch condition is live across a blockStuart Hastings
2011-04-11Don't include Operator.h from InstrTypes.h.Jay Foad
2011-04-05Just use BL all the time. It's safer that way.Eric Christopher
2011-03-30Add a ARM-specific SD node for VBSL so that forms with a constant first operandCameron Zwarich
2011-03-22Migrate the fix in r128041 to ARM's fastisel support as well.Eric Christopher
2011-03-12Sometimes isPredicable lies to us and tells us we don't need the operands.Eric Christopher
2011-02-22Only use blx for external function calls on thumb, these could be fixedEric Christopher
2011-01-27Use the incoming VT not the VT of where we're trying to store to determineEric Christopher
2011-01-18Remove unused variables found by gcc-4.6's -Wunused-but-set-variable.Jeffrey Yasskin
2011-01-17Materialize GA addresses with movw + movt pairs for Darwin in PIC mode. e.g.Evan Cheng
2011-01-05fix some -Wself-assign warnings.Chris Lattner
2010-12-21Arm and thumb call instructions are also in different orders.Eric Christopher
2010-12-15Don't handle -arm-long-calls in fast isel for now.Eric Christopher
2010-12-01Refactor load/store handling again. Simplify and make some room forEric Christopher
2010-11-30Noticed this on inspection, fix and update some comments.Eric Christopher
2010-11-29Update fastisel for the changes in r120272.Eric Christopher
2010-11-23Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept.Wesley Peck
2010-11-20Rewrite address handling to use a structure with all the possible addressEric Christopher
2010-11-20STRH only needs the additional operand, not t2STRH. Also invert conditionalEric Christopher
2010-11-19Don't need to save piecemeal now.Eric Christopher
2010-11-19Update comment.Eric Christopher
2010-11-19Update comment.Eric Christopher
2010-11-19Refactor address mode handling into a single struct (ala x86), thisEric Christopher