Age | Commit message (Expand) | Author |
2009-03-11 | It makes no sense to have a ODR version of common | Duncan Sands |
2009-03-07 | Introduce new linkage types linkonce_odr, weak_odr, common_odr | Duncan Sands |
2009-02-24 | Overhaul my earlier submission due to feedback. It's a large patch, but most of | Bill Wendling |
2009-02-23 | Propagate debug loc info through prologue/epilogue. | Bill Wendling |
2009-02-18 | Put code that generates debug labels into TableGen so that it can be used by | Bill Wendling |
2009-02-18 | Add explicit keywords. | Dan Gohman |
2009-02-18 | Factor out the code to add a MachineOperand to a MachineInstrBuilder. | Dan Gohman |
2009-02-13 | Remove non-DebugLoc versions of buildMI from Sparc. | Dale Johannesen |
2009-02-12 | Eliminate a couple of non-DebugLoc BuildMI variants. | Dale Johannesen |
2009-02-12 | Move debug loc info along when the spiller creates new instructions. | Bill Wendling |
2009-02-07 | Use getDebugLoc forwarder instead of getNode()->getDebugLoc. | Dale Johannesen |
2009-02-07 | Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowing | Dan Gohman |
2009-02-07 | Get rid of the last non-DebugLoc versions of getNode! | Dale Johannesen |
2009-02-06 | Remove more non-DebugLoc getNode variants. Use | Dale Johannesen |
2009-02-06 | Remove more non-DebugLoc versions of getNode. | Dale Johannesen |
2009-02-06 | Eliminate remaining non-DebugLoc version of getTargetNode. | Dale Johannesen |
2009-02-05 | Remove a non-DebugLoc version of getNode. | Dale Johannesen |
2009-02-04 | Remove non-DebugLoc forms of CopyToReg and CopyFromReg. | Dale Johannesen |
2009-02-04 | Remove non-DebugLoc versions of getLoad and getStore. | Dale Johannesen |
2009-02-04 | Remove non-DebugLoc forms of the exotic forms | Dale Johannesen |
2009-01-30 | Make LowerCallTo and LowerArguments take a DebugLoc | Dale Johannesen |
2009-01-20 | Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi... | Evan Cheng |
2009-01-15 | Add the private linkage. | Rafael Espindola |
2009-01-15 | Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph | Dan Gohman |
2009-01-12 | Rename getABITypeSize to getTypePaddedSize, as | Duncan Sands |
2009-01-09 | Removed trailing whitespace from Makefiles. | Misha Brukman |
2009-01-05 | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman |
2008-12-12 | Don't make use of an illegal type (i64) when | Duncan Sands |
2008-12-03 | Split foldMemoryOperand into public non-virtual and protected virtual | Dan Gohman |
2008-12-01 | There are no longer any places that require a | Duncan Sands |
2008-11-24 | Move target independent td files from lib/Target/ to include/llvm/Target so t... | Evan Cheng |
2008-11-18 | Add more const qualifiers. This fixes build breakage from r59540. | Dan Gohman |
2008-11-15 | Adds extern "C" ints to the .cpp files that use RegisterTarget, as | Oscar Fuentes |
2008-11-11 | CMake: corrected split of Alpha and Sparc AsmPrinters. | Oscar Fuentes |
2008-11-11 | Separate sparc asmprinter. This should unbreak the native build | Anton Korobeynikov |
2008-11-05 | Eliminate the ISel priority queue, which used the topological order for a | Dan Gohman |
2008-10-27 | Have TableGen emit setSubgraphColor calls under control of a -gen-debug | David Greene |
2008-10-18 | Teach DAGCombine to fold constant offsets into GlobalAddress nodes, | Dan Gohman |
2008-10-16 | Const-ify several TargetInstrInfo methods. | Dan Gohman |
2008-10-14 | Rename LoadX to LoadExt. | Evan Cheng |
2008-10-14 | Fix command-line option printing to print two spaces where needed, | Dan Gohman |
2008-10-11 | Change CALLSEQ_BEGIN and CALLSEQ_END to take TargetConstant's as | Chris Lattner |
2008-10-10 | Fix a thinko and unbreak sparc default CC | Anton Korobeynikov |
2008-10-10 | Extend set of return registers on sparc until someone will implement MRV supp... | Anton Korobeynikov |
2008-10-10 | Ignore extra 'r' modifier for now | Anton Korobeynikov |
2008-10-10 | Use expand for smul_lohi for now | Anton Korobeynikov |
2008-10-10 | Add rudimentary support for 'r' register operand | Anton Korobeynikov |
2008-10-10 | Cleanup | Anton Korobeynikov |
2008-10-10 | Add rudimentary asmprinter support for printing inline asm operands for sparc. | Anton Korobeynikov |
2008-10-10 | Add dummy 'm' inline asm constraint handler for Sparc. I'm not sure, whether ... | Anton Korobeynikov |