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