index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
test
/
Transforms
/
Attributor
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Attributor] AAValueConstantRange: Value range analysis using constant range
Hideto Ueno
2020-01-15
7
-32
/
+854
*
[Attributor][FIX] Carefully change invokes to calls (after manifest)
Johannes Doerfert
2020-01-08
8
-26
/
+99
*
[Attributor][FIX] Avoid dangling value pointers during code modification
Johannes Doerfert
2020-01-08
1
-0
/
+10
*
[Attributor][FIX] Allow dead users of rewritten function
Johannes Doerfert
2020-01-03
1
-0
/
+55
*
[Attributor][FIX] Don't crash on ptr2int/int2ptr instructions
Johannes Doerfert
2020-01-03
1
-0
/
+10
*
[Attributor][FIX] Do not derive nonnull and dereferenceable w/o access
Johannes Doerfert
2020-01-03
4
-4
/
+23
*
[Attributor][FIX] Return CHANGED once a pessimistic fixpoint is reached.
Johannes Doerfert
2020-01-03
1
-0
/
+49
*
Revert "[Attributor] AAValueConstantRange: Value range analysis using constan...
Hideto Ueno
2020-01-03
7
-796
/
+32
*
[Attributor] AAValueConstantRange: Value range analysis using constant range
Hideto Ueno
2020-01-01
7
-32
/
+796
*
[Attributor] Function signature rewrite infrastructure
Johannes Doerfert
2019-12-31
8
-30
/
+49
*
[Attributor] Propagate known align from arguments to call sites arguments
Johannes Doerfert
2019-12-31
4
-9
/
+8
*
[Attributor] Use abstract call sites to determine associated arguments
Johannes Doerfert
2019-12-31
5
-13
/
+15
*
[Attributor] Annotate the memory behavior of call site arguments
Johannes Doerfert
2019-12-31
27
-77
/
+79
*
[Attributor] Use `changeUseAfterManifest` in AAValueSimplify manifest
Hideto Ueno
2019-12-30
5
-6
/
+6
*
[Attributor] AAUndefinedBehavior: Check for branches on undef value.
Hideto Ueno
2019-12-29
4
-12
/
+159
*
[Attributor] UB Attribute now handles all instructions that access memory thr...
Johannes Doerfert
2019-12-24
1
-14
/
+122
*
[Attributor] Function level undefined behavior attribute
Johannes Doerfert
2019-12-24
1
-0
/
+38
*
Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...
Fangrui Song
2019-12-24
1
-1
/
+1
*
[Attributor] H2S fix.
Stefan Stipanovic
2019-12-17
1
-4
/
+16
*
[Attributor][NFC] Add test for sle comparison in h2s.
Stefan Stipanovic
2019-12-17
1
-0
/
+14
*
[Attributor][Tests] Copy & use the ArgumentPromotion tests
Johannes Doerfert
2019-12-14
33
-0
/
+3744
*
[Attributor] Annotate call sites of declarations with a callback
Johannes Doerfert
2019-12-13
2
-5
/
+5
*
[Attributor][NFC] Add more simple test situations for callbacks
Johannes Doerfert
2019-12-13
1
-0
/
+31
*
[Attributor][NFC] Reorder test functions
Johannes Doerfert
2019-12-13
1
-23
/
+23
*
[Attributor] Reuse the IPConstantProp tests for the Attributor
Johannes Doerfert
2019-12-13
24
-0
/
+1442
*
[Attributor][FIX] Do treat byval arguments special
Johannes Doerfert
2019-12-12
1
-0
/
+52
*
[ValueTracking] Allow context-sensitive nullness check for non-pointers
Johannes Doerfert
2019-12-09
1
-1
/
+1
*
[Attributor] Copy or port test cases related to Attributor to` Attributor` te...
Hideto Ueno
2019-12-02
25
-0
/
+7479