add operand iterator apis to MachineInstr, patch by ether zhhb.
[oota-llvm.git] / include / llvm / Target /
2010-11-08 Che-Liang ChiouAdd registry hook for assembly text output
2010-11-06 Benjamin KramerPrune includes.
2010-11-06 Chris LattnerReimplement BuildResultOperands to be in terms of the...
2010-11-03 Duncan SandsSimplify uses of MVT and EVT. An MVT can be compared...
2010-11-03 Duncan SandsInside the calling convention logic LocVT is always...
2010-11-03 Evan ChengFix preload instruction isel. Only v7 supports pli...
2010-11-03 Evan ChengTwo sets of changes. Sorry they are intermingled.
2010-11-02 Jim GrosbachTweak to fix spelling and grammar in comment.
2010-11-01 Chris Lattnereliminate the old InstFormatName which is always "AsmSt...
2010-10-31 Chris Lattnersketch out the planned instruction alias mechanism...
2010-10-30 Chris LattnerResolve a terrible hack in tblgen: instead of hardcoding
2010-10-30 Chris LattnerImplement (and document!) support for MnemonicAlias...
2010-10-30 Chris Lattnerimplement (and document!) the first kind of MC assemble...
2010-10-30 Jim Grosbach80 columns.
2010-10-29 John ThompsonMult-alt constraint incremental development step 3.
2010-10-29 John ThompsonInline asm multiple alternative constraints development...
2010-10-26 Evan ChengUse instruction itinerary to determine what instruction...
2010-10-20 Dale JohannesenRemove Synthesizable from the Type system; as MMX vector
2010-10-19 Evan ChengRe-enable register pressure aware machine licm with...
2010-10-19 Daniel DunbarRevert r116781 "- Add a hook for target to determine...
2010-10-19 Evan Cheng- Add a hook for target to determine whether an instruc...
2010-10-18 Bill WendlingDon't recompute MachineRegisterInfo in the Optimize...
2010-10-16 Rafael EspindolaAdd a MCObjectFormat class so that code common to all...
2010-10-16 Michael J. SpencerWhitespace!
2010-10-15 Jim GrosbachGrammar.
2010-10-07 Chris Lattneradd a common SDPatternOperator base class to SDNode...
2010-10-06 Evan Cheng- Add TargetInstrInfo::getOperandLatency() to compute...
2010-10-03 Rafael EspindolaJim Asked us to move DataLayout on ARM back to the...
2010-10-01 Owen AndersonThread the determination of branch prediction hit rates...
2010-09-30 Evan ChengComments about operand cycles and pipeline forwarding...
2010-09-30 Kevin EnderbyAdds getPointerSize() to the AsmBackend which will...
2010-09-30 Jim GrosbachLet a target specify whether it wants an assembly print...
2010-09-29 Evan ChengModel Cortex-a9 load to SUB, RSB, ADD, ADC, SBC, RSC...
2010-09-29 Chris Lattnerimplement rdar://8456378 and PR7557 - support for the...
2010-09-29 Chris Lattnerchange the protocol TargetAsmPArser::MatchInstruction...
2010-09-28 Evan ChengAdd support to model pipeline bypass / forwarding.
2010-09-28 Owen AndersonPart one of switching to using a more sane heuristic...
2010-09-27 Chris Lattnerthe latest assembler that runs on powerpc 10.4 machines...
2010-09-23 Owen AndersonRevert r114703 and r114702, removing the isConditionalM...
2010-09-23 Owen AndersonAdd an TargetInstrDesc bit to indicate that a given...
2010-09-21 Chris Lattnerfix a long standing wart: all the ComplexPattern's...
2010-09-21 Gabor GreifMove the search for the appropriate AND instruction
2010-09-21 Chris Lattnerreimplement memcpy/memmove/memset lowering to use Machi...
2010-09-15 Bob WilsonSpelling fix.
2010-09-13 Benjamin KramerFix linux/msvc build, move include.
2010-09-13 John ThompsonAdded skeleton for inline asm multiple alternative...
2010-09-11 Bill WendlingRename ConvertToSetZeroFlag to something more general.
2010-09-10 Bill WendlingNo need to recompute the SrcReg and CmpValue.
2010-09-10 Bill WendlingMove some of the decision logic for converting an instr...
2010-09-10 Bill WendlingModify the comparison optimizations in the peephole...
2010-09-10 Jim Grosbachadd a comment explicitly calling out that allocation...
2010-09-10 Evan ChengTeach if-converter to be more careful with predicating...
2010-09-09 Evan ChengFor each instruction itinerary class, specify the numbe...
2010-09-03 Eric ChristopherReapply this increase to the number of virtual register...
2010-08-30 Eric ChristopherFix LLVM target initialization to deal with sociopathic...
2010-08-27 Eric ChristopherFix a couple of typos.
2010-08-26 Jim GrosbachSimplify eliminateFrameIndex() interface back down...
2010-08-26 Jim Grosbachtidy up a bit. no functional change.
2010-08-25 Chris Lattneradd a specialization for the MVT form of getTypeAction...
2010-08-25 Chris Lattnerremove some llvmcontext arguments that are now dead...
2010-08-25 Chris LattnerChange handling of illegal vector types to widen when...
2010-08-24 Jim GrosbachAdd ARM heuristic for when to allocate a virtual base...
2010-08-24 Jim GrosbachMove enabling the local stack allocation pass into...
2010-08-19 Jim GrosbachBetter handling of offsets on frame index references...
2010-08-19 Eric ChristopherRe-re-revert this patch. It seems to be causing perfor...
2010-08-19 Eric ChristopherReapply the virtual register patch from 109102. The...
2010-08-18 Jim GrosbachAdd hook for re-using virtual base registers for local...
2010-08-17 Jim GrosbachAdd materialization of virtual base registers for frame...
2010-08-17 Jim GrosbachAdd hook to examine an instruction referencing a frame...
2010-08-12 Daniel DunbarMC/AsmParser: Push the burdon of emitting diagnostics...
2010-08-12 Daniel Dunbartblgen/AsmMatcher: Always emit the match function as...
2010-08-11 Dan GohmanDon't use unsigned char for alignments in TargetData...
2010-08-10 Jakob Stoklund OlesenImplement register class inflation.
2010-08-08 Bill WendlingUse the "isCompare" machine instruction attribute inste...
2010-08-08 Eric ChristopherFix PR7809 by creating a header for just llvm variables...
2010-08-08 Bill WendlingAdd back in r109901, which adds a Compare flag to the...
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Jim Grosbachspelling
2010-08-06 Rafael EspindolaFix eabi calling convention when a 64 bit value shadows r3.
2010-08-06 Bill WendlingRevert r109901. The implementation of <rdar://problem...
2010-08-06 Bill WendlingAdd the Optimize Compares pass (disabled by default).
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-08-05 Eric ChristopherRevert my last commit, apparently it's a runtime issue.
2010-08-05 Eric ChristopherRemove unnecessary include.
2010-08-03 Daniel Dunbarbuild: Add LLVM_NATIVE_ARCHNAME, which has the sensible...
2010-08-01 Daniel DunbarTargets: Add InitializeNativeTargetAsmPrinter(), patch...
2010-07-30 Bill WendlingAdd a "Compare" flag to the target instruction descript...
2010-07-29 Eric ChristopherGrammar.
2010-07-29 Benjamin KramerPlug the remaining MC leaks by giving MCObjectStreamer...
2010-07-24 Anton KorobeynikovHook in GlobalMerge pass
2010-07-24 Anton KorobeynikovAdd hook to insert late LLVM=>LLVM passes just before...
2010-07-24 Evan ChengAdd an ILP scheduler. This is a register pressure aware...
2010-07-23 Evan Cheng- Allow target to specify when is register pressure...
2010-07-23 Eric ChristopherRevert r109102 for now as it's causing JIT miscompilations.
2010-07-22 Eric ChristopherWarnings patrol.
2010-07-22 Chris Lattnereliminate the TargetInstrInfo::GetInstSizeInBytes hook.
2010-07-22 Chris Lattnerremove the JIT "NeedsExactSize" feature and supporting...
2010-07-22 Duncan SandsIncrease the max physreg size. Patch by Pekka Jääskelä...
2010-07-22 Reid KlecknerInitial modifications to MCAssembler and TargetMachine...
next