summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineModuleInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Re-commit "[SEH] Remove the old __C_specific_handler code now that WinEHPrepa...Reid Kleckner2015-04-231-8/+0
* Revert "[SEH] Remove the old __C_specific_handler code now that WinEHPrepare ...Reid Kleckner2015-04-231-0/+8
* [SEH] Remove the old __C_specific_handler code now that WinEHPrepare worksReid Kleckner2015-04-221-8/+0
* Re-land r235154-r235156 under the existing -sehprepare flagReid Kleckner2015-04-211-0/+19
* Revert r235154-r235156, they cause asserts when building win64 code (http://c...Nico Weber2015-04-171-16/+5
* [SEH] Reimplement x64 SEH using WinEHPrepareReid Kleckner2015-04-171-5/+16
* [WinEH] Try to make the MachineFunction CFG more accurateReid Kleckner2015-04-151-2/+5
* [WinEH] Run cleanup handlers when an exception is thrownDavid Majnemer2015-03-301-0/+22
* Unify the two EH personality classification routines I wroteReid Kleckner2015-02-141-10/+5
* Classify functions by EH personality type rather than using the tripleReid Kleckner2015-01-231-1/+16
* Use MMI->getPersonality() instead of MMI->getPersonalities()[MMI->getPersonal...Reid Kleckner2015-01-141-2/+0
* CodeGen support for x86_64 SEH catch handlers in LLVMReid Kleckner2015-01-141-0/+8
* x86_64: Fix calls to __morestack under the large code model.Peter Collingbourne2014-12-301-1/+1
* Allow the use of functions as typeinfo in landingpad clausesReid Kleckner2014-11-141-3/+3
* Delete dead code. NFC.Rafael Espindola2014-08-151-2/+0
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-141-20/+20
* MachineModuleInfo: Turn nested std::pairs into a proper struct.Benjamin Kramer2014-03-091-1/+1
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-071-2/+2
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-181-3/+2
* Remove addFrameMove.Rafael Espindola2013-05-161-33/+0
* Remove the MachineMove class.Rafael Espindola2013-05-131-1/+34
* Clarify that llvm.used can contain aliases.Rafael Espindola2013-04-221-2/+1
* small fixes to enable the reuse of the pass manager across multiple modulesPedro Artigas2013-01-041-1/+3
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-4/+4
* Make the MCStreamer have a reset method and call that after finalization of t...Pedro Artigas2012-12-121-3/+1
* fixed valgrind issues of prior commit, this change applies r169456 changes ba...Pedro Artigas2012-12-061-1/+6
* Revert r169456, "change MCContext to work on the doInitialization/doFinalizat...NAKAMURA Takumi2012-12-061-5/+0
* change MCContext to work on the doInitialization/doFinalization modelPedro Artigas2012-12-061-0/+5
* - Added calls to doInitialization/doFinalization to immutable passesPedro Artigas2012-12-051-10/+23
* moves doInitialization and doFinalization to the Pass class and removes some ...Pedro Artigas2012-12-031-15/+0
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-7/+6
* Move TargetData to DataLayout.Micah Villmow2012-10-081-1/+1
* Properly emit _fltused with FastISel. Refactor to share code with SDAG.Michael J. Spencer2012-02-221-1/+1
* Turn push_back loops into append/insert.Benjamin Kramer2012-02-141-4/+2
* Don't recalculate the size of the vector each time through the loop.Bill Wendling2012-02-131-2/+2
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-051-3/+3
* Add an ivar that maps a landing pad's EH symbol to the call sites that may jumpBill Wendling2011-10-051-0/+8
* Use ArrayRef instead of requiring an std::vector.Bill Wendling2011-07-281-4/+6
* Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng2011-07-201-5/+3
* Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng2011-07-201-5/+6
* Rename CompactEncoding to CompactUnwindEncoding.Bill Wendling2011-07-191-2/+2
* Move the compact encoding from the target-specific library to the code-genBill Wendling2011-07-181-3/+4
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-181-2/+3
* Fixed version of 121434 with no new memory leaks.Rafael Espindola2010-12-101-3/+4
* Revert my previous patch to make the valgrind bots happy.Rafael Espindola2010-12-101-4/+3
* Initial support for the cfi directives. This is just enough to getRafael Espindola2010-12-091-3/+4
* CodeGen-Windows: Only emit _fltused if a VarArg function is called with float...Michael J. Spencer2010-10-211-1/+1
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-191-0/+1
* X86-Windows: Emit an undefined global __fltused symbol when targeting WindowsMichael J. Spencer2010-10-161-1/+2
* Whitespace!Michael J. Spencer2010-10-161-23/+23
OpenPOWER on IntegriCloud