pull linkage emission code out to a new EmitLinkage function.
[oota-llvm.git] / lib / Target /
2010-01-26 Evan ChengIgnore 'forced' tailcall opt in fastisel mode.
2010-01-26 Chris Lattnernow that enough stuff is constified, move function...
2010-01-26 Chris Lattnerconstify a method argument.
2010-01-26 Evan ChengDelete blank lines that bug me.
2010-01-26 Chris Lattnercall emitconstantpool and emitjumptable like other...
2010-01-26 Chris LattnerEliminate SetDirective, and replace it with HasSetDirec...
2010-01-26 Evan ChengDelete dead code.
2010-01-26 Rafael EspindolaEmit .comm alignment in bytes but .align in powers...
2010-01-26 Chris Lattnereliminate MCAsmInfo::NeedsSet: we now just use .set...
2010-01-26 Chris Lattnerdon't set to the default value.
2010-01-26 Evan ChengCode refactoring, no functionality change.
2010-01-26 Dan GohmanRemove SIL, DIL, and BPL from the GR8_NOREX allocation...
2010-01-26 Dan GohmanSIL, DIL, BPL, and SPL require a REX prefix.
2010-01-26 Chris Lattnereliminate the TargetLowering::UsesGlobalOffsetTable...
2010-01-26 Chris LattnerMove getJTISymbol from MachineJumpTableInfo to MachineF...
2010-01-26 Chris Lattnersimplify asmprinter: only emit .set directives when...
2010-01-26 Chris Lattnerimplement X86 @GOTOFF jump table entries with the new...
2010-01-26 Chris Lattneradd a new MachineBasicBlock::getSymbol method, replacing
2010-01-26 Chris Lattnerdon't bother setting the AsmPrinter::MF ivar, now that
2010-01-26 Chris Lattnermake MachineFunction keep track of its ID and make
2010-01-26 Daniel DunbarUnbreak MSVC/CMake build.
2010-01-26 Evan ChengImplement cond ? -1 : 0 with sbb.
2010-01-26 Dale JohannesenAccept immediate as value of a dbg_value.
2010-01-26 Sean CallananAdded the implementation of the Intel-specific
2010-01-26 Dale JohannesenGenerate DEBUG_VALUE comments on x86. The (limited)
2010-01-26 Sean CallananAdded the TargetAsmLexer implementation for AT&T syntax.
2010-01-26 Dale Johannesenuse findDebugLoc in more places.
2010-01-25 Jim GrosbachMinor jump table cleanup.
2010-01-25 Chris Lattnerin 32-bit pic mode for targets with a GOT, x86 emits...
2010-01-25 Chris Lattnerfix quoting problem jim noticed!
2010-01-25 Chris LattnerRearrange handling of jump tables. Highlights:
2010-01-25 Chris Lattnerprep work to support a future where getJumpTableInfo...
2010-01-25 Chris Lattneradd a method to get the alignment of an integer type...
2010-01-25 Johnny ChenMake it SP, LR, PC for GPR Register Class instead of...
2010-01-25 Chris Lattnereliminate redundant argument to EmitJumpTableInfo
2010-01-25 Johnny ChenImplemented ARMInstPrinter::printThumbS4ImmOperand().
2010-01-25 Sean CallananImplemented the dialect decision logic for the X86
2010-01-25 Johnny ChenFixed the order of GPR RegisterClass regs to be: ....
2010-01-25 Chris Lattnerhandle the _set_ symbol with an MCSymbol.
2010-01-25 Chris Lattnerrename MAI::PICJumpTableDirective to MAI::GPRel32Direct...
2010-01-25 Chris Lattnerpull the non-pic jump table case out of printPICJumpTab...
2010-01-25 Chris Lattnerremove JumpTableDirective, it is always null.
2010-01-25 Chris Lattnermcize jump table symbol manipulation.
2010-01-25 Chris Lattnersink an arm specific method out of asmprinter into...
2010-01-25 Chris Lattnerremove dead code: the x86 target never sets usesGlobalO...
2010-01-25 Chris Lattnermcstreamerize .file and .file. This also fixes an...
2010-01-25 Chris Lattneremit ELF .type directives through MCStreamer instead...
2010-01-25 Chris LattnerRemove support for i386 tiger tools for aligned common...
2010-01-25 Chris Lattnerdon't set value to its default.
2010-01-25 Jim GrosbachARM does accept the .comm directive alignment.
2010-01-25 Rafael EspindolaFix PR6134.
2010-01-24 Chris Lattnerlinux/ppc does use alignment in bytes, not pow-2. ...
2010-01-24 Chris Lattnerdon't reset the default.
2010-01-24 Chris Lattnermake -fno-rtti the default unless a directory builds...
2010-01-24 Chris Lattnerreassociate should do this.
2010-01-24 Chris Lattneradd a note.
2010-01-24 Chris Lattnermove PR5945 here.
2010-01-24 Chris Lattnerfix a parsing problem on instructions like:
2010-01-24 Chris Lattnerchange the canonical form of "cond ? -1 : 0" to be
2010-01-24 Mon P WangImproved widening loads by adding support for wider...
2010-01-23 Chris Lattnerimplement a simple instcombine xform that has been...
2010-01-23 Chris Lattneradd a note
2010-01-23 Chris Lattneradd some notes, making posix-memalign be nocapture...
2010-01-23 Bill WendlingRemove the '-disable-scheduling' flag and replace it...
2010-01-23 Chris Lattnermcize lcomm, simplify .comm, extend both to support...
2010-01-23 Chris Lattnerresolve a fixme: the "nonexecutable stack directive...
2010-01-23 Chris Lattneruse helpers.
2010-01-23 Chris Lattnermove the various directive enums out of the MCStreamer...
2010-01-23 Eric ChristopherDon't lower splat vector load to relative to the esp...
2010-01-23 Chris Lattnerremove unneeded directive set.
2010-01-23 Chris Lattneruse some helpers instead of duplicating logic.
2010-01-23 Ted KremenekUpdate CMake build.
2010-01-23 Sean CallananAdded the skeleton for the implementation of the X86
2010-01-23 Sean CallananModified the register matcher function in AsmMatcher to
2010-01-22 Evan ChengBe more conservative with clustering f32 / f64 loads.
2010-01-22 Daniel DunbarMark EH_RETURN64 as CodeGenOnly.
2010-01-22 Chris Lattneradd missing break, PR6114, patch by M Wahab.
2010-01-22 Chris Lattneruse both the Mangler and the CBE's mangler for identifiers,
2010-01-22 Benjamin KramerSimplify some uses of str(n)cmp with StringRef.
2010-01-22 Chris LattnerStop building RTTI information for *most* llvm librarie...
2010-01-22 Evan ChengAdd two target hooks to determine whether two loads...
2010-01-22 Chris Lattneradd new file
2010-01-22 Chris Lattnercreate a new MCParser library and move some stuff into it.
2010-01-22 Chris Lattnerstub out a new TargetAsmLexer interface.
2010-01-22 Jim GrosbachFix PR5694. The CMN instructions set the flags differen...
2010-01-21 Chris Lattnerremove dead .erase.
2010-01-21 Chris Lattnerfix a problem with a missing _, testcase pending.
2010-01-21 Dan GohmanRe-implement the main strength-reduction portion of...
2010-01-21 Evan ChengFix a minor issue in x86 load / store folding table...
2010-01-20 Chris Lattnereliminate FnStubInfo, using MachineModuleInfoMachO...
2010-01-20 Dale Johannesenmake findDebugLoc a class method
2010-01-20 Chris Lattnersplit function stub printing out to its own function,
2010-01-20 Chris Lattnereliminate the GVStubs and HiddenGVStubs maps, and use
2010-01-20 David GreeneWhen XDEBUG is enabled, check for SelectionDAG cycles...
2010-01-20 Chris Lattnerreduce redundant are's.
2010-01-20 Chris Lattnerinline and radically simplify printDataDirective. ...
2010-01-20 Chris Lattnerrevert 93934, removing the MCAsmInfo endianness bit...
2010-01-20 Dale JohannesenMove findDebugLoc somewhere more central. Fix
2010-01-19 Bob WilsonWrap some comments to 80 columns.
2010-01-19 Dale JohannesenFix a case where debug_value was perturbing the
next