aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineModuleInfo.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-07-14[CodeGen] Force emission of personality directive if explicitly specifiedKeno Fischer1-0/+3
2015-07-03Initialize booleans CallsUnwindInit and CallsEHReturn with false instead of 0.Yaron Keren1-4/+4
2015-06-29[MMI] Use TinyPtrVector instead of PointerUnion with vector.Benjamin Kramer1-98/+21
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-06-11Remove MachineModuleInfo::UsedFunctions as it has no users.Pete Cooper1-17/+0
2015-05-29Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer1-1/+1
2015-05-29[WinEH] Emit EH tables for __CxxFrameHandler3 on 32-bit x86Reid Kleckner1-0/+1
2015-05-18MC: Clean up method names in MCContext.Jim Grosbach1-2/+2
2015-04-23Re-commit "[SEH] Remove the old __C_specific_handler code now that WinEHPrepa...Reid Kleckner1-8/+0
2015-04-23Revert "[SEH] Remove the old __C_specific_handler code now that WinEHPrepare ...Reid Kleckner1-0/+8
2015-04-22[SEH] Remove the old __C_specific_handler code now that WinEHPrepare worksReid Kleckner1-8/+0
2015-04-21Re-land r235154-r235156 under the existing -sehprepare flagReid Kleckner1-0/+19
2015-04-17Revert r235154-r235156, they cause asserts when building win64 code (http://c...Nico Weber1-16/+5
2015-04-17[SEH] Reimplement x64 SEH using WinEHPrepareReid Kleckner1-5/+16
2015-04-15[WinEH] Try to make the MachineFunction CFG more accurateReid Kleckner1-2/+5
2015-03-30[WinEH] Run cleanup handlers when an exception is thrownDavid Majnemer1-0/+22
2015-02-14Unify the two EH personality classification routines I wroteReid Kleckner1-10/+5
2015-01-23Classify functions by EH personality type rather than using the tripleReid Kleckner1-1/+16
2015-01-14Use MMI->getPersonality() instead of MMI->getPersonalities()[MMI->getPersonal...Reid Kleckner1-2/+0
2015-01-14CodeGen support for x86_64 SEH catch handlers in LLVMReid Kleckner1-0/+8
2014-12-30x86_64: Fix calls to __morestack under the large code model.Peter Collingbourne1-1/+1
2014-11-14Allow the use of functions as typeinfo in landingpad clausesReid Kleckner1-3/+3
2014-08-15Delete dead code. NFC.Rafael Espindola1-2/+0
2014-04-14[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper1-20/+20
2014-03-09MachineModuleInfo: Turn nested std::pairs into a proper struct.Benjamin Kramer1-1/+1
2014-03-07[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-2/+2
2013-06-18Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling1-3/+2
2013-05-16Remove addFrameMove.Rafael Espindola1-33/+0
2013-05-13Remove the MachineMove class.Rafael Espindola1-1/+34
2013-04-22Clarify that llvm.used can contain aliases.Rafael Espindola1-2/+1
2013-01-04small fixes to enable the reuse of the pass manager across multiple modulesPedro Artigas1-1/+3
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-4/+4
2012-12-12Make the MCStreamer have a reset method and call that after finalization of t...Pedro Artigas1-3/+1
2012-12-06fixed valgrind issues of prior commit, this change applies r169456 changes ba...Pedro Artigas1-1/+6
2012-12-06Revert r169456, "change MCContext to work on the doInitialization/doFinalizat...NAKAMURA Takumi1-5/+0
2012-12-06change MCContext to work on the doInitialization/doFinalization modelPedro Artigas1-0/+5
2012-12-05- Added calls to doInitialization/doFinalization to immutable passesPedro Artigas1-10/+23
2012-12-03moves doInitialization and doFinalization to the Pass class and removes some ...Pedro Artigas1-15/+0
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-7/+6
2012-10-08Move TargetData to DataLayout.Micah Villmow1-1/+1
2012-02-22Properly emit _fltused with FastISel. Refactor to share code with SDAG.Michael J. Spencer1-1/+1
2012-02-14Turn push_back loops into append/insert.Benjamin Kramer1-4/+2
2012-02-13Don't recalculate the size of the vector each time through the loop.Bill Wendling1-2/+2
2012-02-05Convert assert(0) to llvm_unreachableCraig Topper1-3/+3
2011-10-05Add an ivar that maps a landing pad's EH symbol to the call sites that may jumpBill Wendling1-0/+8
2011-07-28Use ArrayRef instead of requiring an std::vector.Bill Wendling1-4/+6
2011-07-20Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng1-5/+3
2011-07-20Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng1-5/+6
2011-07-19Rename CompactEncoding to CompactUnwindEncoding.Bill Wendling1-2/+2