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
/
lib
/
Transforms
/
IPO
/
Attributor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Recommit "[Attributor] Fix: Do not partially resolve returned calls."
Johannes Doerfert
2019-08-19
1
-11
/
+28
*
Re-apply fixed "[Attributor] Fix: Make sure we set the changed flag"
Johannes Doerfert
2019-08-19
1
-4
/
+4
*
Revert [Attributor] Fix: Make sure we set the changed flag
David L. Jones
2019-08-19
1
-4
/
+4
*
Revert [Attributor] Fix: Do not partially resolve returned calls.
David L. Jones
2019-08-19
1
-28
/
+11
*
[Attributor] Fix: Do not partially resolve returned calls.
Johannes Doerfert
2019-08-16
1
-11
/
+28
*
[Attributor] Fix: Make sure we set the changed flag
Johannes Doerfert
2019-08-16
1
-4
/
+4
*
[Attributor] Add all missing attribute definitions/symbols
Johannes Doerfert
2019-08-16
1
-35
/
+117
*
[Attributor] Towards a more structured deduction pattern
Johannes Doerfert
2019-08-16
1
-111
/
+222
*
[Attributor][NFC] Introduce aliases for call site attributes
Johannes Doerfert
2019-08-16
1
-7
/
+40
*
[Attributor] Introduce initialize calls and move code to keep attributes concise
Johannes Doerfert
2019-08-16
1
-179
/
+180
*
[Attributor] Try to fix "missing field 'RetInsts' initializer" warning
Johannes Doerfert
2019-08-14
1
-1
/
+1
*
[Attributor][NFC] Make debug output consistent
Johannes Doerfert
2019-08-14
1
-4
/
+4
*
[Attributor][NFC] Try to eliminate warnings (debug build + fall through)
Johannes Doerfert
2019-08-14
1
-1
/
+3
*
[Attributor][NFC] Introduce statistics macros for new positions
Johannes Doerfert
2019-08-14
1
-54
/
+42
*
[Attributor][NFC] Add merge/join/clamp operators to the IntegerState
Johannes Doerfert
2019-08-14
1
-0
/
+24
*
[Attributor] Use the AANoNull attribute directly in AADereferenceable
Johannes Doerfert
2019-08-14
1
-78
/
+34
*
[Attributor] Use liveness during the creation of AAReturnedValues
Johannes Doerfert
2019-08-14
1
-227
/
+182
*
[Attributor] Do not update or manifest dead attributes
Johannes Doerfert
2019-08-14
1
-3
/
+23
*
[Attributor] Use IRPosition consistently
Johannes Doerfert
2019-08-14
1
-234
/
+367
*
[Attributor] Use the cached data layout directly
Johannes Doerfert
2019-08-12
1
-11
/
+8
*
[Attributor][NFC] Add IntegerState raw_ostream << operator
Johannes Doerfert
2019-08-12
1
-0
/
+5
*
[Attributor] Make the InformationCache an Attributor member
Johannes Doerfert
2019-08-12
1
-96
/
+66
*
[Attributor][Stats] Locate statistics tracking with the attributes
Johannes Doerfert
2019-08-07
1
-106
/
+127
*
[Attributor][NFC] Code simplification and style normalization
Johannes Doerfert
2019-08-07
1
-38
/
+24
*
[Attributor] Introduce a state wrapper class
Johannes Doerfert
2019-08-07
1
-112
/
+12
*
[Attributor][NFC] Avoid unnecessary liveness queries
Johannes Doerfert
2019-08-07
1
-0
/
+10
*
[Attributor] Provide easier checkForallReturnedValues functionality
Johannes Doerfert
2019-08-07
1
-59
/
+85
*
[Attributor] Introduce checkForAllReadWriteInstructions(...).
Stefan Stipanovic
2019-08-07
1
-19
/
+35
*
[Attributor][modulemap] Revert r368064 but fix the build
Kristina Brooks
2019-08-06
1
-13
/
+8
*
[Attributor][NFC] Outline common pattern into helper method
Johannes Doerfert
2019-08-06
1
-37
/
+50
*
[Attributor] Provide a generic interface to check live instructions
Johannes Doerfert
2019-08-06
1
-104
/
+76
*
[Attributor] Introduce the IRAttribute helper struct
Johannes Doerfert
2019-08-05
1
-69
/
+39
*
[Attributor] Make abstract attributes stateless
Johannes Doerfert
2019-08-05
1
-289
/
+183
*
[Attributor] Use proper ID for attribute lookup
Johannes Doerfert
2019-08-05
1
-17
/
+32
*
[Attributor][NFCI] Avoid duplication of the InformationCache reference
Johannes Doerfert
2019-08-05
1
-129
/
+128
*
[Attributor] Deduce the "no-return" attribute for functions
Johannes Doerfert
2019-08-05
1
-0
/
+61
*
[Attributor][Fix] Do not remove instructions during manifestation
Johannes Doerfert
2019-08-05
1
-6
/
+20
*
[Attributor][Fix] Keep invokes if handlers catch asynchronous exceptions
Johannes Doerfert
2019-08-05
1
-9
/
+31
*
[Attributor][NFC] Create some attributes earlier
Johannes Doerfert
2019-08-04
1
-6
/
+6
*
[Attributor][NFC] Improve debug output
Johannes Doerfert
2019-08-04
1
-1
/
+2
*
[Attributor][Fix] Resolve various liveness issues
Johannes Doerfert
2019-08-04
1
-72
/
+94
*
[Attributor][NFC] Simplify common pattern wrt. fixpoints
Johannes Doerfert
2019-08-04
1
-70
/
+41
*
[Attributor][NFC] Invalid DerefState is at fixpoint
Johannes Doerfert
2019-08-04
1
-2
/
+3
*
[Attributor][NFC] run clang-format on Attributor.cpp
Stefan Stipanovic
2019-08-03
1
-4
/
+5
*
[Attributor] Fix dereferenceable callsite argument initialization
Hideto Ueno
2019-08-03
1
-2
/
+4
*
[Attributor] Using liveness in other attributes.
Stefan Stipanovic
2019-08-02
1
-30
/
+139
*
[Attributor][FIX] Indicate a missing update change
Johannes Doerfert
2019-08-01
1
-3
/
+7
*
[Attributor] Deduce "align" attribute
Hideto Ueno
2019-07-28
1
-0
/
+236
*
[Attributor][NFC] Re-run clang-format on the Attributor.cpp
Hideto Ueno
2019-07-23
1
-7
/
+4
*
[Attributor] Deduce "dereferenceable" attribute
Hideto Ueno
2019-07-23
1
-14
/
+429
[prev]
[next]