index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
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
2012-12-07
Add higher-level API for dealing with bundled MachineInstrs.
Jakob Stoklund Olesen
2012-12-05
Remove unused MachineInstr constructors.
Jakob Stoklund Olesen
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-10-31
Check that iterator I is not the end iterator.
Akira Hatanaka
2012-10-07
Remove unused MachineInstr constructors that don't take a DebugLoc argument.
Craig Topper
2012-09-12
Fix PR11985
Michael Liao
2012-09-11
Release build: guard dump functions with
Manman Ren
2012-09-06
Release build: guard dump functions with "ifndef NDEBUG"
Manman Ren
2012-09-05
Cleanup a few magic numbers.
Chad Rosier
2012-09-05
[ms-inline asm] We only need one bit to represent the AsmDialect in the
Chad Rosier
2012-09-05
[ms-inline asm] Propagate the asm dialect into the MachineInstr representation.
Chad Rosier
2012-09-04
Typo.
Jakob Stoklund Olesen
2012-09-04
Actually use the MachineOperand field for isRegTiedToDefOperand().
Jakob Stoklund Olesen
2012-09-04
Allow tied uses and defs in different orders.
Jakob Stoklund Olesen
2012-08-31
Add MachineInstr::tieOperands, remove setIsTied().
Jakob Stoklund Olesen
2012-08-30
Don't use MCInstrDesc flags for implicit operands.
Jakob Stoklund Olesen
2012-08-29
Rename hasVolatileMemoryRef() to hasOrderedMemoryRef().
Jakob Stoklund Olesen
2012-08-29
Don't move normal loads across volatile/atomic loads.
Jakob Stoklund Olesen
2012-08-29
Maintain a vaild isTied bit as operands are added and removed.
Jakob Stoklund Olesen
2012-08-28
Add a MachineOperand::isTied() flag.
Jakob Stoklund Olesen
2012-08-28
Don't allow TargetFlags on MO_Register MachineOperands.
Jakob Stoklund Olesen
2012-08-10
Also update MRI use lists when changing a use to a def and vice versa.
Jakob Stoklund Olesen
2012-08-09
Move use list management into MachineRegisterInfo.
Jakob Stoklund Olesen
2012-08-07
Add a new kind of MachineOperand: MO_TargetIndex.
Jakob Stoklund Olesen
2012-07-05
Finish fixing the MachineOperand hashing, providing a nice modern
Chandler Carruth
2012-07-05
The hash function for MI expressions, used by MachineCSE, is really
Chandler Carruth
2012-07-04
Allow trailing physreg RegisterSDNode operands on non-variadic instructions.
Jakob Stoklund Olesen
2012-06-28
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-05
MachineInstr::eraseFromParent fix for removing bundled instrs.
Andrew Trick
2012-06-01
Switch all register list clients to the new MC*Iterator interface.
Jakob Stoklund Olesen
2012-05-30
Remove some redundant tests.
Jakob Stoklund Olesen
2012-05-07
Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass().
Jakob Stoklund Olesen
2012-05-04
Remove extra comma in debug output.
Jakob Stoklund Olesen
2012-04-20
Print <def,read-undef> to avoid confusion.
Jakob Stoklund Olesen
2012-03-31
Teach CodeGen's version of computeMaskedBits to understand the range metadata.
Rafael Espindola
2012-03-17
MachineInstr: Inline the fast path (non-bundle instruction) of hasProperty.
Benjamin Kramer
2012-03-16
Limit the number of memory operands in MachineInstr to 2^16 and store the num...
Benjamin Kramer
2012-03-08
Use uint16_t to store instruction implicit uses and defs. Reduces static data.
Craig Topper
2012-03-07
Try to clarify this comment some.
Chandler Carruth
2012-03-07
Remove another outbreak of customized (and completely broken) hashing.
Chandler Carruth
2012-03-04
Use uint16_t to store register overlaps to reduce static data.
Craig Topper
2012-03-01
Move getBundleStart() into MachineInstrBundle.h.
Jakob Stoklund Olesen
2012-02-17
Reverse iterator - should be incrementing rather than decrementing.
Lang Hames
2012-02-15
Make LiveIntervals::handleMove() bundle aware.
Lang Hames
2012-02-14
Handle regmasks in findRegisterDefOperandIdx().
Jakob Stoklund Olesen
2012-02-10
Put instruction names into an indexed string table on the side, removing a po...
Benjamin Kramer
2012-02-08
Added MachineInstr::isBundled() to check if an instruction is part of a bundle.
Andrew Trick
2012-02-03
Handle register mask operands in setPhysRegsDeadExcept().
Jakob Stoklund Olesen
2012-02-03
ArrayRef'ize MI::setPhysRegsDeadExcept().
Jakob Stoklund Olesen
2012-02-03
Handle all live physreg defs in the same place.
Jakob Stoklund Olesen
[next]