summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/StackMaps.h
Commit message (Expand)AuthorAge
* [Stackmaps] Pacify windows buildbot.Juergen Ributzka2014-05-01
* [Stackmaps] Add command line option to specify the stackmap version.Juergen Ributzka2014-05-01
* [Stackmaps] Refactor serialization code. No functional change intended.Juergen Ributzka2014-05-01
* [Stackmaps] Replace the custom ConstantPool class with a MapVector.Juergen Ributzka2014-05-01
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-14
* [Stackmaps] Update the stackmap format to use 64-bit relocations for the func...Juergen Ributzka2014-03-31
* [Stackmaps] Cleanup code. No functional change intended.Juergen Ributzka2014-02-10
* [Stackmaps] Record the stack size of each function that contains a stackmap/p...Juergen Ributzka2014-01-30
* Revert "[Stackmaps] Record the stack size of each function that contains a st...Juergen Ributzka2014-01-30
* [Stackmaps] Record the stack size of each function that contains a stackmap/p...Juergen Ributzka2014-01-30
* [Stackmap] Refactor operand parsing.Juergen Ributzka2013-12-14
* [Stackmap] Liveness Analysis PassJuergen Ributzka2013-12-14
* Revert "Liveness Analysis Pass"Andrew Trick2013-12-13
* Grow the stackmap/patchpoint format to hold 64-bit IDs.Andrew Trick2013-12-13
* Liveness Analysis PassAndrew Trick2013-12-13
* Refactor a lot of patchpoint/stackmap related code to simplify and make itLang Hames2013-11-29
* Fix patchpoint comments.Andrew Trick2013-11-19
* Add an abstraction to handle patchpoint operands.Andrew Trick2013-11-19
* Added a size field to the stack map record to handle subregister spills.Andrew Trick2013-11-17
* [Stackmap] Add AnyReg calling convention support for patchpoint intrinsic.Juergen Ributzka2013-11-08
* Add support for stack map generation in the X86 backend.Andrew Trick2013-10-31