no really, I can spell!
[oota-llvm.git] / lib / Target /
2009-07-21 Chris Lattnerno really, I can spell!
2009-07-21 Chris Lattneradd an API so target-independent codegen can determine...
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 Lattnersimplify based on the fact that darwin always uses...
2009-07-21 Chris Lattnermake some stuff private.
2009-07-21 Chris LattnerRemove the XCore custom implementation of MergeableCons...
2009-07-21 Chris Lattnerinline a trivial method into its only call site and...
2009-07-21 Chris LattnerRemove some overridden functions in XCoreTargetAsmInfo...
2009-07-21 Chris Lattnerminor cleanups.
2009-07-21 Eli FriedmanMissed a piece of the commit to remove the shift flavor.
2009-07-21 Eli FriedmanRemove shift amount flavor. It isn't actually complete...
2009-07-21 Eli FriedmanRemove a couple of already-implemented notes.
2009-07-21 Evan ChengAdd fake v7 itineraries for now.
2009-07-21 Chris Lattnermake AsmPrinter::doFinalization iterate over the global...
2009-07-21 Evan ChengDo not select tSXTB / tSXTH in thumb2 mode.
2009-07-21 Chris Lattnerreduce indentation by using an early exit.
2009-07-21 Ted KremenekUpdate CMake files.
2009-07-21 Chris Lattnerwhitespace cleanups, make the MipsAsmPrinter::doInitial...
2009-07-21 Chris Lattnerfix Sparc, SystemZ, and MSP430 to not override AsmPrint...
2009-07-21 Chris LattnerRename LessPrivateGlobalPrefix -> LinkerPrivateGlobalPr...
2009-07-21 Chris Lattnerfix indentation
2009-07-21 Chris Lattnerremove an unneeded override.
2009-07-21 Chris Lattnermore random whitespace cleanup, eliminate #define,...
2009-07-21 Chris Lattnersome simple whitespace cleanup, avoid copying vectors...
2009-07-21 Daniel DunbarAdd missing include.
2009-07-21 Daniel DunbarSwitch this API to StringRef.
2009-07-21 Daniel DunbarRemove some unused code.
2009-07-21 Bruno Cardoso LopesSupport adding relocations for data sections, handling...
2009-07-21 Evan ChengAdd jumps with 8-bit relocation for assembler / disasse...
2009-07-21 Bill WendlingAdd the following functions:
2009-07-21 Evan ChengFix ARM isle code that optimize multiply by constants...
2009-07-21 Dale Johannesenrevert 76503 while I figure out what's going on
2009-07-20 Dale JohannesenMake sure a global matching asm 'i' constraint gets its
2009-07-20 Chris Lattnerclean up some formatting, indent by 2 instead of 4.
2009-07-20 David GoodwinCMP and TST define CPSR, not use it.
2009-07-20 David GreeneRe-apply 75490, 75806 and 76177 with fixes and tests...
2009-07-20 Bill WendlingSimplify the code in DarwinTargetAsmInfo::emitUsedDirec...
2009-07-20 Bill WendlingPass in the unfortunately named "LessPrivatePrefix...
2009-07-20 Daniel DunbarAdd MCAsmLexer interface.
2009-07-20 Evan ChengFix some sub-reg coalescing bugs where the coalescer...
2009-07-20 Bill WendlingRename Mangler linkage enums to something less gross.
2009-07-20 Daniel DunbarAdd MCAsmParser interface.
2009-07-20 Chris Lattnerremove TargetAsmInfo::ExpandInlineAsm
2009-07-20 Chris LattnerCopy ExpandInlineAsm to TargetLowering from TargetAsmInfo.
2009-07-20 Chris Lattnerrename TargetAsmInfo::getASDirective -> getDataASDirective
2009-07-20 David GoodwinUse t2LDRri12 for frame index loads.
2009-07-20 Bruno Cardoso LopesFor PC relative relocations where symbols are defined...
2009-07-20 Evan ChengFix PR4567. Thumb1 target was using the wrong instructi...
2009-07-20 Evan ChengModel fpscr to prevent fcmped / fcmpezs etc from being...
2009-07-20 Bill WendlingAdd plumbing for the `linker_private' linkage type...
2009-07-20 Daniel DunbarCMake support for SystemZ.
2009-07-19 Eli FriedmanDon't override LowerArguments in the SPARC backend...
2009-07-19 Evan ChengFix a regression from 76124. Thumb1 instructions defaul...
2009-07-19 Daniel DunbarFix some minor MSVC compiler warnings.
2009-07-19 Daniel DunbarUnbreak build
2009-07-19 Eli FriedmanSwitch Alpha over to the new call lowering style. ...
2009-07-19 Daniel DunbarSystemZ *does* have a CodeGen/AsmPrinter split.
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 Bruno Cardoso LopesUse R_X86_64_32S to handle Jump Table Index relocation...
2009-07-18 Daniel DunbarAdd some missing includes.
2009-07-18 Daniel DunbarPut Target definitions inside Target specific header...
2009-07-18 Bruno Cardoso LopesUse a better name for the label relocations while emitt...
2009-07-18 Bruno Cardoso LopesAdd support to properly reference private symbols on...
2009-07-18 Anton KorobeynikovAdd carry producing / using versions of add / sub
2009-07-18 Anton KorobeynikovExpand frem
2009-07-18 Anton KorobeynikovTurn abort() into unreachable
2009-07-18 Anton KorobeynikovTurn few asserts into errors / unreachable's
2009-07-18 Anton KorobeynikovHandle vector returns
2009-07-18 Anton KorobeynikovProvide expansion for ct* intrinsics
2009-07-18 Anton KorobeynikovExpand sext_inreg for i1
2009-07-18 Evan ChengEnable cross register class coalescing.
2009-07-18 Evan ChengRevert 76177 for now. It's messing up ARM asm printing...
2009-07-17 Evan ChengFix x86 inline ams 'q' constraint support. In 32-bit...
2009-07-17 Chris LattnerUntangle a snarl that I discovered when updating the...
2009-07-17 Daniel DunbarSketch support for target specific assembly parser.
2009-07-17 Daniel DunbarStart generating AsmMatcher.inc for X86.
2009-07-17 Jeffrey Yasskinr76102 added the MachineCodeEmitter::processDebugLoc...
2009-07-17 Anton KorobeynikovAdd missed return
2009-07-17 David GreeneAdd logic to align instruction operands to columns...
2009-07-17 Duncan SandsAvoid a compiler warning when assertions are turned...
2009-07-17 Eli FriedmanOops, accidentally set a legal operation to expand.
2009-07-17 Eli FriedmanExpand misc operations from test/CodeGen/Generic.
2009-07-17 Eli FriedmanHandle void in XCoreTargetLowering::isLegalAddressingMo...
2009-07-17 Eli FriedmanRemove some unnecessary expansion markings. Add a...
2009-07-17 Eli FriedmanAdd operation expansion/promotion for a bunch of operat...
2009-07-17 Evan ChengFix tSUBspi operand definition. It reads and writes...
2009-07-17 Eli FriedmanSet an operation expansion, noticed while running
2009-07-17 Eli FriedmanOne more operation expansion for MIPS, from test/CodeGe...
2009-07-17 Daniel DunbarMake sure CWriter's Context get's initialized.
2009-07-17 Eli FriedmanExpand a bunch of illegal operations on MIPS (found by
2009-07-17 Daniel DunbarFix 'may be used uninitialized' warning.
2009-07-16 Anton KorobeynikovEmit cross regclass register moves for thumb2.
2009-07-16 Evan ChengGV with ghost linkage (module being lazily streamed...
2009-07-16 Jakob Stoklund OlesenSilence warning in Linux builds:
2009-07-16 Jeffrey YasskinAdd line numbers to OProfile. To do this, I added a...
2009-07-16 Evan ChengWith recent MC changes, RIP base register is explicitly...
next