prep work to support a future where getJumpTableInfo will return
[oota-llvm.git] / lib / Target /
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
2010-01-19 Chris Lattnergive MCAsmInfo a 'has little endian' bit. This is...
2010-01-19 Chris Lattnereliminate AsmPrinter::EmitZeros: just use MCStreamer...
2010-01-19 Sean CallananPromoted the getTok() method to MCAsmParser so that
2010-01-19 Jakob Stoklund OlesenRemove predicates when changing an add into an unpredic...
2010-01-19 Sean CallananPropagated the parser-side Lex function's declaration to
2010-01-19 Bruno Cardoso LopesFix a bug introduced on r92564 where the name "Node...
2010-01-19 Chris LattnerGeneralize mcasmstreamer data emission APIs to take...
2010-01-19 Chris Lattnerremove MAI::ZeroDirectiveSuffix, which is only used...
2010-01-19 Jim GrosbachFor aligned load/store instructions, it's only required...
2010-01-19 Bruno Cardoso LopesOn pic function calls some arguments were marked dead and
2010-01-19 Bruno Cardoso Lopesload f64 +0.0 in a cleaner way. This fix part of PR5445
2010-01-19 Bruno Cardoso LopesFix return registers for mips eabi
2010-01-19 Chris Lattnerstop using the .lcomm pseudoop on darwin, instead,...
2010-01-19 Devang PatelAvoid including DebugInfo.h in AsmPrinter.h
2010-01-19 Chris Lattnerzap the ARM version of PrintGlobalVariable, which I...
2010-01-19 Chris LattnerNow that we have everything nicely factored (e.g. asmpr...
2010-01-19 Chris Lattneruse %object like other elf targets, gas accepts either.
2010-01-19 Chris Lattnersimplify the mips target to print .size and .type for...
2010-01-19 Chris Lattnerhookize the cygwin ".linkonce" directive.
2010-01-19 Chris Lattnermore cleanups. Emit the .local directive even on cygwi...
2010-01-19 Chris Lattnersome cleanups
2010-01-19 Chris Lattneradd a bool for whether .lcomm takes an alignment instea...
2010-01-19 Chris Lattnerhoist handling of external globals and special globals...
2010-01-19 Chris Lattnermove production of .reference directives for static...
2010-01-19 Chris Lattneruse BSSLocal classifier to identify 'lcomm' data instead of
2010-01-19 Chris Lattnermake TLOF subclassify BSS based on linkage type into...
2010-01-19 Chris Lattnernow that elf weak bss symbols are handled correctly...
2010-01-19 Chris Lattnerfix a significant difference between llvm and gcc on...
2010-01-19 Chris Lattnerintroduce a section kind for common linkage. Use this...
2010-01-19 Bill WendlingEven more explanation.
2010-01-19 Chris Lattnerchange an accessor to a predicate.
next