summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineFunction.h
Commit message (Expand)AuthorAge
...
* Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel2009-08-26
* re-committing yesterday's r79938.Gabor Greif2009-08-25
* Update DebugInfo interface to use metadata, instead of special named llvm.dbg...Devang Patel2009-08-25
* --- Reverse-merging r79938 into '.':Bill Wendling2009-08-25
* Resubmit an earlier patch of mine:Gabor Greif2009-08-24
* remove std::ostream versions of printing stuff for MBB and MF,Chris Lattner2009-08-23
* This was supposed to go with r79803Chris Lattner2009-08-23
* remove some dead print method variants.Chris Lattner2009-08-23
* remove dead PrefixPrinter class.Chris Lattner2009-08-23
* Remove a bit more cruft from the sjlj moving to a backend pass.Jim Grosbach2009-08-17
* SjLj based exception handling unwinding support. This patch is nasty, brutishJim Grosbach2009-08-11
* Re-apply LiveInterval index dumping patch, with fixes suggested by BillDavid Greene2009-08-03
* MachineFunction no longer needs Annotation.Dan Gohman2009-07-31
* Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsageDan Gohman2009-07-31
* Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and manyDaniel Dunbar2009-07-31
* Manage MachineFunctions with an analysis Pass instead of the AnnotableDan Gohman2009-07-31
* revert r76602, 76603, and r76615, pending design discussions.Chris Lattner2009-07-21
* Add PrefixPrinter arguments to the dump routines for MachineFunction andDavid Greene2009-07-21
* Simplify debug info intrisinc lowering.Devang Patel2009-07-02
* Update comments to make it clear that the function alignment is the Log2 of theBill Wendling2009-07-01
* Add an "alignment" field to the MachineFunction object. It makes more sense toBill Wendling2009-06-30
* mv CodeGen/DebugLoc.h Support/DebugLoc.hDevang Patel2009-06-19
* Temporarily revert r72191. It was causing an assert during llvm-gccBill Wendling2009-05-21
* Introduce DebugScope which gets embedded into the machine instructions' Debug...Argyrios Kyrtzidis2009-05-20
* Removing the HasBuiltinSetjmp flag and associated bits. Flagging the presenceJim Grosbach2009-05-13
* Add support for GCC compatible builtin setjmp and longjmp intrinsics. This isJim Grosbach2009-05-12
* Add const modifiers.Jakob Stoklund Olesen2009-05-07
* Make DebugLoc independent of DwarfWriter.Argyrios Kyrtzidis2009-04-30
* Move duplicated AddLiveIn function from X86 and ARM backends to be a methodBob Wilson2009-04-20
* Revert r67844. This fixes the llvm-gcc-4.2 build on Darwin.Dan Gohman2009-03-27
* Reapply r66415, which was reverted in r66426 forDuncan Sands2009-03-27
* Revert r66415. It's causing failures during bootstrap builds:Bill Wendling2009-03-09
* in builds without asserts we do not need to allocate the Next pointer in "gho...Gabor Greif2009-03-09
* ooops, forgot to include the pointless-write eliminator in my previous checkinGabor Greif2009-03-04
* Give sentinel traits the right to determine the policy where the sentinel is ...Gabor Greif2009-03-04
* "Ghostify" embedded sentinels. This is a real win in all casesGabor Greif2009-03-04
* Add a default debug location object to the Machine Function. It's used to emi...Bill Wendling2009-02-20
* Constify and don't return a reference.Bill Wendling2009-02-04
* Add getDebugLocTuple to retrieve the DebugLocTuple for a given DebugLoc object.Bill Wendling2009-02-03
* Create DebugLoc information in FastISel. Several temporary methods wereBill Wendling2009-02-03
* Refine DebugLoc per review comments.Evan Cheng2009-01-27
* Actually source file has already been uniquified into an id during isel. Elim...Evan Cheng2009-01-26
* Add data structure to define and track debug location during codegen.Evan Cheng2009-01-26
* Update VS projects.Cedric Venet2008-09-20
* Fold the useful features of alist and alist_node into ilist, andDan Gohman2008-07-28
* Apply a patch from Mahadevan R, with minor formatting changes, toDan Gohman2008-07-25
* Pool-allocation for MachineInstrs, MachineBasicBlocks, andDan Gohman2008-07-07
* Make ilist_traits<MachineBasicBlock>'s Parent member private.Dan Gohman2008-07-01
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-05
* Rename SSARegMap -> MachineRegisterInfo in keeping with the idea Chris Lattner2007-12-31