Benjamin Kramer
|
d628f19f5d
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
|
11 years ago |
Juergen Ributzka
|
1a66b63578
[Stackmaps] Cleanup code. No functional change intended.
|
11 years ago |
Juergen Ributzka
|
014fdcdaf0
[Stackmaps] Record the stack size of each function that contains a stackmap/patchpoint intrinsic.
|
11 years ago |
Juergen Ributzka
|
d26c0e731c
Revert "[Stackmaps] Record the stack size of each function that contains a stackmap/patchpoint intrinsic."
|
11 years ago |
Juergen Ributzka
|
2baaf25bf5
[Stackmaps] Record the stack size of each function that contains a stackmap/patchpoint intrinsic.
|
11 years ago |
Alp Toker
|
ae43cab6ba
Fix known typos
|
11 years ago |
Andrew Trick
|
b3ea6d7ce7
llvm.experimental.stackmap: fix encoding of large constants.
|
11 years ago |
Chandler Carruth
|
974a445bd9
Re-sort all of the includes with ./utils/sort_includes.py so that
|
11 years ago |
Juergen Ributzka
|
bfee019790
[Stackmap] Refactor operand parsing.
|
11 years ago |
Juergen Ributzka
|
aaecc0fc08
[Stackmap] Liveness Analysis Pass
|
11 years ago |
Andrew Trick
|
38c9ecda9b
Revert "Liveness Analysis Pass"
|
11 years ago |
Andrew Trick
|
cd8314d63c
Grow the stackmap/patchpoint format to hold 64-bit IDs.
|
11 years ago |
Andrew Trick
|
539e93120c
Liveness Analysis Pass
|
11 years ago |
Lang Hames
|
1cbca515b6
Refactor a lot of patchpoint/stackmap related code to simplify and make it
|
11 years ago |
Lang Hames
|
60ffb59df3
Show stackmap entry encodings in stackmap debug logs. This makes it easier to
|
11 years ago |
Andrew Trick
|
0d63cf0812
Obvious pasto survived a couple rounds of cleanup.
|
11 years ago |
Andrew Trick
|
8ddf988ef4
Add an abstraction to handle patchpoint operands.
|
11 years ago |
Andrew Trick
|
bb756ca244
Added a size field to the stack map record to handle subregister spills.
|
11 years ago |
Juergen Ributzka
|
623d2e618f
[Stackmap] Add AnyReg calling convention support for patchpoint intrinsic.
|
11 years ago |
Lang Hames
|
de753f4853
Fix some minor issues with r194282 to get the tree healthy again.
|
11 years ago |
Lang Hames
|
c87e438054
Add a method to get the object-file appropriate stack map section.
|
11 years ago |
Andrew Trick
|
21cd360f52
Unused variable
|
11 years ago |
Andrew Trick
|
3d74dea4bd
Add support for stack map generation in the X86 backend.
|
11 years ago |