Move most user of TargetMachine::getDataLayout to the Module one
[oota-llvm.git] / lib / CodeGen / StackMaps.cpp
2015-07-16 Mehdi AminiMove most user of TargetMachine::getDataLayout to the...
2015-07-09 Juergen Ributzka[StackMap] Use lambdas to specify the sort and erase...
2015-07-09 Juergen Ributzka[StackMap] Rename variables to be more consistent....
2015-07-09 Juergen Ributzka[StackMaps] Use emplace_back when possible. NFC.
2015-07-08 Juergen RibutzkaRun clang-format before making changes to StackMaps...
2015-05-30 Jim GrosbachMC: Clean up MCExpr naming. NFC.
2015-05-21 Rafael EspindolaMove alignment from MCSectionData to MCSection.
2015-05-18 Jim GrosbachMC: Clean up method names in MCContext.
2015-05-12 Sanjoy Das[Statepoints] Support for "patchable" statepoints.
2015-04-24 Lang Hames[AsmPrinter] Make AsmPrinter's OutStreamer member a...
2015-03-20 Eric ChristopherRemove dead calls and function arguments dealing with...
2015-03-20 Eric ChristopherRewrite StackMap location handling to pre-compute the...
2015-03-19 Eric ChristopherUse the cached subtarget on the MachineFunction when...
2015-03-13 Eric ChristopherUse the cached subtarget off of the machine function.
2015-01-26 Eric ChristopherMove DataLayout back to the TargetMachine from TargetSu...
2015-01-13 Hal Finkel[StackMaps] Use CurrentFnSymForSize
2014-12-01 Philip Reames[Statepoints 2/4] Statepoint infrastructure for garbage...
2014-11-04 Sanjoy DasThe patchpoint lowering logic would crash with live...
2014-11-04 Sanjoy DasChange logic in StackMaps::recordStackMapOpers to use...
2014-10-04 Benjamin KramerRemove unnecessary copying or replace it with moves...
2014-08-05 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-08-01 Philip ReamesExplicitly report runtime stack realignment in StackMap...
2014-05-01 Juergen Ributzka[Stackmaps] Pacify windows buildbot.
2014-05-01 Juergen Ributzka[Stackmaps] Add command line option to specify the...
2014-05-01 Juergen Ributzka[Stackmaps] Refactor serialization code. No functional...
2014-05-01 Juergen Ributzka[Stackmaps] Replace the custom ConstantPool class with...
2014-04-22 Chandler Carruth[Modules] Remove potential ODR violations by sinking...
2014-03-31 Juergen Ributzka[Stackmaps] Update the stackmap format to use 64-bit...
2014-03-04 Chandler Carruth[cleanup] Re-sort all the includes with utils/sort_incl...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-02-10 Juergen Ributzka[Stackmaps] Cleanup code. No functional change intended.
2014-01-30 Juergen Ributzka[Stackmaps] Record the stack size of each function...
2014-01-30 Juergen RibutzkaRevert "[Stackmaps] Record the stack size of each funct...
2014-01-30 Juergen Ributzka[Stackmaps] Record the stack size of each function...
2014-01-24 Alp TokerFix known typos
2014-01-09 Andrew Trickllvm.experimental.stackmap: fix encoding of large const...
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.