summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineModuleInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* CodeGen: Refactor MIR parsingMatthias Braun2017-06-061-6/+8
* [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko2017-05-311-30/+35
* [LegacyPassManager] Remove TargetMachine constructorsFrancis Visoiu Mistrih2017-05-181-2/+2
* Implement FreeMachineFunction::getPassName().Yaron Keren2017-03-071-0/+4
* Move most EH from MachineModuleInfo to MachineFunctionMatthias Braun2016-12-011-201/+3
* Temporarily Revert "Move most EH from MachineModuleInfo to MachineFunction"Eric Christopher2016-12-011-3/+201
* Move most EH from MachineModuleInfo to MachineFunctionMatthias Braun2016-11-301-201/+3
* Move VariableDbgInfo from MachineModuleInfo to MachineFunctionMatthias Braun2016-11-301-1/+0
* Move FrameInstructions from MachineModuleInfo to MachineFunctionMatthias Braun2016-11-301-3/+0
* [CodeGen] Pass references, not pointers, to MMI helpers. NFC.Ahmed Bougacha2016-11-161-9/+9
* [CodeGen] Pull MMI helpers from FunctionLoweringInfo to MMI. NFC.Ahmed Bougacha2016-11-161-0/+51
* [CodeGen] Cleanup MachineModuleInfo doxygen comments. NFC.Ahmed Bougacha2016-11-161-39/+7
* CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePassesMatthias Braun2016-08-241-3/+65
* MachineModuleInfo: Avoid dummy constructor, use INITIALIZE_TM_PASSMatthias Braun2016-08-241-13/+7
* Revert r279564. It introduces undefined behavior (binding a reference to aRichard Smith2016-08-231-70/+5
* CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePassesMatthias Braun2016-08-231-5/+70
* Revert "(HEAD -> master, origin/master, origin/HEAD) CodeGen: Remove MachineF...Matthias Braun2016-08-231-49/+5
* CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePassesMatthias Braun2016-08-231-5/+49
* Remove uses of builtin comma operator.Richard Trieu2016-02-181-1/+2
* Move EH-specific helper functions to a more appropriate placeDavid Majnemer2015-12-021-1/+1
* [WinEH] Move WinEHFuncInfo from MachineModuleInfo to MachineFunctionReid Kleckner2015-11-171-14/+1
* [WinEH] Remove more dead codeDavid Majnemer2015-10-101-9/+1
* [EH] Handle non-Function personalities like unknown personalitiesReid Kleckner2015-08-311-56/+1
* [WinEH] Add some support for code generating catchpadReid Kleckner2015-08-271-0/+2
* -Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are dep...David Blaikie2015-08-031-1/+1
* [CodeGen] Force emission of personality directive if explicitly specifiedKeno Fischer2015-07-141-0/+3
* Initialize booleans CallsUnwindInit and CallsEHReturn with false instead of 0.Yaron Keren2015-07-031-4/+4
* [MMI] Use TinyPtrVector instead of PointerUnion with vector.Benjamin Kramer2015-06-291-98/+21
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Remove MachineModuleInfo::UsedFunctions as it has no users.Pete Cooper2015-06-111-17/+0
* Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer2015-05-291-1/+1
* [WinEH] Emit EH tables for __CxxFrameHandler3 on 32-bit x86Reid Kleckner2015-05-291-0/+1
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-2/+2
* 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
OpenPOWER on IntegriCloud