aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/MachineFunction.h
Commit message (Expand)AuthorAgeFilesLines
...
* Suppress implicit copy ctor and copy assignment for MachineFunction.Dan Gohman2009-11-091-0/+3
* Add a splice member function which accepts a range instead of aDan Gohman2009-10-171-0/+3
* Add basic infrastructure and x86 support for preserving MachineMemOperandDan Gohman2009-10-091-1/+15
* Remove dead code.Devang Patel2009-09-301-6/+0
* Improve MachineMemOperand handling.Dan Gohman2009-09-251-0/+19
* add hooks to hang target-specific goop off MachineModuleInfo,Chris Lattner2009-09-151-3/+3
* Reapply 79977.Devang Patel2009-08-281-1/+1
* Remove all the LLVM_COMPACTIFY_SENTINELS-related macro magic as discussed wit...Gabor Greif2009-08-261-1/+1
* Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel2009-08-261-1/+1
* re-committing yesterday's r79938.Gabor Greif2009-08-251-1/+1
* Update DebugInfo interface to use metadata, instead of special named llvm.dbg...Devang Patel2009-08-251-1/+1
* --- Reverse-merging r79938 into '.':Bill Wendling2009-08-251-1/+1
* Resubmit an earlier patch of mine:Gabor Greif2009-08-241-1/+1
* remove std::ostream versions of printing stuff for MBB and MF,Chris Lattner2009-08-231-1/+0
* This was supposed to go with r79803Chris Lattner2009-08-231-0/+1
* remove some dead print method variants.Chris Lattner2009-08-231-3/+0
* remove dead PrefixPrinter class.Chris Lattner2009-08-231-8/+5
* Remove a bit more cruft from the sjlj moving to a backend pass.Jim Grosbach2009-08-171-44/+0
* SjLj based exception handling unwinding support. This patch is nasty, brutishJim Grosbach2009-08-111-0/+45
* Re-apply LiveInterval index dumping patch, with fixes suggested by BillDavid Greene2009-08-031-2/+7
* MachineFunction no longer needs Annotation.Dan Gohman2009-07-311-2/+1
* Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsageDan Gohman2009-07-311-18/+3
* Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and manyDaniel Dunbar2009-07-311-3/+18
* Manage MachineFunctions with an analysis Pass instead of the AnnotableDan Gohman2009-07-311-18/+3
* revert r76602, 76603, and r76615, pending design discussions.Chris Lattner2009-07-211-7/+2
* Add PrefixPrinter arguments to the dump routines for MachineFunction andDavid Greene2009-07-211-2/+7
* Simplify debug info intrisinc lowering.Devang Patel2009-07-021-0/+3
* Update comments to make it clear that the function alignment is the Log2 of theBill Wendling2009-07-011-2/+2
* Add an "alignment" field to the MachineFunction object. It makes more sense toBill Wendling2009-06-301-0/+11
* mv CodeGen/DebugLoc.h Support/DebugLoc.hDevang Patel2009-06-191-1/+1
* Temporarily revert r72191. It was causing an assert during llvm-gccBill Wendling2009-05-211-9/+1
* Introduce DebugScope which gets embedded into the machine instructions' Debug...Argyrios Kyrtzidis2009-05-201-1/+9
* Removing the HasBuiltinSetjmp flag and associated bits. Flagging the presenceJim Grosbach2009-05-131-12/+0
* Add support for GCC compatible builtin setjmp and longjmp intrinsics. This isJim Grosbach2009-05-121-0/+12
* Add const modifiers.Jakob Stoklund Olesen2009-05-071-1/+1
* Make DebugLoc independent of DwarfWriter.Argyrios Kyrtzidis2009-04-301-1/+2
* Move duplicated AddLiveIn function from X86 and ARM backends to be a methodBob Wilson2009-04-201-0/+5
* Revert r67844. This fixes the llvm-gcc-4.2 build on Darwin.Dan Gohman2009-03-271-1/+1
* Reapply r66415, which was reverted in r66426 forDuncan Sands2009-03-271-1/+1
* Revert r66415. It's causing failures during bootstrap builds:Bill Wendling2009-03-091-1/+1
* in builds without asserts we do not need to allocate the Next pointer in "gho...Gabor Greif2009-03-091-1/+1
* ooops, forgot to include the pointless-write eliminator in my previous checkinGabor Greif2009-03-041-0/+1
* Give sentinel traits the right to determine the policy where the sentinel is ...Gabor Greif2009-03-041-2/+11
* "Ghostify" embedded sentinels. This is a real win in all casesGabor Greif2009-03-041-2/+4
* Add a default debug location object to the Machine Function. It's used to emi...Bill Wendling2009-02-201-0/+12
* Constify and don't return a reference.Bill Wendling2009-02-041-1/+1
* Add getDebugLocTuple to retrieve the DebugLocTuple for a given DebugLoc object.Bill Wendling2009-02-031-2/+5
* Create DebugLoc information in FastISel. Several temporary methods wereBill Wendling2009-02-031-0/+1
* Refine DebugLoc per review comments.Evan Cheng2009-01-271-4/+4
* Actually source file has already been uniquified into an id during isel. Elim...Evan Cheng2009-01-261-2/+2