summaryrefslogtreecommitdiff
path: root/lib/CodeGen/StackMaps.cpp
AgeCommit message (Expand)Author
2017-12-01Mark all library options as hidden.Zachary Turner
2017-11-30[CodeGen] Always use `printReg` to print registers in both MIR and debugFrancis Visoiu Mistrih
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-04-28[StackMaps] Increase the size of the "location size" fieldSanjoy Das
2017-04-24Move size and alignment information of regclass to TargetRegisterInfoKrzysztof Parzyszek
2017-02-22[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko
2016-09-14[Stackmap] Added callsite counts to emitted function information.Sanjoy Das
2016-08-23[stackmaps] Remove an unneeded member variable [NFC]Philip Reames
2016-08-23[stackmaps] More extraction of common code [NFCI]Philip Reames
2016-08-23Remove unused data member to unbreak -Werror builds.Richard Smith
2016-08-23[stackmaps] Extract out magic constants [NFCI]Philip Reames
2016-08-12Use the range variant of remove_if instead of unpacking begin/endDavid Majnemer
2016-07-28MachineFunction: Return reference for getFrameInfo(); NFCMatthias Braun
2016-04-11Fix a couple of redundant conditional expressions (PR27283, PR28282)Hans Wennborg
2015-07-16Move most user of TargetMachine::getDataLayout to the Module oneMehdi Amini
2015-07-09[StackMap] Use lambdas to specify the sort and erase conditions. NFC.Juergen Ributzka
2015-07-09[StackMap] Rename variables to be more consistent. NFC.Juergen Ributzka
2015-07-09[StackMaps] Use emplace_back when possible. NFC.Juergen Ributzka
2015-07-08Run clang-format before making changes to StackMaps. NFC.Juergen Ributzka
2015-05-30MC: Clean up MCExpr naming. NFC.Jim Grosbach
2015-05-21Move alignment from MCSectionData to MCSection.Rafael Espindola
2015-05-18MC: Clean up method names in MCContext.Jim Grosbach
2015-05-12[Statepoints] Support for "patchable" statepoints.Sanjoy Das
2015-04-24[AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.Lang Hames
2015-03-20Remove dead calls and function arguments dealing with TRI in StackMaps.Eric Christopher
2015-03-20Rewrite StackMap location handling to pre-compute the dwarf registerEric Christopher
2015-03-19Use the cached subtarget on the MachineFunction when the AsmPrinterEric Christopher
2015-03-13Use the cached subtarget off of the machine function.Eric Christopher
2015-01-26Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher
2015-01-13[StackMaps] Use CurrentFnSymForSizeHal Finkel
2014-12-01[Statepoints 2/4] Statepoint infrastructure for garbage collection: MI & x86-...Philip Reames
2014-11-04The patchpoint lowering logic would crash with live constants equal toSanjoy Das
2014-11-04Change logic in StackMaps::recordStackMapOpers to use the isInt<32>Sanjoy Das
2014-10-04Remove unnecessary copying or replace it with moves in a bunch of places.Benjamin Kramer
2014-08-05Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher
2014-08-01Explicitly report runtime stack realignment in StackMap sectionPhilip Reames
2014-05-01[Stackmaps] Pacify windows buildbot.Juergen Ributzka
2014-05-01[Stackmaps] Add command line option to specify the stackmap version.Juergen Ributzka
2014-05-01[Stackmaps] Refactor serialization code. No functional change intended.Juergen Ributzka
2014-05-01[Stackmaps] Replace the custom ConstantPool class with a MapVector.Juergen Ributzka
2014-04-22[Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth
2014-03-31[Stackmaps] Update the stackmap format to use 64-bit relocations for the func...Juergen Ributzka
2014-03-04[cleanup] Re-sort all the includes with utils/sort_includes.py.Chandler Carruth
2014-03-02[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer
2014-02-10[Stackmaps] Cleanup code. No functional change intended.Juergen Ributzka
2014-01-30[Stackmaps] Record the stack size of each function that contains a stackmap/p...Juergen Ributzka
2014-01-30Revert "[Stackmaps] Record the stack size of each function that contains a st...Juergen Ributzka
2014-01-30[Stackmaps] Record the stack size of each function that contains a stackmap/p...Juergen Ributzka