summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Implement cfi_def_cfa. Also don't convert to dwarf reg numbers twice. LooksRafael Espindola2010-12-29
* Implement .cfi_remember_state and .cfi_restore_state.Rafael Espindola2010-12-28
* Clarify that InstructionSimplify only returns values that dominate theDuncan Sands2010-12-28
* Small optimization to speed up replacementPreservesLCSSAForm.Duncan Sands2010-12-28
* Relax address updates in the eh_frame section.Rafael Espindola2010-12-28
* Start adding basic support for emitting the call frame instructions.Rafael Espindola2010-12-28
* Support/Path: Deprecate Path::hasMagicNumber and replace all uses with fs::ha...Michael J. Spencer2010-12-28
* Fix typo.Michael J. Spencer2010-12-28
* Support/PathV2: Implement has_magic.Michael J. Spencer2010-12-28
* Add support for .cfi_lsda.Rafael Espindola2010-12-27
* Support/PathV1: Deprecate GetRootDirectory.Michael J. Spencer2010-12-27
* Add support for the same encodings of the personality function that gnu asRafael Espindola2010-12-27
* BuildLibCalls: Nuke EmitMemCpy, EmitMemMove and EmitMemSet. They are dead and...Benjamin Kramer2010-12-27
* implement enough of the memset inference algorithm to recognize and insert Chris Lattner2010-12-26
* add methods to IRBuilder to create memcpy/memset/memmove.Chris Lattner2010-12-26
* Add basic support for .cfi_personality.Rafael Espindola2010-12-26
* move isBytewiseValue out to ValueTracking.h/cppChris Lattner2010-12-26
* Start of a pass for recognizing memset and memcpy idioms.Chris Lattner2010-12-26
* Move getOrEnforceKnownAlignment out of instcombine into Transforms/Utils.Chris Lattner2010-12-25
* Support/PathV1: Deprecate makeAbsolute and remove Unix impl because it annoys...Michael J. Spencer2010-12-25
* Header warning patrol.Eric Christopher2010-12-25
* Merge IsFixupFullyResolved and IsSymbolRefDifferenceFullyResolved. We nowRafael Espindola2010-12-24
* Minor cleanup related to my latest scheduler changes.Andrew Trick2010-12-24
* Various bits of framework needed for precise machine-level selectionAndrew Trick2010-12-24
* whitespaceAndrew Trick2010-12-24
* Flag -> Glue, the ongoing sagaChris Lattner2010-12-23
* flags -> glue for selectiondagChris Lattner2010-12-23
* sdisel flag -> glue.Chris Lattner2010-12-23
* Change all self assignments X=X to (void)X, so that we can turn on aJeffrey Yasskin2010-12-23
* Constify.Dan Gohman2010-12-22
* Rename NeedsSetToChangeDiffSize to HasAggressiveSymbolFolding which is a muchRafael Espindola2010-12-22
* Use references and simplify.Rafael Espindola2010-12-22
* Don't relax org or align. They change size as the relaxation happens, but theyRafael Espindola2010-12-21
* MC/Mach-O: Shuffle enums a bit to make it harder to inadvertently use the wrongDaniel Dunbar2010-12-21
* Pull a few more simplifications out of instcombine (there are stillDuncan Sands2010-12-21
* Layout one section until no relaxations are done and then move to the nextRafael Espindola2010-12-21
* rename MVT::Flag to MVT::Glue. "Flag" is a terrible name forChris Lattner2010-12-21
* Use IntEqClasses to compute connected components of live intervals.Jakob Stoklund Olesen2010-12-21
* Add ADT/IntEqClasses.h as a light-weight implementation of EquivalenceClasses.h.Jakob Stoklund Olesen2010-12-21
* Revert r122114 (CallbackVH observing use-list changes) because it caused seve...Owen Anderson2010-12-20
* This is still used and issuing an annoying warning. Don't deprecate something inBill Wendling2010-12-20
* Add a new convenience pass for testing InstructionSimplify. PreviouslyDuncan Sands2010-12-20
* Fix spelling.Michael J. Spencer2010-12-20
* There is no need for isAssociative to take the type as an argument anymore.Duncan Sands2010-12-20
* Discourage people from using isWeakForLinker when they should be usingDuncan Sands2010-12-20
* update comment.Chris Lattner2010-12-20
* Use the new way of silencing this warning.Nick Lewycky2010-12-19
* Add missing standard headers. Patch by Joerg Sonnenberger!Nick Lewycky2010-12-19
* add a version of IRBuilder::SetInsertPoint that takes an instruction.Chris Lattner2010-12-19
* remove dead headerChris Lattner2010-12-19