summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* DAG: Add calling convention argument to calling convention funcsMatt Arsenault2018-07-281-3/+5
* [WebAssembly] Add WasmEHFuncInfo for unwind destination informationHeejin Ahn2018-06-191-19/+42
* [WebAssembly] Add functions for EHScopesHeejin Ahn2018-05-231-2/+3
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-1/+1
* [AMDGPU] Fix issues for backend divergence trackingDavid Stuttard2018-04-181-0/+1
* [FastISel] Sink local value materializations to first useReid Kleckner2018-03-141-0/+1
* Pass Divergence Analysis data to Selection DAG to drive divergenceAlexander Timofeev2018-03-051-0/+10
* Use phi ranges to simplify code. No functionality change intended.Benjamin Kramer2017-12-301-7/+7
* Remove redundant includes from lib/CodeGen.Michael Zolotukhin2017-12-131-2/+0
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-3/+3
* Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie2017-11-081-2/+2
* Move TargetFrameLowering.h to CodeGen where it's implementedDavid Blaikie2017-11-031-1/+1
* ISel: Fix FastISel of swifterror valuesArnold Schwaighofer2017-06-151-0/+26
* Re-land "Use the frame index side table for byval and inalloca arguments"Reid Kleckner2017-05-091-31/+2
* Revert "Use the frame index side table for byval and inalloca arguments"Reid Kleckner2017-05-091-2/+31
* Use the frame index side table for byval and inalloca argumentsReid Kleckner2017-05-081-31/+2
* [KnownBits] Add zext, sext, and trunc methods to KnownBitsCraig Topper2017-05-031-2/+1
* [SelectionDAG] Use KnownBits struct in DAG's computeKnownBits and simplifyDem...Craig Topper2017-04-281-17/+13
* Simplify FunctionLoweringInfo.cpp with range for loopsReid Kleckner2016-12-301-40/+31
* Move most EH from MachineModuleInfo to MachineFunctionMatthias Braun2016-12-011-1/+1
* Temporarily Revert "Move most EH from MachineModuleInfo to MachineFunction"Eric Christopher2016-12-011-1/+1
* Move most EH from MachineModuleInfo to MachineFunctionMatthias Braun2016-11-301-1/+1
* Move VariableDbgInfo from MachineModuleInfo to MachineFunctionMatthias Braun2016-11-301-1/+1
* [CodeGen] Pull MMI helpers from FunctionLoweringInfo to MMI. NFC.Ahmed Bougacha2016-11-161-56/+0
* [WinEH] Allow catchpads to reuse the same catch objectReid Kleckner2016-10-191-4/+7
* swifterror: Don't compute swifterror vregs during instruction selectionArnold Schwaighofer2016-10-071-12/+20
* Use the range variant of find instead of unpacking begin/endDavid Majnemer2016-08-111-4/+2
* MachineFunction: Return reference for getFrameInfo(); NFCMatthias Braun2016-07-281-8/+8
* Swift Calling Convention: swifterror target-independent change.Manman Ren2016-04-051-0/+18
* [Statepoints] Fix yet another issue around gc pointer uniqueingSanjoy Das2016-03-241-1/+1
* [X86] Don't give catch objects a displacement of zeroDavid Majnemer2016-03-031-20/+40
* Undo spurious change made in r256965David Majnemer2016-01-071-2/+1
* [WinEH] Remove calculateCatchReturnSuccessorColorsDavid Majnemer2016-01-061-3/+2
* Fix funciton->function typo.Eric Christopher2015-12-161-1/+1
* [IR] Reformulate LLVM's EH funclet IRDavid Majnemer2015-12-121-2/+2
* [Stack realignment] Handling of aligned allocas.Jonas Paulsson2015-11-281-13/+15
* [WinEH] Move WinEHFuncInfo from MachineModuleInfo to MachineFunctionReid Kleckner2015-11-171-19/+1
* [WinEH] Fix funclet prologues with stack realignmentReid Kleckner2015-11-051-2/+6
* [CodeGen] Remove usage of NDEBUG in header.Davide Italiano2015-10-231-7/+0
* SelectionDAG: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-131-10/+9
* [WinEH] Remove CatchObjRecoverIdxDavid Majnemer2015-10-121-1/+1
* [WinEH] Remove more dead codeDavid Majnemer2015-10-101-9/+7
* [WinEH] Delete the old landingpad implementation of Windows EHReid Kleckner2015-10-091-44/+1
* [SEH] Add llvm.eh.exceptioncode intrinsicReid Kleckner2015-10-071-0/+11
* [WinEH] Create a separate MBB for funclet prologuesDavid Majnemer2015-10-061-2/+5
* [WinEH] Implement state numbering for CoreCLRJoseph Tremoulet2015-10-061-0/+6
* [WinEH] Recognize CoreCLR personality functionJoseph Tremoulet2015-10-061-2/+2
* [WinEH] Make FuncletLayout more robust against catchretDavid Majnemer2015-10-011-1/+3
* [WinEH] Pull Adjectives and CatchObj out of the catchpad arg listReid Kleckner2015-09-161-4/+11
* [WinEH] Add codegen support for cleanuppad and cleanupretReid Kleckner2015-09-101-17/+18
OpenPOWER on IntegriCloud