Fangrui Song
|
7d88286b7c
[CodeGen] Fix inconsistent declaration parameter name
|
7 years ago |
Heejin Ahn
|
c430c83029
[WebAssembly] Add WasmEHFuncInfo for unwind destination information
|
7 years ago |
Heejin Ahn
|
a3ccaa9b88
[WebAssembly] Add functions for EHScopes
|
7 years ago |
Adrian Prantl
|
26b584c691
Remove \brief commands from doxygen comments.
|
7 years ago |
Francis Visoiu Mistrih
|
bea0f24e1c
[MIR] Add support for debug metadata for fixed stack objects
|
7 years ago |
Matthias Braun
|
d318139827
MachineFunction: Return reference from getFunction(); NFC
|
7 years ago |
Matthias Braun
|
dfcb4f5344
MachineFunction: Slight refactoring; NFC
|
7 years ago |
Reid Kleckner
|
c86178ea37
Add llvm.codeview.annotation to implement MSVC __annotation
|
8 years ago |
Matthias Braun
|
18f24452da
TargetInstrInfo: Change duplicate() to work on bundles.
|
8 years ago |
Hiroshi Inoue
|
eeca49d1ac
[StackColoring] Update AliasAnalysis information in stack coloring pass
|
8 years ago |
Konstantin Zhuravlyov
|
8f85685860
Enhance synchscope representation
|
8 years ago |
Chandler Carruth
|
e3e43d9d57
Sort the remaining #include lines in include/... and lib/....
|
8 years ago |
Eugene Zelenko
|
1d081e6497
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
|
8 years ago |
Francis Visoiu Mistrih
|
97979ac38c
[MachineFunction] Fix documentation. NFC
|
8 years ago |
Matthias Braun
|
347847bcdc
Move most EH from MachineModuleInfo to MachineFunction
|
8 years ago |
Eric Christopher
|
e7b3959e01
Temporarily Revert "Move most EH from MachineModuleInfo to MachineFunction"
|
8 years ago |
Matthias Braun
|
29c7b3a03e
Move most EH from MachineModuleInfo to MachineFunction
|
8 years ago |
Matthias Braun
|
40485c228c
Move VariableDbgInfo from MachineModuleInfo to MachineFunction
|
8 years ago |
Matthias Braun
|
14250381b8
Move FrameInstructions from MachineModuleInfo to MachineFunction
|
8 years ago |
Konstantin Zhuravlyov
|
a7e2c08af2
[MachineMemOperand] Move synchronization scope and atomic orderings from SDNode to MachineMemOperand, and remove redundant getAtomic* member functions from SelectionDAG.
|
8 years ago |
Hans Wennborg
|
ba9e1e6b25
Win64: Don't emit unwind info for "leaf" functions (PR30337)
|
9 years ago |
Duncan P. N. Exon Smith
|
a66f054162
ADT: Never allocate nodes in iplist<> and ilist<>
|
9 years ago |
Duncan P. N. Exon Smith
|
9c80b35060
ADT: Split ilist_node_traits into alloc and callback, NFC
|
9 years ago |
Duncan P. N. Exon Smith
|
1d79fff9e6
ADT: Give ilist<T>::reverse_iterator a handle to the current node
|
9 years ago |
Quentin Colombet
|
6dff9d76f8
[MFProperties] Introduce a FailedISel property.
|
9 years ago |
Quentin Colombet
|
ac0c6d3071
[MachineFunction] Introduce a reset method.
|
9 years ago |
Quentin Colombet
|
7e94389773
[MFProperties] Introduce a reset method with no argument.
|
9 years ago |
Quentin Colombet
|
1c4f0f9d6c
[MFProperties][NFC] Rename clear into reset to match BitVector naming.
|
9 years ago |
Matthias Braun
|
690a3cbc95
MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compute it
|
9 years ago |
Matthias Braun
|
db9ce2fda6
MachineFunction: Introduce NoPHIs property
|
9 years ago |