oota-llvm.git
2010-01-15 Jakob Stoklund... Simplify logic. Any functional change is unintended.
2010-01-15 Chris Lattnerunbreak the build, grr symlinks.
2010-01-15 David GreeneAdd some debug routines to SelectionDAG to dump full...
2010-01-15 Chris Lattnerfix a bug in range information for $42, eliminate an
2010-01-15 Chris Lattneradd range information for mem X86Operand's, now all
2010-01-15 Chris Lattnerextend MCAsmParser::ParseExpression and ParseParenExpre...
2010-01-15 Chris Lattnergive X86Operand a ctor and start passing SMLoc's into it.
2010-01-15 Victor HernandezImprove llvm.dbg.declare intrinsic by referring directl...
2010-01-15 Dale JohannesenRevert 93499. After discussion with Chris we agreed
2010-01-15 Chris Lattneradd range location info for registers, change
2010-01-15 Nate BegemanHook up llc's -filetype=obj to use MCStreamer if an...
2010-01-15 Chris Lattnerclean up the memory management of the operands.
2010-01-15 Chris Lattnerrefactor ParseRegister to avoid using X86Operand as...
2010-01-15 Chris Lattnermention that unwind isn't to be trusted, patch by Dusti...
2010-01-15 Victor HernandezRevert r93504 because older uses of llvm.dbg.declare...
2010-01-15 Jay FoadTest case for http://llvm.org/PR6028.
2010-01-15 Jay FoadFix llvm.org/PR6028, an assertion failure when an Undef...
2010-01-15 Bob WilsonChange pre-regalloc tail duplication to only duplicate...
2010-01-15 Victor HernandezImprove llvm.dbg.declare intrinsic by referring directl...
2010-01-15 Anton KorobeynikovTemporary disable tests
2010-01-15 Dale JohannesenLower FrameIndex operand of DEBUG_VALUE (specially...
2010-01-15 Dale JohannesenRemove DEBUG_DECLARE, looks like we don't need it.
2010-01-15 Anton KorobeynikovFix cmp emission on msp430: we definitely should turn...
2010-01-15 Devang PatelDo not use AT_specification die for static variables...
2010-01-15 Jeffrey YasskinMake sure include/llvm/MC/MCParsedAsmOperand.h can...
2010-01-15 Jim Grosbachfix 80-column violations
2010-01-15 Devang Patelnew test case for r93485.
2010-01-15 Jim GrosbachFix 80 column violations and clean up whitespace
2010-01-15 Devang PatelDo not emit multiple AT_container_type attributes.
2010-01-15 Jim GrosbachName change for consistency. No functional change.
2010-01-15 Jim GrosbachEmitAtomicCmpSwap() custome inserter needs to delete...
2010-01-14 Jeffrey YasskinTeach PPC how to replaceMachineCodeForFunction correctl...
2010-01-14 Eric ChristopherPad my commit stats by reducing indentation in this...
2010-01-14 Johnny ChenAdded 16-bit Thumb Load/Store immediate instructions...
2010-01-14 Chris Lattneradd virtual methods to get the start/end of a MCParsedA...
2010-01-14 Chris LattnerSplit the TargetAsmParser "ParseInstruction" interface...
2010-01-14 Anton KorobeynikovAdd variable-width shifts for MSP430
2010-01-14 Anton KorobeynikovRemove pseudo-MI in custom inserter.
2010-01-14 Dale JohannesenFix a comment.
2010-01-14 Eric ChristopherFew minor changes that were requested. No functional...
2010-01-14 Jim GrosbachAdd comment explaining the necessity of r93456
2010-01-14 Chris Lattnerprune #includes in TargetAsmParser.h
2010-01-14 Jim GrosbachDwarf EH prepare needs to be run after SjLj prepare...
2010-01-14 Chris Lattnerintroduce MCParsedAsmOperand
2010-01-14 Chris Lattnerintroduce the MCParsedAsmOperand class.
2010-01-14 Evan ChengSmall tweak to inline cost computation. Ext of i/fcmp...
2010-01-14 Anton KorobeynikovRemove spurious semicolon.
2010-01-14 Victor HernandezIn debug builds, assert that function-local metadata...
2010-01-14 Eric ChristopherReduce the inlining cost of functions that contain...
2010-01-14 Victor HernandezSimplify code that chooses when to enumerate function...
2010-01-14 Victor HernandezAvoid modifying ValueEnumerator's MD ValueList by choos...
2010-01-14 Jakob Stoklund... ARM "l" constraint for inline asm means R0-R7, also...
2010-01-14 Bill WendlingUse ENABLE_ASSERTIONS throughout.
2010-01-14 Dan GohmanFix a codegen abort seen in 483.xalancbmk.
2010-01-14 Evan ChengTest for r93409.
2010-01-14 Victor HernandezExtend testcase to also test llvm.dbg.value intrinsic
2010-01-14 Victor HernandezNow that LLParser, AsmWriter, BitcodeReader, and Bitcod...
2010-01-14 Victor HernandezIn WriteFunction(), write function-local metadata befor...
2010-01-14 Victor HernandezFix printing of function-local metadata in AsmWriter
2010-01-14 Victor HernandezClean up unnecessary return and brackets
2010-01-14 Victor HernandezAdd MDNode::getFunction(), which figures out the metada...
2010-01-14 Jakob Stoklund... Don't fold insufficiently aligned ldr/str into ldm...
2010-01-14 Stuart HastingsErm, previous patch was wrong; Thanks Bill\!
2010-01-14 Stuart HastingsEnable assertions by default for Apple-style builds.
2010-01-13 Chris Lattnerthis is an SSE-specific issue.
2010-01-13 Chris LattnerX86 if conversion + tail merging issues from PR6032.
2010-01-13 Bill WendlingWhen the visitSub method was split into visitSub and...
2010-01-13 Tobias GrosserAdd getSource() to SuccIterator
2010-01-13 Tobias GrosserExtend SuccIterator
2010-01-13 Chris Lattnerthis test requires SSE, thanks to jyasskin for pointing...
2010-01-13 Chris LattnermakeNameProper is now private!
2010-01-13 Chris Lattnerfix ELF section mangling stuff for weak symbols to...
2010-01-13 Victor HernandezFix comment typo
2010-01-13 Chris Lattnertidy
2010-01-13 Chris Lattnerreduce duplicate mangling logic by using MCSymbol:...
2010-01-13 Chris Lattnerexpose a static function as a static method on the...
2010-01-13 Johnny ChenFixed a couple of places for Thumb MOV where encoding...
2010-01-13 Jakob Stoklund... Fix pasto
2010-01-13 Chris Lattnerstop the CBE from using deprecated Mangler stuff.
2010-01-13 Victor HernandezWrite function-local metadata as a metadata subblock...
2010-01-13 Victor HernandezEnumerate function-local metadata (and its types and...
2010-01-13 Victor HernandezParse function-local metadata inside function blocks
2010-01-13 Chris LattnerUse the GV version of getNameWithPrefix in TargetLoweri...
2010-01-13 Evan ChengCommit some changes I had managed to lose last night...
2010-01-13 Chris Lattnerjust finish MCizing FnStubInfo which cleans it up and...
2010-01-13 Chris Lattnerdon't call getNameWithPrefix repeatedly and unnecesarily.
2010-01-13 Chris Lattnerproperly use MCSymbol to print the strings aquired...
2010-01-13 Benjamin KramerIntroduce Twine::toStringRef, a variant of toVector...
2010-01-13 Evan ChengRe-enable extension optimization pass.
2010-01-13 Chris Lattnerupgrade and MC'ize a few uses of makeNameProper.
2010-01-13 Chris LattnerMC'ize this a bit and upgrade APIs
2010-01-13 Chris Lattneradd a fixme, ELF MCSection isn't quite right and weak...
2010-01-13 Evan ChengFor now, avoid issuing extract_subreg to reuse lower...
2010-01-13 Evan ChengAdd comment; refactor; avoid pulling in DT if it's...
2010-01-13 Chris Lattnereliminate some uses of Mangler::makeNameProper.
2010-01-13 Chris Lattnerdon't add the \1 to the name.
2010-01-13 Chris Lattnerremove uses of deprecated functions, this generates...
2010-01-13 Chris Lattneruse the new form of getNameWithPrefix, not makeNameProper.
2010-01-13 Chris Lattneradd new isSingleStringRef()/getSingleStringRef() method...
2010-01-13 Chris Lattnerugh, my last patch just sped up a method and changed...
next