| Commit message (Expand) | Author | Age | Files | Lines |
* | force clients of MachineFunction::getMachineMemOperand to provide a | Chris Lattner | 2010-09-21 | 1 | -7/+0 |
* | start pushing MachinePointerInfo out through the MachineMemOperand interface | Chris Lattner | 2010-09-21 | 1 | -0/+8 |
* | Remove double-def checking from MachineVerifier, so a register does not have to | Jakob Stoklund Olesen | 2010-08-05 | 1 | -1/+1 |
* | Revert r107205 and r107207. | Bill Wendling | 2010-06-29 | 1 | -4/+4 |
* | Introducing the "linker_weak" linkage type. This will be used for Objective-C | Bill Wendling | 2010-06-29 | 1 | -4/+4 |
* | Move the check for "calls setjmp" to SelectionDAGISel so that it can be used by | Bill Wendling | 2010-05-26 | 1 | -1/+17 |
* | Temporarily revert r104655 as it's breaking the bots. | Eric Christopher | 2010-05-26 | 1 | -14/+1 |
* | Dale and Evan suggested putting the "check for setjmp" much earlier in the | Bill Wendling | 2010-05-26 | 1 | -1/+14 |
* | Remove MachineFunction's DefaultDebugLoc member, and make DwarfDebug.cpp | Dan Gohman | 2010-04-20 | 1 | -17/+0 |
* | Add more const qualifiers for LLVM IR pointers in CodeGen. | Dan Gohman | 2010-04-15 | 1 | -4/+4 |
* | enhance MachineFunction to have a MMI pointer. | Chris Lattner | 2010-04-05 | 1 | -6/+8 |
* | Switch the code generator (except the JIT) onto the new DebugLoc | Chris Lattner | 2010-04-02 | 1 | -10/+0 |
* | eliminate the now-unneeded context argument of MBB::getSymbol() | Chris Lattner | 2010-03-13 | 1 | -0/+1 |
* | rearrange MCContext ownership. Before LLVMTargetMachine created it | Chris Lattner | 2010-03-13 | 1 | -3/+7 |
* | Fix "the the" and similar typos. | Dan Gohman | 2010-02-10 | 1 | -1/+1 |
* | Stop MachineInstr.h from #including AsmPrinter.h | Chris Lattner | 2010-02-10 | 1 | -0/+1 |
* | add a helper function for bumping up the alignment of a machine function. | Chris Lattner | 2010-01-27 | 1 | -0/+5 |
* | Move getJTISymbol from MachineJumpTableInfo to MachineFunction, | Chris Lattner | 2010-01-26 | 1 | -0/+11 |
* | make MachineFunction keep track of its ID and make | Chris Lattner | 2010-01-26 | 1 | -1/+10 |
* | Rearrange handling of jump tables. Highlights: | Chris Lattner | 2010-01-25 | 1 | -4/+9 |
* | remove a couple of asserts that use RTTI. | Chris Lattner | 2010-01-21 | 1 | -3/+0 |
* | Avoid including DebugInfo.h in AsmPrinter.h | Devang Patel | 2010-01-19 | 1 | -0/+1 |
* | Replace DebugLocTuple with DILocation. | Devang Patel | 2010-01-16 | 1 | -2/+2 |
* | Add comments. | Jakob Stoklund Olesen | 2010-01-07 | 1 | -0/+2 |
* | Allow the machine verifier to be run outside the PassManager. | Jakob Stoklund Olesen | 2009-11-18 | 1 | -1/+1 |
* | Sink a #include <map> to where it's actually needed. | Dan Gohman | 2009-11-16 | 1 | -1/+0 |
* | Add MachineFunction::verify() to call the machine code verifier directly. | Jakob Stoklund Olesen | 2009-11-13 | 1 | -0/+4 |
* | Suppress implicit copy ctor and copy assignment for MachineFunction. | Dan Gohman | 2009-11-09 | 1 | -0/+3 |
* | Add a splice member function which accepts a range instead of a | Dan Gohman | 2009-10-17 | 1 | -0/+3 |
* | Add basic infrastructure and x86 support for preserving MachineMemOperand | Dan Gohman | 2009-10-09 | 1 | -1/+15 |
* | Remove dead code. | Devang Patel | 2009-09-30 | 1 | -6/+0 |
* | Improve MachineMemOperand handling. | Dan Gohman | 2009-09-25 | 1 | -0/+19 |
* | add hooks to hang target-specific goop off MachineModuleInfo, | Chris Lattner | 2009-09-15 | 1 | -3/+3 |
* | Reapply 79977. | Devang Patel | 2009-08-28 | 1 | -1/+1 |
* | Remove all the LLVM_COMPACTIFY_SENTINELS-related macro magic as discussed wit... | Gabor Greif | 2009-08-26 | 1 | -1/+1 |
* | Revert 79977. It causes llvm-gcc bootstrap failures on some platforms. | Devang Patel | 2009-08-26 | 1 | -1/+1 |
* | re-committing yesterday's r79938. | Gabor Greif | 2009-08-25 | 1 | -1/+1 |
* | Update DebugInfo interface to use metadata, instead of special named llvm.dbg... | Devang Patel | 2009-08-25 | 1 | -1/+1 |
* | --- Reverse-merging r79938 into '.': | Bill Wendling | 2009-08-25 | 1 | -1/+1 |
* | Resubmit an earlier patch of mine: | Gabor Greif | 2009-08-24 | 1 | -1/+1 |
* | remove std::ostream versions of printing stuff for MBB and MF, | Chris Lattner | 2009-08-23 | 1 | -1/+0 |
* | This was supposed to go with r79803 | Chris Lattner | 2009-08-23 | 1 | -0/+1 |
* | remove some dead print method variants. | Chris Lattner | 2009-08-23 | 1 | -3/+0 |
* | remove dead PrefixPrinter class. | Chris Lattner | 2009-08-23 | 1 | -8/+5 |
* | Remove a bit more cruft from the sjlj moving to a backend pass. | Jim Grosbach | 2009-08-17 | 1 | -44/+0 |
* | SjLj based exception handling unwinding support. This patch is nasty, brutish | Jim Grosbach | 2009-08-11 | 1 | -0/+45 |
* | Re-apply LiveInterval index dumping patch, with fixes suggested by Bill | David Greene | 2009-08-03 | 1 | -2/+7 |
* | MachineFunction no longer needs Annotation. | Dan Gohman | 2009-07-31 | 1 | -2/+1 |
* | Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsage | Dan Gohman | 2009-07-31 | 1 | -18/+3 |
* | Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and many | Daniel Dunbar | 2009-07-31 | 1 | -3/+18 |