oota-llvm.git
2010-01-19 Eric ChristopherFix comment.
2010-01-19 Evan ChengFix r93758. Use isel patterns instead of c++ selection...
2010-01-19 Evan ChengTest case for r93758.
2010-01-19 Dale JohannesenReverting.
2010-01-19 Dale JohannesenRevert 93811 per request.
2010-01-18 Dale JohannesenEnable code to emit dbg.declare as DEBUG_VALUE
2010-01-18 Victor HernandezAdd comment that MDNode::getFunction() is not to be...
2010-01-18 Eli FriedmanMake opt -O3 act more like clang -O3 etc., by making...
2010-01-18 Eli FriedmanAdd some potentially interesting transformations to...
2010-01-18 Bill Wendling- Add getLSDAEncoding to the PowerPC backend.
2010-01-18 Chris Lattnermake llvm-config more portable to windows versions...
2010-01-18 Chris Lattnermy instcombine transformations to make extension elimin...
2010-01-18 Sean CallananAdded a newline at the end of SMLoc.h
2010-01-18 Sean CallananChanged the comment in the file header for SMLoc
2010-01-18 Eric ChristopherHave FastISel handle llvm.trap().
2010-01-18 Sean CallananSplit SMLoc out in its own header so that it can
2010-01-18 Jim GrosbachMinor cleanup for jump table printing. Need a reference...
2010-01-18 Chris Lattnerfilecheckize this.
2010-01-18 Chris Lattnerfilecheckize
2010-01-18 Chris Lattnerremove a redundant test, filecheckize another.
2010-01-18 Evan ChengCanonicalize -1 - x to ~x.
2010-01-18 Chris Lattnerupdate mkpatch, patch by Garrison Venn!
2010-01-18 Victor HernandezMake findDbgDeclare/findDbgGlobalDeclare local static...
2010-01-18 Victor HernandezSimplify MDNode::getFunction() and assertLocalFunction...
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 Devang PatelWhile mapping llvm.dbg.declare intrinsic manually map...
2010-01-18 Chris Lattnerreject some invalid IR. We already assert and reject...
2010-01-18 Bill WendlingAdd FIXME comment.
2010-01-18 Bill Wendling- Add a comment to the callback indicating that it...
2010-01-18 Victor HernandezMake printing of metadata more robust when function...
2010-01-18 Daniel DunbarDon't try to build compiler-rt if it happens to be...
2010-01-18 Benjamin KramerUnnamed symbol index should be >= 1. This was lost...
2010-01-18 Benjamin KramerFix refacto reported by Nicolas Geoffray.
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 Lattnerrename NameNeedsEscaping -> NameNeedsQuoting, eliminate...
2010-01-17 Owen AndersonConvert some of the dynamic opcode lookups into static...
2010-01-17 Chris Lattnerstop the CBE from using Mangler::appendMangledName...
2010-01-17 Chris Lattnerfix uninit member, thanks to Benjamin Kramer for identi...
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.
next