index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
StackMaps.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Stackmaps] Pacify windows buildbot.
Juergen Ributzka
2014-05-01
1
-0
/
+3
*
[Stackmaps] Add command line option to specify the stackmap version.
Juergen Ributzka
2014-05-01
1
-1
/
+10
*
[Stackmaps] Refactor serialization code. No functional change intended.
Juergen Ributzka
2014-05-01
1
-125
/
+144
*
[Stackmaps] Replace the custom ConstantPool class with a MapVector.
Juergen Ributzka
2014-05-01
1
-5
/
+7
*
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-2
/
+2
*
[Stackmaps] Update the stackmap format to use 64-bit relocations for the func...
Juergen Ributzka
2014-03-31
1
-20
/
+36
*
[cleanup] Re-sort all the includes with utils/sort_includes.py.
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-4
/
+4
*
[Stackmaps] Cleanup code. No functional change intended.
Juergen Ributzka
2014-02-10
1
-25
/
+16
*
[Stackmaps] Record the stack size of each function that contains a stackmap/p...
Juergen Ributzka
2014-01-30
1
-0
/
+24
*
Revert "[Stackmaps] Record the stack size of each function that contains a st...
Juergen Ributzka
2014-01-30
1
-24
/
+0
*
[Stackmaps] Record the stack size of each function that contains a stackmap/p...
Juergen Ributzka
2014-01-30
1
-0
/
+24
*
Fix known typos
Alp Toker
2014-01-24
1
-1
/
+1
*
llvm.experimental.stackmap: fix encoding of large constants.
Andrew Trick
2014-01-09
1
-1
/
+4
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-3
/
+1
*
[Stackmap] Refactor operand parsing.
Juergen Ributzka
2013-12-14
1
-91
/
+74
*
[Stackmap] Liveness Analysis Pass
Juergen Ributzka
2013-12-14
1
-13
/
+105
*
Revert "Liveness Analysis Pass"
Andrew Trick
2013-12-13
1
-106
/
+13
*
Grow the stackmap/patchpoint format to hold 64-bit IDs.
Andrew Trick
2013-12-13
1
-7
/
+6
*
Liveness Analysis Pass
Andrew Trick
2013-12-13
1
-12
/
+105
*
Refactor a lot of patchpoint/stackmap related code to simplify and make it
Lang Hames
2013-11-29
1
-6
/
+58
*
Show stackmap entry encodings in stackmap debug logs. This makes it easier to
Lang Hames
2013-11-27
1
-23
/
+27
*
Obvious pasto survived a couple rounds of cleanup.
Andrew Trick
2013-11-19
1
-2
/
+1
*
Add an abstraction to handle patchpoint operands.
Andrew Trick
2013-11-19
1
-4
/
+84
*
Added a size field to the stack map record to handle subregister spills.
Andrew Trick
2013-11-17
1
-5
/
+15
*
[Stackmap] Add AnyReg calling convention support for patchpoint intrinsic.
Juergen Ributzka
2013-11-08
1
-1
/
+12
*
Fix some minor issues with r194282 to get the tree healthy again.
Lang Hames
2013-11-08
1
-1
/
+2
*
Add a method to get the object-file appropriate stack map section.
Lang Hames
2013-11-08
1
-2
/
+1
*
Unused variable
Andrew Trick
2013-10-31
1
-0
/
+1
*
Add support for stack map generation in the X86 backend.
Andrew Trick
2013-10-31
1
-0
/
+213