summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/PlaceSafepoints.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [Statepoints] Clean up PlaceSafepoints.cpp: variable naming.Sanjoy Das2015-05-061-31/+29
* [IRBuilder] Add a CreateGCStatepointInvoke.Sanjoy Das2015-05-061-32/+6
* [DomTree] verifyDomTree to unconditionally perform DT verificationAdam Nemet2015-05-061-3/+2
* Don't Place Entry Safepoints Before the llvm.frameescape() IntrinsicPhilip Reames2015-04-261-0/+7
* [CallSite] Make construction from Value* (or Instruction*) explicit.Benjamin Kramer2015-04-101-3/+2
* PlaceSafepoints: use IRBuilder helpersRamkumar Ramachandra2015-02-261-44/+39
* [PlaceSafepoints] Adjust enablement logic to default to off and be GC configu...Philip Reames2015-02-211-11/+26
* Hide a bunch of advanced testing options in default opt --help outputPhilip Reames2015-02-201-7/+9
* [PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth2015-02-131-2/+2
* Adjust how we avoid poll insertion inside the poll function (NFC)Philip Reames2015-02-101-5/+11
* [Statepoint] Improve two asserts, fix some style (NFC)Ramkumar Ramachandra2015-02-091-1/+2
* PlaceSafepoints: modernize gc.result.* -> gc.resultRamkumar Ramachandra2015-02-091-12/+1
* Update file comment to clarify points highlighted in review (NFC)Philip Reames2015-02-091-31/+30
* Use range for loops in PlaceSafepoints (NFC)Philip Reames2015-02-091-8/+4
* Add basic tests for PlaceSafepointsPhilip Reames2015-02-091-5/+21
* Make helper functions/classes/globals static. NFC.Benjamin Kramer2015-02-061-1/+1
* Removing an unused variable warning I accidentally introduced with my last wa...Aaron Ballman2015-02-051-1/+1
* Silencing an MSVC warning about a switch statement with no cases; NFC.Aaron Ballman2015-02-051-8/+5
* Fix a warning in non-asserts buildsPhilip Reames2015-02-041-0/+1
* Clang format of a file introduced in 228090 (NFC)Philip Reames2015-02-041-29/+22
* Add a pass for inserting safepoints into (nearly) arbitrary IRPhilip Reames2015-02-041-0/+979
OpenPOWER on IntegriCloud