aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Target
AgeCommit message (Expand)Author
2010-08-30Fix LLVM target initialization to deal with sociopathic outside projectsEric Christopher
2010-08-27Fix a couple of typos.Eric Christopher
2010-08-26Simplify eliminateFrameIndex() interface back down now that PEI doesn't needJim Grosbach
2010-08-26tidy up a bit. no functional change.Jim Grosbach
2010-08-25add a specialization for the MVT form of getTypeAction, since it isChris Lattner
2010-08-25remove some llvmcontext arguments that are now dead post-refactoring.Chris Lattner
2010-08-25Change handling of illegal vector types to widen when possible instead of Chris Lattner
2010-08-24Add ARM heuristic for when to allocate a virtual base register for stackJim Grosbach
2010-08-24Move enabling the local stack allocation pass into the target where it belongs.Jim Grosbach
2010-08-19Better handling of offsets on frame index references. rdar://8277890Jim Grosbach
2010-08-19Re-re-revert this patch. It seems to be causing performanceEric Christopher
2010-08-19Reapply the virtual register patch from 109102. The places where we wereEric Christopher
2010-08-18Add hook for re-using virtual base registers for local stack slot access.Jim Grosbach
2010-08-17Add materialization of virtual base registers for frame indices allocated intoJim Grosbach
2010-08-17Add hook to examine an instruction referencing a frame index to determineJim Grosbach
2010-08-12MC/AsmParser: Push the burdon of emitting diagnostics about unmatchedDaniel Dunbar
2010-08-12tblgen/AsmMatcher: Always emit the match function as 'MatchInstructionImpl',Daniel Dunbar
2010-08-11Don't use unsigned char for alignments in TargetData. There aren'tDan Gohman
2010-08-10Implement register class inflation.Jakob Stoklund Olesen
2010-08-08Use the "isCompare" machine instruction attribute instead of calling theBill Wendling
2010-08-08Fix PR7809 by creating a header for just llvm variables that can beEric Christopher
2010-08-08Add back in r109901, which adds a Compare flag to the target instructions. It'sBill Wendling
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson
2010-08-06spellingJim Grosbach
2010-08-06Fix eabi calling convention when a 64 bit value shadows r3.Rafael Espindola
2010-08-06Revert r109901. The implementation of <rdar://problem/7405933> (r110423) doesn'tBill Wendling
2010-08-06Add the Optimize Compares pass (disabled by default).Bill Wendling
2010-08-06Revert r110396 to fix buildbots.Owen Anderson
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson
2010-08-05Revert my last commit, apparently it's a runtime issue.Eric Christopher
2010-08-05Remove unnecessary include.Eric Christopher
2010-08-03build: Add LLVM_NATIVE_ARCHNAME, which has the sensible value, without "Target"Daniel Dunbar
2010-08-01Targets: Add InitializeNativeTargetAsmPrinter(), patch by Jan Sjodin, althoughDaniel Dunbar
2010-07-30Add a "Compare" flag to the target instruction descriptor. This will be usedBill Wendling
2010-07-29Grammar.Eric Christopher
2010-07-29Plug the remaining MC leaks by giving MCObjectStreamer/MCAsmStreamer ownershi...Benjamin Kramer
2010-07-24Hook in GlobalMerge passAnton Korobeynikov
2010-07-24Add hook to insert late LLVM=>LLVM passes just before iselAnton Korobeynikov
2010-07-24Add an ILP scheduler. This is a register pressure aware scheduler that'sEvan Cheng
2010-07-23- Allow target to specify when is register pressure "too high". In most cases,Evan Cheng
2010-07-23Revert r109102 for now as it's causing JIT miscompilations.Eric Christopher
2010-07-22Warnings patrol.Eric Christopher
2010-07-22eliminate the TargetInstrInfo::GetInstSizeInBytes hook. Chris Lattner
2010-07-22remove the JIT "NeedsExactSize" feature and supporting logic.Chris Lattner
2010-07-22Increase the max physreg size. Patch by Pekka Jääskeläinen.Duncan Sands
2010-07-22Initial modifications to MCAssembler and TargetMachine for the MCJIT.Reid Kleckner
2010-07-21Teach bottom up pre-ra scheduler to track register pressure. Work in progress.Evan Cheng
2010-07-20Grammar.Eric Christopher
2010-07-20Constify some arguments.Eric Christopher
2010-07-19ARM has to provide its own TargetLowering::findRepresentativeClass because it...Evan Cheng