oota-llvm.git
2009-05-03 Anton KorobeynikovLower select with custom inserted and make condjumps...
2009-05-03 Anton KorobeynikovAdd first draft for conditions, conditional branches...
2009-05-03 Anton KorobeynikovHanle i8 returns
2009-05-03 Anton KorobeynikovSmall tweaking
2009-05-03 Anton KorobeynikovAdd prologue/epilogue emission. Fix frame pointer handling.
2009-05-03 Anton KorobeynikovAdd code for save/restore of callee-saved registers
2009-05-03 Anton KorobeynikovTwo more hooks for RA and FP registers
2009-05-03 Anton KorobeynikovProper handle loading of effective address of stack...
2009-05-03 Anton KorobeynikovMatch frame indexes
2009-05-03 Anton KorobeynikovFirst draft of stack slot loads / stores lowering
2009-05-03 Anton KorobeynikovReverse order of memory arguments
2009-05-03 Anton KorobeynikovRemove bogus pattern
2009-05-03 Anton KorobeynikovCorrect asmprinting of memory operands
2009-05-03 Anton KorobeynikovMatch wrapper node for address
2009-05-03 Anton KorobeynikovAdd lowering for global address nodes. Not pretty effic...
2009-05-03 Anton KorobeynikovSome early full call lowering draft for direct calls
2009-05-03 Anton KorobeynikovAdd call frame setup instruction elimination and loweri...
2009-05-03 Anton KorobeynikovAdd CALL lowering.
2009-05-03 Anton KorobeynikovAdd bunch of mem-whatever patterns
2009-05-03 Anton KorobeynikovAdd bunch of reg-mem inst patterns
2009-05-03 Anton KorobeynikovAdd normal and trunc stores
2009-05-03 Anton KorobeynikovBasic support for mem=>reg moves
2009-05-03 Anton KorobeynikovAdd 8-bit insts. zext behaviour is not modelled yet
2009-05-03 Anton KorobeynikovAdd 8-bit regclass and pattern for sext_inreg
2009-05-03 Anton KorobeynikovAdd pattern for OR
2009-05-03 Anton KorobeynikovAdd reg-imm variants
2009-05-03 Anton KorobeynikovAdd hint to nop
2009-05-03 Anton KorobeynikovAdd more instructions
2009-05-03 Anton KorobeynikovCleanup
2009-05-03 Anton KorobeynikovAdd dummy lowering for shifts
2009-05-03 Anton KorobeynikovWe don't have any div at all - thus mark it as expensive
2009-05-03 Anton KorobeynikovWe're not going to spend 100% of time in interrupts...
2009-05-03 Anton KorobeynikovAdd simple reg-reg add.
2009-05-03 Anton Korobeynikovgas uses lower letter for register names
2009-05-03 Anton KorobeynikovAdd code enough for emission of reg-reg and reg-imm...
2009-05-03 Anton KorobeynikovAdd function body printing routine
2009-05-03 Anton KorobeynikovAdd 'msp430' target triple recognizer
2009-05-03 Anton KorobeynikovMake emit{Prologue,Epilogue}() noop for now
2009-05-03 Anton KorobeynikovAdd callee-saved regs & reg classes getter hooks
2009-05-03 Anton KorobeynikovAdd simple FP indicator for given function hook
2009-05-03 Anton KorobeynikovProvide set of reserved registers
2009-05-03 Anton KorobeynikovAdd proper ISD::RET lowering
2009-05-03 Anton KorobeynikovAdd first draft of MSP430 calling convention stuff...
2009-05-03 Anton KorobeynikovFix register names, fix register allocation order,...
2009-05-03 Anton KorobeynikovClearify the usage and add some debug stuff
2009-05-03 Anton KorobeynikovCleanup
2009-05-03 Anton KorobeynikovAdd cmake script. No idea whether it works or not :)
2009-05-03 Anton KorobeynikovAdd a note
2009-05-03 Anton KorobeynikovTypo
2009-05-03 Anton KorobeynikovDummy MSP430 backend
2009-05-03 Argyrios Kyrtzidis-Move the DwarfWriter::ValidDebugInfo check to a static...
2009-05-03 Dan GohmanRevert r70645 for now; it's causing a variety of regres...
2009-05-03 Nick LewyckyRevert r70630. Go back to appending ".b" to internal...
2009-05-02 Dan GohmanAdd an svn:ignore for unittests/VMCore.
2009-05-02 Dan GohmanConvert ScalarEvolution to use CallbackVH for its inter...
2009-05-02 Dan GohmanApply Jeffrey Yasskin's CallbackVH patch, with minor...
2009-05-02 Dan GohmanInclude <limits.h> to get the definition of CHAR_BIT.
2009-05-02 Dan GohmanThe second argument to RecursivelyDeleteTriviallyDeadIn...
2009-05-02 Dan GohmanPreviously, RecursivelyDeleteDeadInstructions provided...
2009-05-02 Dan GohmanWhen ScalarEvolution is told to forget the trip count...
2009-05-02 Dan GohmanTell ScalarEvolution that the loop is being deleted...
2009-05-02 Nick LewyckyDon't append ".b" to the names of globals that are...
2009-05-02 Dan GohmanDon't split critical edges during the AddUsersIfInteres...
2009-05-02 Dan GohmanAdd Base.td to svn:ignore.
2009-05-01 Chris Lattner'The attached patch fixes an issue where llc -march...
2009-05-01 Chris LattnerDrop the default assumption about alignment down to...
2009-05-01 Dan GohmanChange the description string of the LoopInfo pass.
2009-05-01 Stuart HastingsPrevent looping when DenseSet is abused.
2009-05-01 Misha BrukmanHTML-escape '>' as '&gt;' in sample C++ code.
2009-05-01 Bob WilsonAllow CONCAT_VECTORS nodes to be legal or have custom...
2009-05-01 Dan GohmanActually insert inserted instructions into the Inserted...
2009-05-01 Dan GohmanAdd an accessor method to allow clients to test if...
2009-05-01 Dan GohmanMake RequiresTypeConversion canonicalize the types...
2009-05-01 Dan GohmanWhen printing a SCEVUnknown with pointer type, don...
2009-05-01 Dan GohmanShort-circuit inttoptr-ptrtoint constant expressions...
2009-05-01 Dan GohmanMake SCEVExpander::addInsertedValue able to accept...
2009-05-01 Dan GohmanMinor whitespace fix.
2009-05-01 Dan GohmanFix an 80-column violation.
2009-05-01 Dan GohmanWhen creating cast scevs, canonicalize the destination...
2009-05-01 Dan GohmanFix a compiler warning on hosts where uint64_t isn...
2009-05-01 Dan GohmanFix some code to work if TargetLowering is not available.
2009-05-01 Bill WendlingSimplify more code and add timer stuff.
2009-05-01 Bill WendlingSimplify more code.
2009-05-01 Torok EdwinhasSCEV() was declared in ScalarEvolution.h, but never...
2009-05-01 Bill WendlingSimplify some code.
2009-05-01 Bill WendlingFix whitespace. It was confusing me.
2009-05-01 Mike StumpLets install the manual page with install-clang! Radar...
2009-05-01 Evan ChengCode clean up. Bye bye PhysRegTracker.
2009-04-30 Argyrios KyrtzidisFix compilation for some targets other than x86.
2009-04-30 Stefanus Du... Add a comment to refer to the section of the programmer...
2009-04-30 Argyrios KyrtzidisMake DebugLoc independent of DwarfWriter.
2009-04-30 Argyrios KyrtzidisSet FnEnd in JITEmitter::finishFunction to point strict...
2009-04-30 Jeffrey YasskinAdd a mention of TypeBuilder to the programmer's manual...
2009-04-30 Jakob Stoklund... Join cross class copies using getCommonSubClass()
2009-04-30 Jakob Stoklund... getCommonSubClass() - Calculate the largest common...
2009-04-30 Jakob Stoklund... Slightly change TableGen's definition of a register...
2009-04-30 Dan GohmanAdd some comments, and tidy up some whitespace.
2009-04-30 Dan GohmanExtend ScalarEvolution's getBackedgeTakenCount to be...
2009-04-30 Evan ChengAdd a smarter heuristic to determine when to coalesce...
2009-04-30 Bob WilsonRename the CurMultiClass formal parameter of TGParser...
next