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
...
*
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
*
X86: Fix frameescape when not using an FP
Reid Kleckner
2015-03-24
1
-8
/
+0
*
Cache the Function dependent subtarget on the MachineFunction.
Eric Christopher
2015-03-21
1
-1
/
+1
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-4
/
+4
*
CodeGen: Canonicalize access to function attributes, NFC
Duncan P. N. Exon Smith
2015-02-14
1
-6
/
+3
*
Remove MergeableConst.
Rafael Espindola
2015-01-29
1
-1
/
+1
*
Use enum values. NFC.
Rafael Espindola
2015-01-29
1
-3
/
+3
*
Replace some uses of getSubtargetImpl with the cached version
Eric Christopher
2015-01-27
1
-2
/
+1
*
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
2015-01-26
1
-3
/
+3
*
Add the llvm.frameallocate and llvm.recoverframeallocation intrinsics
Reid Kleckner
2015-01-13
1
-0
/
+8
*
Remove unused member variable.
Rafael Espindola
2014-10-14
1
-3
/
+2
*
Replace calls to get the subtarget and TargetFrameLowering with
Eric Christopher
2014-10-08
1
-28
/
+18
*
Use cached subtarget rather than looking it up on the
Eric Christopher
2014-10-08
1
-6
/
+4
*
Make AAMDNodes ctor and operator bool (!!!) explicit, mop up bugs and weirdne...
Benjamin Kramer
2014-10-04
1
-2
/
+2
*
Make isAliased property for fixed-offset stack objects adjustable
Hal Finkel
2014-08-16
1
-5
/
+7
*
Have MachineRegisterInfo take and store the MachineFunction it
Eric Christopher
2014-08-12
1
-1
/
+1
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-12
/
+9
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-13
/
+20
*
AA metadata refactoring (introduce AAMDNodes)
Hal Finkel
2014-07-24
1
-4
/
+4
*
CodeGen: Add a getSectionKind method to MachineConstantPoolEntry
David Majnemer
2014-07-14
1
-0
/
+31
*
Revert "Introduce a string_ostream string builder facilty"
Alp Toker
2014-06-26
1
-2
/
+3
*
Introduce a string_ostream string builder facilty
Alp Toker
2014-06-26
1
-3
/
+2
*
Re-apply r211399, "Generate native unwind info on Win64" with a fix to ignore...
NAKAMURA Takumi
2014-06-25
1
-0
/
+15
*
Reformat.
NAKAMURA Takumi
2014-06-25
1
-17
/
+13
*
Revert r211399, "Generate native unwind info on Win64"
NAKAMURA Takumi
2014-06-22
1
-28
/
+17
*
Generate native unwind info on Win64
Reid Kleckner
2014-06-20
1
-17
/
+28
*
Convert several loops over MachineFunction basic blocks to range-based loops
Alexey Samsonov
2014-04-30
1
-2
/
+2
[prev]
[next]