Age | Commit message (Expand) | Author |
2009-11-25 | Reverting patch in revision 89758, initial attempt at fixing PR5373 has prove... | Edward O'Callaghan |
2009-11-25 | Use endianess dependent offsets for load/store of doubles when | Bruno Cardoso Lopes |
2009-11-25 | Fix compiler warnings. | Dale Johannesen |
2009-11-25 | Only include in the callee saved regs the sub registers to avoid | Bruno Cardoso Lopes |
2009-11-25 | Add proper emission of load/store double to stack slots for mips1 targets! | Bruno Cardoso Lopes |
2009-11-25 | Revert r89803. | Devang Patel |
2009-11-24 | Refactor target hook for tail duplication as requested by Chris. | Bob Wilson |
2009-11-24 | Do not store R31 into the caller's link area on PPC. | Dale Johannesen |
2009-11-24 | Enable debug info for ppc-darwin. | Devang Patel |
2009-11-24 | Use StringRef instead of std::string in DIEString. | Devang Patel |
2009-11-24 | Remove DebugLabelFolder pass. It is not used by dwarf writer anymore. | Devang Patel |
2009-11-24 | Swith to pubtypes section before emitting pub types. | Devang Patel |
2009-11-24 | Remove bogus error handling code. | Daniel Dunbar |
2009-11-24 | Provide Path::isSpecialFile interface for PR5568. | Edward O'Callaghan |
2009-11-24 | Fix for PR5373, Credit to Jakub Staszak. | Edward O'Callaghan |
2009-11-24 | Enable predication of NEON instructions in Thumb2 mode. | Evan Cheng |
2009-11-24 | Emit pubtypes. | Devang Patel |
2009-11-24 | Make capitalization of names starting "is" more consistent. | Dale Johannesen |
2009-11-24 | Data type suffix must come after predicate. | Evan Cheng |
2009-11-24 | <rdar://problem/6721894>. Allow multiple registers to be renamed together (su... | David Goodwin |
2009-11-24 | Materialize global addresses via movt/movw pair, this is always better | Anton Korobeynikov |
2009-11-24 | 80 column violations | Jim Grosbach |
2009-11-23 | * Move stub allocation inside the JITEmitter, instead of exposing a | Jeffrey Yasskin |
2009-11-23 | enable iv-users simplification by default | Jim Grosbach |
2009-11-23 | Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used. | Dan Gohman |
2009-11-23 | Allow more than one stub to be being generated at the same time. | Jeffrey Yasskin |
2009-11-23 | Massive refactoring of NEON instructions. Separate opcode from data size spec... | Evan Cheng |
2009-11-23 | Simplify this code. | Dan Gohman |
2009-11-23 | Print the debug info line and column in MachineInstr::print even when there's | Dan Gohman |
2009-11-23 | move fconst[sd] to UAL. <rdar://7414913> | Jim Grosbach |
2009-11-23 | Partially revert r84730 by removing N2VDup from ARMInstrFormats.td and modifying | Johnny Chen |
2009-11-23 | fold immediate of a + Const into the user as a subtract if it can fit as a ne... | Jim Grosbach |
2009-11-23 | Revert r84572 by removing N3VImm from ARMInstrFormats.td now that we can specify | Johnny Chen |
2009-11-23 | Add CreateLocation varinat that accepts MDNode (with a default value). | Devang Patel |
2009-11-23 | Revert r89487. | Devang Patel |
2009-11-23 | Partially revert r89377 by removing NLdStLN class definition from | Johnny Chen |
2009-11-23 | Move CopyCatchInfo into FunctionLoweringInfo.cpp too, for consistency. | Dan Gohman |
2009-11-23 | Rename SelectionDAGLowering to SelectionDAGBuilder, and rename | Dan Gohman |
2009-11-23 | Make it clear that the index bit(s) of Vector Get Lane and Vector Set Lane | Johnny Chen |
2009-11-23 | Move RegsForValue to an anonymous namespace, since it is only used | Dan Gohman |
2009-11-23 | Move some more code out of SelectionDAGBuild.cpp and into | Dan Gohman |
2009-11-23 | Minor itinerary fixes for FP instructions. | David Goodwin |
2009-11-23 | Update CMake file. | Ted Kremenek |
2009-11-23 | Move the FunctionLoweringInfo class and some related utility functions out | Dan Gohman |
2009-11-23 | fix comment, thanks all :) | Chris Lattner |
2009-11-23 | use the new isNoAlias method to simplify some code, only do an escaping check... | Chris Lattner |
2009-11-23 | whitespace cleanup, tidying | Chris Lattner |
2009-11-23 | speed up BasicAA a bit by implementing a long-standing TODO. | Chris Lattner |
2009-11-23 | Move FunctionPassManagerImpl's dumpArguments and dumpPasses calls | Dan Gohman |
2009-11-23 | Make ConstantFoldConstantExpression recursively visit the entire | Dan Gohman |