Fix comment.
[oota-llvm.git] / lib /
2010-01-17 Owen AndersonFix comment.
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-17 Nate BegemanAdd a note for the macho streamer and remove a used...
2010-01-16 Kenneth UildriksWhen checking for sret-demotion, it needs to use legal...
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 Lattnerreapply the mangler gutting patch.
2010-01-16 Chris Lattnerunbreak the build.
2010-01-16 Rafael EspindolaRevert 93648.
2010-01-16 Chris LattnerMangler::getMangledName is now dead, remove it and...
2010-01-16 Chris LattnerChange DIEObjectLabel to take an MCSymbol instead of...
2010-01-16 Chris Lattnerrename GetPrivateGlobalValueSymbolStub -> GetSymbolWith...
2010-01-16 Chris Lattnereliminate uses of getMangledName from AsmPrinter.cpp...
2010-01-16 Chris Lattneradd an inefficient version of getNameWithPrefix that...
2010-01-16 Tobias GrosserCreate Generic DOTGraphTraits Printer/Viewer
2010-01-16 Devang PatelNo need to use WeakVH here.
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 Lattnerfix inverted conditional
2010-01-16 Chris LattnerCurrentFnName is now dead, remove it.
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 Bill WendlingTemporarily revert r93581. It was causing failures...
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 Bob WilsonTreat indirect branches specially only during pre-regal...
2010-01-16 Chris LattnerMCize tis, and make it keep CurrentFnSym up to date...
2010-01-16 Bob WilsonRun the pre-register allocation tail duplication pass...
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 Ted KremenekBumpPtrAllocator: Have the DefaultSlabAllocator created...
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 Chris Lattneradd another helper
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 Ted KremenekUpdate CMake build.
2010-01-15 Dale JohannesenDEBUG_VALUE is now variable sized, as it has a
2010-01-15 Jim GrosbachUpdate Thumb1 storeRegToStackSlot() and loadRegFromStac...
2010-01-15 Dan GohmanFix a typo that Anton noticed.
2010-01-15 Devang PatelAdd FIXME.
2010-01-15 Bob WilsonFix a comment typo.
2010-01-15 Eric ChristopherRemove the InlineHint attribute. There are no current...
2010-01-15 Anton Korobeynikovzext / truncate is free on msp430. Inform codegen about...
2010-01-15 Anton KorobeynikovAdd branch relaxation pass (shamelessly stolen from...
2010-01-15 Anton KorobeynikovProvide instruction sizes & encoding. No opcodes yet...
2010-01-15 Anton KorobeynikovEnable bit tests and setcc stuff.
2010-01-15 Anton KorobeynikovAdd micro-optimization which allows us to fold imm...
2010-01-15 Anton KorobeynikovAdd instruction formats & support stuff
2010-01-15 Jakob Stoklund OlesenDon't make changes to the MBB in MachineBasicBlock...
2010-01-15 Jakob Stoklund OlesenSimplify logic. Any functional change is unintended.
2010-01-15 Chris Lattnerunbreak the build, grr symlinks.
2010-01-15 David GreeneAdd some debug routines to SelectionDAG to dump full...
2010-01-15 Chris Lattnerfix a bug in range information for $42, eliminate an
2010-01-15 Chris Lattneradd range information for mem X86Operand's, now all
2010-01-15 Chris Lattnerextend MCAsmParser::ParseExpression and ParseParenExpre...
2010-01-15 Chris Lattnergive X86Operand a ctor and start passing SMLoc's into it.
2010-01-15 Victor HernandezImprove llvm.dbg.declare intrinsic by referring directl...
2010-01-15 Dale JohannesenRevert 93499. After discussion with Chris we agreed
2010-01-15 Chris Lattneradd range location info for registers, change
2010-01-15 Nate BegemanHook up llc's -filetype=obj to use MCStreamer if an...
2010-01-15 Chris Lattnerclean up the memory management of the operands.
2010-01-15 Chris Lattnerrefactor ParseRegister to avoid using X86Operand as...
2010-01-15 Victor HernandezRevert r93504 because older uses of llvm.dbg.declare...
2010-01-15 Jay FoadFix llvm.org/PR6028, an assertion failure when an Undef...
2010-01-15 Bob WilsonChange pre-regalloc tail duplication to only duplicate...
2010-01-15 Victor HernandezImprove llvm.dbg.declare intrinsic by referring directl...
2010-01-15 Dale JohannesenLower FrameIndex operand of DEBUG_VALUE (specially...
2010-01-15 Anton KorobeynikovFix cmp emission on msp430: we definitely should turn...
2010-01-15 Devang PatelDo not use AT_specification die for static variables...
2010-01-15 Jim Grosbachfix 80-column violations
2010-01-15 Jim GrosbachFix 80 column violations and clean up whitespace
2010-01-15 Devang PatelDo not emit multiple AT_container_type attributes.
2010-01-15 Jim GrosbachName change for consistency. No functional change.
2010-01-15 Jim GrosbachEmitAtomicCmpSwap() custome inserter needs to delete...
2010-01-14 Jeffrey YasskinTeach PPC how to replaceMachineCodeForFunction correctl...
2010-01-14 Eric ChristopherPad my commit stats by reducing indentation in this...
2010-01-14 Johnny ChenAdded 16-bit Thumb Load/Store immediate instructions...
2010-01-14 Chris LattnerSplit the TargetAsmParser "ParseInstruction" interface...
2010-01-14 Anton KorobeynikovRemove pseudo-MI in custom inserter.
2010-01-14 Dale JohannesenFix a comment.
2010-01-14 Eric ChristopherFew minor changes that were requested. No functional...
2010-01-14 Jim GrosbachAdd comment explaining the necessity of r93456
2010-01-14 Chris Lattnerprune #includes in TargetAsmParser.h
2010-01-14 Jim GrosbachDwarf EH prepare needs to be run after SjLj prepare...
2010-01-14 Chris Lattnerintroduce MCParsedAsmOperand
next