oota-llvm.git
2010-01-16 Chris Lattneradd a thing to investigate.
2010-01-16 Chris Lattnerremove calls to dead methods.
2010-01-16 Chris Lattnerreapply the mangler gutting patch.
2010-01-16 Chris Lattnerremove use of getMangledName.
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 Lattnerswitch liblto to use the new getNameWithPrefix() method...
2010-01-16 Chris Lattneradd an inefficient version of getNameWithPrefix that...
2010-01-16 Benjamin KramerRevive dead assert.
2010-01-16 Anton KorobeynikovProvide magic define on mingw to not generate inline...
2010-01-16 Tobias GrosserFix PR6047
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 Lattnerthis teestcase takes a long time to crash, remove it...
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-16 Daniel DunbarFix llvm_supports_binding for lit, problem noticed...
2010-01-15 Chris Lattnerremove two write-only sets.
2010-01-15 Chris Lattnersupplement CurrentFnName with CurrentFnSym, which will...
2010-01-15 Erick TryzelaarFix bug 5992: O'Caml's llvm_create_module was treating...
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 Dale JohannesenRemove unneeded argument 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 Jim Grosbachadd testcase for r93564
2010-01-15 Dan GohmanAdd comments to the dump() and dumpr() routines.
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 Chris Lattnermove "Metadata Nodes and Metadata Strings" section...
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 KorobeynikovReenable tests
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... Don't make changes to the MBB in MachineBasicBlock...
2010-01-15 Jakob Stoklund... Simplify 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 Chris Lattnermention that unwind isn't to be trusted, patch by Dusti...
2010-01-15 Victor HernandezRevert r93504 because older uses of llvm.dbg.declare...
2010-01-15 Jay FoadTest case for http://llvm.org/PR6028.
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 Anton KorobeynikovTemporary disable tests
2010-01-15 Dale JohannesenLower FrameIndex operand of DEBUG_VALUE (specially...
2010-01-15 Dale JohannesenRemove DEBUG_DECLARE, looks like we don't need it.
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 Jeffrey YasskinMake sure include/llvm/MC/MCParsedAsmOperand.h can...
2010-01-15 Jim Grosbachfix 80-column violations
2010-01-15 Devang Patelnew test case for r93485.
2010-01-15 Jim GrosbachFix 80 column violations and clean up whitespace
next