demonstrate usage of Cases() mapping several strings to the same value; remove traili...
[oota-llvm.git] / include / llvm / Target /
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...
2009-09-24 David GoodwinMake the end-of-itinerary mark explicit. Some cleanup.
2009-09-20 Reid KlecknerImplement the JIT side of the GDB JIT debugging interfa...
2009-09-20 Chris Lattnerremove a dead method.
2009-09-20 Chris Lattneradd a helper method.
2009-09-19 Evan ChengUpdate comments.
2009-09-18 Evan ChengEnhance EmitInstrWithCustomInserter() so target can...
2009-09-17 Chris Lattnerpass machinemoduleinfo down into getSymbolForDwarfGloba...
2009-09-16 Chris LattnerBig change #1 for personality function references:
2009-09-15 Dan GohmanFix apostrophos.
2009-09-14 Chris LattnerChange MCAsmStreamer to take an MCInstPrinter instead...
2009-09-13 Chris Lattnereliminate the TargetRegisterDesc::AsmName field, the...
2009-09-13 Chris Lattnerremove all but one reference to TargetRegisterDesc...
2009-09-10 Kevin EnderbyAdded the ParseInstruction() hook for target specific...
2009-09-09 Sean CallananAdded an abstract superclass, MCDisassembler, for
2009-09-06 Duncan SandsPublic and private corrections, warned about by icc...
2009-09-04 Benjamin KramerRemove an unneeded call to c_str().
2009-09-03 Lang HamesFixed a test that ensures the LocalRewriter does not...
2009-09-02 Sandeep PatelRetype from unsigned to CallingConv::ID accordingly...
2009-08-31 Duncan SandsRevert commit 80428. It completely broke exception
2009-08-29 Bill Wendling- Add target lowering methods to get the preferred...
2009-08-27 Daniel Dunbarllvm-mc: Tweak MCCodeEmitter skeleton.
2009-08-27 Daniel DunbarSketch TargetRegistry support for MCCodeEmitter abstrac...
2009-08-23 Chris LattnerSwitch SubtargetFeature off of ostreams
2009-08-22 Chris Lattnerrename TAI -> MAI, being careful not to make MAILJMP...
2009-08-22 Chris Lattnermove the MCAsmInfo .cpp/.h files into the right
2009-08-22 Chris LattnerRename TargetAsmInfo (and its subclasses) to MCAsmInfo.
2009-08-22 Devang PatelRecord variable debug info at ISel time directly.
2009-08-21 Owen AndersonTry again at privatizing the layout info map, with...
2009-08-20 Owen AndersonRe-revert r79555. Apparently it's not just buildbot...
2009-08-20 Owen AndersonReapply r79555 for testing. Daniel's trying to work...
2009-08-20 Bill Wendling--- Reverse-merging r79555 into '.':
2009-08-20 Owen AndersonMake the StructType->StructLayout table private to...
next