summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/StackMaps.cpp
Commit message (Expand)AuthorAgeFilesLines
* [StackMaps] Be explicit about label formation [NFC] (try 2)Philip Reames2019-12-191-11/+11
* Temporarily Revert "[StackMaps] Be explicit about label formation [NFC]"Eric Christopher2019-12-191-11/+11
* [StackMaps] Be explicit about label formation [NFC]Philip Reames2019-12-191-11/+11
* Fix operator precedence warning. NFC.Simon Pilgrim2019-11-091-1/+1
* MCRegisterInfo: Merge getLLVMRegNum and getLLVMRegNumFromEHPavel Labath2019-09-241-1/+1
* Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders2019-08-151-2/+2
* Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...Daniel Sanders2019-08-011-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-271-5/+4
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-11/+11
* [CodeGen] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-061-5/+5
* Mark all library options as hidden.Zachary Turner2017-12-011-1/+1
* [CodeGen] Always use `printReg` to print registers in both MIR and debugFrancis Visoiu Mistrih2017-11-301-4/+4
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-3/+3
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [StackMaps] Increase the size of the "location size" fieldSanjoy Das2017-04-281-6/+12
* Move size and alignment information of regclass to TargetRegisterInfoKrzysztof Parzyszek2017-04-241-2/+3
* [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko2017-02-221-6/+18
* [Stackmap] Added callsite counts to emitted function information.Sanjoy Das2016-09-141-13/+21
* [stackmaps] Remove an unneeded member variable [NFC]Philip Reames2016-08-231-2/+1
* [stackmaps] More extraction of common code [NFCI]Philip Reames2016-08-231-6/+5
* Remove unused data member to unbreak -Werror builds.Richard Smith2016-08-231-2/+1
* [stackmaps] Extract out magic constants [NFCI]Philip Reames2016-08-231-3/+10
* Use the range variant of remove_if instead of unpacking begin/endDavid Majnemer2016-08-121-2/+1
* MachineFunction: Return reference for getFrameInfo(); NFCMatthias Braun2016-07-281-3/+3
* Fix a couple of redundant conditional expressions (PR27283, PR28282)Hans Wennborg2016-04-111-2/+2
* Move most user of TargetMachine::getDataLayout to the Module oneMehdi Amini2015-07-161-1/+3
* [StackMap] Use lambdas to specify the sort and erase conditions. NFC.Juergen Ributzka2015-07-091-6/+14
* [StackMap] Rename variables to be more consistent. NFC.Juergen Ributzka2015-07-091-40/+38
* [StackMaps] Use emplace_back when possible. NFC.Juergen Ributzka2015-07-091-5/+5
* Run clang-format before making changes to StackMaps. NFC.Juergen Ributzka2015-07-081-39/+38
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-3/+3
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-211-2/+2
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-2/+2
* [Statepoints] Support for "patchable" statepoints.Sanjoy Das2015-05-121-3/+2
* [AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.Lang Hames2015-04-241-4/+4
* Remove dead calls and function arguments dealing with TRI in StackMaps.Eric Christopher2015-03-201-4/+2
* Rewrite StackMap location handling to pre-compute the dwarf registerEric Christopher2015-03-201-83/+95
* Use the cached subtarget on the MachineFunction when the AsmPrinterEric Christopher2015-03-191-1/+1
* Use the cached subtarget off of the machine function.Eric Christopher2015-03-131-1/+1
* Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher2015-01-261-2/+1
* [StackMaps] Use CurrentFnSymForSizeHal Finkel2015-01-131-1/+1
* [Statepoints 2/4] Statepoint infrastructure for garbage collection: MI & x86-...Philip Reames2014-12-011-0/+12
* The patchpoint lowering logic would crash with live constants equal toSanjoy Das2014-11-041-0/+10
* Change logic in StackMaps::recordStackMapOpers to use the isInt<32>Sanjoy Das2014-11-041-2/+1
* Remove unnecessary copying or replace it with moves in a bunch of places.Benjamin Kramer2014-10-041-1/+2
* Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher2014-08-051-2/+1
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-5/+9
* Explicitly report runtime stack realignment in StackMap sectionPhilip Reames2014-08-011-1/+4
* [Stackmaps] Pacify windows buildbot.Juergen Ributzka2014-05-011-0/+3
OpenPOWER on IntegriCloud