summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make helper functions static.Benjamin Kramer2015-03-091-5/+5
* [RewriteStatepointsForGC] Fix a relocation bug w.r.t values defined by invoke...Philip Reames2015-03-041-2/+12
* RewriteStatepointsForGC::PhiState: Remove explicit copy ctor in favor of the ...David Blaikie2015-03-031-3/+0
* Revert "Remove the explicit SDNodeIterator::operator= in favor of the implici...David Blaikie2015-03-031-1/+0
* Remove the explicit SDNodeIterator::operator= in favor of the implicit defaultDavid Blaikie2015-03-031-0/+1
* Silence variable set but not used warning, NFC.Yaron Keren2015-02-281-2/+3
* [RewriteStatepointsForGC] Reduce indentation via early continue [NFC]Philip Reames2015-02-281-81/+82
* [RewriteStatepointsForGC] Fix another order of iteration bugPhilip Reames2015-02-281-4/+20
* [RewriteStatepointsForGC] Reduce indentation via early continue [NFC]Philip Reames2015-02-281-35/+36
* [RewriteStatepointsForGC] Fix iterator invalidation bugPhilip Reames2015-02-281-2/+11
* [RewriteStatepointsForGC] Add tests for the base pointer identification algor...Philip Reames2015-02-281-2/+11
* Roll condition into an assert then wrap it 'ifndef NDEBUG' to protect from th...David Blaikie2015-02-221-8/+7
* RewriteStatepointsForGC.cpp: Fix for -Asserts to mark isNullConstant() as LLV...NAKAMURA Takumi2015-02-221-1/+1
* RewriteStatepointsForGC.cpp: Fix for -Asserts. [-Wunused-variable]NAKAMURA Takumi2015-02-221-2/+1
* Remove some unnecessary unreachables in favor of (sometimes implicit) assertionsDavid Blaikie2015-02-201-53/+34
* [RewriteStatepointsForGC] Use DenseSet in place of std::set [NFC]Philip Reames2015-02-201-8/+8
* [RewriteStatepointsForGC] Replace std::map with DenseMapPhilip Reames2015-02-201-2/+2
* [RewriteStatepointsForGC] Cleanup - replace std::vector usage [NFC]Philip Reames2015-02-201-40/+38
* [RewriteStatepointsForGC] More style cleanup [NFC]Philip Reames2015-02-201-15/+14
* [RewriteStatepointsForGC] Remove notion of SafepointBounds [NFC]Philip Reames2015-02-201-49/+11
* [GC, RewriteStatepointsForGC] Style cleanup and bug fixPhilip Reames2015-02-201-9/+29
* Use unreachable instead of assert(false) to silence MSVC warningReid Kleckner2015-02-201-1/+1
* [GC] Style cleanup for RewriteStatepointForGC (1 of many) [NFC]Philip Reames2015-02-201-62/+55
* Bugfix for 229954Philip Reames2015-02-201-2/+5
* RewriteStatepointsForGC: Move details into anonymous namespaces. NFC.Benjamin Kramer2015-02-201-10/+12
* Wrap recursive function only used in assert in #ifndef NDEBUG.Benjamin Kramer2015-02-201-1/+5
* Fix build in release mode, four cases of -Wunused-variable.Nick Lewycky2015-02-201-0/+5
* Adjust enablement of RewriteStatepointsForGCPhilip Reames2015-02-201-1/+2
* Add a pass for constructing gc.statepoint sequences w/explicit relocationsPhilip Reames2015-02-201-0/+1931
OpenPOWER on IntegriCloud