| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Manage MachineFunctions with an analysis Pass instead of the Annotable | Dan Gohman | 2009-07-31 | 1 | -18/+3 |
* | revert r76602, 76603, and r76615, pending design discussions. | Chris Lattner | 2009-07-21 | 1 | -7/+2 |
* | Add PrefixPrinter arguments to the dump routines for MachineFunction and | David Greene | 2009-07-21 | 1 | -2/+7 |
* | Simplify debug info intrisinc lowering. | Devang Patel | 2009-07-02 | 1 | -0/+3 |
* | Update comments to make it clear that the function alignment is the Log2 of the | Bill Wendling | 2009-07-01 | 1 | -2/+2 |
* | Add an "alignment" field to the MachineFunction object. It makes more sense to | Bill Wendling | 2009-06-30 | 1 | -0/+11 |
* | mv CodeGen/DebugLoc.h Support/DebugLoc.h | Devang Patel | 2009-06-19 | 1 | -1/+1 |
* | Temporarily revert r72191. It was causing an assert during llvm-gcc | Bill Wendling | 2009-05-21 | 1 | -9/+1 |
* | Introduce DebugScope which gets embedded into the machine instructions' Debug... | Argyrios Kyrtzidis | 2009-05-20 | 1 | -1/+9 |
* | Removing the HasBuiltinSetjmp flag and associated bits. Flagging the presence | Jim Grosbach | 2009-05-13 | 1 | -12/+0 |
* | Add support for GCC compatible builtin setjmp and longjmp intrinsics. This is | Jim Grosbach | 2009-05-12 | 1 | -0/+12 |
* | Add const modifiers. | Jakob Stoklund Olesen | 2009-05-07 | 1 | -1/+1 |
* | Make DebugLoc independent of DwarfWriter. | Argyrios Kyrtzidis | 2009-04-30 | 1 | -1/+2 |
* | Move duplicated AddLiveIn function from X86 and ARM backends to be a method | Bob Wilson | 2009-04-20 | 1 | -0/+5 |
* | Revert r67844. This fixes the llvm-gcc-4.2 build on Darwin. | Dan Gohman | 2009-03-27 | 1 | -1/+1 |
* | Reapply r66415, which was reverted in r66426 for | Duncan Sands | 2009-03-27 | 1 | -1/+1 |
* | Revert r66415. It's causing failures during bootstrap builds: | Bill Wendling | 2009-03-09 | 1 | -1/+1 |
* | in builds without asserts we do not need to allocate the Next pointer in "gho... | Gabor Greif | 2009-03-09 | 1 | -1/+1 |
* | ooops, forgot to include the pointless-write eliminator in my previous checkin | Gabor Greif | 2009-03-04 | 1 | -0/+1 |
* | Give sentinel traits the right to determine the policy where the sentinel is ... | Gabor Greif | 2009-03-04 | 1 | -2/+11 |
* | "Ghostify" embedded sentinels. This is a real win in all cases | Gabor Greif | 2009-03-04 | 1 | -2/+4 |
* | Add a default debug location object to the Machine Function. It's used to emi... | Bill Wendling | 2009-02-20 | 1 | -0/+12 |
* | Constify and don't return a reference. | Bill Wendling | 2009-02-04 | 1 | -1/+1 |
* | Add getDebugLocTuple to retrieve the DebugLocTuple for a given DebugLoc object. | Bill Wendling | 2009-02-03 | 1 | -2/+5 |
* | Create DebugLoc information in FastISel. Several temporary methods were | Bill Wendling | 2009-02-03 | 1 | -0/+1 |
* | Refine DebugLoc per review comments. | Evan Cheng | 2009-01-27 | 1 | -4/+4 |
* | Actually source file has already been uniquified into an id during isel. Elim... | Evan Cheng | 2009-01-26 | 1 | -2/+2 |