Remove the InlineHint attribute. There are no current or planned
[oota-llvm.git] / include / llvm / Target /
2010-01-15 Nate BegemanHook up llc's -filetype=obj to use MCStreamer if an...
2010-01-15 Dale JohannesenRemove DEBUG_DECLARE, looks like we don't need it.
2010-01-14 Chris LattnerSplit the TargetAsmParser "ParseInstruction" interface...
2010-01-14 Chris Lattnerprune #includes in TargetAsmParser.h
2010-01-13 Chris Lattnerchange Mangler::makeNameProper to return its result...
2010-01-13 Dale JohannesenFix a comment.
2010-01-13 Evan ChengAdd a quick pass to optimize sign / zero extension...
2010-01-12 Evan ChengAdd TargetInstrInfo::isCoalescableInstr. It returns...
2010-01-09 Dale JohannesenAdd DEBUG_DECLARE. Not used yet.
2010-01-08 Dale JohannesenAdd DEBUG_VALUE. Not used yet.
2010-01-07 Jakob Stoklund OlesenAdd comments.
2010-01-06 Jakob Stoklund OlesenAdd Target hook to duplicate machine instructions.
2010-01-06 Evan ChengTeach dag combine to fold the following transformation...
2010-01-04 Dan GohmanRemove the CPAttrParentAsRoot code, which is unused...
2009-12-28 Sanjiv GuptaAllow targets to specify the return type of libcalls...
2009-12-22 Bill WendlingAdd more plumbing. This time in the LowerArguments...
2009-12-21 Eric ChristopherFix setting and default setting of code model for jit...
2009-12-19 Dan GohmanDelete unused code.
2009-12-18 Bill WendlingChanges from review:
2009-12-16 Jim GrosbachAdd @earlyclobber TableGen constraint
2009-12-14 Dan GohmanFix these asserts to check the invariant that the code...
2009-12-14 Bill WendlingWhitespace changes, comment clarification. No functiona...
2009-12-09 Eric ChristopherSilence conversion warning from 64 to 32-bit.
2009-12-09 Evan ChengMove isConsecutiveLoad to SelectionDAG. It's not target...
2009-12-08 Evan ChengRevert 90789 for now. It caused massive compile time...
2009-12-07 Dan GohmanApply Pekka Jääskeläinen's patch to raise the first...
2009-12-05 Dan GohmanRemove the target hook TargetInstrInfo::BlockHasNoFallT...
2009-12-05 David GreeneRemove an unneeded include.
2009-12-04 David GreeneFix a bad merge.
2009-12-04 David GreeneUpdate the TargetInstrInfo interfaces so hasLoad/StoreF...
2009-12-03 Chris Lattnerremove some dead std::ostream using code.
2009-12-03 Bill WendlingThis initial code is meant to convert TargetData to...
2009-11-30 Bob WilsonRemove isProfitableToDuplicateIndirectBranch target...
2009-11-25 Viktor KutuzovRollback changes r89516: Added two SubtargetFeatures...
2009-11-25 Daniel DunbarAdd the rest of the build system logic for optional...
2009-11-24 Bob WilsonRefactor target hook for tail duplication as requested...
2009-11-23 Jeffrey Yasskin* Move stub allocation inside the JITEmitter, instead...
2009-11-23 Dan GohmanRemove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are...
2009-11-22 Jim GrosbachAdd getFrameIndexReference() to TargetRegisterInfo...
2009-11-21 Evan ChengAllow target to disable if-converting predicable instru...
2009-11-21 Evan ChengMaintain stylistic consistency.
2009-11-21 Viktor KutuzovAdded two SubtargetFeatures::AddFeatures methods, which...
2009-11-20 David GoodwinRestructure code to allow renaming of multiple-register...
2009-11-18 Viktor KutuzovAdded getDefaultSubtargetFeatures method to SubtargetFe...
2009-11-18 Bob WilsonAdd a target hook to allow changing the tail duplicatio...
2009-11-18 Bill WendlingThe llvm-gcc front-end and the pass manager use two...
2009-11-14 Evan ChengAdded getSubRegIndex(A,B) that returns subreg index...
2009-11-14 Evan Cheng- Change TargetInstrInfo::reMaterialize to pass in...
2009-11-13 David GoodwinAllow target to specify regclass for which antideps...
2009-11-13 David GreeneFix a bootstrap failure.
2009-11-12 David GreeneMake the MachineFunction argument of getFrameRegister...
2009-11-12 David GreeneAdd hasLoadFromStackSlot and hasStoreToStackSlot to...
2009-11-12 Dan GohmanMark DBG_LABEL, EH_LABEL, and GC_LABEL as not-duplicabl...
2009-11-12 Evan ChengisLegalICmpImmediate should take a signed integer;...
2009-11-11 Evan ChengAdd TargetLowering::isLegalICmpImmediate. It tells...
2009-11-10 David GoodwinFixed to address code review. No functional changes.
2009-11-10 David GoodwinAllow targets to specify register classes whose member...
2009-11-09 Chris Lattnerfix some bogus asserts, PR5049
2009-11-07 Chris Lattnerall targets should be required to declare legal integer...
2009-11-07 Chris Lattneradd the ability for TargetData to return information...
2009-11-07 Chris Lattnermore cleanup.
2009-11-07 Chris Lattnerrewrite TargetData to use StringRef/raw_ostream instead...
2009-11-07 Evan ChengMissed this.
2009-11-07 Kenneth UildriksAdd code to check at SelectionDAGISel::LowerArguments...
2009-11-06 Daniel DunbarPass StringRef by value.
2009-11-05 Mon P WangReintroduce support for overloading target intrinsics
2009-11-03 Nate BegemanAdd a couple more target nodes
2009-10-30 Dan GohmanFix MachineLICM to use the correct virtual register...
2009-10-30 Dan GohmanInitial target-independent CodeGen support for BlockAdd...
2009-10-29 Dan GohmanRename usesCustomDAGSchedInserter to usesCustomInserter...
2009-10-28 Evan ChengAdd a second ValueType argument to isFPImmLegal.
2009-10-27 Evan ChengDo away with addLegalFPImmediate. Add a target hook...
2009-10-26 Evan Cheng- Revert some changes from 85044, 85045, and 85047...
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-10-25 Evan ChengAdd isIdentityCopy to check for identity copy (or extra...
2009-10-23 Evan ChengIdentity copies should not contribute to spill weight.
2009-10-22 David GoodwinAllow the target to select the level of anti-dependence...
2009-10-20 Daniel DunbarWire up the ARM MCInst printer, for llvm-mc.
2009-10-19 Jim GrosbachAdjust the scavenge register spilling to allow the...
2009-10-16 Evan ChengChange createPostRAScheduler so it can be turned off...
2009-10-16 Evan ChengAdd a CodeGenOpt::Less level to match -O1. It'll be...
2009-10-15 Jakob Stoklund OlesenClean up TargetIntrinsicInfo API. Add pure virtual...
2009-10-12 Dale JohannesenRevert the kludge in 76703. I got a clean
2009-10-10 Dan GohmanReplace X86's CanRematLoadWithDispOperand by calling...
2009-10-09 Dan GohmanFactor out LiveIntervalAnalysis' code to determine...
2009-10-09 Dan GohmanAdd a const qualifier.
2009-10-08 Jim GrosbachRe-enable register scavenging in Thumb1 by default.
2009-10-07 Jim Grosbachreverting thumb1 scavenging default due to test failure...
2009-10-07 Jim GrosbachEnable thumb1 register scavenging by default.
2009-10-07 Dan GohmanReplace TargetInstrInfo::isInvariantLoad and its target...
2009-10-07 Jim GrosbachAdd register-reuse to frame-index register scavenging...
2009-10-05 Jim GrosbachIn Thumb1, the register scavenger is not always able...
2009-10-01 Jim Grosbachremove trailing whitespace
2009-10-01 Evan ChengAdd instruction flags: hasExtraSrcRegAllocReq and hasEx...
2009-09-30 Bob WilsonUse OutStreamer.SwitchSection instead of writing out...
2009-09-30 Evan ChengAdd a target hook to add pre- post-regalloc scheduling...
2009-09-30 David GoodwinRemove -post-RA-schedule flag and add a TargetSubtarget...
2009-09-28 Jakob Stoklund OlesenIntroduce the TargetInstrInfo::KILL machine instruction...
2009-09-27 Tilmann SchellerUse explicit structs instead of std::pair to map callee...
2009-09-25 Bob Wilsonpr4926: ARM requires the stack pointer to be aligned...
next