summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/FunctionAttrs/align.ll
Commit message (Expand)AuthorAgeFilesLines
* [Attributor] Copy or port test cases related to Attributor to` Attributor` te...Hideto Ueno2019-12-021-400/+0
* [Attributor] Handle special case when offset equals zero in nonnull deductionHideto Ueno2019-11-271-4/+2
* [Attributor] Track a GEP Instruction in align deductionHideto Ueno2019-11-261-0/+61
* [Attributor] Use must-be-executed-context in align deductionHideto Ueno2019-11-121-0/+7
* [Attributor][NFCI] Distinguish optional and required dependencesJohannes Doerfert2019-11-021-1/+1
* NoFree argument attribute.Stefan Stipanovic2019-11-021-16/+16
* Revert "NoFree argument attribute."Stefan Stipanovic2019-11-021-16/+16
* NoFree argument attribute.Stefan Stipanovic2019-11-021-16/+16
* [Attributor][NFCI] Avoid unnecessary work except for testingJohannes Doerfert2019-11-021-1/+1
* [Attributor] Make liveness "edge-based"Johannes Doerfert2019-10-311-1/+1
* [Attributor] Liveness for valuesJohannes Doerfert2019-10-311-9/+110
* [Attributor][MustExec] Deduce dereferenceable and nonnull attribute using Mus...Hideto Ueno2019-10-081-2/+2
* [Attributor] Deduce memory behavior of functions and argumentsJohannes Doerfert2019-10-071-6/+6
* [Attributor][Fix] Initialize the cache prior to using itJohannes Doerfert2019-09-171-1/+1
* [Attributor] ValueSimplify Abstract AttributeHideto Ueno2019-09-071-1/+1
* [Attributor] Use the white list for attributes consistentlyJohannes Doerfert2019-09-041-2/+2
* [Attributor] Deduce "no-capture" argument attributeJohannes Doerfert2019-09-031-15/+15
* [Attributor] Use existing function information for the call siteJohannes Doerfert2019-08-301-1/+1
* [Attributor] Manifest load/store alignment generallyJohannes Doerfert2019-08-301-0/+2
* [Attributor] Regularly clear dependences to remove spurious onesJohannes Doerfert2019-08-281-1/+1
* [Attributor] Restrict liveness and return information to functionsJohannes Doerfert2019-08-281-1/+1
* [Attributor] Adjust and test the iteration bound of testsJohannes Doerfert2019-08-261-1/+1
* [Attributor] Manifest alignment in load and store instructionsJohannes Doerfert2019-08-231-0/+55
* [Attributor] FIX: Try to make bots happyJohannes Doerfert2019-08-211-1/+1
* [Attributor][NFCI] Introduce tight iteration bounds in the testsJohannes Doerfert2019-08-211-1/+1
* [Attributor] Liveness for internal functions.Stefan Stipanovic2019-08-201-0/+1
* [Attributor] Create abstract attributes on-demandJohannes Doerfert2019-08-201-20/+5
* [Attributor] Use structured deduction for AADereferenceableJohannes Doerfert2019-08-201-7/+7
* [Attributor] Use structured deduction for AANonNullJohannes Doerfert2019-08-201-3/+3
* [Attributor] Towards a more structured deduction patternJohannes Doerfert2019-08-161-5/+27
* IR: print value numbers for unnamed function argumentsTim Northover2019-08-031-14/+14
* [Attributor] Deduce "align" attributeHideto Ueno2019-07-281-0/+168
OpenPOWER on IntegriCloud