summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reduce dyn_cast<> to isa<> or cast<> where possible.Benjamin Kramer2015-04-101-1/+1
* Require a GC strategy be specified for functions which use gc.statepointPhilip Reames2015-03-271-23/+19
* Allow explicit spill slots to be specified for a gc.statepointPhilip Reames2015-03-271-4/+20
* Teach lowering to correctly handle invoke statepoint and gc results tied to t...Igor Laevsky2015-03-101-11/+56
* Revert change r231366 as it broke clang-native-arm-cortex-a9 Analysis/propert...Igor Laevsky2015-03-051-56/+11
* Teach lowering to correctly handle invoke statepoint and gc results tied to t...Igor Laevsky2015-03-051-11/+56
* Generalize statepoint lowering to use ImmutableStatepoint. Move statepoint lo...Igor Laevsky2015-02-201-40/+38
* Demote vectors to arrays. No functionality change.Benjamin Kramer2015-02-191-7/+3
* Re-sort #include lines using my handy dandy ./utils/sort_includes.pyChandler Carruth2015-02-131-1/+1
* Revert GCStrategy ownership changesPhilip Reames2015-01-261-1/+1
* Move ownership of GCStrategy objects to LLVMContextPhilip Reames2015-01-161-1/+2
* Introduce an example statepoint GC strategyPhilip Reames2015-01-071-0/+43
* Restructure some assertion checking based on post commit feedback by Aaron an...Philip Reames2014-12-021-7/+7
* Appease a build bot complaining about an unused variable that's used in an as...Philip Reames2014-12-021-0/+1
* [Statepoints 3/4] Statepoint infrastructure for garbage collection: Selection...Philip Reames2014-12-021-0/+640
OpenPOWER on IntegriCloud