Remove the '-disable-scheduling' flag and replace it with the 'source' option of
[oota-llvm.git] / lib / CodeGen /
2010-01-23 Bill WendlingRemove the '-disable-scheduling' flag and replace it...
2010-01-23 Chris Lattnermcize lcomm, simplify .comm, extend both to support...
2010-01-23 Chris Lattnerresolve a fixme: the "nonexecutable stack directive...
2010-01-23 Chris Lattnerremove a dead call.
2010-01-23 Chris Lattnermcize visibility directives.
2010-01-23 Chris Lattnermove the various directive enums out of the MCStreamer...
2010-01-23 Chris LattnerChange constantexpr global variable initializers to...
2010-01-23 Chris Lattnermcstreamerize .no_dead_strip and .reference for static...
2010-01-23 Chris Lattnermcize jump table and constant pool entry labels, .local...
2010-01-23 Chris Lattneremit .ascii and .asciz through MCStreamer.
2010-01-23 Chris Lattnerremove one form of EmitString, just use EmitBytes inste...
2010-01-23 Chris Lattnerteach MCAsmStreamer::EmitBytes to use .ascii and .asciz
2010-01-22 Evan ChengEnable pre-regalloc scheduling load clustering by default.
2010-01-22 Chris Lattnermove "EOL" from asmprinter to dwarfprinter. It should...
2010-01-22 Chris Lattnerremove uses of EOL.
2010-01-22 Chris Lattneradd a new EmitCFAByte method and use it.
2010-01-22 Chris Lattnermove uleb printing from asmprinter to dwarfprinter...
2010-01-22 Chris Lattnermove sleb printing out of asmprinter into dwarf printer...
2010-01-22 Devang PatelRemove MetadataBase class because it is not adding...
2010-01-22 Dale JohannesenIgnore DEBUG_VALUE when building live intervals;
2010-01-22 Chris Lattneradd a new DwarfPrinter::EmitEncodingByte method which...
2010-01-22 Chris Lattnerrename the dwarf class to DwarfPrinter. This matches...
2010-01-22 Chris Lattnerfix indentation
2010-01-22 Chris Lattnerinline away the trivial AsmPrinter::EOL() method.
2010-01-22 Chris Lattnerinline AsmPrinter::PrintHex into its two trivial callers.
2010-01-22 Chris Lattnerchange this to be a static function instead of a method...
2010-01-22 Chris Lattnermake the loop comment printer print out a much better...
2010-01-22 Chris LattnerFor blocks that are not loop headers, just print their...
2010-01-22 Chris Lattnerreenable the label loop comments and switch them to...
2010-01-22 Chris LattnerConvert some more random-comment-printing stuff to use
2010-01-22 Chris Lattneradd a new MCAsmStreamer::GetCommentOS method to simplif...
2010-01-22 Chris Lattnerrename addComment -> AddComment for consistency.
2010-01-22 Dan GohmanRevert r94066, which was the patch which added a Verifi...
2010-01-22 Chris LattnerAdd the ability for MCStreamer to emit comments on...
2010-01-22 Chris Lattnerpass "-fasm-verbose" into createAsmStreamer.
2010-01-22 Chris LattnerStop building RTTI information for *most* llvm librarie...
2010-01-22 Evan ChengTeach pre-regalloc scheduler to schedule loads from...
2010-01-21 Evan ChengTrim unneeded includes.
2010-01-21 Jim Grosbachback this out for now. Growing Function is not good.
2010-01-21 Dan GohmanRun the verifier after LSR, to help catch use-before...
2010-01-21 Jim GrosbachMake sure that landing pad entries in the EH call site...
2010-01-20 Jim GrosbachSjLj EH introduces can introduce an additional edge...
2010-01-20 Dale Johannesenmake findDebugLoc a class method
2010-01-20 David GreeneWhen XDEBUG is enabled, check for SelectionDAG cycles...
2010-01-20 Chris Lattnerdon't send null pointers through the constantexpr codep...
2010-01-20 Chris Lattnereliminate some uses of AsmPrinter::EmitIntXXX
2010-01-20 Chris Lattnerinline and radically simplify printDataDirective. ...
2010-01-20 Chris Lattneremit basic block labels with mcstreamer.
2010-01-20 Chris Lattneremit integer and fp zeros as (e.g.) .byte 0 instead...
2010-01-20 Chris Lattnersignficant cleanups to EmitGlobalConstant (including...
2010-01-20 Chris Lattnerswitch ConstantFP emission to use MCStreamer, significantly
2010-01-20 Chris Lattnermake mcasmstreamer handle expanding 8 byte integer...
2010-01-20 Chris Lattnergive createAsmStreamer an 'isLittleEndian' argument.
2010-01-20 Devang PatelIf a instruction belongs to another function (and not...
2010-01-20 David GreeneAdd some asserts to check SelectionDAG problems earlier.
2010-01-20 Dale JohannesenMove findDebugLoc somewhere more central. Fix
2010-01-19 Dan GohmanFold (add x, shl(0 - y, n)) -> sub(x, shl(y, n)), to...
2010-01-19 Chris Lattnersimplify the rest of fp constant printing.
2010-01-19 Chris Lattnersimplify the code for printing x86 long double, don...
2010-01-19 Jakob Stoklund OlesenIdentify predicate and optional-def operands when print...
2010-01-19 Chris Lattnereliminate AsmPrinter::EmitZeros: just use MCStreamer...
2010-01-19 Benjamin KramerUpdate CMake list.
2010-01-19 David GreeneAdd some new debugging APIs to print out "raw" Selectio...
2010-01-19 Chris LattnerGeneralize mcasmstreamer data emission APIs to take...
2010-01-19 Evan ChengDo not extend extension results beyond the use of a...
2010-01-19 Chris Lattnerrefactor code to be static functions instead of methods...
2010-01-19 Chris Lattnermcstreamerize AsmPrinter::EmitZeros, at least when...
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 Chris Lattnermcstreamer'ize the rest of EmitGlobalVariable that...
2010-01-19 Chris Lattnerstop using the .lcomm pseudoop on darwin, instead,...
2010-01-19 Devang PatelMDNodes are not expected to disappear or replaced by...
2010-01-19 Devang PatelAvoid including DebugInfo.h in AsmPrinter.h
2010-01-19 Chris Lattnermc'ize some stuff, don't comment out .lcomm directive...
2010-01-19 Chris Lattnerfactor this code better.
2010-01-19 Chris LattnerNow that we have everything nicely factored (e.g. asmpr...
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 Devang PatelRevert accident check-in from r93165.
2010-01-19 Dale JohannesenRevert 93811 per request.
2010-01-18 Dale JohannesenEnable code to emit dbg.declare as DEBUG_VALUE
2010-01-18 Evan ChengCanonicalize -1 - x to ~x.
2010-01-18 Bill Wendling- Add a comment to the callback indicating that it...
2010-01-18 Chris Lattnerremove the MAI argument to MCExpr::print and switch...
2010-01-17 Chris Lattnernow that MCSymbol::print doesn't use it's MAI argument...
2010-01-17 Chris Lattnernow that mangler is in libtarget, it can use MCAsmInfo...
2010-01-17 Benjamin KramerSwitch some functions to take Twines, eliminate uses...
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 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 Devang PatelNo need to use WeakVH here.
2010-01-16 Devang PatelReplace DebugLocTuple with DILocation.
2010-01-16 Chris Lattnerremove a couple of actively incorrect uses of getMangle...
next