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
/
MachineInstr.cpp
Age
Commit message (
Expand
)
Author
2010-03-13
add support for MCSymbols as operands to MachineInstrs.
Chris Lattner
2010-03-08
Avoid using DIDescriptor.isNull().
Devang Patel
2010-03-08
Revert r97947.
Devang Patel
2010-03-08
Avoid using DIDescriptor.isNull().
Devang Patel
2010-03-03
Move MachineInstrExpressionTrait::getHashValue() out of line so it can skip o...
Evan Cheng
2010-03-03
Fix funky indentation and add comments.
Evan Cheng
2010-03-03
- Change MachineInstr::isIdenticalTo to take a new option that determines whe...
Evan Cheng
2010-03-02
Swap parameters of isSafeToMove and isSafeToReMat for consistency.
Evan Cheng
2010-02-15
Add non-temporal flags to MachineMemOperand.
David Greene
2010-02-10
Fix "the the" and similar typos.
Dan Gohman
2010-02-10
Add isDebug argument to ChangeToRegister; this prevents
Dale Johannesen
2010-02-09
move target-independent opcodes out of TargetInstrInfo
Chris Lattner
2010-01-19
Identify predicate and optional-def operands when printing machine
Jakob Stoklund Olesen
2010-01-16
Replace DebugLocTuple with DILocation.
Devang Patel
2010-01-13
Further progration of metadata operands. The
Dale Johannesen
2010-01-06
Add <imp-def> and <imp-kill> operands when replacing virtual sub-register def...
Jakob Stoklund Olesen
2010-01-04
Change errs() to dbgs().
David Greene
2009-12-28
snip one more #include from Metadata.h
Chris Lattner
2009-12-25
Remove dead store.
Bill Wendling
2009-12-25
Remove dead store from copy-pasto.
Bill Wendling
2009-12-16
Add @earlyclobber TableGen constraint
Jim Grosbach
2009-12-07
Follow up to 90488. Turn a check into an assertion.
Evan Cheng
2009-12-05
Don't print the debug directory; it's often long and uninteresting. Omit
Dan Gohman
2009-12-03
Watch out for PHI instruction with no source operands.
Evan Cheng
2009-12-03
Fill out codegen SSA updater. It's not yet tested.
Evan Cheng
2009-12-01
Devang pointed out that this code should use DIScope instead of
Dan Gohman
2009-11-23
Print the debug info line and column in MachineInstr::print even when there's
Dan Gohman
2009-11-16
Initialize the new AsmPrinterFlags field to 0, fixing uses of
Dan Gohman
2009-11-09
Print "..." instead of all the uninteresting register clobbers on call
Dan Gohman
2009-11-06
Use WriteAsOperand to print GlobalAddress MachineOperands. This
Dan Gohman
2009-10-31
Make -print-machineinstrs more readable.
Dan Gohman
2009-10-30
Initial target-independent CodeGen support for BlockAddresses.
Dan Gohman
2009-10-21
Need a comma after imp-use.
Evan Cheng
2009-10-14
Print earlyclobber for implicit-defs as well.
Evan Cheng
2009-10-13
s/DebugLoc.CompileUnit/DebugLoc.Scope/g
Devang Patel
2009-10-09
Factor out LiveIntervalAnalysis' code to determine whether an instruction
Dan Gohman
2009-10-09
isTriviallyReMaterializable checks the
Dan Gohman
2009-10-07
Replace TargetInstrInfo::isInvariantLoad and its target-specific
Dan Gohman
2009-10-05
strength reduce a ton of type equality tests to check the typeid (Through
Chris Lattner
2009-09-29
Remove std::string uses from DebugInfo interface.
Devang Patel
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-17
grammar
Jim Grosbach
2009-08-23
remove some uses of llvm/Support/Streams.h
Chris Lattner
2009-08-23
remove various std::ostream version of printing methods from
Chris Lattner
2009-08-13
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-04
Don't tamper with <undef> operands in MachineInstr::addRegisterKilled.
Jakob Stoklund Olesen
2009-08-03
Fix Bug 4657: register scavenger asserts with subreg lowering
Jakob Stoklund Olesen
[next]