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
/
MachineFunction.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[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
*
Add command line options to force function/loop alignments.
Chad Rosier
2015-12-29
1
-0
/
+8
*
Move EH-specific helper functions to a more appropriate place
David Majnemer
2015-12-02
1
-1
/
+1
*
Expand subregisters in MachineFrameInfo::getPristineRegs
Krzysztof Parzyszek
2015-11-19
1
-4
/
+3
*
[WinEH] Move WinEHFuncInfo from MachineModuleInfo to MachineFunction
Reid Kleckner
2015-11-17
1
-0
/
+12
*
Drop prelink support.
Rafael Espindola
2015-11-17
1
-29
/
+13
*
CodeGen: Continue removing ilist iterator implicit conversions
Duncan P. N. Exon Smith
2015-10-09
1
-2
/
+2
*
Revert "Disable targetdatalayoutcheck"
Tobias Grosser
2015-08-17
1
-0
/
+5
*
Disable targetdatalayoutcheck
Tobias Grosser
2015-08-17
1
-5
/
+0
*
PseudoSourceValue: Replace global manager with a manager in a machine function.
Alex Lorenz
2015-08-11
1
-0
/
+3
*
wrap OptSize and MinSize attributes for easier and consistent access (NFCI)
Sanjay Patel
2015-08-04
1
-0
/
+1
*
Add a TargetMachine hook that verifies DataLayout compatibility
Mehdi Amini
2015-07-30
1
-0
/
+4
*
MIR Serialization: Serialize the external symbol machine operands.
Alex Lorenz
2015-07-21
1
-0
/
+7
*
Redirect DataLayout from TargetMachine to Module in MachineFunction
Mehdi Amini
2015-07-07
1
-20
/
+20
*
CodeGen: Use a single SlotTracker in MachineFunction::print()
Duncan P. N. Exon Smith
2015-06-26
1
-1
/
+4
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
MIR Serialization: Connect the machine function analysis pass to the MIR parser.
Alex Lorenz
2015-06-15
1
-0
/
+3
*
remove function names from comments and clean up; NFC
Sanjay Patel
2015-06-13
1
-58
/
+40
*
MachineFrameInfo: Simplify pristine register calculation.
Matthias Braun
2015-05-28
1
-46
/
+4
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
1
-2
/
+2
*
[ShrinkWrap] Add (a simplified version) of shrink-wrapping.
Quentin Colombet
2015-05-05
1
-2
/
+36
*
Remove superfluous .str() and replace std::string concatenation with Twine.
Yaron Keren
2015-03-27
1
-2
/
+2
[prev]
[next]