oota-llvm.git
2010-04-05 Chris Lattnerfastisel doesn't need DwarfWriter, remove some tendricles.
2010-04-05 Evan ChengTemporarily remove to disable building of ARM disassembler.
2010-04-05 Evan ChengRe-apply 100265 but instead disable building of ARM...
2010-04-05 Evan ChengReverting 100265 to try to get buildbots green again...
2010-04-05 Chris Lattnerjust have all targets create the DwarfWriter.
2010-04-05 Chris Lattnersimplify various getAnalysisUsage implementations.
2010-04-05 Chris Lattnernuke DwarfPrinter
2010-04-05 Chris Lattnermake DwarfException not inherit from DwarfPrinter.
2010-04-05 Chris Lattnerchange SizeOf to take AsmPrinter instead of TargetData,
2010-04-05 Chris Lattner1) make DIE take AsmPrinter instead of DwarfPrinter.
2010-04-04 Chris LattnerMove EmitFrameMoves into AsmPrinter.
2010-04-04 Chris Lattnermissed a header :(
2010-04-04 Chris Lattnersimplify code and reduce indentation.
2010-04-04 Chris Lattnernow that the magic is dispelled, move EmitSectionOffset...
2010-04-04 Chris Lattnereliminate the magic AbsoluteDebugSectionOffsets MAI...
2010-04-04 Chris Lattneronly emit section labels if we have debug info, fixing...
2010-04-04 Chris LattnerI was wrong, ocaml isn't referencing 'Ldata_begin'...
2010-04-04 Chris Lattneradd some assertions to EmitSectionOffset.
2010-04-04 Chris Lattnerstop emitting some dead L labels.
2010-04-04 Chris LattnerStore an use the symbols emitted at the start of the...
2010-04-04 Chris Lattnerremove the didInitial ivar, rename emitInitial to be...
2010-04-04 Chris Lattnersimplify EmitSectionOffset a little bit, improve comments.
2010-04-04 Chris Lattnerrevert my patch, need to reconsider this and figure...
2010-04-04 Chris Lattnerfix pasto, this is the wrong setting for arm elf.
2010-04-04 Chris LattnerThe "IsSmall" argument to EmitSectionOffset is always...
2010-04-04 Chris Lattnereliminate the "isEH" argument to EmitSectionOffset.
2010-04-04 Chris LattnerisAbsoluteEHSectionOffsets always returns false, elimin...
2010-04-04 Jakob Stoklund... Clean up SSEDomainFix pass.
2010-04-04 Chris Lattnerdon't reset the default.
2010-04-04 Chris Lattnermove some more stuff to asmprinter.
2010-04-04 Chris Lattnersimplify some code.
2010-04-04 Chris Lattnermove EmitEncodingByte to AsmPrinter.
2010-04-04 Chris Lattnermove EmitCFAByte to AsmPrinter.
2010-04-04 Chris Lattnerinline EmitDifference away.
2010-04-04 Chris Lattnerresolve a fixme.
2010-04-04 Chris Lattnermove gettemplabel and getdwlabel to AsmPrinter and...
2010-04-04 Chris Lattnermove uleb/sleb printing into AsmPrinter from DwarfPrinter.
2010-04-04 Chris Lattnermore interface cleanup make some helpers static functions.
2010-04-04 Chris Lattnerclean up the asmprinter header and privatize some stuff.
2010-04-04 Chris Lattneruse stringref instead of strtol to avoid errno gymnastics.
2010-04-04 Chris Lattnersplit inline asm support out to its own .cpp file.
2010-04-04 Chris Lattnerinline processDebugLoc and simplify it.
2010-04-04 Chris Lattnerminor tidying.
2010-04-04 Chris Lattnerclean up the asmprinter interface a bit, rename a few
2010-04-04 Chris Lattnerremove TargetMachine.h #include, also, TRI isn't used...
2010-04-04 Jakob Stoklund... Switch SSEDomainFix to SpecificBumpPtrAllocator.
2010-04-04 Chris Lattnerlazily allocate the GCMetadataPrinters map and remove...
2010-04-04 Nicolas GeoffrayCurFn is only used for relocations. Use EmissionDetails...
2010-04-04 Chris LattnerMomentous day: remove the "O" member from AsmPrinter...
2010-04-04 Chris Lattnernow that all operand printing happens to specified...
2010-04-04 Chris Lattnerremove the raw_ostream from various dwarf printing...
2010-04-04 Chris Lattnermcize the gc metadata printing stuff.
2010-04-04 Chris Lattneruse EmitRawText instead of O in DwarfPrinter.
2010-04-04 Chris Lattnermc'ize the remaining uses of O.
2010-04-04 Chris Lattnerfinish eliminating uses of O.
2010-04-04 Chris Lattnermcize more of ppc stub printing.
2010-04-04 Chris Lattnermcize a bunch more stuff, using EmitRawText for things we
2010-04-04 Chris Lattnerconvert the non-MCInstPrinter'ized EmitInstruction
2010-04-04 Chris Lattnerstreamerize the rest of PIC16 asm printer.
2010-04-04 Chris Lattnerstreamerize printing of dbg_value, the x86 backend...
2010-04-04 Chris Lattnersplit DEBUG_VALUE printing stuff out to its own method.
2010-04-04 Chris Lattnermc'ize elf stub printing, convert cygwin stuff to EmitR...
2010-04-04 Chris Lattnerfix PrintAsmOperand and PrintAsmMemoryOperand to pass...
2010-04-04 Chris Lattneruse predicates in DBG_VALUE printing code to simplify it.
2010-04-04 Chris Lattnerremove more implicit uses of "O".
2010-04-04 Chris Lattnerchange this back too
2010-04-04 Chris Lattnercheck in what I tested. :(
2010-04-04 Chris LattnerMMI is always available, rename O -> OS in printInlineAsm.
2010-04-04 Chris Lattnerfix an ugly wart in the MCInstPrinter api where the
2010-04-04 Chris Lattnerchange a ton of code to not implicitly use the "O"...
2010-04-04 Mon P WangReapply address space patch after fixing an issue in...
2010-04-03 Chris Lattnerasmstreamerize the .size directive for function bodies...
2010-04-03 Chris Lattneremit the cygwin stub thing through mcstreamer.
2010-04-03 Chris Lattneradd a twine form of MCStreamer::EmitRawText, and mc'ize
2010-04-03 Chris Lattnerallow attaching comments to raw text.
2010-04-03 Chris Lattnerstart moving towards emitting inline asm statements...
2010-04-03 Chris Lattneradd <cstdlib> header for abort() on linux builders.
2010-04-03 Chris Lattneradd a new EmitInlineAsm function to asmprinter to handl...
2010-04-03 Chris Lattnermc'ize comment printing around file scope inline asm.
2010-04-03 Chris Lattnerremove some extraneous casts
2010-04-03 Chris Lattnerrequire that the branch being controlled by the IV
2010-04-03 Chris Lattneradd integer overflow check for the fp induction variable
2010-04-03 Chris Lattneradd a comment and fix some consistency issues, converting
2010-04-03 Chris Lattnerfix PR6761, a miscompilation due to the fp->int IV...
2010-04-03 Chris Lattnerconvert to filecheck
2010-04-03 Chris Lattnerjust eliminate the uitofp checks. This code isn't...
2010-04-03 Chris Lattnerrename feature test.
2010-04-03 Chris Lattneractually just remove this, will move the real feature...
2010-04-03 Chris Lattnerrename test since it is a feature test.
2010-04-03 Chris Lattnerrename PH -> PN to be consistent with WeakPN and the...
2010-04-03 Chris Lattnerimprove comment and drop a dead check. If PH had
2010-04-03 Chris Lattnerstrength reduce a ridiculous use of APInt.
2010-04-03 Chris Lattnerrename stuff improve comment grammar.
2010-04-03 Chris Lattnersimplify some code and resolve a fixme.
2010-04-03 Chris LattnerThere is no guarantee that the increment and the branch
2010-04-03 Chris Lattnerfirst half of a pass through IndVarSimplify::HandleFloa...
2010-04-03 Chris Lattnerdon't internalize available_externally functions, they are
2010-04-03 Chandler CarruthFix a warning in GCC about a pointless typedef.
2010-04-03 Chandler CarruthAdd the new ARMDecodeEmitter to CMake build.
2010-04-03 Johnny ChenGet rid of the middleman (ARMAlgorithm), which causes...
next