summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/IPO/Attributor.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Inline function call into assert to fix unused variable warning.Richard Trieu2019-07-231-3/+2
* Fixing build error from commit 95cbc3dStefan Stipanovic2019-07-221-0/+174
* Revert "Fixing build error from commit 9285295."Stefan Stipanovic2019-07-221-172/+0
* Fixing build error from commit 9285295.Stefan Stipanovic2019-07-221-0/+172
* Temporarily Revert "[Attributor] Liveness analysis." as it's breaking the build.Eric Christopher2019-07-221-174/+0
* [Attributor] Liveness analysis.Stefan Stipanovic2019-07-221-0/+174
* [Attributor] NoAlias on return values.Stefan Stipanovic2019-07-221-4/+109
* [Attributor][NFC] Remove unnecessary debug outputHideto Ueno2019-07-171-1/+0
* [Attributor] Deduce "willreturn" function attributeHideto Ueno2019-07-171-0/+120
* [Attributor] Deduce "nonnull" attributeHideto Ueno2019-07-151-0/+284
* [Attributor][NFC] Run clang-format on the attributor files (.h/.cpp)Johannes Doerfert2019-07-131-12/+7
* [Attributor] Only return attributes with a valid stateJohannes Doerfert2019-07-131-3/+2
* Addition to rL365925, removing remaining virtualsStefan Stipanovic2019-07-121-5/+5
* [Attributor] Removing unnecessary `virtual` keywords.Stefan Stipanovic2019-07-121-12/+12
* [Attributor] Deduce "nofree" function attributeHideto Ueno2019-07-121-0/+70
* [Attributor] Deduce "nosync" function attribute.Stefan Stipanovic2019-07-111-0/+193
* [Attributor] Deduce the "returned" argument attributeJohannes Doerfert2019-07-081-0/+426
* [Attributor] Deducing existing nounwind attribute.Stefan Stipanovic2019-06-271-10/+85
* [Attributor] Disable the Attributor by default and fix a commentJohannes Doerfert2019-06-141-1/+1
* test-commitStefan Stipanovic2019-06-071-1/+0
* [IPO] Disabled 'default only' switch statements to fix MSVC warnings.Simon Pilgrim2019-06-051-8/+8
* Suppress false-positive GCC -Wreturn-type warning.Michael Liao2019-06-051-0/+1
* [Attributor] Pass infrastructure and fixpoint frameworkJohannes Doerfert2019-06-051-0/+529
OpenPOWER on IntegriCloud