Re-sort all of the includes with ./utils/sort_includes.py so that
[oota-llvm.git] / lib / CodeGen / StackMaps.cpp
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-12-14 Juergen Ributzka[Stackmap] Refactor operand parsing.
2013-12-14 Juergen Ributzka[Stackmap] Liveness Analysis Pass
2013-12-13 Andrew TrickRevert "Liveness Analysis Pass"
2013-12-13 Andrew TrickGrow the stackmap/patchpoint format to hold 64-bit...
2013-12-13 Andrew TrickLiveness Analysis Pass
2013-11-29 Lang HamesRefactor a lot of patchpoint/stackmap related code...
2013-11-27 Lang HamesShow stackmap entry encodings in stackmap debug logs...
2013-11-19 Andrew TrickObvious pasto survived a couple rounds of cleanup.
2013-11-19 Andrew TrickAdd an abstraction to handle patchpoint operands.
2013-11-17 Andrew TrickAdded a size field to the stack map record to handle...
2013-11-08 Juergen Ributzka[Stackmap] Add AnyReg calling convention support for...
2013-11-08 Lang HamesFix some minor issues with r194282 to get the tree...
2013-11-08 Lang HamesAdd a method to get the object-file appropriate stack...
2013-10-31 Andrew TrickUnused variable
2013-10-31 Andrew TrickAdd support for stack map generation in the X86 backend.