Philip Reames
|
b236002807
[Statepoints] Fix overalignment of loads in no-realign-stack functions
|
6 年之前 |
Richard Trieu
|
a2c2f3f9ea
Move variable out from debug only section.
|
6 年之前 |
Philip Reames
|
e238f326c3
[Statepoints] Fix a bug in statepoint lowering for functions w/no-realign-stack
|
6 年之前 |
Philip Reames
|
197a5e2c4a
[CodeGen] Add MMOs to statepoint nodes during SelectionDAG
|
6 年之前 |
Philip Reames
|
0307be3cc1
[Statepoint Lowering] Update misleading comments about chains
|
6 年之前 |
Chandler Carruth
|
8677a19763
[CallSite removal] Migrate the statepoint GC infrastructure to use the
|
6 年之前 |
Chandler Carruth
|
6b547686c5
Update the file headers across all of the LLVM projects in the monorepo
|
6 年之前 |
Than McIntosh
|
40a8867348
[CodeGen] Prefer static frame index for STATEPOINT liveness args
|
6 年之前 |
Fangrui Song
|
af7b1832a0
Remove trailing space
|
7 年之前 |
Matt Arsenault
|
f02d879e99
DAG: Add calling convention argument to calling convention funcs
|
7 年之前 |
David Blaikie
|
9d9a46a465
Fix layering of MachineValueType.h by moving it from CodeGen to Support
|
7 年之前 |
Jonas Paulsson
|
8973ec011a
Use getStoreSize() in various places instead of 'BitSize >> 3'.
|
7 年之前 |
David Blaikie
|
e3a9b4ce3a
Fix a bunch more layering of CodeGen headers that are in Target
|
7 年之前 |
Eugene Zelenko
|
5c883452a8
[CodeGen] Fix some Clang-tidy modernize-use-default-member-init and Include What You Use warnings; other minor fixes (NFC).
|
8 年之前 |
Simon Dardis
|
00daab518d
Reland "[SelectionDAG] Enable target specific vector scalarization of calls and returns"
|
8 年之前 |
Chandler Carruth
|
e3e43d9d57
Sort the remaining #include lines in include/... and lib/....
|
8 年之前 |
Philip Reames
|
b72c01108d
[Statepoint] Be consistent about using deopt naming [NFCI]
|
8 年之前 |
Craig Topper
|
ad0e6668a7
[Statistics] Add a method to atomically update a statistic that contains a maximum
|
8 年之前 |
Sanjoy Das
|
b3ab6b2622
Use a pointer type for target frame indices during statepoint lowering
|
8 年之前 |
Simon Dardis
|
0bea7aaa6f
Revert "[SelectionDAG] Enable target specific vector scalarization of calls and returns"
|
8 年之前 |
Simon Dardis
|
dc04fc16d6
[SelectionDAG] Enable target specific vector scalarization of calls and returns
|
8 年之前 |
Philip Reames
|
1394ec29ca
[Statepoints] Reuse stack slots more than once within a basic block
|
8 年之前 |
Simon Pilgrim
|
cc5e30431d
Fix spelling mistakes in SelectionDAG comments. NFC.
|
8 年之前 |
Sanjay Patel
|
a7c48ccd3f
getValueType().getSizeInBits() -> getValueSizeInBits() ; NFCI
|
9 年之前 |
Philip Reames
|
327ae5898b
[statepoints][experimental] Add support for live-in semantics of values in deopt bundles
|
9 年之前 |
Matthias Braun
|
f79c57a412
MachineFunction: Return reference for getFrameInfo(); NFC
|
9 年之前 |
Justin Lebar
|
b2d6ad7cfd
[SelectionDAG] Get rid of bool parameters in SelectionDAG::getLoad, getStore, and friends.
|
9 年之前 |
Philip Reames
|
0802f714a2
Introduce an GCRelocateInst class [NFC]
|
9 年之前 |
Sanjoy Das
|
6dd7334ee8
Lower @llvm.experimental.deoptimize as a noreturn call
|
9 年之前 |
Sanjoy Das
|
dbdf1cfb70
Reduce code duplication by extracting out a helper function; NFC
|
9 年之前 |