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
/
include
/
llvm
/
CodeGen
/
MachineMemOperand.h
Age
Commit message (
Expand
)
Author
2013-04-27
Add target flags to MachineMemOperands.
Andrew Trick
2013-04-27
whitespace
Andrew Trick
2012-08-29
Add MachineMemOperand::isUnordered().
Jakob Stoklund Olesen
2012-03-31
Teach CodeGen's version of computeMaskedBits to understand the range metadata.
Rafael Espindola
2011-11-14
Make headers standalone.
Benjamin Kramer
2011-11-08
Added invariant field to the DAG.getLoad method and changed all calls.
Pete Cooper
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-10-20
Make CodeGen TBAA-aware.
Dan Gohman
2010-09-21
convert a couple more places to use the new getStore()
Chris Lattner
2010-09-21
add some accessors
Chris Lattner
2010-09-21
it's more elegant to put the "getConstantPool" and
Chris Lattner
2010-09-21
ugh, missed a file.
Chris Lattner
2010-09-21
add some helpful accessors.
Chris Lattner
2010-09-21
force clients of MachineFunction::getMachineMemOperand to provide a
Chris Lattner
2010-09-21
start pushing MachinePointerInfo out through the MachineMemOperand interface
Chris Lattner
2010-09-21
refactor the Value*/offset pair from MachineMemOperand out to a new
Chris Lattner
2010-02-15
Add non-temporal flags to MachineMemOperand.
David Greene
2009-11-05
Make a few more LLVM headers parsable as standalone headers.
Douglas Gregor
2009-09-25
Move MachineMemOperand::getAlignment out of line, to avoid needing
Dan Gohman
2009-09-25
Improve MachineMemOperand handling.
Dan Gohman
2009-09-23
Give MachineMemOperand an operator<<, factoring out code from
Dan Gohman
2009-09-21
Change MachineMemOperand's alignment value to be the alignment of
Dan Gohman
2009-09-14
Update a comment to match the source. PseudoSourceValues are now
Dan Gohman
2008-08-20
Change the FoldingSetNodeID usage for objects which carry
Dan Gohman
2008-07-22
Correct the name of MachineMemOperand's include guard.
Dan Gohman
2008-07-07
Move MachineMemOperand's constructor out of line, to avoid a
Dan Gohman
2008-07-07
Shrink MachineMemOperand by storing the alignment in log form
Dan Gohman
2008-04-07
Rename MemOperand to MachineMemOperand. This was suggested by
Dan Gohman