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
/
SelectionDAG
/
FunctionLoweringInfo.h
Age
Commit message (
Expand
)
Author
2010-07-07
Move FunctionLoweringInfo.h out into include/llvm/CodeGen. This will
Dan Gohman
2010-07-02
Rename CreateReg to CreateRegs, and MakeReg to CreateReg.
Dan Gohman
2010-07-01
Rename CreateRegForValue to CreateReg, and change its argument
Dan Gohman
2010-05-29
SelectionDAG shouldn't have a FunctionLoweringInfo member. RegsForValue
Dan Gohman
2010-04-29
Add comment.
Evan Cheng
2010-04-29
Fix missing #include.
Dan Gohman
2010-04-28
Replace r102368 with code that's less fragile. This creates DBG_VALUE instruc...
Evan Cheng
2010-04-22
Move PHINodesToUpdate out of SelectionDAGBuilder and into
Dan Gohman
2010-04-21
Move several SelectionDAG-independent utility functions out of the
Dan Gohman
2010-04-19
Move isInTailCallPosition out of SelectionDAGBuilder, as it isn't
Dan Gohman
2010-04-17
Use const qualifiers with TargetLowering. This eliminates several
Dan Gohman
2010-04-15
Add more const qualifiers for LLVM IR pointers in CodeGen.
Dan Gohman
2010-04-14
Factor out EH landing pad code into a separate function, and constify
Dan Gohman
2010-04-14
Refine #includes.
Dan Gohman
2010-04-14
Pull utility routines with no SelectionDAG dependence out of
Dan Gohman
2010-04-14
Reorder the methods of this class to be a little more organized.
Dan Gohman
2009-11-23
Move CopyCatchInfo into FunctionLoweringInfo.cpp too, for consistency.
Dan Gohman
2009-11-23
Move some more code out of SelectionDAGBuild.cpp and into
Dan Gohman
2009-11-23
Move the FunctionLoweringInfo class and some related utility functions out
Dan Gohman