Age | Commit message (Expand) | Author | Files | Lines |
2015-07-16 | Move most user of TargetMachine::getDataLayout to the Module one | Mehdi Amini | 1 | -1/+3 |
2015-07-09 | [StackMap] Use lambdas to specify the sort and erase conditions. NFC. | Juergen Ributzka | 1 | -6/+14 |
2015-07-09 | [StackMap] Rename variables to be more consistent. NFC. | Juergen Ributzka | 1 | -40/+38 |
2015-07-09 | [StackMaps] Use emplace_back when possible. NFC. | Juergen Ributzka | 1 | -5/+5 |
2015-07-08 | Run clang-format before making changes to StackMaps. NFC. | Juergen Ributzka | 1 | -39/+38 |
2015-05-30 | MC: Clean up MCExpr naming. NFC. | Jim Grosbach | 1 | -3/+3 |
2015-05-21 | Move alignment from MCSectionData to MCSection. | Rafael Espindola | 1 | -2/+2 |
2015-05-18 | MC: Clean up method names in MCContext. | Jim Grosbach | 1 | -2/+2 |
2015-05-12 | [Statepoints] Support for "patchable" statepoints. | Sanjoy Das | 1 | -3/+2 |
2015-04-24 | [AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr. | Lang Hames | 1 | -4/+4 |
2015-03-20 | Remove dead calls and function arguments dealing with TRI in StackMaps. | Eric Christopher | 1 | -4/+2 |
2015-03-20 | Rewrite StackMap location handling to pre-compute the dwarf register | Eric Christopher | 1 | -83/+95 |
2015-03-19 | Use the cached subtarget on the MachineFunction when the AsmPrinter | Eric Christopher | 1 | -1/+1 |
2015-03-13 | Use the cached subtarget off of the machine function. | Eric Christopher | 1 | -1/+1 |
2015-01-26 | Move DataLayout back to the TargetMachine from TargetSubtargetInfo | Eric Christopher | 1 | -2/+1 |
2015-01-13 | [StackMaps] Use CurrentFnSymForSize | Hal Finkel | 1 | -1/+1 |
2014-12-01 | [Statepoints 2/4] Statepoint infrastructure for garbage collection: MI & x86-... | Philip Reames | 1 | -0/+12 |
2014-11-04 | The patchpoint lowering logic would crash with live constants equal to | Sanjoy Das | 1 | -0/+10 |
2014-11-04 | Change logic in StackMaps::recordStackMapOpers to use the isInt<32> | Sanjoy Das | 1 | -2/+1 |
2014-10-04 | Remove unnecessary copying or replace it with moves in a bunch of places. | Benjamin Kramer | 1 | -1/+2 |
2014-08-05 | Have MachineFunction cache a pointer to the subtarget to make lookups | Eric Christopher | 1 | -2/+1 |
2014-08-04 | Remove the TargetMachine forwards for TargetSubtargetInfo based | Eric Christopher | 1 | -5/+9 |
2014-08-01 | Explicitly report runtime stack realignment in StackMap section | Philip Reames | 1 | -1/+4 |
2014-05-01 | [Stackmaps] Pacify windows buildbot. | Juergen Ributzka | 1 | -0/+3 |
2014-05-01 | [Stackmaps] Add command line option to specify the stackmap version. | Juergen Ributzka | 1 | -1/+10 |
2014-05-01 | [Stackmaps] Refactor serialization code. No functional change intended. | Juergen Ributzka | 1 | -125/+144 |
2014-05-01 | [Stackmaps] Replace the custom ConstantPool class with a MapVector. | Juergen Ributzka | 1 | -5/+7 |
2014-04-22 | [Modules] Remove potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth | 1 | -2/+2 |
2014-03-31 | [Stackmaps] Update the stackmap format to use 64-bit relocations for the func... | Juergen Ributzka | 1 | -20/+36 |
2014-03-04 | [cleanup] Re-sort all the includes with utils/sort_includes.py. | Chandler Carruth | 1 | -1/+1 |
2014-03-02 | [C++11] Replace llvm::next and llvm::prior with std::next and std::prev. | Benjamin Kramer | 1 | -4/+4 |
2014-02-10 | [Stackmaps] Cleanup code. No functional change intended. | Juergen Ributzka | 1 | -25/+16 |
2014-01-30 | [Stackmaps] Record the stack size of each function that contains a stackmap/p... | Juergen Ributzka | 1 | -0/+24 |
2014-01-30 | Revert "[Stackmaps] Record the stack size of each function that contains a st... | Juergen Ributzka | 1 | -24/+0 |
2014-01-30 | [Stackmaps] Record the stack size of each function that contains a stackmap/p... | Juergen Ributzka | 1 | -0/+24 |
2014-01-24 | Fix known typos | Alp Toker | 1 | -1/+1 |
2014-01-09 | llvm.experimental.stackmap: fix encoding of large constants. | Andrew Trick | 1 | -1/+4 |
2014-01-07 | Re-sort all of the includes with ./utils/sort_includes.py so that | Chandler Carruth | 1 | -3/+1 |
2013-12-14 | [Stackmap] Refactor operand parsing. | Juergen Ributzka | 1 | -91/+74 |
2013-12-14 | [Stackmap] Liveness Analysis Pass | Juergen Ributzka | 1 | -13/+105 |
2013-12-13 | Revert "Liveness Analysis Pass" | Andrew Trick | 1 | -106/+13 |
2013-12-13 | Grow the stackmap/patchpoint format to hold 64-bit IDs. | Andrew Trick | 1 | -7/+6 |
2013-12-13 | Liveness Analysis Pass | Andrew Trick | 1 | -12/+105 |
2013-11-29 | Refactor a lot of patchpoint/stackmap related code to simplify and make it | Lang Hames | 1 | -6/+58 |
2013-11-27 | Show stackmap entry encodings in stackmap debug logs. This makes it easier to | Lang Hames | 1 | -23/+27 |
2013-11-19 | Obvious pasto survived a couple rounds of cleanup. | Andrew Trick | 1 | -2/+1 |
2013-11-19 | Add an abstraction to handle patchpoint operands. | Andrew Trick | 1 | -4/+84 |
2013-11-17 | Added a size field to the stack map record to handle subregister spills. | Andrew Trick | 1 | -5/+15 |
2013-11-08 | [Stackmap] Add AnyReg calling convention support for patchpoint intrinsic. | Juergen Ributzka | 1 | -1/+12 |
2013-11-08 | Fix some minor issues with r194282 to get the tree healthy again. | Lang Hames | 1 | -1/+2 |