projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Enable use of ranges for translation units in the presence of
[oota-llvm.git]
/
lib
/
CodeGen
/
PrologEpilogInserter.cpp
2014-01-07
Chandler Carruth
Re-sort all of the includes with ./utils/sort_includes...
blob
|
commitdiff
|
raw
2013-12-19
Josh Magee
[stackprotector] Use analysis from the StackProtector...
blob
|
commitdiff
|
raw
|
diff to current
2013-12-17
Quentin Colombet
Add warning capabilities in LLVM.
blob
|
commitdiff
|
raw
|
diff to current
2013-12-17
Quentin Colombet
Revert r197438 and r197447 until we figure out how...
blob
|
commitdiff
|
raw
|
diff to current
2013-12-16
Quentin Colombet
Add warning capabilities in LLVM.
blob
|
commitdiff
|
raw
|
diff to current
2013-11-29
Lang Hames
Refactor a lot of patchpoint/stackmap related code...
blob
|
commitdiff
|
raw
|
diff to current
2013-10-31
Rafael Espindola
Remove the --shrink-wrap option.
blob
|
commitdiff
|
raw
|
diff to current
2013-09-11
Bill Wendling
Simplify the checking of function attributes by using...
blob
|
commitdiff
|
raw
|
diff to current
2013-07-15
Manman Ren
PEI: Support for non-zero SPAdj at beginning of a basic...
blob
|
commitdiff
|
raw
|
diff to current
2013-07-12
Manman Ren
PEI: refactor replaceFrameIndices(MF) to call replaceFr...
blob
|
commitdiff
|
raw
|
diff to current
2013-07-05
Richard Sandiford
[SystemZ] Clean up register scavenging code
blob
|
commitdiff
|
raw
|
diff to current
2013-07-03
Craig Topper
Use SmallVectorImpl instead of SmallVector for iterator...
blob
|
commitdiff
|
raw
|
diff to current
2013-06-16
David Blaikie
Debug Info: Simplify Frame Index handling in DBG_VALUE...
blob
|
commitdiff
|
raw
|
diff to current
2013-06-14
Derek Schuff
Make PrologEpilogInserter save/restore all callee saved...
blob
|
commitdiff
|
raw
|
diff to current
2013-06-08
Quentin Colombet
Reapply r183552. This time, use a standard type for...
blob
|
commitdiff
|
raw
|
diff to current
2013-06-07
Quentin Colombet
Revert commits related to stack warning.
blob
|
commitdiff
|
raw
|
diff to current
2013-06-07
Quentin Colombet
Add a backend option to warn on a given stack size...
blob
|
commitdiff
|
raw
|
diff to current
2013-04-05
Hal Finkel
Reapply r178845 with fix - Fix bug in PEI's virtual...
blob
|
commitdiff
|
raw
|
diff to current
2013-04-05
Hal Finkel
Revert r178845 - Fix bug in PEI's virtual-register...
blob
|
commitdiff
|
raw
|
diff to current
2013-04-05
Hal Finkel
Fix bug in PEI's virtual-register scavenging
blob
|
commitdiff
|
raw
|
diff to current
2013-03-26
Hal Finkel
Update PEI's virtual-register-based scavenging to suppo...
blob
|
commitdiff
|
raw
|
diff to current
2013-03-22
Hal Finkel
Allow the register scavenger to spill multiple registers
blob
|
commitdiff
|
raw
|
diff to current
2013-03-14
Hal Finkel
Provide the register scavenger to processFunctionBefore...
blob
|
commitdiff
|
raw
|
diff to current
2013-03-05
Bill Wendling
Remove unused #includes.
blob
|
commitdiff
|
raw
|
diff to current
2013-02-21
Eli Bendersky
Move the eliminateCallFramePseudoInstr method from...
blob
|
commitdiff
|
raw
|
diff to current
2013-02-18
Benjamin Kramer
Support for HiPE-compatible code emission, patch by...
blob
|
commitdiff
|
raw
|
diff to current
2013-02-01
Chad Rosier
Use a continue to simplify loop and reduce indentation...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-31
Chad Rosier
Add braces, so my head doesn't explode.
blob
|
commitdiff
|
raw
|
diff to current
2013-01-31
Chad Rosier
[PEI] Pass the frame index operand number to the elimin...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-02
Chandler Carruth
Move all of the header files which are involved in...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-30
Bill Wendling
Remove the Function::getFnAttributes method in favor...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-19
Bill Wendling
Rename the 'Attributes' class to 'Attribute'. It's...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-03
Chandler Carruth
Use the new script to sort the includes of every file...
blob
|
commitdiff
|
raw
|
diff to current
2012-11-14
Chad Rosier
Remove dead code.
blob
|
commitdiff
|
raw
|
diff to current
2012-10-17
Jakob Stoklund Olesen
Merge MRI::isPhysRegOrOverlapUsed() into isPhysRegUsed().
blob
|
commitdiff
|
raw
|
diff to current
2012-10-09
Bill Wendling
Create enums for the different attributes.
blob
|
commitdiff
|
raw
|
diff to current
2012-09-26
Bill Wendling
Remove the `hasFnAttr' method from Function.
blob
|
commitdiff
|
raw
|
diff to current
2012-05-30
Chad Rosier
Remove extra space.
blob
|
commitdiff
|
raw
|
diff to current
2012-03-04
Craig Topper
Use uint16_t to store registers in callee saved registe...
blob
|
commitdiff
|
raw
|
diff to current
2012-02-21
Andrew Trick
Clear virtual registers after they are no longer refere...
blob
|
commitdiff
|
raw
|
diff to current
2012-02-08
Andrew Trick
Codegen pass definition cleanup. No functionality.
blob
|
commitdiff
|
raw
|
diff to current
2012-02-06
Andrew Trick
Expose TargetPassConfig to PEI Pass
blob
|
commitdiff
|
raw
|
diff to current
2011-12-21
Jakob Stoklund Olesen
Move common code into an MRI function.
blob
|
commitdiff
|
raw
|
diff to current
2011-12-07
Evan Cheng
Add bundle aware API for querying instruction propertie...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-02
Nick Lewycky
Move global variables in TargetMachine into new TargetO...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-14
Evan Cheng
A few 80-col violations.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-31
Rafael Espindola
Spelling and grammar fixes to problems found by Duncan.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-30
Rafael Espindola
Emit segmented-stack specific code into function prolog...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-04
Jakob Stoklund Olesen
Count the total amount of stack space used in compiled...
blob
|
commitdiff
|
raw
|
diff to current
2011-06-28
Evan Cheng
Move CallFrameSetupOpcode and CallFrameDestroyOpcode...
blob
|
commitdiff
|
raw
|
diff to current
2011-04-15
Chris Lattner
Fix a ton of comment typos found by codespell. Patch by
blob
|
commitdiff
|
raw
|
diff to current
2011-03-03
Jim Grosbach
Allow a target to choose whether to prefer the scavenge...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-10
Anton Korobeynikov
Rename TargetFrameInfo into TargetFrameLowering. Also...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-07
Evan Cheng
Do not model all INLINEASM instructions as having unmod...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-27
Anton Korobeynikov
Move more PEI-related hooks to TFI
blob
|
commitdiff
|
raw
|
diff to current
2010-11-27
Anton Korobeynikov
Move callee-saved regs spills / reloads to TFI
blob
|
commitdiff
|
raw
|
diff to current
2010-11-18
Anton Korobeynikov
Move hasFP() and few related hooks to TargetFrameInfo.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-15
Anton Korobeynikov
First step of huge frame-related refactoring: move...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-27
Jim Grosbach
Formatting.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-18
Jim Grosbach
Trivial grammar tweak.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-12
Owen Anderson
Begin adding static dependence information to passes...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-07
Owen Anderson
Now with fewer extraneous semicolons!
blob
|
commitdiff
|
raw
|
diff to current
2010-08-26
Jim Grosbach
Simplify eliminateFrameIndex() interface back down...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-26
Jim Grosbach
Remove the now obsolete frame index virtual re-use...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-25
Jim Grosbach
Add some statistics for PEI register scavenging
blob
|
commitdiff
|
raw
|
diff to current
2010-08-24
Jim Grosbach
Move enabling the local stack allocation pass into...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-23
Jim Grosbach
Remove the MFI storage of the local allocation block...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-23
Jim Grosbach
Better handling of local offsets for downwards growing...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-19
Jim Grosbach
Update local stack block allocation to let PEI do the...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-17
Jim Grosbach
Add materialization of virtual base registers for frame...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-16
Jim Grosbach
tidy up. remove unused local.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-16
Jim Grosbach
Better handle alignment requirements for local objects...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-14
Jim Grosbach
Add a local stack object block allocation pass. This...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-06
Jim Grosbach
Cleanup comment wording
blob
|
commitdiff
|
raw
|
diff to current
2010-07-27
Bill Wendling
It's better to have the arrays, which would trigger...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-21
Owen Anderson
Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
blob
|
commitdiff
|
raw
|
diff to current
2010-07-08
Jim Grosbach
Clean up scavengeRegister() a bit to prefer available...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-08
Jim Grosbach
When processing frame index virtual registers, consider...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-03
Evan Cheng
Remove isSS argument from CreateFixedObject. Fixed...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-02
Jim Grosbach
Custom inserters (e.g., conditional moves in Thumb1...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-02
Dale Johannesen
Propagate the AlignStack bit in InlineAsm's to the
blob
|
commitdiff
|
raw
|
diff to current
2010-06-02
Rafael Espindola
Remove the TargetRegisterClass member from CalleeSavedInfo
blob
|
commitdiff
|
raw
|
diff to current
2010-06-02
Rafael Espindola
Remove uses of getCalleeSavedRegClasses from outside the
blob
|
commitdiff
|
raw
|
diff to current
2010-05-22
Evan Cheng
Implement @llvm.returnaddress. rdar://8015977.
blob
|
commitdiff
|
raw
|
diff to current
2010-05-14
Bill Wendling
Rename "HasCalls" in MachineFrameInfo to "AdjustsStack...
blob
|
commitdiff
|
raw
|
diff to current
2010-05-06
Evan Cheng
Add argument TargetRegisterInfo to loadRegFromStackSlot...
blob
|
commitdiff
|
raw
|
diff to current
2010-05-03
Eric Christopher
Reword a comment slightly.
blob
|
commitdiff
|
raw
|
diff to current
2010-04-29
Dale Johannesen
Make naked functions work on PPC.
blob
|
commitdiff
|
raw
|
diff to current
2010-04-13
Dan Gohman
Rename MachineFrameInfo variables to MFI, for consisten...
blob
|
commitdiff
|
raw
|
diff to current
2010-04-05
Chris Lattner
remove the MMI pointer from MachineFrameInfo.
blob
|
commitdiff
|
raw
|
diff to current
2010-03-10
Jim Grosbach
Clear up the last (famous last words) frame index value...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-09
Jim Grosbach
Change the Value argument to eliminateFrameIndex to...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-22
Jim Grosbach
Updated version of r96634 (which was reverted due to...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-19
Bob Wilson
Revert 96634. It causes assertion failures for 126...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-19
Jim Grosbach
Radar 7636153. In the presence of large call frames...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-13
Evan Cheng
Teach MachineFrameInfo to track maximum alignment while...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-09
Chris Lattner
move target-independent opcodes out of TargetInstrInfo
blob
|
commitdiff
|
raw
|
diff to current
2009-12-28
Bill Wendling
Remove dead store.
blob
|
commitdiff
|
raw
|
diff to current
2009-12-11
Anton Korobeynikov
Honour setHasCalls() set from isel.
blob
|
commitdiff
|
raw
|
diff to current
2009-12-03
Chris Lattner
improve portability to avoid conflicting with std:...
blob
|
commitdiff
|
raw
|
diff to current
next