summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/Attributor
Commit message (Expand)AuthorAgeFilesLines
* [Attributor] AAValueConstantRange: Value range analysis using constant rangeHideto Ueno2020-01-157-32/+854
* [Attributor][FIX] Carefully change invokes to calls (after manifest)Johannes Doerfert2020-01-088-26/+99
* [Attributor][FIX] Avoid dangling value pointers during code modificationJohannes Doerfert2020-01-081-0/+10
* [Attributor][FIX] Allow dead users of rewritten functionJohannes Doerfert2020-01-031-0/+55
* [Attributor][FIX] Don't crash on ptr2int/int2ptr instructionsJohannes Doerfert2020-01-031-0/+10
* [Attributor][FIX] Do not derive nonnull and dereferenceable w/o accessJohannes Doerfert2020-01-034-4/+23
* [Attributor][FIX] Return CHANGED once a pessimistic fixpoint is reached.Johannes Doerfert2020-01-031-0/+49
* Revert "[Attributor] AAValueConstantRange: Value range analysis using constan...Hideto Ueno2020-01-037-796/+32
* [Attributor] AAValueConstantRange: Value range analysis using constant rangeHideto Ueno2020-01-017-32/+796
* [Attributor] Function signature rewrite infrastructureJohannes Doerfert2019-12-318-30/+49
* [Attributor] Propagate known align from arguments to call sites argumentsJohannes Doerfert2019-12-314-9/+8
* [Attributor] Use abstract call sites to determine associated argumentsJohannes Doerfert2019-12-315-13/+15
* [Attributor] Annotate the memory behavior of call site argumentsJohannes Doerfert2019-12-3127-77/+79
* [Attributor] Use `changeUseAfterManifest` in AAValueSimplify manifestHideto Ueno2019-12-305-6/+6
* [Attributor] AAUndefinedBehavior: Check for branches on undef value.Hideto Ueno2019-12-294-12/+159
* [Attributor] UB Attribute now handles all instructions that access memory thr...Johannes Doerfert2019-12-241-14/+122
* [Attributor] Function level undefined behavior attributeJohannes Doerfert2019-12-241-0/+38
* Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...Fangrui Song2019-12-241-1/+1
* [Attributor] H2S fix.Stefan Stipanovic2019-12-171-4/+16
* [Attributor][NFC] Add test for sle comparison in h2s.Stefan Stipanovic2019-12-171-0/+14
* [Attributor][Tests] Copy & use the ArgumentPromotion testsJohannes Doerfert2019-12-1433-0/+3744
* [Attributor] Annotate call sites of declarations with a callbackJohannes Doerfert2019-12-132-5/+5
* [Attributor][NFC] Add more simple test situations for callbacksJohannes Doerfert2019-12-131-0/+31
* [Attributor][NFC] Reorder test functionsJohannes Doerfert2019-12-131-23/+23
* [Attributor] Reuse the IPConstantProp tests for the AttributorJohannes Doerfert2019-12-1324-0/+1442
* [Attributor][FIX] Do treat byval arguments specialJohannes Doerfert2019-12-121-0/+52
* [ValueTracking] Allow context-sensitive nullness check for non-pointersJohannes Doerfert2019-12-091-1/+1
* [Attributor] Copy or port test cases related to Attributor to` Attributor` te...Hideto Ueno2019-12-0225-0/+7479
OpenPOWER on IntegriCloud