Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
refs/heads/r
/
lib
/
CodeGen
/
MachineFunction.cpp
66f2370
[GISel]: Add support for CSEing continuously during GISel passes.
by Aditya Nandakumar
· 7 years ago
53a6224
Use llvm::copy. NFC
by Fangrui Song
· 7 years ago
dad0df6
MachineFunction: Store more specific reference to LLVMTargetMachine; NFC
by Matthias Braun
· 7 years ago
397841e
Reland "[WebAssembly] LSDA info generation"
by Heejin Ahn
· 7 years ago
4998e62
Revert "[WebAssembly] LSDA info generation"
by Krasimir Georgiev
· 7 years ago
2fa550c
[WebAssembly] LSDA info generation
by Heejin Ahn
· 7 years ago
cde69b2
Fix comment indentation in addLandingPad
by Heejin Ahn
· 7 years ago
5529711
[WebAssembly] Fix memory leak on WasmEHFuncInfo
by Heejin Ahn
· 7 years ago
c1ea03b
Silence compiler warning about unused variable introduced in r343018
by Mikael Holmen
· 7 years ago
f384f74
Unify landing pad information adding routines (NFC)
by Heejin Ahn
· 7 years ago
3b41774
Add the ability to register callbacks for removal and insertion of MachineInstrs
by Aditya Nandakumar
· 7 years ago
2a752bf
[MI] Change the array of `MachineMemOperand` pointers to be
by Chandler Carruth
· 7 years ago
ee571f2
CodeGen: Cleanup regmask construction; NFC
by Matthias Braun
· 7 years ago
c430c83
[WebAssembly] Add WasmEHFuncInfo for unwind destination information
by Heejin Ahn
· 7 years ago
be8f7c9
[MIR] Reset unique MBB numbering in MachineFunction::reset()
by Roman Tereshin
· 7 years ago
0f38c60
IWYU for llvm-config.h in llvm, additions.
by Nico Weber
· 7 years ago
454e6dc
[CodeGen] Don't omit any redundant information in -debug output
by Francis Visoiu Mistrih
· 7 years ago
7bee1ce
[CodeGen][NFC] Rename IsVerbose to IsStandalone in Machine*::print
by Francis Visoiu Mistrih
· 8 years ago
96ed12f
[CodeGen] Print RegClasses on MI in verbose mode
by Francis Visoiu Mistrih
· 8 years ago
d318139
MachineFunction: Return reference from getFunction(); NFC
by Matthias Braun
· 8 years ago
dfcb4f5
MachineFunction: Slight refactoring; NFC
by Matthias Braun
· 8 years ago
d347e97
[CodeGen] Print jump-table index operands as %jump-table.0 in both MIR and debug output
by Francis Visoiu Mistrih
· 8 years ago
ca0df55
[CodeGen] Unify MBB reference format in both MIR and debug output
by Francis Visoiu Mistrih
· 8 years ago
accb337
[CodeGen] Rename functions PrintReg* to printReg*
by Francis Visoiu Mistrih
· 8 years ago
e3a9b4c
Fix a bunch more layering of CodeGen headers that are in Target
by David Blaikie
· 8 years ago
0b5d88f
NFC Remove default argument of DataLayout::getPointerABIAlignment
by Fangrui Song
· 8 years ago
803f827
Move TargetFrameLowering.h to CodeGen where it's implemented
by David Blaikie
· 8 years ago
1d03d38
Reverting r315590; it did not include changes for llvm-tblgen, which is causing link errors for several people.
by Aaron Ballman
· 8 years ago
5298935
[dump] Remove NDEBUG from test to enable dump methods [NFC]
by Don Hinton
· 8 years ago
887aef7
[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 8 years ago
028255f
Add AddresSpace to PseudoSourceValue.
by Jan Sjodin
· 8 years ago
c86178e
Add llvm.codeview.annotation to implement MSVC __annotation
by Reid Kleckner
· 8 years ago
18f2445
TargetInstrInfo: Change duplicate() to work on bundles.
by Matthias Braun
· 8 years ago
eeca49d
[StackColoring] Update AliasAnalysis information in stack coloring pass
by Hiroshi Inoue
· 8 years ago
8f85685
Enhance synchscope representation
by Konstantin Zhuravlyov
· 8 years ago
2144c52
CodeGen: Refactor MIR parsing
by Matthias Braun
· 8 years ago
a596026
MachineFrameInfo: Move implementation to an own file; NFC
by Matthias Braun
· 8 years ago
6095a79
Disable Callee Saved Registers
by Oren Ben Simhon
· 8 years ago
dd48fdc
GlobalISel: put debug info for static allocas in the MachineFunction.
by Tim Northover
· 8 years ago
88d2075
Cleanup dump() functions.
by Matthias Braun
· 9 years ago
347847b
Move most EH from MachineModuleInfo to MachineFunction
by Matthias Braun
· 9 years ago
e7b3959
Temporarily Revert "Move most EH from MachineModuleInfo to MachineFunction"
by Eric Christopher
· 9 years ago
29c7b3a
Move most EH from MachineModuleInfo to MachineFunction
by Matthias Braun
· 9 years ago
a7e2c08
[MachineMemOperand] Move synchronization scope and atomic orderings from SDNode to MachineMemOperand, and remove redundant getAtomic* member functions from SelectionDAG.
by Konstantin Zhuravlyov
· 9 years ago
0efcb40
Use StringRef in Datalayout API (NFC)
by Mehdi Amini
· 9 years ago
48435b0
Revert "Use StringRef in Datalayout API (NFC)"
by Mehdi Amini
· 9 years ago
b398ca6
Use StringRef in Datalayout API (NFC)
by Mehdi Amini
· 9 years ago
2b72738
MachineFunction: Add missing newline in debug print()
by Matthias Braun
· 9 years ago
ba54dc2
[ARM] Promote small global constants to constant pools
by James Molloy
· 9 years ago
3061990
Fixed spill stack objects are mutable
by Krzysztof Parzyszek
· 9 years ago
9c80b35
ADT: Split ilist_node_traits into alloc and callback, NFC
by Duncan P. N. Exon Smith
· 9 years ago
6dff9d7
[MFProperties] Introduce a FailedISel property.
by Quentin Colombet
· 9 years ago
ac0c6d3
[MachineFunction] Introduce a reset method.
by Quentin Colombet
· 9 years ago
690a3cb
MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compute it
by Matthias Braun
· 9 years ago
db9ce2f
MachineFunction: Introduce NoPHIs property
by Matthias Braun
· 9 years ago
8b3f754
MachineFunction: Add llvm_unreachable for missing properties
by Matthias Braun
· 9 years ago
78efd69
MachineFunction: Cleanup/simplify MachineFunctionProperties::print()
by Matthias Braun
· 9 years ago
e52c44e
MachineFunction: Make LastProperty an alias of the last property
by Matthias Braun
· 9 years ago
fc114db
[GlobalISel] Add Selected MachineFunction property.
by Ahmed Bougacha
· 9 years ago
31c3e4f
[GlobalISel] Add RegBankSelected MachineFunction property.
by Ahmed Bougacha
· 9 years ago
46fe427
[GlobalISel] Add Legalized MachineFunction property.
by Ahmed Bougacha
· 9 years ago
3797d93
[CodeGen] Generalize MachineFunctionProperties::print comma handling.
by Ahmed Bougacha
· 9 years ago
14fc45e
[CodeGen] Take a MachineMemOperand::Flags in MachineFunction::getMachineMemOperand.
by Justin Lebar
· 9 years ago
f66cee6
[CodeGen] Refactor MachineMemOperand's Flags enum.
by Justin Lebar
· 9 years ago
af18e01
Pass DebugLoc and SDLoc by const ref.
by Benjamin Kramer
· 9 years ago
d170aea
MachineFunction: Add a const modifier to print() parameter
by Matthias Braun
· 9 years ago
4913b3f
Improve error message reporting for MachineFunctionProperties
by Derek Schuff
· 9 years ago
40e099b
Replace MachineRegisterInfo::TracksLiveness with a MachineFunctionProperty
by Derek Schuff
· 9 years ago
67e7463
Combine redundant stack realignment booleans in MachineFrameInfo
by Reid Kleckner
· 9 years ago
c15a907
[CodeGen] Don't assume that fixed stack objects are aligned in a stack-realigned function.
by Charles Davis
· 9 years ago
cfaa4e0
Replace MachineRegisterInfo::isSSA() with a MachineFunctionProperty
by Derek Schuff
· 9 years ago
d239bc5
Add a print method to MachineFunctionProperties for better error messages
by Derek Schuff
· 9 years ago
b23b0ff
[X86] Create mergeable constant pool entries for AVX
by David Majnemer
· 9 years ago
5530798
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r259192 post commit comment.
by Yaron Keren
· 10 years ago
9b455a8
Introduce ConstantFoldCastOperand function and migrate some callers of ConstantFoldInstOperands to use it. NFC.
by Manuel Jacob
· 10 years ago
871b3df
[MachineFunction] Constify getter. NFC.
by Quentin Colombet
· 10 years ago
8b2e79c
Add command line options to force function/loop alignments.
by Chad Rosier
· 10 years ago
1114aa2
Move EH-specific helper functions to a more appropriate place
by David Majnemer
· 10 years ago
cff5fab
Expand subregisters in MachineFrameInfo::getPristineRegs
by Krzysztof Parzyszek
· 10 years ago
595419d
[WinEH] Move WinEHFuncInfo from MachineModuleInfo to MachineFunction
by Reid Kleckner
· 10 years ago
8dcaa9f
Drop prelink support.
by Rafael Espindola
· 10 years ago
9731c60
CodeGen: Continue removing ilist iterator implicit conversions
by Duncan P. N. Exon Smith
· 10 years ago
378e97e
Revert "Disable targetdatalayoutcheck"
by Tobias Grosser
· 10 years ago
79224a7
Disable targetdatalayoutcheck
by Tobias Grosser
· 10 years ago
de0129a
PseudoSourceValue: Replace global manager with a manager in a machine function.
by Alex Lorenz
· 10 years ago
f360983
wrap OptSize and MinSize attributes for easier and consistent access (NFCI)
by Sanjay Patel
· 10 years ago
93204d2
Add a TargetMachine hook that verifies DataLayout compatibility
by Mehdi Amini
· 10 years ago
65671bf
MIR Serialization: Serialize the external symbol machine operands.
by Alex Lorenz
· 10 years ago
33c4d68
Redirect DataLayout from TargetMachine to Module in MachineFunction
by Mehdi Amini
· 10 years ago
9a61a42
CodeGen: Use a single SlotTracker in MachineFunction::print()
by Duncan P. N. Exon Smith
· 10 years ago
cd52a7a
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
by Alexander Kornienko
· 10 years ago
cf0db29
Fixed/added namespace ending comments using clang-tidy. NFC
by Alexander Kornienko
· 10 years ago
a15d888
MIR Serialization: Connect the machine function analysis pass to the MIR parser.
by Alex Lorenz
· 10 years ago
ea58c7d
remove function names from comments and clean up; NFC
by Sanjay Patel
· 10 years ago
97c5de7
MachineFrameInfo: Simplify pristine register calculation.
by Matthias Braun
· 10 years ago
19696da
MC: Clean up method names in MCContext.
by Jim Grosbach
· 10 years ago
2f7322b
[ShrinkWrap] Add (a simplified version) of shrink-wrapping.
by Quentin Colombet
· 10 years ago
2a9bbcb
Remove superfluous .str() and replace std::string concatenation with Twine.
by Yaron Keren
· 10 years ago
d639e19
X86: Fix frameescape when not using an FP
by Reid Kleckner
· 10 years ago
6f125f5
Cache the Function dependent subtarget on the MachineFunction.
by Eric Christopher
· 10 years ago
Next »