| Age | Commit message (Expand) | Author | Files | Lines |
| 2010-03-18 | Define placement new wrappers for BumpPtrAllocator and | Dan Gohman | 1 | -10/+6 |
| 2010-03-18 | Fix pr6543: svn r88806 changed MachineJumpTableInfo::getJumpTableIndex() to | Bob Wilson | 1 | -3/+12 |
| 2010-03-13 | rearrange MCContext ownership. Before LLVMTargetMachine created it | Chris Lattner | 1 | -2/+2 |
| 2010-03-11 | Add a new jump table encoding to indicate jump tables entries | Richard Osborne | 1 | -0/+4 |
| 2010-03-10 | set the temporary bit on MCSymbols correctly. | Chris Lattner | 1 | -1/+3 |
| 2010-02-19 | Add support for the 'alignstack' attribute to the x86 backend. Fixes PR5254. | Charles Davis | 1 | -0/+3 |
| 2010-02-10 | Fix "the the" and similar typos. | Dan Gohman | 1 | -1/+1 |
| 2010-01-27 | Silence GCC warnings with asserts turned off. No functionality change. | Chandler Carruth | 1 | -2/+1 |
| 2010-01-26 | Move getJTISymbol from MachineJumpTableInfo to MachineFunction, | Chris Lattner | 1 | -18/+21 |
| 2010-01-26 | add a new MachineJumpTableInfo::getJTISymbol method, | Chris Lattner | 1 | -8/+28 |
| 2010-01-26 | make MachineFunction keep track of its ID and make | Chris Lattner | 1 | -5/+5 |
| 2010-01-26 | Add support for target-specific 32-bit custom-lowered | Chris Lattner | 1 | -0/+2 |
| 2010-01-25 | Rearrange handling of jump tables. Highlights: | Chris Lattner | 1 | -11/+49 |
| 2010-01-19 | Avoid including DebugInfo.h in AsmPrinter.h | Devang Patel | 1 | -0/+1 |
| 2010-01-16 | Replace DebugLocTuple with DILocation. | Devang Patel | 1 | -3/+3 |
| 2010-01-04 | Change errs() to dbgs(). | David Greene | 1 | -4/+5 |
| 2009-12-03 | improve portability to avoid conflicting with std::next in c++'0x. | Chris Lattner | 1 | -2/+2 |
| 2009-11-30 | Remove ShortNames from getNodeLabel in DOTGraphTraits | Tobias Grosser | 1 | -5/+4 |
| 2009-11-30 | Instantiate DefaultDOTGraphTraits | Tobias Grosser | 1 | -0/+3 |
| 2009-11-14 | Do not merge jump tables this early. Branch folding will do any necessary | Jim Grosbach | 1 | -4/+0 |
| 2009-11-14 | Add function to replace a destination MBB in a single jump table | Jim Grosbach | 1 | -8/+19 |
| 2009-11-12 | Add a bool flag to StackObjects telling whether they reference spill | David Greene | 1 | -2/+3 |
| 2009-10-31 | Make -print-machineinstrs more readable. | Dan Gohman | 1 | -27/+44 |
| 2009-10-31 | Fix 80-column violation. | Dan Gohman | 1 | -1/+2 |
| 2009-10-28 | Allow constants of different types to share constant pool entries | Dan Gohman | 1 | -3/+47 |
| 2009-10-25 | Remove includes of Support/Compiler.h that are no longer needed after the | Nick Lewycky | 1 | -1/+0 |
| 2009-10-25 | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky | 1 | -1/+1 |
| 2009-10-09 | Add basic infrastructure and x86 support for preserving MachineMemOperand | Dan Gohman | 1 | -0/+64 |
| 2009-09-30 | Remove dead code. | Devang Patel | 1 | -17/+0 |
| 2009-09-25 | Improve MachineMemOperand handling. | Dan Gohman | 1 | -5/+23 |
| 2009-09-15 | add hooks to hang target-specific goop off MachineModuleInfo, | Chris Lattner | 1 | -0/+3 |
| 2009-08-28 | Reapply 79977. | Devang Patel | 1 | -1/+1 |
| 2009-08-26 | Revert 79977. It causes llvm-gcc bootstrap failures on some platforms. | Devang Patel | 1 | -1/+1 |
| 2009-08-25 | Update DebugInfo interface to use metadata, instead of special named llvm.dbg... | Devang Patel | 1 | -1/+1 |
| 2009-08-23 | Fix some refactos for iostream changes (in -Asserts mode). | Daniel Dunbar | 1 | -4/+4 |
| 2009-08-23 | remove std::ostream versions of printing stuff for MBB and MF, | Chris Lattner | 1 | -19/+13 |
| 2009-08-23 | convert some stuff to work on raw_ostreams instead of std::ostream. | Chris Lattner | 1 | -16/+18 |
| 2009-08-23 | remove dead PrefixPrinter class. | Chris Lattner | 1 | -8/+5 |
| 2009-08-19 | Add missing includes. | David Greene | 1 | -0/+1 |
| 2009-08-17 | Remove a bit more cruft from the sjlj moving to a backend pass. | Jim Grosbach | 1 | -3/+0 |
| 2009-08-13 | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 1 | -1/+2 |
| 2009-08-13 | Add MachineFrameInfo::getPristineRegisters(MBB) method. | Jakob Stoklund Olesen | 1 | -1/+31 |
| 2009-08-11 | SjLj based exception handling unwinding support. This patch is nasty, brutish | Jim Grosbach | 1 | -0/+3 |
| 2009-08-03 | Re-apply LiveInterval index dumping patch, with fixes suggested by Bill | David Greene | 1 | -3/+6 |
| 2009-08-03 | Fix some comments referring to std::cerr. | Daniel Dunbar | 1 | -2/+2 |
| 2009-07-31 | MachineFunction no longer needs Annotation. | Dan Gohman | 1 | -2/+1 |
| 2009-07-31 | Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsage | Dan Gohman | 1 | -71/+2 |
| 2009-07-31 | Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and many | Daniel Dunbar | 1 | -2/+71 |
| 2009-07-31 | Manage MachineFunctions with an analysis Pass instead of the Annotable | Dan Gohman | 1 | -71/+2 |
| 2009-07-25 | More migration to raw_ostream, the water has dried up around the iostream hole. | Daniel Dunbar | 1 | -2/+2 |