oota-llvm.git
2010-01-20 Dale Johannesenmake findDebugLoc a class method
2010-01-20 Chris Lattnersplit function stub printing out to its own function,
2010-01-20 Chris Lattnereliminate the GVStubs and HiddenGVStubs maps, and use
2010-01-20 Chris Lattnerdon't forget to initialize an instance variable!
2010-01-20 David GreeneWhen XDEBUG is enabled, check for SelectionDAG cycles...
2010-01-20 Chris Lattneradopt getAdjustedAnalysisPointer in a few more passes.
2010-01-20 Chris Lattneradopt getAdjustedAnalysisPointer in two more passes.
2010-01-20 Chris Lattneradopt getAdjustedAnalysisPointer in BasicCallGraph.
2010-01-20 Chris Lattneradd some new methods to adjust this pointers. Not...
2010-01-20 Chris Lattneradd a helper method.
2010-01-20 Chris Lattnerdon't send null pointers through the constantexpr codep...
2010-01-20 Chris Lattnerreduce redundant are's.
2010-01-20 Jakob Stoklund... Move per-function inline threshold calculation to a...
2010-01-20 Chris Lattneruse getGlobalDirective(), don't hardcode .globl. PR6093
2010-01-20 David GreeneFix an infinite recursion problem. dbgs() should retur...
2010-01-20 Chris Lattnereliminate some uses of AsmPrinter::EmitIntXXX
2010-01-20 Victor HernandezBackout r93990
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 Victor HernandezFix/strengthen verification of llvm.dbg.declare
2010-01-20 Victor HernandezSwitch Elts from vector to SmallVector
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 Chris Lattnerrevert 93934, removing the MCAsmInfo endianness bit...
2010-01-20 Victor HernandezFix if/else brackets; getFunctionForValue() is to be...
2010-01-20 Chandler CarruthFix the conditions to unambiguously show the logic...
2010-01-20 Victor HernandezMap operands of all function-local metadata, not just...
2010-01-20 Victor HernandezAvoid unnecessary Elts array
2010-01-20 Victor HernandezRefactor common parts of MDNode::getFunction() and...
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 Daniel DunbarFor 'install-clang' target, also traverse tools/clang...
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 Bob WilsonWrap some comments to 80 columns.
2010-01-19 Dan GohmanMake SCEVAddRecExpr's getType return a pointer type...
2010-01-19 Dale JohannesenFix a case where debug_value was perturbing the
2010-01-19 Dan GohmanWhen doing address-mode sinking, expand the base regist...
2010-01-19 Chris Lattnergive MCAsmInfo a 'has little endian' bit. This is...
2010-01-19 Dan GohmanAdd a comment and tidy up some whitespace.
2010-01-19 Dan GohmanFix a typo and an 80-column violation in comments.
2010-01-19 Dan GohmanGive ScalarEvolution access to the DominatorTree. It...
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... Identify predicate and optional-def operands when print...
2010-01-19 Chris Lattneradd a new EmitIntValue method that MCStreamer impls...
2010-01-19 Dan GohmanAdd a new helper function to IVUsers for returning...
2010-01-19 Dan GohmanAdd nounwinds.
2010-01-19 Chris Lattnereliminate AsmPrinter::EmitZeros: just use MCStreamer...
2010-01-19 Sean CallananPromoted the getTok() method to MCAsmParser so that
2010-01-19 Xerxes RanbyStubs for getHostCPUFeatures API. This implements part...
2010-01-19 Jakob Stoklund... Remove predicates when changing an add into an unpredic...
2010-01-19 Benjamin KramerUpdate CMake list.
2010-01-19 David GreeneAdd some new debugging APIs to print out "raw" Selectio...
2010-01-19 Sean CallananPropagated the parser-side Lex function's declaration to
2010-01-19 Sean CallananAdded a Lex function to the AsmParser, to allow handling
2010-01-19 Bruno Cardoso... Fix a bug introduced on r92564 where the name "Node...
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 Lattneradd an MCAsmStreamer::EmitFill specialization of EmitFi...
2010-01-19 Chris Lattneradd a "MCStreamer::EmitFill" method, and move the defau...
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 Lattneroptimize ~(~X >>s Y) --> (X >>s Y), patch by Edmund...
2010-01-19 Bruno Cardoso... On pic function calls some arguments were marked dead and
2010-01-19 Bob WilsonThe change in r90189 adds a link in a directory outside...
2010-01-19 Bruno Cardoso... load f64 +0.0 in a cleaner way. This fix part of PR5445
2010-01-19 Bruno Cardoso... Fix return registers for mips eabi
2010-01-19 Chris Lattnermcstreamer'ize the rest of EmitGlobalVariable that...
2010-01-19 Chris Lattnerdon't let asm-verbose break the check-next lines in...
2010-01-19 Chris Lattnerstop using the .lcomm pseudoop on darwin, instead,...
2010-01-19 Chris Lattnerfix parsing .comm directives on systems which do not...
2010-01-19 Chris Lattneronly darwin has zerofill
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 Lattnerzap the ARM version of PrintGlobalVariable, which I...
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 Lattneruse %object like other elf targets, gas accepts either.
2010-01-19 Chris Lattnersimplify the mips target to print .size and .type for...
2010-01-19 Chris Lattnerhookize the cygwin ".linkonce" directive.
2010-01-19 Chris Lattnermore cleanups. Emit the .local directive even on cygwi...
2010-01-19 Chris Lattnersome cleanups
2010-01-19 Chris Lattneradd a bool for whether .lcomm takes an alignment instea...
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 Bob WilsonFix a crash in scalarrepl for memcpy/memmove where...
2010-01-19 Chris Lattneruse BSSLocal classifier to identify 'lcomm' data instead of
2010-01-19 Chris Lattnermake TLOF subclassify BSS based on linkage type into...
2010-01-19 Chris Lattnernow that elf weak bss symbols are handled correctly...
2010-01-19 Chris Lattnerfix a significant difference between llvm and gcc on...
2010-01-19 Chris Lattnerintroduce a section kind for common linkage. Use this...
2010-01-19 Chris Lattnerthere is no need to emit a .section above .comm on...
2010-01-19 Bill WendlingEven more explanation.
next