oota-llvm.git
2010-01-16 Chris Lattnereliminate uses of deprecated mangler apis
2010-01-16 Chris Lattnerthis teestcase takes a long time to crash, remove it...
2010-01-16 Chris Lattnerswitch X86 target off CurFunctionName and MCIze more.
2010-01-16 Bob WilsonTreat indirect branches specially only during pre-regal...
2010-01-16 Chris LattnerMCize tis, and make it keep CurrentFnSym up to date...
2010-01-16 Bob WilsonRun the pre-register allocation tail duplication pass...
2010-01-16 Chris Lattnerrevert the x86 part of my last patch, cygwin is mutatin...
2010-01-16 Chris LattnerMCize a bunch more stuff, eliminating a lot of uses...
2010-01-16 Daniel DunbarFix llvm_supports_binding for lit, problem noticed...
2010-01-15 Chris Lattnerremove two write-only sets.
2010-01-15 Chris Lattnersupplement CurrentFnName with CurrentFnSym, which will...
2010-01-15 Erick TryzelaarFix bug 5992: O'Caml's llvm_create_module was treating...
2010-01-15 Chris Lattneradd a version of AsmPrinter::printVisibility that takes...
2010-01-15 Chris Lattneruse MCSymbol instead of getMangledName() in all cases...
2010-01-15 Ted KremenekBumpPtrAllocator: Have the DefaultSlabAllocator created...
2010-01-15 Dale JohannesenAdjust some comments per review.
2010-01-15 Dale JohannesenRemove unneeded argument per review.
2010-01-15 Chris Lattnermc'ize a bunch of symbol stuff, eliminating std::strings.
2010-01-15 Chris Lattneradd another helper
2010-01-15 David GreeneFix PR6019. A load has more than one use if it feeds...
2010-01-15 Chris Lattneradd a AsmPrinter::GetGlobalValueSymbol and GetExternalS...
2010-01-15 Ted KremenekUpdate CMake build.
2010-01-15 Ted KremenekUpdate CMake build.
2010-01-15 Jim Grosbachadd testcase for r93564
2010-01-15 Dan GohmanAdd comments to the dump() and dumpr() routines.
2010-01-15 Dale JohannesenDEBUG_VALUE is now variable sized, as it has a
2010-01-15 Jim GrosbachUpdate Thumb1 storeRegToStackSlot() and loadRegFromStac...
2010-01-15 Dan GohmanFix a typo that Anton noticed.
2010-01-15 Devang PatelAdd FIXME.
2010-01-15 Bob WilsonFix a comment typo.
2010-01-15 Chris Lattnermove "Metadata Nodes and Metadata Strings" section...
2010-01-15 Eric ChristopherRemove the InlineHint attribute. There are no current...
2010-01-15 Anton Korobeynikovzext / truncate is free on msp430. Inform codegen about...
2010-01-15 Anton KorobeynikovReenable tests
2010-01-15 Anton KorobeynikovAdd branch relaxation pass (shamelessly stolen from...
2010-01-15 Anton KorobeynikovProvide instruction sizes & encoding. No opcodes yet...
2010-01-15 Anton KorobeynikovEnable bit tests and setcc stuff.
2010-01-15 Anton KorobeynikovAdd micro-optimization which allows us to fold imm...
2010-01-15 Anton KorobeynikovAdd instruction formats & support stuff
2010-01-15 Jakob Stoklund... Don't make changes to the MBB in MachineBasicBlock...
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
next