Accidental commit of partial 'stack canaries' code
[oota-llvm.git] / lib / Target / Mips /
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-08-28 Gabor Greiferect abstraction boundaries for accessing SDValue...
2008-08-26 Gabor Greifdisallow direct access to SDValue::ResNo, provide a...
2008-08-26 Owen AndersonMake TargetInstrInfo::copyRegToReg return a bool indica...
2008-08-23 Dan GohmanMove the point at which FastISel taps into the Selectio...
2008-08-22 Anton KorobeynikovMake option variables static, so they won't cause nameclash
2008-08-21 Dan GohmanSimplify SelectRoot's interface, and factor out some...
2008-08-21 Owen AndersonUse raw_ostream throughout the AsmPrinter.
2008-08-14 Owen AndersonConvert uses of std::vector in TargetInstrInfo to Small...
2008-08-13 Bruno Cardoso LopesRemoved SELECT_CC custom lowering. This is not needed...
2008-08-08 Anton KorobeynikovHandle visibility printing with all generality. Remove...
2008-08-08 Evan ChengUndo most of r54519.
2008-08-08 Evan ChengIt's not legal to output a GV in a coalesced section...
2008-08-08 Bruno Cardoso LopesSupport added for ctlz intrinsic, test case added.
2008-08-08 Bruno Cardoso LopesMatch raw "psp" triple target, as done by the homebrew...
2008-08-07 Bruno Cardoso LopesAdded Mips support for DYNAMIC_STACKALLOC
2008-08-07 Anton KorobeynikovUse EmitAlignment consistently
2008-08-07 Anton KorobeynikovProvide convenient helpers
2008-08-06 Bruno Cardoso LopesAdded support for fp callee saved registers.
2008-08-05 Dan GohmanTrim #includes.
2008-08-04 Bruno Cardoso LopesMips ISelLowering cleanup : Removed old LowerCALL and...
2008-08-04 Bruno Cardoso LopesHandle i32->f32 bitconvert results.
2008-08-03 Bruno Cardoso LopesFix PR2615
2008-08-02 Bruno Cardoso LopesImproved asm inline for hi,lo results
2008-08-02 Bruno Cardoso LopesApply the same pattern used in 'and' lowering for 'or'
2008-07-31 Bruno Cardoso LopesExpand fcopysign
2008-07-31 Bruno Cardoso LopesHandle more SELECT corner cases considering legalize...
2008-07-30 Bruno Cardoso LopesAdded pattern for floating point zero immediate (avoidi...
2008-07-30 Bruno Cardoso LopesFixed bug in global address lowering for functions...
2008-07-30 Bruno Cardoso LopesRemoved small section flag for mips, the assembler...
2008-07-30 Bruno Cardoso LopesAdded new features to represent specific instructions...
2008-07-30 Bruno Cardoso LopesInstruction definition cleanup
2008-07-29 Bruno Cardoso LopesChanged some methods order.
2008-07-29 Bruno Cardoso LopesAdded floating point lowering for select.
2008-07-28 Bruno Cardoso LopesDisable gp_rel relocation for constant pools access...
2008-07-28 Bruno Cardoso LopesAdded floating point lowering for setcc and brcond.
2008-07-27 Dan GohmanRename SDOperand to SDValue.
2008-07-23 Bruno Cardoso LopesMinor fixes.
2008-07-22 Bruno Cardoso Lopessimplified small section logic
2008-07-22 Bruno Cardoso LopesAdded small section asm emition logic for mips.
2008-07-21 Bruno Cardoso LopesAdded initial support for small sections on Mips.
2008-07-19 Anton KorobeynikovUse chars, where possible
2008-07-19 Anton KorobeynikovSwitch MIPS to new ELFTargetAsmInfo. Add few FIXMEs.
2008-07-17 Dan GohmanAdd a new function, ReplaceAllUsesOfValuesWith, which...
2008-07-15 Bruno Cardoso LopesFixed call stack alignment. Improved AsmPrinter alignme...
2008-07-14 Bruno Cardoso LopesAdded Subtarget support into RegisterInfo
2008-07-09 Bill WendlingSilence warning by initializing variable.
2008-07-09 Bruno Cardoso LopesFixed features usage.
2008-07-09 Bruno Cardoso LopesFixe typos and 80 column size problems
2008-07-09 Bruno Cardoso LopesMipsTargetLowering cleanup
2008-07-08 Duncan SandsPacify gcc-4.3.
2008-07-07 Dan GohmanPool-allocation for MachineInstrs, MachineBasicBlocks...
2008-07-07 Bruno Cardoso Lopesfixed 32-bit fp_to_sint pattern
2008-07-07 Dan GohmanAdd explicit keywords.
2008-07-05 Bruno Cardoso LopesSeveral changes to Mips backend, experimental fp suppor...
2008-07-03 Evan Cheng- Remove calls to copyKillDeadInfo which is an N^2...
2008-07-01 Dan GohmanSplit ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL...
2008-06-30 Dan GohmanRename ISD::LOCATION to ISD::DBG_STOPPOINT to better...
2008-06-30 Evan ChengSplit scheduling from instruction selection.
2008-06-30 Duncan SandsRevert the SelectionDAG optimization that makes
2008-06-19 Evan ChengUnneeded include's.
2008-06-08 Bruno Cardoso LopesAdded FP instruction formats.
2008-06-07 Bruno Cardoso LopesAdded support for FP Registers
2008-06-06 Duncan SandsWrap MVT::ValueType in a struct to get type safety
2008-06-06 Bruno Cardoso LopesAdded custom isel for MUL, SDIVREM, UDIVREM, SMUL_LOHI...
2008-06-06 Bruno Cardoso LopesAdded custom SELECT_CC lowering
2008-06-04 Bruno Cardoso LopesSome Mips minor fixes
2008-06-01 Bruno Cardoso LopesFixed flag issue that was generating infinite loop...
2008-05-14 Dale JohannesenAdd CommonLinkage; currently tentative definitions
2008-05-14 Dan GohmanChange target-specific classes to use more precise...
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2008-04-12 Dan GohmanDrop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which...
2008-03-31 Evan ChengMove reMaterialize() from TargetRegisterInfo to TargetI...
2008-03-30 Chris LattnerFix "Control reaches the end of non-void function"...
2008-03-25 Dan GohmanAdd explicit keywords.
2008-03-17 Chris Lattnerminor cleanups
2008-03-15 Evan ChengReplace all target specific implicit def instructions...
2008-03-11 Dan GohmanUse PassManagerBase instead of FunctionPassManager...
2008-03-10 Evan ChengDefault ISD::PREFETCH to expand.
2008-03-10 Scott MichelGive TargetLowering::getSetCCResultType() a parameter...
2008-03-08 Evan ChengImplement x86 support for @llvm.prefetch. It correspond...
2008-02-28 Evan ChengAdd a quick and dirty "loop aligner pass". x86 uses...
2008-02-27 Bill WendlingFinal de-tabification.
2008-02-26 Bill WendlingChange "Name" to "AsmName" in the target register info...
2008-02-16 Andrew LenharthI cannot find a libgcc function for this builtin. ...
2008-02-10 Dan GohmanRename MRegisterInfo to TargetRegisterInfo.
2008-02-08 Evan ChengIt's not always safe to fold movsd into xorpd, etc...
2008-02-04 Evan ChengDwarf requires variable entries to be in the source...
2008-02-02 Evan ChengGet rid of the annoying blank lines before labels.
2008-02-02 Evan ChengSDIsel processes llvm.dbg.declare by recording the...
2008-01-22 Chris LattnerTrivial patch to fix two warnings, please pull into...
2008-01-17 Chris LattnerThis commit changes:
2008-01-07 Chris Lattnerrename TargetInstrDescriptor -> TargetInstrDesc.
2008-01-07 Chris LattnerMove a bunch more accessors from TargetInstrInfo to...
2008-01-07 Chris LattnerRename MachineInstr::getInstrDescriptor -> getDesc...
2008-01-07 Owen AndersonMove even more functionality from MRegisterInfo into...
2008-01-06 Chris Lattnerrename isLoad -> isSimpleLoad due to evan's desire...
2008-01-06 Chris LattnerChange the 'isStore' inferrer to look for 'SDNPMayStore'
2008-01-01 Owen AndersonMove some more instruction creation methods from Regist...
2008-01-01 Chris LattnerFix a problem where lib/Target/TargetInstrInfo.h would...
next