Whitespace cleanup. Remove trailing whitespace.
[oota-llvm.git] / lib / Target / XCore /
2009-08-10 Owen AndersonRename MVT to EVT, in preparation for splitting SimpleV...
2009-08-08 Chris Lattnernow that getOrCreateSection is all object-file specific,
2009-08-08 Chris Lattnermake printInstruction return void since its result...
2009-08-08 Chris Lattnerdon't check the result of printInstruction anymore.
2009-08-05 Dan GohmanMajor calling convention code refactoring.
2009-08-02 Daniel DunbarMove most targets TargetMachine constructor to only...
2009-08-02 Richard OsborneAdd extra SEXT pattern.
2009-08-02 Daniel DunbarNormalize Subtarget constructors to take a target tripl...
2009-08-02 Chris Lattnermove dwarf debug info section selection stuff from...
2009-08-02 Chris Lattnerxcore TAI doesn't need TM.
2009-08-02 Chris Lattnerremove TargetAsmInfo::TM, which is now dead. The basic...
2009-08-02 Chris LattnerMake SectionKind::get() private.
2009-08-01 Chris LattnerRemove "JumpTableDataSection" from TAI, instead, have...
2009-08-01 Chris LattnerREmove dead fields of TAI.
2009-08-01 Chris Lattnerupdate for rename
2009-08-01 Chris LattnerChange SectionKind to be a property that is true of...
2009-08-01 Nick LewyckyAdd newline at end of file to remove gcc warning.
2009-07-31 Chris Lattnerswitch off of 'Section' onto MCSection. We're not...
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-29 Chris Lattnerpass the mangler down into the various SectionForGlobal...
2009-07-28 Owen AndersonChange ConstantArray to 2.5 API.
2009-07-28 Chris LattnerRip all of the global variable lowering logic out of...
2009-07-27 Chris LattnerEliminate getNamed/getUnnamedSection, adding a new...
2009-07-27 Chris LattnerEliminate SectionFlags, just embed a SectionKind into...
2009-07-26 Daniel DunbarFactor commonality in triple match routines into helper...
2009-07-26 Daniel DunbarKill Target specific ModuleMatchQuality stuff.
2009-07-25 Chris Lattnerthis is (unfortunately) several changes mixed together:
2009-07-25 Daniel DunbarSimplify JIT target selection.
2009-07-25 Daniel DunbarAdd new helpers for registering targets.
2009-07-25 Daniel DunbarMore migration to raw_ostream, the water has dried...
2009-07-24 Owen AndersonRevert the ConstantInt constructors back to their 2...
2009-07-24 Eli FriedmanRemove unused member functions.
2009-07-22 Chris Lattnerremove SectionFlags::Small: it is only used on Xcore...
2009-07-22 Richard OsborneThread local globals don't require special handling...
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-21 Chris Lattnerremove the last bits of SectionFlagsForGlobal. There...
2009-07-21 Chris Lattnerdon't mask out the small flag and then reapply it later.
2009-07-21 Chris Lattnerif Xcore doesn't support TLS, it doesn't have to worry...
2009-07-21 Chris Lattnerremove the Xcore implementation of SelectSectionForGlob...
2009-07-21 Chris LattnerRemove the XCore custom implementation of MergeableCons...
2009-07-21 Chris LattnerRemove some overridden functions in XCoreTargetAsmInfo...
2009-07-21 Eli FriedmanRemove shift amount flavor. It isn't actually complete...
2009-07-21 Chris Lattnermake AsmPrinter::doFinalization iterate over the global...
2009-07-21 Chris Lattnerreduce indentation by using an early exit.
2009-07-20 Bill WendlingAdd plumbing for the `linker_private' linkage type...
2009-07-19 Daniel DunbarTweak cmake files for the four targets that don't split...
2009-07-19 Daniel DunbarAdd dependencies from TargetInfo onto .td generation.
2009-07-18 Daniel DunbarPut Target definitions inside Target specific header...
2009-07-17 Eli FriedmanHandle void in XCoreTargetLowering::isLegalAddressingMo...
2009-07-16 Richard OsborneCombine an unaligned store of unaligned load into a...
2009-07-16 Richard OsborneLower the threshold at which memcpy / memmove / memset...
2009-07-16 Richard OsborneFix typo in last commit on expansion of unaligned loads.
2009-07-16 Richard OsborneExpand unaligned 32 bit loads from an address which...
2009-07-16 Richard OsborneCustom lower unaligned 32 bit stores and loads into...
2009-07-16 Daniel DunbarKill off <TARGET>MachineModule variables, and <TARGETAS...
2009-07-15 Daniel DunbarLift addAssemblyEmitter into LLVMTargetMachine.
2009-07-15 Daniel DunbarRegister AsmPrinter for XCore, MSP430, and PIC16 targets.
2009-07-15 Daniel DunbarRemove unused function.
2009-07-15 Daniel DunbarReapply TargetRegistry refactoring commits.
2009-07-15 Stuart HastingsRevert 75762, 75763, 75766..75769, 75772..75775, 75778...
2009-07-15 Richard OsborneFix pattern for LD16S_3r, add basic tests to check...
2009-07-15 Richard OsborneFix XCoreTargetLowering::isLegalAddressingMode to handl...
2009-07-15 Richard OsborneRemove the xcore-file-directive option now that LLVM...
2009-07-15 Daniel DunbarKill off old (TargetMachine level, not Target level...
2009-07-15 Daniel DunbarProvide TargetMachine implementations with reference...
2009-07-15 Daniel DunbarRegister Target's TargetMachine and AsmPrinter in the...
2009-07-15 Daniel DunbarAdd TargetInfo libraries for all targets.
2009-07-14 Owen AndersonMove EVER MORE stuff over to LLVMContext.
2009-07-14 David GreeneHave asm printers use formatted_raw_ostream directly...
2009-07-14 Chris LattnerReapply my previous asmprinter changes now with more...
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-14 Daniel DunbarRevert r75615, which depended on 75610.
2009-07-14 Chris LattnerRename getValueName -> getMangledName.
2009-07-12 Torok EdwinRemove extra \n from LLVM_UNREACHABLE calls.
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-09 Owen AndersonThread LLVMContext through MVT and related parts of...
2009-07-08 Torok EdwinImplement changes from Chris's feedback.
2009-07-08 Torok EdwinConvert more abort() calls to llvm_report_error().
2009-07-01 Bill WendlingUpdate comments to make it clear that the function...
2009-07-01 Daniel DunbarRemove unused AsmPrinter OptLevel argument, and propogate.
2009-06-30 Bill WendlingAdd an "alignment" field to the MachineFunction object...
2009-06-24 Chris Lattnersink dwarf finalization out of each target into AsmPrin...
2009-06-24 Chris Lattnereliminate the ExtWeakSymbols set from AsmPrinter. ...
2009-06-23 Bob WilsonProvide InitializeAllTargets and InitializeNativeTarget...
2009-06-19 Devang PatelMove up dwarf writer initialization in common AsmPrinte...
2009-06-18 Chris Lattnersimplify macro debug info directive handling.
2009-06-16 Douglas GregorIntroduce new headers whose inclusion forces linking and
2009-06-05 Dan GohmanAdd explicit keywords.
2009-05-30 Bill WendlingUntabification.
2009-05-23 Anton KorobeynikovPropagate CPU string out of SubtargetFeatures
2009-05-13 Bill WendlingChange MachineInstrBuilder::addReg() to take a flag...
2009-05-09 Duncan SandsRename PaddedSize to AllocSize, in the hope that this
2009-04-29 Bill WendlingInstead of passing in an unsigned value for the optimiz...
2009-04-29 Bill WendlingSecond attempt:
2009-04-28 Bill Wendlingr70270 isn't ready yet. Back this out. Sorry for the...
2009-04-28 Bill WendlingMassive check in. This changes the "-fast" flag to...
2009-03-25 Evan ChengCodeGen still defaults to non-verbose asm, but llc...
2009-03-11 Duncan SandsRemove the one-definition-rule version of extern_weak
2009-03-07 Duncan SandsIntroduce new linkage types linkonce_odr, weak_odr...
2009-02-24 Bill WendlingOverhaul my earlier submission due to feedback. It...
next