summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMISelLowering.cpp
Commit message (Expand)AuthorAge
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Remove the Function::getFnAttributes method in favor of using the AttributeSetBill Wendling2012-12-30
* Revert "Adding support for llvm.arm.neon.vaddl[su].* and"Bob Wilson2012-12-20
* Adding support for llvm.arm.neon.vaddl[su].* andRenato Golin2012-12-20
* Remove the explicit MachineInstrBuilder(MI) constructor.Jakob Stoklund Olesen2012-12-19
* Change TargetLowering::findRepresentativeClass to take an MVT, insteadPatrik Hagglund2012-12-19
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-19
* Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.Patrik Hagglund2012-12-13
* Sorry about the churn. One more change to getOptimalMemOpType() hook. Did IEvan Cheng2012-12-12
* - Rename isLegalMemOpType to isSafeMemOpType. "Legal" is a very overloade term.Evan Cheng2012-12-12
* Avoid using lossy load / stores for memcpy / memset expansion. e.g.Evan Cheng2012-12-12
* Replace TargetLowering::isIntImmLegal() withEvan Cheng2012-12-11
* Revert EVT->MVT changes, r169836-169851, due to buildbot failures.Patrik Hagglund2012-12-11
* Change TargetLowering::findRepresentativeClass to take an MVT, insteadPatrik Hagglund2012-12-11
* Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.Patrik Hagglund2012-12-11
* Stylistic tweak.Evan Cheng2012-12-11
* Some enhancements for memcpy / memset inline expansion.Evan Cheng2012-12-10
* Replace r169459 with something safer. Rather than having computeMaskedBits toEvan Cheng2012-12-06
* Let targets provide hooks that compute known zero and ones for any_extendEvan Cheng2012-12-06
* Appease GCC's -Wparentheses.Matt Beaumont-Gay2012-12-04
* ARM custom lower ctpop for vector types. Patch by Pete Couperus.Evan Cheng2012-12-04
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Codegen failure for vmull with small vectorsSebastian Pop2012-11-30
* Added atomic 64 min/max/umin/umax instrinsics support in the ARM backend.Silviu Baranga2012-11-29
* ARM: Implement CanLowerReturn so large vectors get expanded into sret.Benjamin Kramer2012-11-28
* Mark FP_EXTEND form v2f32 to v2f64 as "expand" for ARM NEON. Patch by Pete C...Eli Friedman2012-11-17
* Remove hard coded registers in ARM ldrexd and strexd instructionsWeiming Zhao2012-11-16
* Make sure FABS on v2f32 and v4f32 is legal on ARM NEONAnton Korobeynikov2012-11-16
* Mark FP_ROUND for converting NEON v2f64 to v2f32 as expand. Add a missingEli Friedman2012-11-15
* Revert changing FNEG of v4f32 to Expand. It's legal.Craig Topper2012-11-15
* Make FNEG and FABS of v4f32 Expand.Craig Topper2012-11-15
* Add llvm.ceil, llvm.trunc, llvm.rint, llvm.nearbyint intrinsics.Craig Topper2012-11-15
* Disable the Thumb no-return call optimization:Evan Cheng2012-11-10
* Revert r167620; this can be implemented using an existing CL option.Chad Rosier2012-11-09
* Add support for -mstrict-align compiler option for ARM targets.Chad Rosier2012-11-09
* Mark the Int_eh_sjlj_dispatchsetup pseudo instruction as clobbering allChad Rosier2012-11-06
* Vext Lowering was missing opportunitiesQuentin Colombet2012-11-02
* Change ForceSizeOpt attribute into MinSize attributeQuentin Colombet2012-10-30
* [code size][ARM] Emit regular call instructions instead of the move, branch s...Quentin Colombet2012-10-27
* ARM:Stepan Dyatkovskiy2012-10-19
* Issue:Stepan Dyatkovskiy2012-10-16
* Fixed PR13938: the ARM backend was crashing because it couldn't select a VDUP...Silviu Baranga2012-10-15
* ARM: tail-call inside a function where part of a byval argument is on caller'sManman Ren2012-10-12
* ARM: Mark VSELECT as 'expand'.Jim Grosbach2012-10-12
* Fix for LDRB instruction:Stepan Dyatkovskiy2012-10-10
* Issue description:Stepan Dyatkovskiy2012-10-10
* Create enums for the different attributes.Bill Wendling2012-10-09
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Add LLVM support for Swift.Bob Wilson2012-09-29
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27