summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* ARM: support struct byval in llvmManman Ren2012-06-011-15/+262
* Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCallJustin Holewinski2012-05-251-9/+16
* Use the right register class for LDRrs.Jakob Stoklund Olesen2012-05-201-1/+1
* Add a new target hook "predictableSelectIsExpensive".Benjamin Kramer2012-05-051-0/+3
* Pacify GCC's -Wreturn-typeMatt Beaumont-Gay2012-05-041-0/+1
* Make ARM and Mips use TargetMachine::getTLSModel()Hans Wennborg2012-05-041-8/+15
* Don't introduce illegal types when creating vmull operations. <rdar://11324364>Bob Wilson2012-04-301-1/+3
* Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper2012-04-201-69/+74
* Handle llvm.fma.* intrinsics. rdar://10914096Evan Cheng2012-04-101-2/+4
* Fix a long standing tail call optimization bug. When a libcall is emittedEvan Cheng2012-04-101-33/+42
* When performing a truncating store, it's possible to rearrange the data Chad Rosier2012-04-091-1/+85
* Update comments and remove unnecessary isVolatile() check.Chad Rosier2012-04-091-3/+5
* Tidy up. 80 columns.Jim Grosbach2012-04-061-1/+2
* There is no portable std::abs overload for int64_t, use the llvm::abs64Chandler Carruth2012-04-061-2/+2
* Allow negative immediates in ARM and Thumb2 compares.Jakob Stoklund Olesen2012-04-061-2/+4
* Always compute all the bits in ComputeMaskedBits.Rafael Espindola2012-04-041-7/+4
* ARM target should allow codegenprep to duplicate ret instructions to enable t...Evan Cheng2012-03-301-1/+1
* Try using vmov.i32 to materialize FP32 constants that can't be materialized byLang Hames2012-03-291-23/+54
* Remove unnecessary llvm:: qualificationsCraig Topper2012-03-271-1/+1
* Prune includes and replace uses of ARMRegisterInfo.h with ARMBaeRegisterInfo.hCraig Topper2012-03-261-1/+0
* Replace uses of ARMBaseInstrInfo and ARMTargetMachine with the Base versions.Craig Topper2012-03-251-3/+2
* Perform mul combine when multiplying wiht negative constants.Anton Korobeynikov2012-03-191-18/+48
* Reorder includes to match coding standards. Fix an issue or two exposed by that.Craig Topper2012-03-171-2/+1
* Use vmov.f32 to materialize f32 consts on ARM. This relaxes constraints onLang Hames2012-03-151-0/+24
* Convert more static tables of registers used by calling convention to uint16_...Craig Topper2012-03-111-1/+1
* Use uint16_t to store registers in callee saved register tables to reduce siz...Craig Topper2012-03-041-1/+1
* Neuter the optimization I implemented with r107852 and r108258 which turn someEvan Cheng2012-03-011-8/+12
* Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...Evan Cheng2012-02-281-5/+14
* Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...Daniel Dunbar2012-02-281-14/+5
* Some ARM implementaions, e.g. A-series, does return stack prediction. That is,Evan Cheng2012-02-281-5/+14
* Switch ARM target to register masks.Jakob Stoklund Olesen2012-02-241-0/+6
* When emitting a cmp with 0 for a lowered select, mask out the highDan Gohman2012-02-241-0/+5
* Canonicalize (srl (bswap x), 16) to (rotr (bswap x), 16) if the high 16 bitsEvan Cheng2012-02-231-0/+15
* Optimize a couple of common patterns involving conditional moves where the falseEvan Cheng2012-02-231-5/+88
* Make all pointers to TargetRegisterClass const since they are all pointers to...Craig Topper2012-02-221-7/+7
* Proper support for a bastardized darwin-eabi hybird ABI.Evan Cheng2012-02-211-1/+1
* Improve generated code for extending loads and some trunc stores on ARM.James Molloy2012-02-201-7/+29
* Don't reserve the R0 and R1 registers here. We don't use these registers, andBill Wendling2012-02-131-4/+9
* Make valgrind happy.Jason W Kim2012-02-101-2/+2
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-071-10/+7
* Cleanups for EABI standard functionsAnton Korobeynikov2012-01-291-2/+7
* Use base AAPCS for varargs functions even for AAPCS-VFP CCAnton Korobeynikov2012-01-291-1/+3
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-6/+2
* Refactor variables unused under non-assert builds (& remove two entirely unus...David Blaikie2012-01-161-2/+2
* Return an ArrayRef from ShuffleVectorSDNode::getMask and push it through Code...Benjamin Kramer2012-01-151-20/+12
* Match SelectionDAG logic for enabling movt.Jakob Stoklund Olesen2012-01-071-1/+2
* Remove VectorExtras. This unused helper was written for a type of API that is...Benjamin Kramer2012-01-071-1/+0
* Add variants of the dispatchsetup pseudo for Thumb and !VFP. <rdar://10620138>Bob Wilson2011-12-221-1/+6
* Make check a bit more strict so we don't call ARM_AM::getFP32Imm with a value...Eli Friedman2011-12-151-1/+1
* Initial CodeGen support for CTTZ/CTLZ where a zero input produces anChandler Carruth2011-12-131-0/+4
OpenPOWER on IntegriCloud