index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
MachineInstr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused MachineInstr constructors that don't take a DebugLoc argument.
Craig Topper
2012-10-07
1
-29
/
+0
*
Fix PR11985
Michael Liao
2012-09-12
1
-2
/
+4
*
Release build: guard dump functions with
Manman Ren
2012-09-11
1
-1
/
+1
*
Release build: guard dump functions with "ifndef NDEBUG"
Manman Ren
2012-09-06
1
-0
/
+2
*
Cleanup a few magic numbers.
Chad Rosier
2012-09-05
1
-1
/
+1
*
[ms-inline asm] We only need one bit to represent the AsmDialect in the
Chad Rosier
2012-09-05
1
-7
/
+3
*
[ms-inline asm] Propagate the asm dialect into the MachineInstr representation.
Chad Rosier
2012-09-05
1
-0
/
+14
*
Typo.
Jakob Stoklund Olesen
2012-09-04
1
-1
/
+1
*
Actually use the MachineOperand field for isRegTiedToDefOperand().
Jakob Stoklund Olesen
2012-09-04
1
-103
/
+0
*
Allow tied uses and defs in different orders.
Jakob Stoklund Olesen
2012-09-04
1
-30
/
+91
*
Add MachineInstr::tieOperands, remove setIsTied().
Jakob Stoklund Olesen
2012-08-31
1
-6
/
+16
*
Don't use MCInstrDesc flags for implicit operands.
Jakob Stoklund Olesen
2012-08-30
1
-11
/
+16
*
Rename hasVolatileMemoryRef() to hasOrderedMemoryRef().
Jakob Stoklund Olesen
2012-08-29
1
-8
/
+8
*
Don't move normal loads across volatile/atomic loads.
Jakob Stoklund Olesen
2012-08-29
1
-3
/
+8
*
Maintain a vaild isTied bit as operands are added and removed.
Jakob Stoklund Olesen
2012-08-29
1
-1
/
+39
*
Add a MachineOperand::isTied() flag.
Jakob Stoklund Olesen
2012-08-28
1
-21
/
+34
*
Don't allow TargetFlags on MO_Register MachineOperands.
Jakob Stoklund Olesen
2012-08-28
1
-2
/
+2
*
Also update MRI use lists when changing a use to a def and vice versa.
Jakob Stoklund Olesen
2012-08-10
1
-19
/
+38
*
Move use list management into MachineRegisterInfo.
Jakob Stoklund Olesen
2012-08-09
1
-76
/
+31
*
Add a new kind of MachineOperand: MO_TargetIndex.
Jakob Stoklund Olesen
2012-08-07
1
-0
/
+7
*
Finish fixing the MachineOperand hashing, providing a nice modern
Chandler Carruth
2012-07-05
1
-47
/
+47
*
The hash function for MI expressions, used by MachineCSE, is really
Chandler Carruth
2012-07-05
1
-3
/
+8
*
Allow trailing physreg RegisterSDNode operands on non-variadic instructions.
Jakob Stoklund Olesen
2012-07-04
1
-1
/
+3
*
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-28
1
-1
/
+1
*
MachineInstr::eraseFromParent fix for removing bundled instrs.
Andrew Trick
2012-06-05
1
-1
/
+2
*
Switch all register list clients to the new MC*Iterator interface.
Jakob Stoklund Olesen
2012-06-01
1
-4
/
+8
*
Remove some redundant tests.
Jakob Stoklund Olesen
2012-05-30
1
-3
/
+1
*
Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass().
Jakob Stoklund Olesen
2012-05-07
1
-2
/
+6
*
Remove extra comma in debug output.
Jakob Stoklund Olesen
2012-05-04
1
-1
/
+1
*
Print <def,read-undef> to avoid confusion.
Jakob Stoklund Olesen
2012-04-20
1
-1
/
+5
*
Teach CodeGen's version of computeMaskedBits to understand the range metadata.
Rafael Espindola
2012-03-31
1
-2
/
+3
*
MachineInstr: Inline the fast path (non-bundle instruction) of hasProperty.
Benjamin Kramer
2012-03-17
1
-6
/
+2
*
Limit the number of memory operands in MachineInstr to 2^16 and store the num...
Benjamin Kramer
2012-03-16
1
-11
/
+10
*
Use uint16_t to store instruction implicit uses and defs. Reduces static data.
Craig Topper
2012-03-08
1
-2
/
+2
*
Try to clarify this comment some.
Chandler Carruth
2012-03-07
1
-4
/
+7
*
Remove another outbreak of customized (and completely broken) hashing.
Chandler Carruth
2012-03-07
1
-20
/
+24
*
Use uint16_t to store register overlaps to reduce static data.
Craig Topper
2012-03-04
1
-1
/
+1
*
Move getBundleStart() into MachineInstrBundle.h.
Jakob Stoklund Olesen
2012-03-01
1
-10
/
+0
*
Reverse iterator - should be incrementing rather than decrementing.
Lang Hames
2012-02-17
1
-2
/
+2
*
Make LiveIntervals::handleMove() bundle aware.
Lang Hames
2012-02-15
1
-0
/
+10
*
Handle regmasks in findRegisterDefOperandIdx().
Jakob Stoklund Olesen
2012-02-14
1
-0
/
+4
*
Put instruction names into an indexed string table on the side, removing a po...
Benjamin Kramer
2012-02-10
1
-1
/
+4
*
Added MachineInstr::isBundled() to check if an instruction is part of a bundle.
Andrew Trick
2012-02-08
1
-0
/
+10
*
Handle register mask operands in setPhysRegsDeadExcept().
Jakob Stoklund Olesen
2012-02-03
1
-0
/
+12
*
ArrayRef'ize MI::setPhysRegsDeadExcept().
Jakob Stoklund Olesen
2012-02-03
1
-3
/
+3
*
Handle all live physreg defs in the same place.
Jakob Stoklund Olesen
2012-02-03
1
-1
/
+1
*
Require non-NULL register masks.
Jakob Stoklund Olesen
2012-02-02
1
-1
/
+1
*
Clear kill flags before propagating a copy.
Jakob Stoklund Olesen
2012-01-26
1
-0
/
+14
*
Add a new kind of MachineOperand: MO_RegisterMask.
Jakob Stoklund Olesen
2012-01-16
1
-0
/
+5
*
Add 'llvm_unreachable' to passify GCC's understanding of the constraints
Chandler Carruth
2012-01-10
1
-0
/
+1
[next]