Encode pic load / store instructions; fix some encoding bugs.
[oota-llvm.git] / lib / Target / ARM /
2008-08-29 Evan Chengaddrmode1 (data processing) instruction encoding: bits...
2008-08-29 Evan ChengMVN is addrmode1.
2008-08-29 Evan ChengMore refactoring.
2008-08-28 Evan ChengRefactor ARM instruction format definitions into a...
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 Chris LattnerSwitch the asmprinter (.ll) and all the stuff it requir...
2008-08-23 Dan GohmanMove the point at which FastISel taps into the Selectio...
2008-08-21 Dan GohmanSimplify SelectRoot's interface, and factor out some...
2008-08-21 Owen AndersonUse raw_ostream throughout the AsmPrinter.
2008-08-18 Evan ChengARM asm printer can't handle dwarf info yet.
2008-08-17 Anton KorobeynikovMove ARM to pluggable asmprinter
2008-08-14 Owen AndersonConvert uses of std::vector in TargetInstrInfo to Small...
2008-08-12 Jim GrosbachWhitespace cleanup. Test commit.
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-07 Anton KorobeynikovSwitch ARM to new section handling stuff
2008-07-27 Dan GohmanRename SDOperand to SDValue.
2008-07-25 Evan ChengTeach ARM isLegalAddressingMode to handle unknown type...
2008-07-17 Dan GohmanAdd a new function, ReplaceAllUsesOfValuesWith, which...
2008-07-11 Chris Lattneradd support for returning i128, PR2532.
2008-07-11 Dan GohmanTrim unnecessary #includes.
2008-07-09 Dale JohannesenEmit debug info for data-only files. ARM version.
2008-07-09 Evan ChengBack out 53254. It broke ppc debug info codegen.
2008-07-08 Dale JohannesenMake debug info come out in data-only files.
2008-07-07 Dan GohmanPool-allocation for MachineInstrs, MachineBasicBlocks...
2008-07-07 Dan GohmanMinor const-correctness fixes.
2008-07-07 Dan GohmanAdd explicit keywords.
2008-07-04 Duncan SandsRather than having a different custom legalization
2008-07-03 Evan Cheng- Remove calls to copyKillDeadInfo which is an N^2...
2008-07-02 Owen AndersonMake LiveVariables even more optional, by making it...
2008-07-02 Duncan SandsAdd a new getMergeValues method that does not need
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-06 Duncan SandsWrap MVT::ValueType in a struct to get type safety
2008-06-03 Dale JohannesenAdd StringConstantPrefix to control what the
2008-05-19 Dale JohannesenHandle quoted names when constructing $stub's,
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-05-06 Chris LattnerMatch things like 'armv5tejl-unknown-linux-gnu' for...
2008-04-28 Dan GohmanFix the SVOffset values for loads and stores produced by
2008-04-16 Nicolas GeoffrayCorrelate stubs with functions in JIT: when emitting...
2008-04-16 Nicolas GeoffrayInfrastructure for getting the machine code size of...
2008-04-14 Dan GohmanFix const-correctness issues with the SrcValue handling...
2008-04-12 Dan GohmanDrop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which...
2008-04-01 Evan ChengUnbreak ARM / Thumb soft FP support.
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-25 Dan GohmanA quick nm audit turned up several fixed tables and...
2008-03-24 Evan ChengAdd \t after .set. Fix by Jay Freeman.
2008-03-21 Duncan SandsIntroduce a new node for holding call argument
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 Dale JohannesenIncrease ISD::ParamFlags to 64 bits. Increase the...
2008-03-08 Evan ChengImplement x86 support for @llvm.prefetch. It correspond...
2008-03-05 Evan ChengRefactor code. Remove duplicated functions that basical...
2008-02-28 Evan ChengAdd a quick and dirty "loop aligner pass". x86 uses...
2008-02-27 Bill WendlingFinal de-tabification.
2008-02-27 Evan ChengSpiller now remove unused spill slots.
2008-02-26 Bill WendlingChange "Name" to "AsmName" in the target register info...
2008-02-20 Anton KorobeynikovRemove bunch of gcc 4.3-related warnings from Target
2008-02-16 Andrew LenharthI cannot find a libgcc function for this builtin. ...
2008-02-15 Chris LattnerHandle \n's in value names for more targets. The asm...
2008-02-14 Duncan SandsIn TargetLowering::LowerCallTo, don't assert that
2008-02-14 Nate BegemanChange how FP immediates are handled.
2008-02-13 Dan GohmanSimplify some logic in ComputeMaskedBits. And change...
2008-02-13 Chris Lattnerdon't try to avoid inserting loads when lowering FORMAL...
2008-02-13 Dan GohmanConvert SelectionDAG::ComputeMaskedBits to use APInt...
2008-02-12 Dale Johannesen__DATA not __DATA__ is the right segment name on darwin.
2008-02-12 Nate BegemanRemove some dead code
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-06 Dan GohmanRe-apply the memory operand changes, with a fix for...
2008-02-04 Evan ChengDwarf requires variable entries to be in the source...
2008-02-04 Nate BegemanThis method should be virtual
2008-02-04 Nate BegemanEliminate some redundant code.
2008-02-03 Chris Lattnerexplicitly include Compiler.h instead of getting it...
2008-02-03 Chris Lattnerdon't do ReplaceUses on a result that doesn't exist.
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-31 Evan ChengRevert 46556 and 46585. Dan please fix the PseudoSource...
2008-01-31 Dan GohmanCreate a new class, MemOperand, for describing memory...
2008-01-30 Evan ChengEven though InsertAtEndOfBasicBlock is an ugly hack...
2008-01-30 Dan GohmanFactor the addressing mode and the load/store VT out...
2008-01-28 Bill WendlingIf the function has no machine instructions, then emit...
2008-01-23 Duncan SandsThe last pieces needed for loading arbitrary
2008-01-23 Dale JohannesenHonor explicit section information on Darwin.
2008-01-17 Dale JohannesenRevert the part of 45849 that treated weak globals
2008-01-17 Chris LattnerThis commit changes:
2008-01-15 Chris Lattnerrename SDTRet -> SDTNone.
2008-01-15 Owen AndersonRemove DefInst from LiveVariables::VarInfo. Use the...
2008-01-11 Chris Lattnerrename MachineInstr::setInstrDescriptor -> setDesc
2008-01-11 Dale JohannesenWeak zeroes don't go in bss on Darwin.
2008-01-10 Chris Lattnerget def use info more correct.
next