remove dead .erase.
[oota-llvm.git] / lib / Target /
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.
2010-01-19 Chris LattnerCleanup handling of .zerofill on darwin:
2010-01-19 Evan ChengFix r93758. Use isel patterns instead of c++ selection...
2010-01-19 Dale JohannesenRevert 93811 per request.
2010-01-18 Dale JohannesenEnable code to emit dbg.declare as DEBUG_VALUE
2010-01-18 Eli FriedmanAdd some potentially interesting transformations to...
2010-01-18 Bill Wendling- Add getLSDAEncoding to the PowerPC backend.
2010-01-18 Eric ChristopherHave FastISel handle llvm.trap().
2010-01-18 Jim GrosbachMinor cleanup for jump table printing. Need a reference...
2010-01-18 Johnny ChenThe most significant encoding bit of GPR:$src or GPR...
2010-01-18 Jim GrosbachPatch by David Conrad:
2010-01-18 Bill WendlingAdd FIXME comment.
2010-01-18 Bill Wendling- Add a comment to the callback indicating that it...
2010-01-18 Bob WilsonEmit spaces after commas in Neon register lists. This...
2010-01-18 Chris Lattnerswitch x86 zerofill emission over to use MCStreamer.
2010-01-18 Chris LattnerChange CurrentFnSym to be a non-const pointer since...
2010-01-18 Chris Lattnerremove the MAI argument to MCExpr::print and switch...
2010-01-18 Chris Lattnerunbreak x86 jump tables with my previous patch.
2010-01-17 Chris Lattnernow that MCSymbol::print doesn't use it's MAI argument...
2010-01-17 Chris Lattnerstop the CBE from using Mangler::appendMangledName...
2010-01-17 Chris LattnerGet MCSymbol out of the mangling business, and move...
2010-01-17 Chris Lattnerfactor this code better how that the string version...
2010-01-17 Chris Lattnernow that mangler is in libtarget, it can use MCAsmInfo...
2010-01-17 Bob WilsonThe Neon "vtst" instruction takes a suffix that is...
2010-01-17 Bob WilsonFix an off-by-one error that caused the chain operand...
2010-01-16 Benjamin KramerUpdate CMake files for Mangler move.
2010-01-16 Chris Lattnermove the mangler into libtarget from vmcore.
2010-01-16 Chris Lattnerrename GetPrivateGlobalValueSymbolStub -> GetSymbolWith...
2010-01-16 Devang PatelReplace DebugLocTuple with DILocation.
2010-01-16 Chris Lattnerfix build failure.
2010-01-16 Chris Lattnerremove a couple of actively incorrect uses of getMangle...
2010-01-16 Chris Lattnerthis doesn't need the mangler.
2010-01-16 Chris Lattnermore string -> sym, getMangledName is now gone from...
2010-01-16 Chris Lattneruse symbols instead of strings, eliminating a bunch...
2010-01-16 Chris Lattnersimplify some code.
2010-01-16 Bill WendlingRetrying r91337:
2010-01-16 Chris Lattnereliminate uses of mangler and simplify code.
2010-01-16 Chris Lattnerget pic16 off CurrentFnName
2010-01-16 Chris Lattnerremove the string form of printVisibility.
2010-01-16 Chris Lattnerswitch more stuff onto MCSymbols
2010-01-16 Chris Lattnereliminate uses of deprecated mangler apis
2010-01-16 Chris Lattnerswitch X86 target off CurFunctionName and MCIze more.
2010-01-16 Chris LattnerMCize tis, and make it keep CurrentFnSym up to date...
2010-01-16 Chris Lattnerrevert the x86 part of my last patch, cygwin is mutatin...
2010-01-16 Chris LattnerMCize a bunch more stuff, eliminating a lot of uses...
2010-01-15 Chris Lattnerremove two write-only sets.
2010-01-15 Chris Lattnersupplement CurrentFnName with CurrentFnSym, which will...
2010-01-15 Chris Lattneradd a version of AsmPrinter::printVisibility that takes...
2010-01-15 Chris Lattneruse MCSymbol instead of getMangledName() in all cases...
2010-01-15 Dale JohannesenAdjust some comments per review.
2010-01-15 Chris Lattnermc'ize a bunch of symbol stuff, eliminating std::strings.
2010-01-15 David GreeneFix PR6019. A load has more than one use if it feeds...
2010-01-15 Chris Lattneradd a AsmPrinter::GetGlobalValueSymbol and GetExternalS...
2010-01-15 Ted KremenekUpdate CMake build.
2010-01-15 Dale JohannesenDEBUG_VALUE is now variable sized, as it has a
next