aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM
AgeCommit message (Expand)Author
2008-10-17Merge from mainline.Tanya Lattner
2008-10-05Fix weird think-o and unbreak build on all gcc-3.4.x-based platforms (e.g. mi...Anton Korobeynikov
2008-10-03Avoid creating two TargetLowering objects for each target.Dan Gohman
2008-10-03Indexing off by one resulted in errant encoding of source register forJim Grosbach
2008-10-03NeedStub/DoesntNeedStub logic was reversed, leading to not using a stubJim Grosbach
2008-10-03Switch the MachineOperand accessors back to the short names likeDan Gohman
2008-10-01Fix typo s/ther/there/Jim Grosbach
2008-09-29Rename isWeakForLinker to mayBeOverridden. Use itDuncan Sands
2008-09-27Re-apply 56683 with fixes.Evan Cheng
2008-09-26Temporarily reverting r56683. This is causing a failure during the build of l...Bill Wendling
2008-09-26Fix @llvm.frameaddress codegen. FP elimination optimization should be disable...Evan Cheng
2008-09-26Add "inreg" field to CallSDNode (doesn't increaseDale Johannesen
2008-09-26CMake: Builds all targets.Oscar Fuentes
2008-09-25Reapply 56585:56589 with proper fix for some gcc versionsAnton Korobeynikov
2008-09-25Temporarily backing out 56585:56589 to unbreak the build.Evan Cheng
2008-09-24Get rid of virtual inheritance for ARM TAIAnton Korobeynikov
2008-09-24Get rid of ReadOnlySection duplicateAnton Korobeynikov
2008-09-24Get rid of now unused {Four,Eight,Sixteen}ByteConstantSectionAnton Korobeynikov
2008-09-24Get rid of duplicate char*/Section* stuff for TLS sectionsAnton Korobeynikov
2008-09-24Get rid of duplicate char*/Section* DataSectionAnton Korobeynikov
2008-09-24Move actual section printing stuff to AsmPrinter from TAI reducing heap traffic.Anton Korobeynikov
2008-09-24Drop obsolete hook and change all usage to new interfaceAnton Korobeynikov
2008-09-23Fix these enums' starting values to reflect the way thatDan Gohman
2008-09-22Make log, log2, log10, exp, exp2 use Expand byDale Johannesen
2008-09-18Duh. Default to ARMCC::AL (always).Evan Cheng
2008-09-18Clean up.Evan Cheng
2008-09-18Cosmetic.Evan Cheng
2008-09-17Fix addrmode1 instruction encodings; fix bx_ret encoding.Evan Cheng
2008-09-17Specify instruction encoding using range list to avoid endianess issues.Evan Cheng
2008-09-16Reverting r56249. On further investigation, this functionality isn't needed.Bill Wendling
2008-09-16- Change "ExternalSymbolSDNode" to "SymbolSDNode".Bill Wendling
2008-09-13Remove isImm(), isReg(), and friends, in favor of Dan Gohman
2008-09-13Fix random abort.Evan Cheng
2008-09-13Define CallSDNode, an SDNode subclass for use with ISD::CALL.Dan Gohman
2008-09-13Typo.Evan Cheng
2008-09-13Rely on instruction format to determine so_reg operand for now.Evan Cheng
2008-09-13Revert 56176. All those instruction formats are still needed.Evan Cheng
2008-09-13Accidentially flipped the condition.Evan Cheng
2008-09-13Add debug dumps.Evan Cheng
2008-09-12Eliminate unnecessary instruction formats.Evan Cheng
2008-09-12Addrmode 1 S bit can be dynamically set. Look for CPSR def.Evan Cheng
2008-09-12Rewrite address mode 1 code emission routines.Evan Cheng
2008-09-12Rename ConstantSDNode::getValue to getZExtValue, for consistencyDan Gohman
2008-09-11udpate header comment: s/VP/VFP/Jim Grosbach
2008-09-09Fix logic for not emitting no-dead-strip for someDale Johannesen
2008-09-08Delete an unused variable.Dan Gohman
2008-09-04Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman
2008-09-04Add intrinsics for log, log2, log10, exp, exp2.Dale Johannesen
2008-09-02Add Mac OS X compatible JIT callback routine.Evan Cheng
2008-09-02Revamp ARM JIT.Evan Cheng