Sink DwarfUnit::constructImportedEntityDIE into DwarfCompileUnit.
[oota-llvm.git] / lib / CodeGen / StackMaps.cpp
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.