summaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineModuleInfo.cpp
AgeCommit message (Expand)Author
2015-04-17Revert r235154-r235156, they cause asserts when building win64 code (http://c...Nico Weber
2015-04-17[SEH] Reimplement x64 SEH using WinEHPrepareReid Kleckner
2015-04-15[WinEH] Try to make the MachineFunction CFG more accurateReid Kleckner
2015-03-30[WinEH] Run cleanup handlers when an exception is thrownDavid Majnemer
2015-02-14Unify the two EH personality classification routines I wroteReid Kleckner
2015-01-23Classify functions by EH personality type rather than using the tripleReid Kleckner
2015-01-14Use MMI->getPersonality() instead of MMI->getPersonalities()[MMI->getPersonal...Reid Kleckner
2015-01-14CodeGen support for x86_64 SEH catch handlers in LLVMReid Kleckner
2014-12-30x86_64: Fix calls to __morestack under the large code model.Peter Collingbourne
2014-11-14Allow the use of functions as typeinfo in landingpad clausesReid Kleckner
2014-08-15Delete dead code. NFC.Rafael Espindola
2014-04-14[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper
2014-03-09MachineModuleInfo: Turn nested std::pairs into a proper struct.Benjamin Kramer
2014-03-07[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper
2013-06-18Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling
2013-05-16Remove addFrameMove.Rafael Espindola
2013-05-13Remove the MachineMove class.Rafael Espindola
2013-04-22Clarify that llvm.used can contain aliases.Rafael Espindola
2013-01-04small fixes to enable the reuse of the pass manager across multiple modulesPedro Artigas
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-12Make the MCStreamer have a reset method and call that after finalization of t...Pedro Artigas
2012-12-06fixed valgrind issues of prior commit, this change applies r169456 changes ba...Pedro Artigas
2012-12-06Revert r169456, "change MCContext to work on the doInitialization/doFinalizat...NAKAMURA Takumi
2012-12-06change MCContext to work on the doInitialization/doFinalization modelPedro Artigas
2012-12-05- Added calls to doInitialization/doFinalization to immutable passesPedro Artigas
2012-12-03moves doInitialization and doFinalization to the Pass class and removes some ...Pedro Artigas
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-02-22Properly emit _fltused with FastISel. Refactor to share code with SDAG.Michael J. Spencer
2012-02-14Turn push_back loops into append/insert.Benjamin Kramer
2012-02-13Don't recalculate the size of the vector each time through the loop.Bill Wendling
2012-02-05Convert assert(0) to llvm_unreachableCraig Topper
2011-10-05Add an ivar that maps a landing pad's EH symbol to the call sites that may jumpBill Wendling
2011-07-28Use ArrayRef instead of requiring an std::vector.Bill Wendling
2011-07-20Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng
2011-07-20Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng
2011-07-19Rename CompactEncoding to CompactUnwindEncoding.Bill Wendling
2011-07-18Move the compact encoding from the target-specific library to the code-genBill Wendling
2011-07-18Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng
2010-12-10Fixed version of 121434 with no new memory leaks.Rafael Espindola
2010-12-10Revert my previous patch to make the valgrind bots happy.Rafael Espindola
2010-12-09Initial support for the cfi directives. This is just enough to getRafael Espindola
2010-10-21CodeGen-Windows: Only emit _fltused if a VarArg function is called with float...Michael J. Spencer
2010-10-19Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson
2010-10-16X86-Windows: Emit an undefined global __fltused symbol when targeting WindowsMichael J. Spencer
2010-10-16Whitespace!Michael J. Spencer
2010-10-07Now with fewer extraneous semicolons!Owen Anderson
2010-09-04zap dead code.Chris Lattner
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson
2010-08-06Revert r110396 to fix buildbots.Owen Anderson