Provide set of reserved registers
[oota-llvm.git] / lib /
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 GohmanConvert ScalarEvolution to use CallbackVH for its inter...
2009-05-02 Dan GohmanApply Jeffrey Yasskin's CallbackVH patch, with minor...
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-01 Chris Lattner'The attached patch fixes an issue where llc -march...
2009-05-01 Dan GohmanChange the description string of the LoopInfo pass.
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 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 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 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 Evan ChengCode clean up. Bye bye PhysRegTracker.
2009-04-30 Argyrios KyrtzidisFix compilation for some targets other than x86.
2009-04-30 Argyrios KyrtzidisMake DebugLoc independent of DwarfWriter.
2009-04-30 Argyrios KyrtzidisSet FnEnd in JITEmitter::finishFunction to point strict...
2009-04-30 Jakob Stoklund OlesenJoin cross class copies using getCommonSubClass()
2009-04-30 Jakob Stoklund OlesengetCommonSubClass() - Calculate the largest common...
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 Dan GohmanDon't try to mix integers and pointers in an icmp instr...
2009-04-30 Jay FoadMove helper functions for optimizing division by consta...
2009-04-30 Dan GohmanSet mayLoad on MOVZX32_NOREXrm8 too.
2009-04-30 Dan GohmanFix ScalarEvolution::print to print a value for any...
2009-04-30 Evan ChengMark MOV8mr_NOREX and MOV8rm_NOREX as mayStore / mayLoa...
2009-04-30 Chris Lattnerfix a regression handling indirect results: these need...
2009-04-30 Bill WendlingFix the JIT bindings for ocaml.
2009-04-30 Chris Lattnerremove progname which is never set. PR4085
2009-04-29 Bill WendlingInstead of passing in an unsigned value for the optimiz...
2009-04-29 Bill WendlingAdd support for a character after a command line option...
2009-04-29 Dale JohannesenPrint correct instruction in dump.
2009-04-29 Nate BegemanFix infinite recursion in the C++ code which handles...
2009-04-29 Dan GohmanImplement getSCEVAtScope for SCEV cast expressions.
2009-04-29 Dan GohmanGeneralize the cast-of-addrec folding to handle folding...
2009-04-29 Dan GohmanReword and tidy up some comments.
2009-04-29 Jakob Stoklund OlesenMachineInstr::isRegTiedTo{Use,Def}Operand can safely...
2009-04-29 Dan GohmanInclude the source type in SCEV cast expression debug...
2009-04-29 Nate BegemanUpdate comment, replace theoretically impossible check...
2009-04-29 Dale JohannesenFix recent regression in gcc.dg/pr26719.c (6835035).
2009-04-29 Evan ChengspillPhysRegAroundRegDefsUses() may have invalidated...
2009-04-29 Nate BegemanImplement review feedback for vector shuffle work.
2009-04-29 Sanjiv GuptaAdd a public method called getAddressSpace() to the...
2009-04-29 Chris LattnerDisable the load-shrinking optimization from looking at
2009-04-29 Dan GohmanUpdate comments to reflect the current code.
2009-04-29 Evan ChengDetermine allocation 'preference' with right register...
2009-04-29 Bill WendlingThe second part of the change from -fast to -O#. This...
2009-04-29 Bill WendlingSecond attempt:
2009-04-28 Anton KorobeynikovProperly print 'P' modifier on inline asm memory operands.
2009-04-28 Evan ChengMove getMatchingSuperReg() out of coalescer and into...
2009-04-28 Sanjiv GuptaGlobalValue is always pointer type, so an assert isn...
2009-04-28 Stefanus Du ToitFix choice of version of Windows callback to use to...
2009-04-28 Jakob Stoklund OlesenDon't coalesce a physical register with an incompatible...
2009-04-28 Sanjiv GuptaInitialized arrays can be in any address space.
2009-04-28 Jakob Stoklund OlesenMove getSubRegisterRegClass from ScheduleDagSDNodesEmit...
2009-04-28 Evan ChengFix PR4034. Bug in LiveInterval::join when it's compact...
2009-04-28 Evan ChengFix for PR4051. When 2address pass delete an instructio...
2009-04-28 Bill Wendlingr70270 isn't ready yet. Back this out. Sorry for the...
2009-04-28 Bill WendlingMassive check in. This changes the "-fast" flag to...
2009-04-27 Dan GohmanRemove an obsolete comment.
2009-04-27 Dale JohannesenFix PR 4086, a bug in FP IV elimination.
2009-04-27 Evan ChengFix PR4076. Correctly create live interval of physical...
2009-04-27 Dan GohmanPermit ChangeCompareStride to rewrite a comparison...
2009-04-27 Dan GohmanTeach getZeroExtendExpr and getSignExtendExpr to use...
2009-04-27 Owen AndersonDon't skip the CopyMI when removing kill markers.
2009-04-27 Duncan SandsNow that PR2957 is resolved, remove a bunch of
2009-04-27 Nate Begeman2nd attempt, fixing SSE4.1 issues and implementing...
2009-04-27 Evan ChengFix PR4056. It's possible a physical register def is...
2009-04-27 Evan ChengAlso delete last unused val#.
2009-04-27 Dan GohmanRename GR8_ABCD to GR8_ABCD_L and create GR8_ABCD_H...
2009-04-27 Dan GohmanRename GR8_, GR16_, GR32_, and GR64_ to GR8_ABCD, GR16_...
2009-04-27 Dan GohmanBreak up long multi-mnemonic strings into separate...
2009-04-27 Mon P WangRevised 68749 to allow matching of load/stores for...
2009-04-27 Nick LewyckyUnder unusual circumstances (jitting a function that...
2009-04-27 Dan GohmanWhen transforming sext(trunc(load(x))) into sext(smalle...
next