index
:
delta/llvm.git
277873ce0f48
51f23efbef48
5357a98c823a
9eb3e564d3b
EmptyLineAfterFunctionDefinition
HEAD
Jamie_Phabricator_D100991
LitFixes
Llvm
aranges
arcpatch-D108319
arcpatch-D113798
arcpatch-D90810
base_offset
baserock/flang
baserock/morph
c92d1aa44b132597d
cherry-pick-something
cleaner-attribute-errors
cmake-integration
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
diagnostic-handler-dev
efb284c07e
eng/PR-D101122-follow-up
fix_asan
forTom
hostassoc
llvm_plex_11.0.1
lntue-libc-fmin
maain
mai
main
maste
master
muiez/revert-ffad4
omp-loop
optimize_compinstr_fix
perf/tmp
relase/12.x
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/13.x
release/14.x
release/15.x
release/16.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215010
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
relese/12.x
rgallop/opensource-main/scudo_standalone
scripted-process
shape
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
temp-test-main
test-D97234
testing
upstream
use-after-move-docs
verify-in-debug
vkd1
zibi/warnings_from_nanosleep
github.com: llvm/llvm-project.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
MachineFunction.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move TargetFrameLowering.h to CodeGen where it's implemented
David Blaikie
2017-11-03
1
-1
/
+1
*
Reverting r315590; it did not include changes for llvm-tblgen, which is causi...
Aaron Ballman
2017-10-15
1
-3
/
+3
*
[dump] Remove NDEBUG from test to enable dump methods [NFC]
Don Hinton
2017-10-12
1
-3
/
+3
*
[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2017-10-10
1
-16
/
+47
*
Add AddresSpace to PseudoSourceValue.
Jan Sjodin
2017-09-14
1
-1
/
+3
*
Add llvm.codeview.annotation to implement MSVC __annotation
Reid Kleckner
2017-09-05
1
-0
/
+1
*
TargetInstrInfo: Change duplicate() to work on bundles.
Matthias Braun
2017-08-22
1
-0
/
+20
*
[StackColoring] Update AliasAnalysis information in stack coloring pass
Hiroshi Inoue
2017-08-01
1
-0
/
+14
*
Enhance synchscope representation
Konstantin Zhuravlyov
2017-07-11
1
-6
/
+6
*
CodeGen: Refactor MIR parsing
Matthias Braun
2017-06-06
1
-3
/
+0
*
MachineFrameInfo: Move implementation to an own file; NFC
Matthias Braun
2017-04-26
1
-208
/
+0
*
Disable Callee Saved Registers
Oren Ben Simhon
2017-03-14
1
-1
/
+3
*
GlobalISel: put debug info for static allocas in the MachineFunction.
Tim Northover
2017-03-09
1
-0
/
+1
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
1
-1
/
+1
*
Move most EH from MachineModuleInfo to MachineFunction
Matthias Braun
2016-12-01
1
-0
/
+187
*
Temporarily Revert "Move most EH from MachineModuleInfo to MachineFunction"
Eric Christopher
2016-12-01
1
-187
/
+0
*
Move most EH from MachineModuleInfo to MachineFunction
Matthias Braun
2016-11-30
1
-0
/
+187
*
[MachineMemOperand] Move synchronization scope and atomic orderings from SDNo...
Konstantin Zhuravlyov
2016-10-15
1
-8
/
+17
*
Use StringRef in Datalayout API (NFC)
Mehdi Amini
2016-10-01
1
-2
/
+2
*
Revert "Use StringRef in Datalayout API (NFC)"
Mehdi Amini
2016-10-01
1
-1
/
+1
*
Use StringRef in Datalayout API (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
MachineFunction: Add missing newline in debug print()
Matthias Braun
2016-09-29
1
-0
/
+1
*
[ARM] Promote small global constants to constant pools
James Molloy
2016-09-26
1
-3
/
+10
*
Fixed spill stack objects are mutable
Krzysztof Parzyszek
2016-08-31
1
-3
/
+3
*
ADT: Split ilist_node_traits into alloc and callback, NFC
Duncan P. N. Exon Smith
2016-08-30
1
-1
/
+1
*
[MFProperties] Introduce a FailedISel property.
Quentin Colombet
2016-08-26
1
-0
/
+1
*
[MachineFunction] Introduce a reset method.
Quentin Colombet
2016-08-26
1
-5
/
+14
*
MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...
Matthias Braun
2016-08-25
1
-1
/
+1
*
MachineFunction: Introduce NoPHIs property
Matthias Braun
2016-08-23
1
-0
/
+1
*
MachineFunction: Add llvm_unreachable for missing properties
Matthias Braun
2016-08-19
1
-0
/
+1
*
MachineFunction: Cleanup/simplify MachineFunctionProperties::print()
Matthias Braun
2016-08-19
1
-34
/
+18
*
MachineFunction: Make LastProperty an alias of the last property
Matthias Braun
2016-08-19
1
-2
/
+0
*
[GlobalISel] Add Selected MachineFunction property.
Ahmed Bougacha
2016-08-02
1
-0
/
+3
*
[GlobalISel] Add RegBankSelected MachineFunction property.
Ahmed Bougacha
2016-08-02
1
-0
/
+3
*
[GlobalISel] Add Legalized MachineFunction property.
Ahmed Bougacha
2016-08-02
1
-0
/
+3
*
[CodeGen] Generalize MachineFunctionProperties::print comma handling.
Ahmed Bougacha
2016-08-02
1
-2
/
+7
*
[CodeGen] Take a MachineMemOperand::Flags in MachineFunction::getMachineMemOp...
Justin Lebar
2016-07-15
1
-9
/
+4
*
[CodeGen] Refactor MachineMemOperand's Flags enum.
Justin Lebar
2016-07-14
1
-2
/
+5
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-3
/
+3
*
MachineFunction: Add a const modifier to print() parameter
Matthias Braun
2016-05-05
1
-1
/
+1
*
Improve error message reporting for MachineFunctionProperties
Derek Schuff
2016-04-21
1
-1
/
+3
*
Replace MachineRegisterInfo::TracksLiveness with a MachineFunctionProperty
Derek Schuff
2016-04-11
1
-7
/
+6
*
Combine redundant stack realignment booleans in MachineFrameInfo
Reid Kleckner
2016-04-11
1
-17
/
+14
*
[CodeGen] Don't assume that fixed stack objects are aligned in a stack-realig...
Charles Davis
2016-04-09
1
-5
/
+16
*
Replace MachineRegisterInfo::isSSA() with a MachineFunctionProperty
Derek Schuff
2016-04-04
1
-15
/
+13
*
Add a print method to MachineFunctionProperties for better error messages
Derek Schuff
2016-03-29
1
-0
/
+25
*
[X86] Create mergeable constant pool entries for AVX
David Majnemer
2016-02-22
1
-0
/
+2
*
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...
Yaron Keren
2016-01-29
1
-3
/
+3
*
Introduce ConstantFoldCastOperand function and migrate some callers of Consta...
Manuel Jacob
2016-01-21
1
-8
/
+8
*
[MachineFunction] Constify getter. NFC.
Quentin Colombet
2016-01-19
1
-1
/
+1
[next]