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
...
*
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
*
[Modules] Make Support/Debug.h modular. This requires it to not change
Chandler Carruth
2014-04-21
1
-0
/
+2
*
Break PseudoSourceValue out of the Value hierarchy. It is now the root of its...
Nick Lewycky
2014-04-15
1
-1
/
+7
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-14
1
-7
/
+7
*
Move the segmented stack switch to a function attribute
Reid Kleckner
2014-04-10
1
-0
/
+5
*
Make consistent use of MCPhysReg instead of uint16_t throughout the tree.
Craig Topper
2014-04-04
1
-1
/
+1
*
[Layering] Move DebugInfo.h into the IR library where its implementation
Chandler Carruth
2014-03-06
1
-1
/
+1
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-2
/
+2
*
Put the functionality for printing a value to a raw_ostream as an
Chandler Carruth
2014-01-09
1
-2
/
+1
*
Move the LLVM IR asm writer header files into the IR directory, as they
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Make the llvm mangler depend only on DataLayout.
Rafael Espindola
2014-01-03
1
-5
/
+5
*
[stackprotector] Use analysis from the StackProtector pass for stack layout i...
Josh Magee
2013-12-19
1
-7
/
+6
*
Fix an over-constrained assertion in MachineFunction::addLiveIn.
Quentin Colombet
2013-12-12
1
-1
/
+10
*
Use function attributes to indicate that we don't want to realign the stack.
Bill Wendling
2013-08-01
1
-1
/
+2
*
Directly access objects which may change during compilation.
Bill Wendling
2013-06-17
1
-16
/
+37
*
Print ConstantPool entries initialized to Values with WriteAsOperand instead of
Dan Gohman
2013-06-12
1
-1
/
+2
*
Move estimateStackSize from ARM into MachineFrameInfo
Hal Finkel
2013-03-14
1
-0
/
+48
*
Revert 172027 and 174336. Remove diagnostics about over-aligned stack objects.
Bob Wilson
2013-02-08
1
-30
/
+18
*
Remove liveout lists from MachineRegisterInfo.
Jakob Stoklund Olesen
2013-02-05
1
-7
/
+0
*
[Stack Alignment] emit warning instead of a hard error
Manman Ren
2013-02-04
1
-3
/
+3
*
Stack Alignment: throw error if we can't satisfy the minimal alignment
Manman Ren
2013-01-10
1
-18
/
+30
*
Don't call destructors on MachineInstr and MachineOperand.
Jakob Stoklund Olesen
2013-01-05
1
-4
/
+12
*
Use ArrayRecycler for MachineInstr operand lists.
Jakob Stoklund Olesen
2013-01-05
1
-0
/
+7
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-2
/
+2
*
Remove the Function::getFnAttributes method in favor of using the AttributeSet
Bill Wendling
2012-12-30
1
-3
/
+5
[prev]
[next]