oota-llvm.git
2010-01-17 Chris LattnerGet MCSymbol out of the mangling business, and move...
2010-01-17 Rafael EspindolaReally fix this. I checked that on ARM I get
2010-01-17 Chris Lattnerreduce this test and convert to filecheck, hopefully...
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 Dan GohmanDon't create a (empty) output file, and don't warn...
2010-01-17 Benjamin KramerSwitch some functions to take Twines, eliminate uses...
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 Rafael EspindolaLooks like XFAIL has to list every unsupported arch
2010-01-17 Rafael EspindolaAdd test for pr5406
2010-01-17 Nate BegemanAdd a note for the macho streamer and remove a used...
2010-01-17 Bill WendlingReduce fsub-fadd.ll and merge it into fsub-fsub.ll...
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 Lattnerfix a warning.
2010-01-16 Chris Lattnerthis doesn't need to suck in Mangler.
2010-01-16 Chris Lattnerremove obsolete comment.
2010-01-16 Chris Lattnerbugpoint doesn't need the mangler at all. Disambiguate...
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.
next