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
/
Target
/
X86
/
X86MachineFunctionInfo.h
Age
Commit message (
Expand
)
Author
2009-06-05
Add explicit keywords.
Dan Gohman
2009-04-15
Fix X86MachineFunctionInfo's doxygen comment.
Dan Gohman
2008-10-03
Switch the MachineOperand accessors back to the short names like
Dan Gohman
2008-09-30
Move the GlobalBaseReg field out of X86ISelDAGToDAG.cpp
Dan Gohman
2008-04-21
Implement an x86-64 ABI detail of passing structs by hidden first
Dan Gohman
2008-01-05
Combine MovePCtoStack + POP32r into one instruction MOVPC32r so it can be mov...
Evan Cheng
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-10-11
Added tail call optimization to the x86 back end. It can be
Arnold Schwaighofer
2007-08-15
Move ReturnAddrIndex variable to X86MachineFunctionInfo structure. This fixed
Anton Korobeynikov
2007-07-17
Use push / pop for prologues and epilogues.
Evan Cheng
2007-04-17
rename X86FunctionInfo to X86MachineFunctionInfo to match the header file
Chris Lattner
2006-09-26
Various random and minor code cleanups.
Chris Lattner
2006-09-20
Adding codegeneration for StdCall & FastCall calling conventions
Anton Korobeynikov
2006-06-09
Comments to appease sabre.
Evan Cheng
2006-06-06
Added X86FunctionInfo subclass of MachineFunction to record whether the
Evan Cheng