oota-llvm.git
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.
2010-01-19 Chris Lattnerchange an accessor to a predicate.
2010-01-19 Chris LattnerCleanup handling of .zerofill on darwin:
2010-01-19 Nate BegemanRemove this fixme, looking at the linker source, all...
2010-01-19 Chris Lattnerremove extraneous ;
2010-01-19 Devang PatelRevert accident check-in from r93165.
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.
next