Philip Reames
|
20a211a99b
[AST] Minor formatting cleanup [NFC]
|
7 年之前 |
Philip Reames
|
5fada2e94d
[AST] Cleanup code by using MemoryLocation utility [NFC]
|
7 年之前 |
Fangrui Song
|
af7b1832a0
Remove trailing space
|
7 年之前 |
Jakub Kuderski
|
bdacec9c4a
[AliasSet] Fix UnknownInstructions printing
|
7 年之前 |
Daniel Neilson
|
136d97ecc4
[AliasSet] Teach the alias set how to handle atomic memcpy/memmove/memset
|
7 年之前 |
George Burgess IV
|
3bf8298d82
Replace AA's uses of uint64_t with LocationSize; NFC.
|
7 年之前 |
Nico Weber
|
0f38c60baf
IWYU for llvm-config.h in llvm, additions.
|
7 年之前 |
Alina Sbirlea
|
a2d30e9740
Modify ModRefInfo values using static inline method abstractions [NFC].
|
7 年之前 |
Dan Gohman
|
b5e0bec282
Add an @llvm.sideeffect intrinsic
|
7 年之前 |
Aaron Ballman
|
1d03d382c1
Reverting r315590; it did not include changes for llvm-tblgen, which is causing link errors for several people.
|
7 年之前 |
Don Hinton
|
5298935fe7
[dump] Remove NDEBUG from test to enable dump methods [NFC]
|
7 年之前 |
Eugene Zelenko
|
4114bcf1b9
[Analysis] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
|
8 年之前 |
Xin Tong
|
5b97b27fed
[AST] Fix a bug in aliasesUnknownInst. Make sure we are comparing the unknown instructions in the alias set and the instruction interested in.
|
8 年之前 |
Chandler Carruth
|
e3e43d9d57
Sort the remaining #include lines in include/... and lib/....
|
8 年之前 |
Sanjoy Das
|
c32a57361b
Use a WeakVH for UnknownInstructions in AliasSetTracker
|
8 年之前 |
Chad Rosier
|
4438f46674
[AliasSetTracker] Make AST smarter about assume intrinsics that don't actually affect memory.
|
8 年之前 |
Chad Rosier
|
5a50eb6b58
Revert "[AliasSetTracker] Make AST smarter about intrinsics that don't actually affect memory."
|
8 年之前 |
Chad Rosier
|
e131755b83
[AliasSetTracker] Make AST smarter about intrinsics that don't actually affect memory.
|
8 年之前 |
Chad Rosier
|
db638de2de
[AliasSetTracker] Add support for memcpy and memmove.
|
8 年之前 |
Chad Rosier
|
6d823ecec2
[AliasSetTracker] Return void for add() functions. NFC.
|
8 年之前 |
Michael Kuperstein
|
15095e4af8
[AliasSetTracker] Degrade AliasSetTracker when may-alias sets get too large.
|
9 年之前 |
Xinliang David Li
|
b9ecebcaa5
Add comment /NFC
|
9 年之前 |
Michael Kuperstein
|
e99815b052
[AliasSetTracker] Delete dead code
|
9 年之前 |
Benjamin Kramer
|
8d0d2b6abd
Apply clang-tidy's modernize-loop-convert to lib/Analysis.
|
9 年之前 |
Michael Kuperstein
|
f66aab6e00
[AliasSetTracker] Correctly handle changing the size of an entry
|
9 年之前 |
JF Bastien
|
b36d1a86f1
NFC: make AtomicOrdering an enum class
|
9 年之前 |
Michael Kuperstein
|
0fb6693862
[AliasSetTracker] Do not strip pointer casts when processing MemSetInst
|
9 年之前 |
Haicheng Wu
|
5ce6e32359
[AliasSetTracker] Teach AliasSetTracker about MemSetInst
|
9 年之前 |
Yaron Keren
|
55307987a1
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r259192 post commit comment.
|
9 年之前 |
Hal Finkel
|
5b601e1cf0
Revert "r251451 - [AliasSetTracker] Use mod/ref information for UnknownInstr"
|
9 年之前 |