index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
MachineFunction.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-11
PseudoSourceValue: Replace global manager with a manager in a machine function.
Alex Lorenz
1
-0
/
+3
2015-08-04
wrap OptSize and MinSize attributes for easier and consistent access (NFCI)
Sanjay Patel
1
-0
/
+1
2015-07-30
Add a TargetMachine hook that verifies DataLayout compatibility
Mehdi Amini
1
-0
/
+4
2015-07-21
MIR Serialization: Serialize the external symbol machine operands.
Alex Lorenz
1
-0
/
+7
2015-07-07
Redirect DataLayout from TargetMachine to Module in MachineFunction
Mehdi Amini
1
-20
/
+20
2015-06-26
CodeGen: Use a single SlotTracker in MachineFunction::print()
Duncan P. N. Exon Smith
1
-1
/
+4
2015-06-23
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
1
-1
/
+1
2015-06-19
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
1
-1
/
+1
2015-06-15
MIR Serialization: Connect the machine function analysis pass to the MIR parser.
Alex Lorenz
1
-0
/
+3
2015-06-13
remove function names from comments and clean up; NFC
Sanjay Patel
1
-58
/
+40
2015-05-28
MachineFrameInfo: Simplify pristine register calculation.
Matthias Braun
1
-46
/
+4
2015-05-18
MC: Clean up method names in MCContext.
Jim Grosbach
1
-2
/
+2
2015-05-05
[ShrinkWrap] Add (a simplified version) of shrink-wrapping.
Quentin Colombet
1
-2
/
+36
2015-03-27
Remove superfluous .str() and replace std::string concatenation with Twine.
Yaron Keren
1
-2
/
+2
2015-03-24
X86: Fix frameescape when not using an FP
Reid Kleckner
1
-8
/
+0
2015-03-21
Cache the Function dependent subtarget on the MachineFunction.
Eric Christopher
1
-1
/
+1
2015-03-10
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
1
-4
/
+4
2015-02-14
CodeGen: Canonicalize access to function attributes, NFC
Duncan P. N. Exon Smith
1
-6
/
+3
2015-01-29
Remove MergeableConst.
Rafael Espindola
1
-1
/
+1
2015-01-29
Use enum values. NFC.
Rafael Espindola
1
-3
/
+3
2015-01-27
Replace some uses of getSubtargetImpl with the cached version
Eric Christopher
1
-2
/
+1
2015-01-26
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
1
-3
/
+3
2015-01-13
Add the llvm.frameallocate and llvm.recoverframeallocation intrinsics
Reid Kleckner
1
-0
/
+8
2014-10-14
Remove unused member variable.
Rafael Espindola
1
-3
/
+2
2014-10-08
Replace calls to get the subtarget and TargetFrameLowering with
Eric Christopher
1
-28
/
+18
2014-10-08
Use cached subtarget rather than looking it up on the
Eric Christopher
1
-6
/
+4
2014-10-04
Make AAMDNodes ctor and operator bool (!!!) explicit, mop up bugs and weirdne...
Benjamin Kramer
1
-2
/
+2
2014-08-16
Make isAliased property for fixed-offset stack objects adjustable
Hal Finkel
1
-5
/
+7
2014-08-12
Have MachineRegisterInfo take and store the MachineFunction it
Eric Christopher
1
-1
/
+1
2014-08-05
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
1
-12
/
+9
2014-08-04
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
1
-13
/
+20
2014-07-24
AA metadata refactoring (introduce AAMDNodes)
Hal Finkel
1
-4
/
+4
2014-07-14
CodeGen: Add a getSectionKind method to MachineConstantPoolEntry
David Majnemer
1
-0
/
+31
2014-06-26
Revert "Introduce a string_ostream string builder facilty"
Alp Toker
1
-2
/
+3
2014-06-26
Introduce a string_ostream string builder facilty
Alp Toker
1
-3
/
+2
2014-06-25
Re-apply r211399, "Generate native unwind info on Win64" with a fix to ignore...
NAKAMURA Takumi
1
-0
/
+15
2014-06-25
Reformat.
NAKAMURA Takumi
1
-17
/
+13
2014-06-22
Revert r211399, "Generate native unwind info on Win64"
NAKAMURA Takumi
1
-28
/
+17
2014-06-20
Generate native unwind info on Win64
Reid Kleckner
1
-17
/
+28
2014-04-30
Convert several loops over MachineFunction basic blocks to range-based loops
Alexey Samsonov
1
-2
/
+2
2014-04-21
[Modules] Make Support/Debug.h modular. This requires it to not change
Chandler Carruth
1
-0
/
+2
2014-04-15
Break PseudoSourceValue out of the Value hierarchy. It is now the root of its...
Nick Lewycky
1
-1
/
+7
2014-04-14
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
1
-7
/
+7
2014-04-10
Move the segmented stack switch to a function attribute
Reid Kleckner
1
-0
/
+5
2014-04-04
Make consistent use of MCPhysReg instead of uint16_t throughout the tree.
Craig Topper
1
-1
/
+1
2014-03-06
[Layering] Move DebugInfo.h into the IR library where its implementation
Chandler Carruth
1
-1
/
+1
2014-03-02
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
1
-2
/
+2
2014-01-09
Put the functionality for printing a value to a raw_ostream as an
Chandler Carruth
1
-2
/
+1
2014-01-07
Move the LLVM IR asm writer header files into the IR directory, as they
Chandler Carruth
1
-1
/
+1
2014-01-03
Make the llvm mangler depend only on DataLayout.
Rafael Espindola
1
-5
/
+5
[next]