index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
PrologEpilogInserter.cpp
Age
Commit message (
Expand
)
Author
2013-07-15
Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'
Eli Bendersky
2013-06-13
Fix PrologEpilogInserter to save and restore all callee saved registers
Derek Schuff
2013-04-05
Reapply r178845 with fix - Fix bug in PEI's virtual-register scavenging
Hal Finkel
2013-04-05
Revert r178845 - Fix bug in PEI's virtual-register scavenging
Hal Finkel
2013-04-05
Fix bug in PEI's virtual-register scavenging
Hal Finkel
2013-03-26
Update PEI's virtual-register-based scavenging to support multiple simultaneo...
Hal Finkel
2013-03-22
Allow the register scavenger to spill multiple registers
Hal Finkel
2013-03-14
Provide the register scavenger to processFunctionBeforeFrameFinalized
Hal Finkel
2013-03-05
Remove unused #includes.
Bill Wendling
2013-02-21
Move the eliminateCallFramePseudoInstr method from TargetRegisterInfo
Eli Bendersky
2013-02-18
Support for HiPE-compatible code emission, patch by Yiannis Tsiouris.
Benjamin Kramer
2013-02-01
Use a continue to simplify loop and reduce indentation. No functional change.
Chad Rosier
2013-01-31
Add braces, so my head doesn't explode.
Chad Rosier
2013-01-31
[PEI] Pass the frame index operand number to the eliminateFrameIndex function.
Chad Rosier
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-30
Remove the Function::getFnAttributes method in favor of using the AttributeSet
Bill Wendling
2012-12-19
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-14
Remove dead code.
Chad Rosier
2012-10-17
Merge MRI::isPhysRegOrOverlapUsed() into isPhysRegUsed().
Jakob Stoklund Olesen
2012-10-09
Create enums for the different attributes.
Bill Wendling
2012-09-26
Remove the `hasFnAttr' method from Function.
Bill Wendling
2012-05-30
Remove extra space.
Chad Rosier
2012-03-04
Use uint16_t to store registers in callee saved register tables to reduce siz...
Craig Topper
2012-02-21
Clear virtual registers after they are no longer referenced.
Andrew Trick
2012-02-08
Codegen pass definition cleanup. No functionality.
Andrew Trick
2012-02-06
Expose TargetPassConfig to PEI Pass
Andrew Trick
2011-12-21
Move common code into an MRI function.
Jakob Stoklund Olesen
2011-12-07
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-12-02
Move global variables in TargetMachine into new TargetOptions class. As an API
Nick Lewycky
2011-10-14
A few 80-col violations.
Evan Cheng
2011-08-31
Spelling and grammar fixes to problems found by Duncan.
Rafael Espindola
2011-08-30
Emit segmented-stack specific code into function prologues for
Rafael Espindola
2011-08-04
Count the total amount of stack space used in compiled functions.
Jakob Stoklund Olesen
2011-06-28
Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo.
Evan Cheng
2011-04-15
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-03-03
Allow a target to choose whether to prefer the scavenger emergency spill slot
Jim Grosbach
2011-01-10
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2011-01-07
Do not model all INLINEASM instructions as having unmodelled side effects.
Evan Cheng
2010-11-27
Move more PEI-related hooks to TFI
Anton Korobeynikov
2010-11-27
Move callee-saved regs spills / reloads to TFI
Anton Korobeynikov
2010-11-18
Move hasFP() and few related hooks to TargetFrameInfo.
Anton Korobeynikov
2010-11-15
First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...
Anton Korobeynikov
2010-10-27
Formatting.
Jim Grosbach
2010-10-18
Trivial grammar tweak.
Jim Grosbach
2010-10-12
Begin adding static dependence information to passes, which will allow us to
Owen Anderson
2010-10-07
Now with fewer extraneous semicolons!
Owen Anderson
2010-08-26
Simplify eliminateFrameIndex() interface back down now that PEI doesn't need
Jim Grosbach
2010-08-26
Remove the now obsolete frame index virtual re-use algorithm from PEI. Pre-RA
Jim Grosbach
2010-08-25
Add some statistics for PEI register scavenging
Jim Grosbach
[next]