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
*
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
*
Use two-arg addOperand(MF, MO) internally in MachineInstr when possible.
Jakob Stoklund Olesen
2012-12-20
1
-1
/
+1
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
1
-2
/
+2
*
Stack Alignment: when creating stack objects in MachineFrameInfo, make sure
Manman Ren
2012-12-04
1
-1
/
+24
*
Stack Alignment: move functions from header file MachineFrameInfo.h.
Manman Ren
2012-12-04
1
-0
/
+44
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-10
/
+10
*
Revert the majority of the next patch in the address space series:
Chandler Carruth
2012-11-01
1
-2
/
+2
*
Resubmit the changes to llvm core to update the functions to support differen...
Micah Villmow
2012-10-15
1
-2
/
+2
*
Revert 165732 for further review.
Micah Villmow
2012-10-11
1
-2
/
+2
*
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-11
1
-2
/
+2
*
Create enums for the different attributes.
Bill Wendling
2012-10-09
1
-2
/
+2
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-6
/
+6
*
Remove the `hasFnAttr' method from Function.
Bill Wendling
2012-09-26
1
-2
/
+2
*
Make the 'get*AlignmentFromAttr' functions into member functions within the A...
Bill Wendling
2012-09-21
1
-2
/
+2
[next]