summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMISelLowering.h
Commit message (Expand)AuthorAge
* Define the TargetLowering::getTgtMemIntrinsic hook for ARM so that NEON loadBob Wilson2010-09-21
* Teach if-converter to be more careful with predicating instructions that wouldEvan Cheng2010-09-10
* Remove NEON vmull, vmlal, and vmlsl intrinsics, replacing them with multiply,Bob Wilson2010-09-01
* Create an ARMISD::AND node. This node is exactly like the "ARM::AND" node, butBill Wendling2010-08-29
* Consider this code snippet:Bill Wendling2010-08-11
* Add support for getting & setting the FPSCR application register on ARM when ...Nate Begeman2010-08-03
* Remove dead prototypeJim Grosbach2010-07-28
* Hook in GlobalMerge passAnton Korobeynikov2010-07-24
* - Allow target to specify when is register pressure "too high". In most cases,Evan Cheng2010-07-23
* Baby steps towards ARM fast-isel.Eric Christopher2010-07-21
* Teach bottom up pre-ra scheduler to track register pressure. Work in progress.Evan Cheng2010-07-21
* ARM has to provide its own TargetLowering::findRepresentativeClass because it...Evan Cheng2010-07-19
* Since ARM emits inline jump tables as part of the ConstantIsland pass,Jim Grosbach2010-07-19
* revert so I can get the right PR# in the log message.Jim Grosbach2010-07-19
* Since ARM emits inline jump tables as part of the ConstantIsland pass,Jim Grosbach2010-07-19
* Add basic support to code-gen the ARM/Thumb2 bit-field insert (BFI) instructionJim Grosbach2010-07-16
* Add support for NEON VMVN immediate instructions.Bob Wilson2010-07-14
* Use a target-specific VMOVIMM DAG node instead of BUILD_VECTOR to representBob Wilson2010-07-13
* Extend the r107852 optimization which turns some fp compare to code sequence ...Evan Cheng2010-07-13
* Optimize some vfp comparisons to integer ones. This patch implements the simp...Evan Cheng2010-07-08
* Split the SDValue out of OutputArg so that SelectionDAG-independentDan Gohman2010-07-07
* The hasMemory argument is irrelevant to how the argumentDale Johannesen2010-06-25
* Add basic support for NEON modified immediates besides VMOV.Bob Wilson2010-06-15
* Rename functions referring to VMOV immediates to refer to NEON "modifiedBob Wilson2010-06-14
* For NEON vectors with 32- or 64-bit elements, select BUILD_VECTORs andBob Wilson2010-06-04
* Early implementation of tail call for ARM.Dale Johannesen2010-06-03
* Clean up 80 column violations. No functional change.Jim Grosbach2010-06-02
* back out 104862/104869. Can reuse stacksave after all. Very cool.Jim Grosbach2010-05-27
* add ISD::STACKADDR to get the current stack pointer. Will be used by sjlj EHJim Grosbach2010-05-27
* Adjust eh.sjlj.setjmp to properly have a chain and to have an opcode entry inJim Grosbach2010-05-26
* Implement @llvm.returnaddress. rdar://8015977.Evan Cheng2010-05-22
* Implement eh.sjlj.longjmp for ARM. Clean up the intrinsic a bit.Jim Grosbach2010-05-22
* Allow targets more controls on what nodes are scheduled by reg pressure, what...Evan Cheng2010-05-20
* Allow TargetLowering::getRegClassFor() to be called on illegal types. AlsoEvan Cheng2010-05-15
* Implement a bunch more TargetSelectionDAGInfo infrastructure.Dan Gohman2010-05-11
* Remove the TargetLowering::getSubtarget() virtual function, whichDan Gohman2010-05-11
* Get rid of the EdgeMapping map. Instead, just check for BasicBlockDan Gohman2010-05-01
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-17
* Move per-function state out of TargetLowering subclasses and intoDan Gohman2010-04-17
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-04
* Revert r100191 since it breaks objc in clang Mon P Wang2010-04-02
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-02
* Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots.Bob Wilson2010-03-30
* Added support for address spaces and added a isVolatile field to memcpy, memm...Mon P Wang2010-03-30
* Revert this change, since it was causing ARM performance regressions.Bob Wilson2010-03-19
* Get rid of target-specific fp <-> int nodes when still I'm here.Anton Korobeynikov2010-03-18
* Get rid of target-specific nodes for fp16 <-> fp32 conversion.Anton Korobeynikov2010-03-18
* Add codegen support for FP16 on ARMAnton Korobeynikov2010-03-14
* Use NEON vmin/vmax instructions for floating-point selects.Bob Wilson2010-02-18
* tighten up eh.setjmp sequence a bit.Jim Grosbach2010-02-08