summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMFastISel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Enable support for returning i1, i8, and i16. Nothing special todo as it's theChad Rosier2011-11-081-1/+7
* Add support for passing i1, i8, and i16 call parameters. Also, be sure toChad Rosier2011-11-051-28/+16
* Cannot create a result register for non-legal types.Chad Rosier2011-11-041-1/+2
* When materializing an i32, SExt vs ZExt doesn't matter when we're trying to fitChad Rosier2011-11-041-1/+1
* Enable support for materializing i1, i8, and i16 integers via move immediate.Chad Rosier2011-11-041-6/+11
* Indentation.Chad Rosier2011-11-041-1/+1
* Add fast-isel support for returning i1, i8, and i16.Chad Rosier2011-11-041-6/+19
* Add support for sign-extending non-legal types in SelectSIToFP().Chad Rosier2011-11-031-5/+14
* Add support for comparing integer non-legal types.Chad Rosier2011-11-021-16/+33
* Factor out an EmitIntExt function. No functionality change intended.Chad Rosier2011-11-021-31/+37
* Factor out a SelectTrunc function. No functionality change intended.Chad Rosier2011-11-021-17/+28
* A branch predicated on a constant can just FastEmit an unconditional branch.Chad Rosier2011-10-271-0/+6
* Add a TODO comment. FastISel works by parsing each basic block from the bottomChad Rosier2011-10-261-0/+1
* Factor a little more code into EmitCmp, which should have been done in the firstChad Rosier2011-10-261-23/+16
* Use EmitCmp in SelectBranch. No functional change intended.Chad Rosier2011-10-261-33/+6
* Factor out an EmitCmp function that can be used by both SelectCmp andChad Rosier2011-10-261-18/+24
* Add a few FIXME comments.Chad Rosier2011-10-171-0/+2
* Switch over to using ARMConstantPoolConstant for global variables, functions,Bill Wendling2011-10-011-2/+3
* ARM fix encoding of VMOV.f32 and VMOV.f64 immediates.Jim Grosbach2011-09-301-2/+10
* Tidy up a few 80 column violations.Jim Grosbach2011-09-131-3/+3
* Don't fast-isel for atomic load/store; some cases require extra handling miss...Eli Friedman2011-09-021-0/+8
* Fixup for functions that return a bool.Chad Rosier2011-08-311-2/+2
* [SU]XT[BH] are only available on ARMv6 and up.Jim Grosbach2011-08-231-0/+2
* ARM extend instructions simplification.Jim Grosbach2011-07-271-4/+6
* Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate A...Evan Cheng2011-07-201-1/+1
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-22/+22
* Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo.Evan Cheng2011-06-281-2/+2
* - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng2011-06-281-15/+15
* Add a parameter to CCState so that it can access the MachineFunction.Eric Christopher2011-06-081-6/+6
* Add ARM fast-isel support for materializing the address of a global in cases ...Eli Friedman2011-06-031-3/+17
* Fix ARM fast isel to correctly flag memory operands to stores. This fixesCameron Zwarich2011-05-281-5/+7
* Fix a silly mistake (which trips over an assertion) in r132099. rdar://9515076Eli Friedman2011-05-271-0/+2
* Rewrite fast-isel integer cast handling to handle more cases, and to be simpl...Eli Friedman2011-05-251-1/+77
* Prepare ARMFastISel::SelectSIToFP for getRegForValue returning registers for ...Eli Friedman2011-05-251-0/+4
* Kill some dead code.Jim Grosbach2011-05-161-3/+1
* Apparently the check for direct calls is unnecessary.Eric Christopher2011-05-021-2/+2
* Switch to ImmLeaf (which can be used by FastISel) for a few more common ARM/T...Eli Friedman2011-04-291-0/+1
* Add FastEmitInst_ii for the arm fast isel generator. It doesn't use it, butEric Christopher2011-04-291-0/+23
* Some cleanup and optimize fallthrough more.Eric Christopher2011-04-291-8/+13
* Re-committing r130454, which does not in fact break anything.Eli Friedman2011-04-291-19/+2
* Add trunc->branch support, this won't help with clang's i8->i1 truncationsEric Christopher2011-04-291-1/+24
* Update comments and checks to match reality.Eric Christopher2011-04-291-9/+2
* Whitespace.Eric Christopher2011-04-291-11/+11
* Revert r130454; apparently this doesn't actually work.Eli Friedman2011-04-281-2/+19
* Fix a rather obscure crash caused by ARM fast-isel generating code which rede...Eli Friedman2011-04-281-19/+2
* Be more layout aware here and swap the successor and branch conditionEric Christopher2011-04-281-1/+8
* Correct result when a branch condition is live across a blockStuart Hastings2011-04-161-4/+10
* Don't include Operator.h from InstrTypes.h.Jay Foad2011-04-111-0/+1
* Just use BL all the time. It's safer that way.Eric Christopher2011-04-051-9/+1
* Add a ARM-specific SD node for VBSL so that forms with a constant first operandCameron Zwarich2011-03-301-0/+30
OpenPOWER on IntegriCloud